Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-04Bug 351029: NPE resolving binding in copied AST.Markus Schorn1-3/+6
2011-07-04Bug 350345: Typedef as class name for ctor with overloaded function pointer a...Markus Schorn1-6/+6
2011-07-04Bug 347462: Detection of implicitly called copy ctor.Markus Schorn1-1/+6
2011-07-01Bug 328528: Read/write flags in initializers.Markus Schorn1-1/+50
2011-06-29Bug 347298: Array type in field access.Markus Schorn3-110/+38
2011-05-25Added javadoc.Sergey Prigogin1-0/+8
2011-05-24Bug 319632 - Name resolution gets thrown off by a namespace in an unrelated f...Sergey Prigogin1-2/+16
2011-05-23Cosmetics.Sergey Prigogin1-5/+4
2011-05-23Cosmetics.Sergey Prigogin1-1/+1
2011-05-02Bug 344310: Address of overloaded method for instantiation.Markus Schorn2-10/+37
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn1-6/+5
2011-04-11Bug 341747: Ambiguity between template-id and binary expression.Markus Schorn2-12/+29
2011-03-28Bug 339475: Using explicit instance vs. partial specialization.Markus Schorn1-0/+4
2011-03-28Bug 339977: void f(void) in template argument deduction.Markus Schorn2-0/+12
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-02-09Bug 336426: Syntax failure in return type of function instance.Markus Schorn1-4/+23
2011-02-05Bug 336123 - DefinitionFinder2 doesn't find function definitionsSergey Prigogin1-10/+38
2011-02-03Bug 335062: Corrected signature for function templates.Markus Schorn2-49/+90
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-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 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
2010-12-23Bug 332883: auto-type in range-based for.Markus Schorn1-3/+16
2010-12-17Bug 332114: Exceptions when parsing gcc-testsuite.Markus Schorn4-24/+31
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 Schorn1-28/+33
2010-11-04Bug 329172: Name lookup for default arguments within class bodies.Markus Schorn1-38/+70
2010-11-04Bug 328802: Overriding a method which is declared with a using declaration.Markus Schorn2-5/+66
2010-10-21Bug 327223: [C++0x] Range-based for loop.Markus Schorn2-0/+14
2010-10-20Bug 328063: Typedef to cv-qualified class as class-name.Markus Schorn1-5/+7
2010-10-20Bug 327878: Normalize arguments of unknown class instances.Markus Schorn2-14/+3
2010-10-20Bug 327878: Identifying unknown instances in index.Markus Schorn1-2/+4
2010-10-13Bug 327328: Overload resolution and restrict pointers.Markus Schorn9-133/+131
2010-10-13Bug 327328: Push concept of restrict up to IASTPointer and IPointerType.Markus Schorn4-25/+15
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn7-123/+70
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn1-1/+1
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn4-99/+94
2010-10-11Bug 312423: Concept of IProblemType, cleanup of IProblem.Markus Schorn5-27/+16
2010-10-08Bug 326900: Partial ordering of conversion-operators.Markus Schorn4-33/+64
2010-10-07Bug 311164: Follow up on fix to improve mark occurrences feature.Markus Schorn2-13/+16
2010-10-07Bug 327069: ADL for class specializations.Markus Schorn1-29/+45
2010-10-06Bug 326778: Bogus ambiguity due to different using declarations for the same ...Markus Schorn1-1/+1
2010-10-06Bug 326900: Update for template argument deduction.Markus Schorn10-226/+363
2010-10-04Bug 326900: Testcases for template argument deduction.Markus Schorn1-0/+7
2010-09-29Bug 326492: Overloaded function-sets in instantiation of function templates.Markus Schorn5-94/+143
2010-09-28Bug 326076: Address of unique template function instance.Markus Schorn3-16/+50
2010-09-20Support for overridden virtual methods in LinkedNamesFinder.Sergey Prigogin1-4/+5

Back to the top