Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner1-0/+18
2016-09-25Cosmetics.Sergey Prigogin1-9/+9
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-5/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-7/+21
2011-09-15Bug 357308: Resolving references to parameters of template-template paramters.Markus Schorn1-0/+9
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-6/+13
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn1-17/+15
2010-06-17Bug 316747: Fix mistyped 'getTemplateParameter'.Markus Schorn1-6/+11
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-31/+43
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+10
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+3
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-15/+14
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-17/+21
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-1/+10
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-3/+3
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-7/+7
2005-06-06Patch for Devin Steffler.John Camelon1-2/+7
2005-04-28Fixed Bug 92806 - Clean up C & C++ Syntax AST Nodes for array usage.John Camelon1-30/+3
2005-04-27Added in framework to allow for ambiguities to be resolved after parse comple...John Camelon1-1/+12
2005-04-22Templates.Andrew Niefer1-2/+2
2005-03-14Fixed Bugzilla Bug 87548 : [DOM AST] IASTName interface lacks methods to dete...John Camelon1-0/+9
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+20
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+93

    Back to the top