Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-3/+1
2016-05-21Cosmetics.Sergey Prigogin1-1/+1
2013-07-22Cosmetics.Sergey Prigogin1-9/+8
2013-07-22Bug 407497, Bug 399454 - Specialize template parameters when appropriateNathan Ridge1-9/+22
2013-05-24Bug 408314 - Failure of dependent base lookupDanny Ferreira1-1/+3
2013-05-21Revert "Bug 408314 - Failure of dependent base lookup"Sergey Prigogin1-3/+1
2013-05-21Bug 408314 - Failure of dependent base lookupDanny Ferreira1-1/+3
2012-08-09Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin1-1/+1
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-1/+3
2012-01-13Bug 368404: Current instantiation of class template partial specializations.Markus Schorn1-3/+2
2012-01-03Bug 357563: Consider specializations found in index.Markus Schorn1-1/+10
2011-02-03Bug 335062: Corrected signature for function templates.Markus Schorn1-2/+2
2009-12-23Bug 280909: Type deduction and instantiation for variadic templates.Markus Schorn1-0/+2
2009-02-16Name resolution problems, bug 264988.Markus Schorn1-0/+4
2009-01-27Implementation of specializations of partial specializations, bug 259872.Markus Schorn1-20/+12
2008-12-02Name resolution for names declared within a template, bug 257186Markus Schorn1-0/+10
2008-11-04Resolution of template parameters in two phases, bug 252554.Markus Schorn1-1/+17
2008-10-29Let deferred instances rely on template parameter positions, only, bug 252554.Markus Schorn1-12/+5
2008-10-28Uses new template arguments for the instantiation algorithms, bug 242668.Markus Schorn1-2/+1
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-6/+6
2008-10-22API and data-structures for proper support of template non-type arguments, bu...Markus Schorn1-1/+2
2008-10-14Concurrent usage of specializations, bug 245460.Markus Schorn1-3/+3
2008-07-25Reworked parts of template instantiation, fixes bug 236197.Markus Schorn1-62/+27
2008-05-28207871: add limited support for integral non-type template argumentsAndrew Ferguson1-1/+1
2008-05-13Fixes CCE by removing need for ICPPTemplateDefinition.getTemplateScope(), bug...Markus Schorn1-17/+0
2008-05-08For deferred class instances also defer selection of partial instantiation, b...Markus Schorn1-6/+21
2008-04-09Team shared warning levels for core-plugin, fixed warnings.Markus Schorn1-0/+1
2008-04-07Use isSameType instead of equals when looking up template type parameters in ...Sergey Prigogin1-1/+6
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-03-24A cleaner fix for bug 214447.Sergey Prigogin1-1/+1
2008-02-25toString methods and generics.Sergey Prigogin1-25/+29
2007-12-21Removes DOMScanner and related classes, cleans up interfaces IScanner and IIn...Markus Schorn1-1/+1
2007-04-04Patch for Bryan continuing 167098:Doug Schaefer1-1/+1
2007-03-23Patch for Bryan - 177055 improving CPPClassSpecialization.Doug Schaefer1-8/+4
2007-03-19Patch for Bryan Wilkinson as part of 167098, adding support for templates in ...Doug Schaefer1-1/+16
2007-01-03bug 169134Andrew Niefer1-4/+11
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-7/+8
2005-05-02Template BindingsAndrew Niefer1-65/+58
2005-04-22Templates.Andrew Niefer1-4/+54
2005-04-06TemplatesAndrew Niefer1-0/+58

    Back to the top