summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/default-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* When instantiating a friend function template, don't forget to inherit defaul...Richard Smith2017-05-101-0/+16
* Fix PR26134: When substituting into default template arguments, keep CurConte...Faisal Vali2016-01-191-0/+28
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-3/+10
* Fix assertion failure in TransformOpaqueValueExprHubert Tong2015-09-011-0/+6
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-0/+7
* Sema: Subst type default template args earlierDavid Majnemer2013-08-281-8/+20
* PR16288: A template is only missing a default template argument if it providesRichard Smith2013-07-221-0/+11
* When performing substitution of default template template parametersDouglas Gregor2011-06-151-0/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove an overly-eager assertion when replacing tokens with anDouglas Gregor2009-11-121-0/+3
* Improve diagnostics when a default template argument does not matchDouglas Gregor2009-11-111-1/+1
* Before checking a template template argument against its correspondingDouglas Gregor2009-11-111-0/+11
* Fix speculative parsing of dependent template names inDouglas Gregor2009-11-111-5/+19
* Improve instantiation of default template arguments for nestedDouglas Gregor2009-11-091-0/+51
* When mapping from an injected-class-name to its correspondingDouglas Gregor2009-10-141-0/+20
* Add a null check that fixes the crash in PR4362, and make sure to instantiate...Anders Carlsson2009-06-111-0/+9
* Fix another crash and actually make the test case work.Anders Carlsson2009-06-051-1/+1
* Fix a case when the TemplateArgs vector can be empty.Anders Carlsson2009-06-051-0/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-2/+1
* Allow the use of default template arguments when forming a classDouglas Gregor2009-02-111-0/+13