Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Cosmetics.Sergey Prigogin1-6/+6
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-12-18Bug 475739 - Treat C++ alignment-specifiers as attribute-specifiersNathan Ridge1-4/+0
2015-03-14Bug 451082 - Parser support for alignment-specifiersNathan Ridge1-0/+4
2014-10-17Bug 446711 - Name resolution problem with dependent enumerationSergey Prigogin1-12/+20
2014-10-17Cosmetics.Sergey Prigogin1-3/+3
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat1-2/+6
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin1-5/+2
2012-05-16Cosmetics.Sergey Prigogin1-8/+8
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+17
2012-01-08All methods of ArrayUtil are now type-safe.Sergey Prigogin1-2/+2
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-7/+12
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-35/+86
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-5/+0
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+9
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+2
2008-10-16Safe guards against infinite recursions for value computation, bug 250788.Markus Schorn1-4/+14
2008-06-11copyrightsChris Recoskie1-1/+1
2008-04-09cleaning up some warningsMike Kucera1-2/+1
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-0/+2
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-30/+14
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie1-5/+8
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-7/+12
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-2/+1
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-8/+8
2005-06-06Patch for Devin Steffler.John Camelon1-2/+7
2005-05-02Fixed Bug 93123 - No way to determine if an IASTName is a definitionJohn Camelon1-1/+1
2005-04-28Fixed Bug 92806 - Clean up C & C++ Syntax AST Nodes for array usage.John Camelon1-31/+3
2005-04-08Applied patch for Devin Steffler.John Camelon1-2/+2
2005-03-14Fixed Bugzilla Bug 87548 : [DOM AST] IASTName interface lacks methods to dete...John Camelon1-77/+106
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+16
2005-02-01Fixed Bug 84095 - [ICASTCompositeTypeSpecifier] has boxes in its specifier s...John Camelon1-0/+7
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+85

    Back to the top