Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-61/+68
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-2/+3
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge1-2/+2
2016-09-25Cosmetics.Sergey Prigogin1-15/+15
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-2/+2
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-1/+1
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-1/+17
2015-04-03Cosmetics.Sergey Prigogin1-17/+17
2015-04-03Reverted erroneous commits.Sergey Prigogin1-33/+18
2015-04-03CosmeticsSergey Prigogin1-18/+33
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-24/+32
2012-06-26Bug 299911: Introduce ICPPASTInitializerListMarkus Schorn1-0/+5
2011-11-15@Override annotations.Sergey Prigogin1-5/+17
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-3/+10
2011-03-01Cosmetics.Sergey Prigogin1-19/+16
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-3/+17
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-1/+11
2009-03-30Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252.Markus Schorn1-15/+34
2009-01-29Map index bindings for class types back to the AST, bug 262719.Markus Schorn1-4/+5
2009-01-26Moved implementation of CPPVisitor.getExpressionType to the various expressio...Markus Schorn1-0/+7
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+12
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+2
2008-06-11copyrightsChris Recoskie1-1/+1
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-2/+4
2008-01-02added parameters to constructor of CPPASTCastExpressionMike Kucera1-1/+2
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn1-2/+3
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-10/+26
2007-01-23RESOLVED - bug 152846: ASTVisitor enhancement to enable bottom-up traversalChris Recoskie1-1/+1
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-0/+8
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-8/+8
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+16
2005-02-08Patch for Devin Steffler.John Camelon1-2/+2
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+37

    Back to the top