Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-8/+25
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-3/+3
2017-01-03Bug 292236 - Consider using-declarations when determining accessibility for c...Nathan Ridge1-0/+10
2016-11-29CosmeticsSergey Prigogin1-1/+2
2016-09-25Cosmetics.Sergey Prigogin1-19/+19
2016-09-18Bug 498393 - Do not cache bases computed when a class is incompleteNathan Ridge1-1/+7
2014-08-11Bug 438348 - Allow decltype-specifiers in base-specifiersNathan Ridge1-0/+4
2014-04-25Bug 424068 - [C++11] Inheriting constructors.Sergey Prigogin1-3/+7
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-2/+1
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-0/+9
2013-04-24Cosmetics.Sergey Prigogin1-4/+5
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-24/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+24
2013-02-25Bug 401661 - CPPClassType.getScope() at split definition and declarationThomas Corbat1-5/+11
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-0/+13
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-3/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+42
2011-10-04Cosmetics.Sergey Prigogin1-3/+3
2011-09-30Bug 359364: Prevent premature access to ambiguous nodes.Markus Schorn1-94/+24
2011-09-21Cosmetics.Sergey Prigogin1-2/+2
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-3/+0
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-55/+39
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-2/+1
2009-09-23Cosmetics.Sergey Prigogin1-1/+1
2009-08-23Cosmetics.Sergey Prigogin1-1/+1
2009-04-15Correct scope for elaborated type specifiers, bug 270831.Markus Schorn1-6/+4
2009-03-12Content assist for class instance members without prefix, bug 267911.Markus Schorn1-0/+3
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-8/+0
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn1-7/+4
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn1-2/+4
2008-12-27Bug 259683.Sergey Prigogin1-2/+5
2008-12-27Code formatting.Sergey Prigogin1-59/+59
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-16/+9
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-3/+3
2008-08-06Complete implementation of ICPPClassType, bug 98171.Markus Schorn1-56/+30
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-0/+19
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-0/+4
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn1-1/+17
2008-05-23Name resolution when redeclaring a class after a reference, bug 229571.Markus Schorn1-1/+10
2008-05-09Rework fix for 213861 and defer even more instantiations, related to bug 229218.Markus Schorn1-0/+8
2008-04-08224364: apply fixAndrew Ferguson1-5/+5
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-58/+8
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-14/+7
2008-01-15214646: apply fixAndrew Ferguson1-600/+243
2007-11-06201177: apply fix + add test from SergeyAndrew Ferguson1-3/+4
2007-07-26Fix and Testcases for 186123, information stored with bindings not updated.Markus Schorn1-3/+19
2007-05-03Bug 184500 - Patch for Bryan cleaning up uses of IScope.Doug Schaefer1-1/+1
2007-02-14Patch for Bug 173874 - day one bug in getNestedClasses in CPPClassType. The b...Doug Schaefer1-4/+5

Back to the top