Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Bug 440231 - NullPointerException with Synthetic if-elseif-statementThomas Corbat1-1/+5
2014-07-10Bug 84144 - ASTWriter extension for IGNUASTGotoStatements and labelThomas Corbat2-2/+16
2014-06-17Automatic update of include statements and include guards when headerSergey Prigogin2-9/+89
2014-06-04Bug 436616 - NPE in ASTCommenter$PreprocessorRangeChecker.checkOffsetsSergey Prigogin1-16/+20
2014-05-20Bug 435340 - Add Include inserts an extra blank lineSergey Prigogin1-3/+25
2014-04-16Fixed integer overflow in binary search methods.Sergey Prigogin1-1/+1
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat8-15/+234
2014-02-26Bug 427002. [ast rewrite] Comments originating from other translationLukas Felber2-1/+35
2014-01-30Bug 426888 -fixed comment assignment bug.Lukas Felber1-20/+18
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin1-12/+4
2013-10-02Bug 414501: modification of base specifiers now works using anSimon Taddiken3-1/+31
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge2-17/+16
2013-08-22Bug 414694 - Forward declarations inserted by Organize Includes have toSergey Prigogin3-225/+12
2013-08-22Cosmetics.Sergey Prigogin1-3/+3
2013-08-14Bug 414624 - Add Include command doesn't honor Organize IncludesSergey Prigogin4-69/+167
2013-05-14Code streamlining.Sergey Prigogin1-6/+3
2013-05-14Bug 407506 - avoid NPEaxel1-2/+6
2013-02-27Cosmetics.Sergey Prigogin3-56/+37
2013-02-20Code streamlining.Sergey Prigogin1-27/+32
2012-11-25Bug 374694. Implementation of alias templates.Thomas Corbat1-0/+20
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/+3
2012-11-11Cosmetics.Sergey Prigogin1-1/+1
2012-10-29Bug 393029. Fixed stack overflow.Sergey Prigogin1-4/+5
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat2-0/+14
2012-08-17Bug 327300. Parsing support for noexcept operators and noexceptSergey Prigogin2-11/+27
2012-07-11Fixed an infinite loop reported by Joseph Paul Cohen.Sergey Prigogin1-55/+30
2012-07-02Bug 380615 - Assign comments belonging to preprocessor directives to them in ...Lukas Felber2-144/+127
2012-06-27Bug 381032 - NameWriter extended for fully qualified names.Thomas Corbat1-0/+3
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-05-04Fix some compiler warnings, remove unused code.Markus Schorn1-4/+6
2012-04-06Minor code cleanup.Sergey Prigogin1-32/+31
2012-04-05Bug 255093 - In C++ refactoring, selection should be updated like JavaSergey Prigogin2-56/+385
2012-04-05Cosmetics.Sergey Prigogin1-4/+5
2012-03-30Code simplification.Sergey Prigogin1-67/+49
2012-03-27Eliminated unnecessary blank lines in refactored code.sprigogin3-49/+49
2012-03-20Fixed excessive code reformatting.Sergey Prigogin1-1/+5
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 Prigogin2-15/+23
2012-02-16Fixed handling of trailing comments after compound statements.Sergey Prigogin2-23/+15
2012-02-15Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.Sergey Prigogin2-1/+6
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin4-60/+39
2012-02-11Let formatter know about the translation unit so that it can resolveSergey Prigogin1-9/+13
2012-02-10Revert "Let formatter know about the translation unit so that it can resolve ...Sergey Prigogin1-8/+6
2012-02-10Let formatter know about the translation unit so that it canSergey Prigogin1-6/+8
2012-02-09Fixed ExtractFunctionRefactoringTest.testOutputParameterWithMethodCallSergey Prigogin2-4/+5
2012-02-04New UI and other improvements for Extract Function refactoring .Sergey Prigogin3-10/+13
2012-01-09Use ArrayList instead of Vector.Sergey Prigogin1-3/+4

Back to the top