Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin1-1/+21
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin1-2/+0
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+113
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn1-1/+6
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn1-0/+5
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn1-4/+4
2010-08-19Bug 316307: [C++0x] Syntax for lambda expressions.Markus Schorn1-24/+34
2010-07-01Bug 318565: Indistinct parameter name in INodeFactory.newConditionalExpession()Emanuel Graf1-2/+2
2010-05-28Bug 103857: Content assist for fields declared below point of completion.Markus Schorn1-0/+4
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-30/+35
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn1-220/+273
2010-02-08Bug 294730: Extern templates.Markus Schorn1-5/+10
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn1-6/+6
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-10/+17
2009-11-24RValue References: Implementation and testcases, bug 294730.Markus Schorn1-1/+5
2009-11-18Support for static assertions, bug 294730.Markus Schorn1-0/+5
2009-07-10API to set offsets for AST-nodes, bug 268983.Markus Schorn1-1/+3
2009-07-10API to access node factories, bug 268972.Markus Schorn1-1/+9
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera1-9/+7
2009-01-28Moved implementation of CVisitor.getExpressionType to the various expression ...Markus Schorn1-3/+2
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-2/+2
2008-12-18Compound literals for c++, bug 247153.Markus Schorn1-0/+7
2008-12-04bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by th...Mike Kucera1-0/+502

    Back to the top