aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_arg.cpp
AgeCommit message (Expand)Author
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2010-04-08Explain that a template needs arguments to make it into a type, forJeffrey Yasskin
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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
2009-02-11Implement semantic checking for template arguments that correspond toDouglas Gregor
2009-02-09Rudimentary checking of template arguments against their correspondingDouglas Gregor