Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-05Fix usage or reserved symbols (<>&) in javadocTorbjörn Svensson3-6/+6
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham15-66/+76
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham22-66/+132
2018-05-28Bug 534332: Mark long deprecated interfaces as noimplement/noextendJonah Graham2-0/+4
2016-03-15Removed few deprecated *_last constants.Sergey Prigogin3-27/+0
2016-03-15Removed IASTBinaryExpression.op_last.Sergey Prigogin1-9/+0
2016-03-15Marked deprecated APIs with @noreference tags to be able to remove themSergey Prigogin13-48/+17
2016-02-17Corrected few @since tags.Sergey Prigogin1-1/+1
2016-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin1-1/+1
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-02-08Adjusted copyright.Sergey Prigogin1-1/+1
2016-01-14Bug 485713 - Parser support for new type trait intrinsics in GCC 5Nathan Ridge1-2/+10
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam14-14/+14
2015-12-18Bug 475739 - Treat C++ alignment-specifiers as attribute-specifiersNathan Ridge2-1/+28
2015-11-19Bug 406462 - Allow designated initializers for C++Sergey Prigogin1-0/+64
2015-11-17Cosmetics.Sergey Prigogin1-2/+1
2015-11-11Fixed few compiler warnings.Sergey Prigogin2-8/+8
2014-07-09Bug 84144 - [Parser2] GCC: labels as valuesqdagans1-1/+1
2014-07-06Bug 84144 - [Parser2] GCC: labels as valuesqdagans1-0/+61
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat3-2/+37
2013-09-27Bug 412380: Flag for indicating whether AST contains all nodesThomas Corbat2-0/+28
2013-09-23Cosmetics.Sergey Prigogin1-11/+10
2013-09-06Bug 411196 - Type traits that evaluate to a typeNathan Ridge1-0/+6
2013-07-12Deperecated AbstractCLikeLanguage.getScannerExtensionConfiguration()Sergey Prigogin2-0/+12
2012-11-21Support for __int128 type introduced in GCC 4.7.Sergey Prigogin1-0/+6
2012-05-16Cosmetics.Sergey Prigogin1-2/+1
2012-03-14Cosmetics.Sergey Prigogin1-12/+11
2012-03-08Cosmetics.Sergey Prigogin1-2/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin13-0/+18
2011-11-13Added a missing @since tag.Sergey Prigogin1-0/+5
2011-07-27Bug 352309: Builtin type-traits conflict with old system headersMarkus Schorn1-0/+6
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf4-4/+24
2011-01-28Cosmetics.Sergey Prigogin2-15/+0
2010-10-13Deprecate 2 unused interfaces.Markus Schorn2-4/+4
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn2-24/+5
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-1/+3
2010-06-03Bug 315439 Fix up copyrightVivian Kong2-2/+2
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-0/+3
2010-02-08Bug 294730: Extern templates.Markus Schorn1-19/+6
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn4-114/+38
2009-12-11Compiler warnings.Markus Schorn3-4/+3
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-11/+8
2009-02-04API tags for org.eclipse.cdt.core.dom.ast.*, bug 260830.Markus Schorn16-60/+50
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera12-4/+73
2008-06-25Support for @ in identifiers, bug 237028.Markus Schorn2-10/+25
2008-06-11copyrightsChris Recoskie5-6/+6
2008-04-28fixed some javadoc warningsMike Kucera3-6/+1
2008-04-11Support for case-ranges, bug 211882.Markus Schorn1-4/+7
2008-04-10Differentiating typeid-nodes from typeof-nodes for unary expressions, bug 162...Markus Schorn1-4/+5
2008-04-10Differentiating typeid-nodes from typeof-nodes.Markus Schorn1-7/+8

Back to the top