Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-32/+34
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen1-0/+3
2016-09-25Cosmetics.Sergey Prigogin1-3/+3
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-5/+3
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat1-4/+8
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-5/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-5/+17
2012-01-08All methods of ArrayUtil are now type-safe.Sergey Prigogin1-2/+2
2011-04-17Cosmetics.Sergey Prigogin1-1/+1
2011-04-17Cosmetics.Sergey Prigogin1-13/+15
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-6/+14
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-6/+1
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn1-5/+3
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn1-1/+12
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-49/+61
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+8
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+2
2008-10-15Removes empty classes CASTNode and CPPASTNode, related to bug 242668.Markus Schorn1-1/+2
2008-02-28Introduce interfaces for c- and c++ specific visitors to allow for visitors t...Markus Schorn1-11/+10
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-20/+18
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie1-3/+4
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-3/+11
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-3/+4
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-8/+8
2005-05-19Fixed Bug 90641 [Parser] function decl vs ctor initializer ambiguityJohn Camelon1-1/+16
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-34/+5
2005-03-14Fixed Bugzilla Bug 87548 : [DOM AST] IASTName interface lacks methods to dete...John Camelon1-0/+8
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+20
2005-01-31C/C++ Problems & ExceptionsAndrew Niefer1-1/+6
2005-01-18handle namespace that are split into piecesAndrew Niefer1-6/+2
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+98

    Back to the top