summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/default-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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