Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Bug 424068 - [C++11] Inheriting constructors.Sergey Prigogin1-2/+7
2014-04-24Cosmetics.Sergey Prigogin1-1/+1
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-0/+5
2013-04-24Cosmetics.Sergey Prigogin1-6/+3
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-16/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+16
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-5/+15
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-3/+3
2012-01-13Bug 368404: Current instantiation of class template partial specializations.Markus Schorn1-7/+2
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-2/+2
2012-01-03Bug 357563: Consider specializations found in index.Markus Schorn1-30/+41
2011-09-30Bug 359364: Prevent premature access to ambiguous nodes.Markus Schorn1-76/+1
2011-09-21Cosmetics.Sergey Prigogin1-2/+2
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-17/+13
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-1/+1
2009-12-11Compiler warnings.Markus Schorn1-3/+2
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-2/+2
2009-02-16Name resolution problems, bug 264988.Markus Schorn1-4/+58
2009-01-12Correct usage of scopes in name-resolution, bug 259544.Markus Schorn1-2/+2
2008-12-22Correcting IASTName.toCharArray() part II, bug 258054.Markus Schorn1-9/+4
2008-12-02Name resolution for names declared within a template, bug 257186Markus Schorn1-2/+17
2008-11-09Code formatting.Sergey Prigogin1-1/+1
2008-08-06Complete implementation of ICPPClassType, bug 98171.Markus Schorn1-16/+14
2008-07-28Complete support for members of anonymous unions, bug 206450.Markus Schorn1-0/+4
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-14/+1
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn1-1/+1
2008-04-09cleaning up some warningsMike Kucera1-1/+1
2008-04-08224364: apply fixAndrew Ferguson1-5/+1
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-03-24A cleaner fix for bug 214447.Sergey Prigogin1-4/+6
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-42/+8
2008-02-04Added toString method.Sergey Prigogin1-64/+69
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-5/+6
2008-01-15214646: apply fixAndrew Ferguson1-414/+160
2007-06-12Fix for 192239, NPE in CPPClassTemplate.Markus Schorn1-2/+10
2007-06-12Fix for 192182, ClassCastException in template instanciation.Markus Schorn1-5/+12
2007-05-03Bug 184500 - Patch for Bryan cleaning up uses of IScope.Doug Schaefer1-1/+1
2007-05-03add composite for (ITypedef & ICPPSpecialization) bindingAndrew Ferguson1-2/+3
2007-03-19Patch for Bryan Wilkinson as part of 167098, adding support for templates in ...Doug Schaefer1-0/+2
2007-01-29Follow-up for 169860, fix regression in type hierarchy, inheritance via typedefsMarkus Schorn1-1/+1
2007-01-29Fix for 169860, port content assist to use index, by Bryan Wilkinson.Markus Schorn1-1/+2
2007-01-03bug 169134Andrew Niefer1-3/+6
2006-10-20Moves further AST-specific methods out of IScopeMarkus Schorn1-2/+2
2006-10-12Introduces an API to access the PDOM, bug 149565.Markus Schorn1-1/+2
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-11Bug 140973 - Fix CCE by checking instanceof first.Doug Schaefer1-6/+7
2006-05-11Bug 140973 - Fix CCE by checking instanceof first.Doug Schaefer1-2/+4
2006-02-04bug 98171: implement some get* methods on CPPClassTemplateAndrew Niefer1-12/+112
2005-07-13fix bug 103715 and partial for 98171 (getBases)Andrew Niefer1-1/+3
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-7/+7

Back to the top