Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-06Removed uses of a deprecated class.Sergey Prigogin4-105/+102
2011-03-06Removed uses of a deprecated class.Sergey Prigogin12-235/+122
2011-03-02Bug 332883: Range based for loop with non-array type.Markus Schorn2-21/+62
2011-03-02Bug 333389: Variadic function templates.Markus Schorn1-5/+7
2011-03-02Bug 337686: Function-call on dependent expression.Markus Schorn1-0/+3
2011-03-02Cosmetics.Sergey Prigogin1-23/+21
2011-03-01Cosmetics.Sergey Prigogin2-20/+17
2011-03-01Cosmetics.Sergey Prigogin1-3/+1
2011-02-27Cosmetics.Sergey Prigogin1-6/+5
2011-02-26Cosmetics.Sergey Prigogin2-53/+45
2011-02-23Bug 173458: Camel case based content assist, by Jens Elmenthaler.Markus Schorn6-14/+34
2011-02-21Bug 337714: Fixed streamline ChangeGeneratorEmanuel Graf2-155/+118
2011-02-21Bug 337701: Fixed, FileContentHelper doesn't close streamsEmanuel Graf2-26/+23
2011-02-11Cosmetics.Sergey Prigogin1-2/+2
2011-02-10Cosmetics.Sergey Prigogin2-21/+19
2011-02-09Bug 336426: Syntax failure in return type of function instance.Markus Schorn1-4/+23
2011-02-06Cosmetics.Sergey Prigogin1-24/+24
2011-02-05Bug 336123 - DefinitionFinder2 doesn't find function definitionsSergey Prigogin1-10/+38
2011-02-05Cosmetics.Sergey Prigogin1-1/+1
2011-02-03Bug 335062: Corrected signature for function templates.Markus Schorn8-81/+111
2011-01-28Cosmetics.Sergey Prigogin1-6/+6
2011-01-26Bug 333941: Squiqgly line for missing semicolons.Markus Schorn4-3/+6
2011-01-26Bug 335387: Overload resolution and conversion on implied object.Markus Schorn3-30/+47
2011-01-21Bug 334955: Overloaded comma operator with const class reference.Markus Schorn1-1/+1
2011-01-16Cosmetics.Sergey Prigogin1-2/+2
2011-01-16Cosmetics.Sergey Prigogin1-1/+1
2011-01-16Cosmetics.Sergey Prigogin1-11/+7
2011-01-12Bug 333842: The ASTRewriter looses one insertion edits if one both inserts be...Emanuel Graf1-21/+23
2011-01-12Bug 273525. Reverted the previous change.Sergey Prigogin1-15/+0
2011-01-10Bug 273525 - Generate Getters and Setters is very slow.Sergey Prigogin1-2/+17
2011-01-07Bug 333529: Function instance as template argument.Markus Schorn1-28/+23
2011-01-07Bug 333325: Default template arguments for function templates.Markus Schorn1-8/+17
2011-01-07Bug 333256: Name resolution in trailing return type.Markus Schorn1-21/+31
2011-01-07Bug 333285: Non-type template parameter with leading typename keyword.Markus Schorn1-88/+106
2011-01-04Bug 296192: Extract method removes essential macros and breaks formattingEmanuel Graf1-2/+2
2011-01-04Bug 331963: Extract local variable doesn't put template type parametersEmanuel Graf1-7/+33
2011-01-02Cosmetics.Sergey Prigogin1-9/+7
2011-01-02Cosmetics.Sergey Prigogin1-1/+1
2010-12-27Bug 333200: Declaration ambiguity, bit-field versus member-initializer.Markus Schorn1-1/+1
2010-12-23Bug 332883: auto-type in range-based for.Markus Schorn1-3/+16
2010-12-17Bug 332114: Exceptions when parsing gcc-testsuite.Markus Schorn9-39/+62
2010-12-06Bug: 331637 - ExpressionWriter & DeclaratorWriter do not support ICPPASTLambd...Emanuel Graf2-1/+63
2010-12-02Bug 330762: Content assist for deferred base classes.Markus Schorn2-1/+11
2010-12-02Bug 331056: Content assist for involving using declarations.Markus Schorn2-41/+41
2010-11-11Bug 329795: Resolution of nested typedef specializations.Markus Schorn1-1/+17
2010-11-04Bug 329172: Name lookup for default arguments within class bodies.Markus Schorn1-38/+70
2010-11-04Bug 328380: Improved safeguard against infinite recursion.Markus Schorn1-8/+23
2010-11-04Bug 328802: Overriding a method which is declared with a using declaration.Markus Schorn3-6/+67
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn10-77/+263
2010-10-20Bug 328063: Typedef to cv-qualified class as class-name.Markus Schorn1-5/+7

Back to the top