Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Cosmetics.Sergey Prigogin1-26/+28
2011-07-06Bug 351228: Attributes at end of using directive.Markus Schorn1-0/+2
2011-07-05Bug 351009: Content assist for member-initializer outside of class body.Markus Schorn1-7/+13
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 Schorn5-130/+108
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 Prigogin2-7/+6
2011-05-23Cosmetics.Sergey Prigogin1-1/+1
2011-05-10Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin1-4/+13
2011-05-02Bug 344310: Address of overloaded method for instantiation.Markus Schorn2-10/+37
2011-05-02Bug 173458: Make camel-case content assist a UI preference, by Jens Elmenthaler.Markus Schorn4-4/+4
2011-04-22Cosmetics.Sergey Prigogin1-1/+1
2011-04-22Cosmetics.Sergey Prigogin1-13/+13
2011-04-19Cosmetics.Sergey Prigogin1-26/+24
2011-04-17Cosmetics.Sergey Prigogin1-5/+3
2011-04-17Cosmetics.Sergey Prigogin1-26/+23
2011-04-17Code streamlining.Sergey Prigogin1-24/+18
2011-04-17Cosmetics.Sergey Prigogin1-1/+1
2011-04-17Cosmetics.Sergey Prigogin1-13/+15
2011-04-15Bug 342683: Support for built-in type-traits.Markus Schorn9-24/+259
2011-04-13Made fStructMapper final.Sergey Prigogin1-1/+1
2011-04-12Bug 326269 - Checker for instantiation of an abstract class. Patch by Anton G...Sergey Prigogin1-1/+85
2011-04-12Bug 342443: A using declaration is not a definition.Markus Schorn1-1/+1
2011-04-11Bug 341747: Ambiguity between template-id and binary expression.Markus Schorn7-278/+1015
2011-04-05Cosmetics.Sergey Prigogin1-7/+7
2011-04-04Cosmetics.Sergey Prigogin2-23/+20
2011-04-01Bug 341440: Thread safety for PDOM objects.v201104010806Markus Schorn3-20/+32
2011-03-31Testcase and fix for a parameter name resolution problem.Markus Schorn1-3/+10
2011-03-31Cosmetics.Sergey Prigogin3-32/+30
2011-03-28Bug 339475: Using explicit instance vs. partial specialization.Markus Schorn1-0/+4
2011-03-28Bug 340664: NPE in content assist.Markus Schorn1-1/+1
2011-03-28Bug 339977: void f(void) in template argument deduction.Markus Schorn3-14/+23
2011-03-26Cosmetics.Sergey Prigogin1-3/+3
2011-03-15Cosmetics.Sergey Prigogin1-6/+6
2011-03-15Cosmetics.Sergey Prigogin1-10/+8
2011-03-12Bug 335122 - DeclarationGenerator asserts for templated types with namespace....Marc-Andre Laperle1-1/+1
2011-03-12- removed one part of assert because Junit does not pass:Alena Laskavaia1-1/+1
2011-03-09Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName.Sergey Prigogin1-4/+5
2011-03-07Bug 337937: CopyLocation for copied AST-NodeEmanuel Graf101-360/+1078
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

Back to the top