Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Cosmetics.Sergey Prigogin1-6/+6
2016-05-24Improved Javadoc.Sergey Prigogin1-0/+1
2016-02-17Removed deprecated methods from ICPPTemplateInstance andSergey Prigogin1-6/+0
2016-02-11Bug 486971 - Introduced InstantiationContext classSergey Prigogin1-1/+3
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam1-1/+1
2015-05-25Cosmetics.Sergey Prigogin1-2/+2
2015-05-25Bug 466362 - StackOverflowError involving self-referencing templateSergey Prigogin1-6/+11
2015-05-13Revert "Bug 466362 - StackOverflowError involving self-referencing template d...Sergey Prigogin1-1/+1
2015-05-13Bug 466362 - StackOverflowError involving self-referencing templateSergey Prigogin1-1/+1
2015-05-08Revert "Bug 466362 - StackOverflowError involving self-referencing template d...Sergey Prigogin1-1/+1
2015-05-08Bug 466362 - StackOverflowError involving self-referencing templateSergey Prigogin1-1/+1
2013-05-19Cosmetics.Sergey Prigogin1-1/+1
2012-05-14Fixes a few mistakes related to class specializations.Markus Schorn1-1/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+4
2011-09-08Bug 356818: Explicit instance, which would be illegal as implicit one.Markus Schorn1-0/+12
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-6/+1
2010-03-08Bug 296427: Api to distinguish explicit specializatioMarkus Schorn1-1/+10
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-2/+2
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-2/+1
2009-10-28Cleanup: unify isSameType for index and ast, create AST bindings for definiti...Markus Schorn1-0/+32
2008-11-27Improve toString() methods, follow up for bug 256113.Markus Schorn1-1/+1
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-1/+0
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-7/+15
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-119/+17
2008-07-14Proper implementation of ICPPClassType.getMethods() for all subclasses, bug 2...Markus Schorn1-1/+1
2008-05-28207871: add limited support for integral non-type template argumentsAndrew Ferguson1-1/+1
2008-05-14Fixes a bunch of IType.isSameType() implementations.Markus Schorn1-4/+1
2008-05-09Rework fix for 213861 and defer even more instantiations, related to bug 229218.Markus Schorn1-1/+1
2008-05-08For deferred class instances also defer selection of partial instantiation, b...Markus Schorn1-5/+4
2008-04-21Minor changes to facilitate debugging.Sergey Prigogin1-2/+0
2008-04-09cleaning up some warningsMike Kucera1-45/+3
2008-04-08224364: apply fixAndrew Ferguson1-12/+5
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-1/+4
2008-03-23A cleaner fix for bug 214447. Result of a joint hackathon with Markus Schorn.Sergey Prigogin1-61/+0
2008-03-17Fix for bug 214447.Sergey Prigogin1-3/+4
2008-03-08Added toString methods.Sergey Prigogin1-0/+61
2008-02-25toString methods and generics.Sergey Prigogin1-35/+28
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-9/+2
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-4/+4
2008-01-15214646: apply fixAndrew Ferguson1-46/+54
2007-04-26Bug 184083 - Patch for Bryan - Add base classes to for class instances and sp...Doug Schaefer1-4/+8
2007-04-24181936: fix for support for function typesAndrew Ferguson1-3/+10
2007-04-04Patch for Bryan continuing 167098:Doug Schaefer1-1/+4
2007-03-27Patch for Bryan - Bug 179173 Fixing a few exceptions.Doug Schaefer1-1/+1
2007-03-23Patch for Bryan - 177055 improving CPPClassSpecialization.Doug Schaefer1-14/+13
2007-03-19Patch for Bryan Wilkinson as part of 167098, adding support for templates in ...Doug Schaefer1-1/+2
2006-10-24fixes 149571, timestamps for files in PDOM; fixes 161715, refined strategy fo...Markus Schorn1-3/+0
2006-10-12Introduces an API to access the PDOM, bug 149565.Markus Schorn1-1/+3
2005-07-13fix bug 103715 and partial for 98171 (getBases)Andrew Niefer1-1/+15
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-7/+7

Back to the top