Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Cosmetics.Sergey Prigogin1-5/+5
2015-12-18Bug 475739 - Treat C++ alignment-specifiers as attribute-specifiersNathan Ridge1-4/+0
2015-07-07Bug 379684 Support for User Defined LiteralsRichard Eames1-1/+1
2015-05-29Bug 468492: Add _Decimal types.Roberto Oliveira1-1/+7
2015-03-14Bug 451082 - Parser support for alignment-specifiersNathan Ridge1-2/+7
2014-04-12Revert "Bug 379684 Support for User Defined Literals"Sergey Prigogin1-1/+1
2014-04-12Bug 379684 Support for User Defined LiteralsRichard Eames1-1/+1
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat1-1/+5
2014-01-24Enabled JDK 1.7.Sergey Prigogin1-8/+9
2012-11-25Support for __float128 type introduced in GCC 4.7.Sergey Prigogin1-0/+2
2012-11-21Support for __int128 type introduced in GCC 4.7.Sergey Prigogin1-0/+2
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin1-17/+12
2012-05-16Cosmetics.Sergey Prigogin1-6/+6
2012-05-04Bug 327298: [C++11] Support for nullptrMarkus Schorn1-0/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-13/+35
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-5/+12
2011-02-10Cosmetics.Sergey Prigogin1-3/+3
2010-04-07Bug 305976: New character types.Markus Schorn1-0/+4
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn1-5/+70
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-5/+30
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-3/+17
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+5
2008-06-11copyrightsChris Recoskie1-1/+1
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-1/+2
2008-02-25toString methods and generics.Sergey Prigogin1-11/+14
2007-11-06bug #206952, add constructor methods to AST node classes, set() methods now c...Mike Kucera1-30/+0
2007-01-22Fix for 152846 by Betty Tibbitts, calling ASTVisitor.leave() for cppMarkus Schorn1-1/+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/+11
2004-12-10Moved parser2 packages to dom.parserJohn Camelon1-0/+97

    Back to the top