aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/default-arguments.cpp
AgeCommit message (Expand)Author
2011-06-15When performing substitution of default template template parametersDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-12Remove an overly-eager assertion when replacing tokens with anDouglas Gregor
2009-11-11Improve diagnostics when a default template argument does not matchDouglas Gregor
2009-11-11Before checking a template template argument against its correspondingDouglas Gregor
2009-11-11Fix speculative parsing of dependent template names inDouglas Gregor
2009-11-09Improve instantiation of default template arguments for nestedDouglas Gregor
2009-10-14When mapping from an injected-class-name to its correspondingDouglas Gregor
2009-06-11Add a null check that fixes the crash in PR4362, and make sure to instantiate...Anders Carlsson
2009-06-05Fix another crash and actually make the test case work.Anders Carlsson
2009-06-05Fix a case when the TemplateArgs vector can be empty.Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-25Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor
2009-02-11Allow the use of default template arguments when forming a classDouglas Gregor