Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Bug 381824: Storing dependent bindings.Markus Schorn1-6/+1
2012-07-29Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgumentSergey Prigogin1-1/+1
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+7
2010-12-17Bug 332114: Exceptions when parsing gcc-testsuite.Markus Schorn1-2/+1
2010-06-03Bug 315439 Fix up copyrightVivian Kong1-1/+1
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-1/+7
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn1-7/+9
2009-07-01Correct determination of default template arguments, bug 281781.Markus Schorn1-6/+11
2008-12-03Classification of names depending on template parameters, bug 234321.Markus Schorn1-2/+2
2008-11-21Improve API of ICPPTemplateParameter, see bug 253080.Markus Schorn1-1/+1
2008-11-04Resolution of template parameters in two phases, bug 252554.Markus Schorn1-5/+8
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-0/+9
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-11/+0
2008-05-15Removes a workaround in PDOMCPPLinkage.getAdaptedParent().Markus Schorn1-1/+1
2008-05-13Fixes CCE by removing need for ICPPTemplateDefinition.getTemplateScope(), bug...Markus Schorn1-2/+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-4/+14
2008-04-21Debugging helpers.Sergey Prigogin1-4/+1
2008-04-09cleaning up some warningsMike Kucera1-12/+3
2008-04-07Use isSameType instead of equals when looking up template type parameters in ...Sergey Prigogin1-21/+16
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2007-06-14Fix up copyrights.Doug Schaefer1-1/+1
2007-03-19Patch for Bryan Wilkinson as part of 167098, adding support for templates in ...Doug Schaefer1-2/+3
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-3/+3
2005-06-03implement getQualifiedName for unknown template bindingsAndrew Niefer1-1/+5
2005-05-04start of support for template parameter qualified typesAndrew Niefer1-1/+19
2005-04-22- consider template parameter default valuesAndrew Niefer1-3/+12
2005-04-22Templates.Andrew Niefer1-0/+56

    Back to the top