Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-25Removed dead code.Sergey Prigogin1-5/+0
2014-04-25Cosmetics.Sergey Prigogin1-3/+10
2013-05-16Bug 402878 - Visibility information for nested typesThomas Corbat1-0/+5
2013-04-15Revert "Bug 402878 - Implementation of Member Accessibility on Type Level"Thomas Corbat1-12/+0
2013-04-15Bug 402878 - Implementation of Member Accessibility on Type LevelThomas Corbat1-0/+12
2012-10-02Bug 381824: Storing dependent bindings.Markus Schorn1-6/+1
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat1-1/+7
2012-07-29Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgumentSergey Prigogin1-1/+1
2012-01-09Tightened up type constraints in ArrayUtil.Sergey Prigogin1-3/+3
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-1/+1
2012-01-03Bug 357563: Consider specializations found in index.Markus Schorn1-2/+28
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-3/+8
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-9/+9
2010-02-10Bug 302282: Extending variadic template template parameters.Markus Schorn1-2/+2
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-2/+8
2009-12-11Compiler warnings.Markus Schorn1-1/+1
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
2009-06-23ClassCastException using template template parameters, bug 279619Markus Schorn1-4/+2
2009-02-16Name resolution problems, bug 264988.Markus Schorn1-0/+4
2009-01-27Default values for template template parameters, bug 262368.Markus Schorn1-14/+3
2008-12-03Classification of names depending on template parameters, bug 234321.Markus Schorn1-2/+3
2008-11-23Bug 256205.Sergey Prigogin1-1/+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-23/+11
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-1/+1
2008-10-24Removes references to deprecated API related to template arguments, bug 242668.Markus Schorn1-4/+13
2008-08-06Complete implementation of ICPPClassType, bug 98171.Markus Schorn1-18/+9
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-45/+27
2008-06-19Binding resolution of parameters for complex functions, bug 214482.Markus Schorn1-8/+1
2008-05-19Fix for bug 232086.Sergey Prigogin1-6/+14
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-7/+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-13/+27
2008-04-09cleaning up some warningsMike Kucera1-59/+5
2008-04-08224364: apply fixAndrew Ferguson1-1/+1
2008-03-27222748: refactor semantic routines to separate packageAndrew Ferguson1-0/+1
2008-03-24A cleaner fix for bug 214447.Sergey Prigogin1-62/+45
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-10/+2
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-5/+3
2005-06-23CPL to EPL transistion - license header update for IBMDavid Inglis1-3/+3
2005-06-03ICPPClassType.getNestedClasses()Andrew Niefer1-1/+5
2005-06-03implement getQualifiedName for unknown template bindingsAndrew Niefer1-1/+5
2005-05-13fix ClassCastException for bug 95215Andrew Niefer1-5/+4
2005-05-04start of support for template parameter qualified typesAndrew Niefer1-1/+18
2005-05-03instantiating template template parametersAndrew Niefer1-6/+36
2005-05-02Template BindingsAndrew Niefer1-4/+25

Back to the top