Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-46/+53
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-1/+1
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-1/+1
2015-04-06Bug 461538 - "noreturn" attribute in destructor is not accounted forSergey Prigogin1-0/+6
2015-04-03Cosmetics.Sergey Prigogin1-11/+11
2015-04-03Reverted erroneous commits.Sergey Prigogin1-17/+11
2015-04-03CosmeticsSergey Prigogin1-11/+17
2013-02-20Bug 399829 - Wrong context for name lookup in dependent expressionNathan Ridge1-1/+1
2013-02-03Cosmetics.Sergey Prigogin1-8/+8
2012-08-22Code streamlining.Sergey Prigogin1-21/+17
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-37/+22
2012-06-26Bug 299911: Introduce ICPPASTInitializerListMarkus Schorn1-0/+5
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-3/+12
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn1-0/+15
2011-03-31Cosmetics.Sergey Prigogin1-14/+13
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-3/+11
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-3/+9
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-7/+14
2009-05-26update copyrightsVivian Kong1-8/+8
2009-01-26Moved implementation of CPPVisitor.getExpressionType to the various expressio...Markus Schorn1-4/+10
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+6
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-06-11copyrightsChris Recoskie1-1/+1
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-1/+2
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-3/+14
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-1/+9
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-04-09Hooked up the PDOM to content assist. Addes a getExpressionType to IASTExpres...Doug Schaefer1-12/+6
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-8/+8
2005-03-14Fixed Bug 87807 - [Parser] CPPASTTypeIdExpression does not implement ICPPASTT...John Camelon1-2/+2
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+13
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+53

    Back to the top