Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Bug 450020 - NPE in CPPVisitor.createTypeSergey Prigogin1-3/+6
2014-03-13Bug 430230 - Invalid constructor call is ignored by SFINAE templateSergey Prigogin1-5/+13
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-5/+1
2013-04-03Create implicit name wrapping a problem binding for an invalidSergey Prigogin1-2/+2
2012-12-05Bug 393068 - Constructor call is treated as write access for argumentsSergey Prigogin1-10/+32
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-10/+16
2012-06-26Bug 299911: Introduce ICPPASTInitializerListMarkus Schorn1-1/+6
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-12/+36
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-5/+12
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-3/+9
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-1/+8
2010-06-17Bug 294543: Built-in candidates for overloaded operators.Markus Schorn1-1/+1
2010-04-04Cosmetics.Sergey Prigogin1-4/+3
2010-03-29Cosmetics.Sergey Prigogin1-20/+21
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-97/+169
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-0/+4
2009-07-15Removes unused throw declarations, bug 283523.Markus Schorn1-6/+1
2009-03-20Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operato...Mike Kucera1-25/+1
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera1-6/+70
2009-02-09type of new-expression, bug 264163.Markus Schorn1-0/+9
2009-02-09type of new-expression, bug 264163.Markus Schorn1-1/+2
2009-01-26Moved implementation of CPPVisitor.getExpressionType to the various expressio...Markus Schorn1-4/+4
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+19
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+6
2008-10-15Removes empty classes CASTNode and CPPASTNode, related to bug 242668.Markus Schorn1-1/+1
2008-06-18Fixes parsing of declarations and new expressions, bug 84242+236856.Markus Schorn1-24/+44
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-1/+28
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-1/+9
2006-10-31Fix for 162755, cleanup in ArrayUtilMarkus Schorn1-1/+1
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-04-09Hooked up the PDOM to content assist. Addes a getExpressionType to IASTExpres...Doug Schaefer1-36/+6
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-8/+8
2005-04-28Fixed Bug 92806 - Clean up C & C++ Syntax AST Nodes for array usage.John Camelon1-32/+11
2005-04-27Added in framework to allow for ambiguities to be resolved after parse comple...John Camelon1-1/+19
2005-03-08Change visiting of AST tree.Andrew Niefer1-0/+20
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+145

    Back to the top