Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat12-33/+159
2012-08-28Fixed ArrayStoreException, ClassCastException and NPE.Sergey Prigogin1-1/+1
2012-08-28Cosmetics.Sergey Prigogin1-3/+3
2012-08-14Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin6-29/+52
2012-08-14Cosmetics.Sergey Prigogin1-6/+6
2012-08-14Cosmetics.Sergey Prigogin1-2/+1
2012-08-14Cosmetics.Sergey Prigogin5-42/+38
2012-08-14Bug 299911. Improved propagation of name lookup context.Sergey Prigogin1-7/+33
2012-08-14Bug 299911. Added ICPPClassSpecialization.getBases(IASTNode point)Sergey Prigogin1-2/+7
2012-08-14Cosmetics.Sergey Prigogin1-10/+9
2012-08-14Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgumentSergey Prigogin6-15/+19
2012-08-14Cosmetics.Sergey Prigogin3-53/+53
2012-08-14Cosmetics.Sergey Prigogin1-50/+50
2012-08-14Bug 299911: Introduce ICPPEvaluationMarkus Schorn15-63/+166
2012-05-14Fixes a few mistakes related to class specializations.Markus Schorn3-11/+6
2012-05-10Bug 378317 - Index update mode for resolving unresolved includes andSergey Prigogin1-3/+29
2012-05-05Cosmetics.Sergey Prigogin1-2/+2
2012-04-28toString method.Sergey Prigogin1-4/+26
2012-04-28Added IIndexFile.toDebugString method.Sergey Prigogin1-0/+31
2012-04-28Cosmetics.Sergey Prigogin1-1/+1
2012-04-25Cosmetics.Sergey Prigogin3-17/+16
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin4-16/+37
2012-04-10Cosmetics.Sergey Prigogin4-51/+36
2012-03-19Added file size to the condition used for determining if the fileSergey Prigogin1-7/+13
2012-02-11Added IASTNode.getOriginalNode method.Sergey Prigogin1-0/+5
2012-01-13Bug 368404: Current instantiation of class template partial specializations.Markus Schorn5-40/+7
2012-01-08@Override annotations and redundant casts.Sergey Prigogin67-24/+599
2012-01-08All methods of ArrayUtil are now type-safe.Sergey Prigogin1-1/+1
2012-01-05Bug 367607: Short name for templated in qualified name.Markus Schorn1-1/+101
2012-01-04Fixes a few JUnit test failures.Markus Schorn3-11/+29
2012-01-03Bug 357563: Consider specializations found in index.Markus Schorn3-4/+20
2011-12-09toString methods and @Overide annotations.Sergey Prigogin2-14/+17
2011-11-28Bug 363731: Call Hierarchy for address of overridden method.Markus Schorn1-5/+23
2011-11-11@Override annotations.Sergey Prigogin1-3/+24
2011-10-18Fixed compiler warnings.Sergey Prigogin1-4/+9
2011-10-17Merge branch 'bug_197989_B'Sergey Prigogin7-139/+266
2011-10-17Fixed an NPE.Sergey Prigogin1-3/+3
2011-10-14Cosmetics.Sergey Prigogin1-2/+2
2011-10-05Manage the removal of an include guardMarkus Schorn1-1/+23
2011-10-04Fix bugs revealed by the testcases.Markus Schorn1-3/+2
2011-10-03Comment adjustment.Sergey Prigogin1-1/+1
2011-09-30Bug 359376: Updating implicit ctors in index.Markus Schorn2-2/+21
2011-09-27Indexing of headers and index updates.Markus Schorn2-69/+48
2011-09-22Single version for pragma-once files, tracking loaded non-pragma-once versions.Markus Schorn1-5/+0
2011-09-21Copy of branch bug_197989.Markus Schorn7-72/+204
2011-09-21Bug 358282 - Name resolution problem with mismatched 'class' andSergey Prigogin1-4/+9
2011-09-21Cosmetics.Sergey Prigogin2-26/+17
2011-09-15Bug 257293: Support specializations of using declarations.Markus Schorn4-5/+97
2011-09-08Bug 356818: Explicit instance, which would be illegal as implicit one.Markus Schorn6-10/+18
2011-09-08Bug 356057: Updating unnamed enumerations.Markus Schorn6-115/+109

Back to the top