Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Bug 559800 - Content in cdt.doc.isv badly outdated and brokenAlexander Kurtakov1-1/+1
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat1-0/+12
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-19/+34
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-11-02Bug 540450 - Fix @since versionHannes Vogt1-1/+1
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt1-0/+5
2018-07-24Fix some @since tags because of new baseline and plugin versionMarc-Andre Laperle1-1/+1
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner1-0/+5
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen1-0/+9
2018-06-01Bug 534808 - static_assert without message not recognized (C++17)Hansruedi Patzen1-0/+5
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen1-0/+5
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen1-0/+5
2016-08-03Update o.e.cdt.core plugin version as necessary due to recent change.Marc Khouzam1-1/+1
2016-08-02Add a declaration of newName(String) to ICPPNodeFactoryNathan Ridge1-0/+6
2016-03-14Removed unused deprecated methods from I*NodeFactory API and changed theSergey Prigogin1-82/+65
2016-02-18Removed INodeFactory.newTranslationUnit() method.Sergey Prigogin1-7/+0
2016-02-17Fixed few more @since tags.Sergey Prigogin1-6/+6
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-14Bug 485713 - Parser support for new type trait intrinsics in GCC 5Nathan Ridge1-0/+6
2015-12-18Bug 475739 - Treat C++ alignment-specifiers as attribute-specifiersNathan Ridge1-0/+7
2015-11-19Bug 406462 - Allow designated initializers for C++Sergey Prigogin1-53/+75
2015-06-12Bug 399931 - Fix for toggling functions with return type from context.Thomas Corbat1-1/+14
2014-10-31Fixed broken tests.Sergey Prigogin1-0/+12
2014-08-11Bug 438348 - Allow decltype-specifiers in base-specifiersNathan Ridge1-0/+6
2014-05-16Bug 399149 - Syntax-coloring for class-virt-specifierNathan Ridge1-2/+6
2014-04-15Bug 399149 - Add missing @since tagsNathan Ridge1-0/+3
2014-04-14Bug 399149 - Semantic highlighting for context-sensitive keywordsNathan Ridge1-0/+3
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat1-0/+12
2014-03-06Reduced use of deprecated types and methods.Sergey Prigogin1-3/+13
2013-09-06Bug 411196 - Type traits that evaluate to a typeNathan Ridge1-0/+6
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-0/+5
2012-11-25Bug 374694. Implementation of alias templates.Thomas Corbat1-0/+6
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin1-2/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+28
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn1-1/+7
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn1-0/+6
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn1-4/+10
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn1-41/+50
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-0/+5
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-98/+161
2010-02-08Bug 294730: Extern templates.Markus Schorn1-3/+8
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn1-4/+6
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-2/+36
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-8/+16
2009-11-18Support for static assertions, bug 294730.Markus Schorn1-0/+7
2009-07-10API to access node factories, bug 268972.Markus Schorn1-0/+13
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera1-0/+7
2009-02-04API tags for org.eclipse.cdt.core.dom.ast.*, bug 260830.Markus Schorn1-1/+3
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-1/+1
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+157

    Back to the top