Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge1-1/+1
2016-12-29Bug 509496 - ClassCastException in CPPASTInitializerList.createEvaluation()Nathan Ridge1-2/+1
2016-09-25Cosmetics.Sergey Prigogin1-11/+11
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-2/+3
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-06-10Cosmetics.Sergey Prigogin1-1/+1
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-5/+1
2013-02-20Bug 399829 - Wrong context for name lookup in dependent expressionNathan Ridge1-1/+1
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-11/+26
2012-06-26Bug 299911: Introduce ICPPASTInitializerListMarkus Schorn1-1/+6
2012-04-13Cosmetics.Sergey Prigogin1-9/+9
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+11
2012-01-08All methods of ArrayUtil are now type-safe.Sergey Prigogin1-1/+1
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-3/+10
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-37/+82
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-2/+13
2009-11-04Array size determined by initializer expression, bug 294144.Markus Schorn1-21/+30
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/+1
2008-10-15Removes empty classes CASTNode and CPPASTNode, related to bug 242668.Markus Schorn1-1/+2
2008-06-11copyrightsChris Recoskie1-1/+1
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-1/+2
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-8/+4
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie1-0/+1
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-1/+8
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-04-28Fixed Bug 92806 - Clean up C & C++ Syntax AST Nodes for array usage.John Camelon1-35/+3
2005-03-11Add JavaDoc.John Camelon1-1/+1
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+16
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+72

    Back to the top