Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Bug 363234. Support for thread_local storage class specifier.Sergey Prigogin7-113/+79
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin1-3/+7
2012-03-27Eliminated unnecessary blank lines in refactored code.sprigogin3-49/+49
2012-03-14Determination of output parameters for extracting function fromSergey Prigogin1-1/+2
2012-02-16Cosmetics.Sergey Prigogin1-3/+3
2012-02-16Revert "Fixed handling of trailing comments after compound statements."Sergey Prigogin1-12/+20
2012-02-16Fixed handling of trailing comments after compound statements.Sergey Prigogin1-20/+12
2012-02-15Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.Sergey Prigogin1-1/+2
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin3-60/+34
2012-02-04New UI and other improvements for Extract Function refactoring .Sergey Prigogin2-6/+9
2011-12-30Improved handling of blank lines when appending to a translation unit.Sergey Prigogin2-0/+21
2011-12-14Code cleanup.Sergey Prigogin1-8/+1
2011-12-14Bug 363244 - Generate Getters and Setters expands macro with typedef andSergey Prigogin9-87/+98
2011-11-07Automatic formatting of code affected by refactoring.Sergey Prigogin12-144/+280
2011-11-07Cosmetics.Sergey Prigogin3-8/+7
2011-11-07Cosmetics.Sergey Prigogin5-110/+78
2011-11-07Added missing @Override annotations.Sergey Prigogin2-17/+10
2011-11-07Method name adjustment.Sergey Prigogin1-1/+1
2011-11-07Cosmetics.Sergey Prigogin1-33/+28
2011-07-14Cosmetics.sprigogin4-166/+151
2011-03-09Bug 333939: When a statement is replaced or removed using the ASTRewrite clas...Emanuel Graf3-8/+52
2011-03-07Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not ...Emanuel Graf1-4/+34
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf1-4/+11
2011-03-06Removed uses of a deprecated class.Sergey Prigogin1-1/+0
2011-03-06Removed uses of a deprecated class.Sergey Prigogin6-192/+95
2010-12-06Bug: 331637 - ExpressionWriter & DeclaratorWriter do not support ICPPASTLambd...Emanuel Graf2-1/+63
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn3-7/+23
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn2-19/+7
2010-08-01Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch ...Alena Laskavaia1-0/+1
2010-08-01Bug 319044 DeclaratorWriter unable to write a rvalue reference (patch from T...Alena Laskavaia1-2/+7
2010-07-07Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeofEmanuel Graf1-8/+24
2010-07-01Bug 318588: Add support for C++0x to DeclSpecWriterEmanuel Graf1-3/+6
2010-07-01Bug 318552: NPE in ExpressionWriter for unary expression without an operandEmanuel Graf1-1/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong1-1/+1
2010-05-03Deprecation of IASTArraySubscriptExpression.getSubscriptExpression().Markus Schorn1-1/+1
2010-04-07Bug 305976: New character types.Markus Schorn1-3/+12
2010-02-23Compiler warnings.Markus Schorn2-110/+53
2010-02-17Bug 302412: Syntax for c++0x initializer listsMarkus Schorn2-18/+18
2010-02-08Bug 294730: Extern templates.Markus Schorn1-15/+11
2010-01-15Bug 294730: Declared type of an expression.Markus Schorn1-10/+9
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-0/+4
2009-11-24Fix for NPEEmanuel Graf1-1/+3
2009-11-23Fix NPE with node copys.Emanuel Graf1-1/+1
2009-10-21Fixed a few compiler warnings.Markus Schorn1-1/+1
2009-07-29FIXED - bug 280432: Refactoring removes comments in class header file and ref...Emanuel Graf1-1/+93
2009-04-01Fix case ranges, bug 270430.Markus Schorn1-2/+2
2009-04-01Using IASTNode instead of ASTNode, bug 267888.Markus Schorn1-13/+13
2009-03-30Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252.Markus Schorn1-11/+9
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn1-7/+4
2008-12-17bug 258345, implementation of IASTNode.copy()Mike Kucera1-0/+8

Back to the top