summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/class-template-id-2.cpp
Commit message (Expand)AuthorAgeFilesLines
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor2009-03-191-1/+1
* Add pretty-printing for class template specializations, e.g.,Douglas Gregor2009-03-101-1/+1
* Implement the basics of implicit instantiation of class templates, inDouglas Gregor2009-03-031-3/+4
* Implementing parsing of template-ids as class-names, so that we canDouglas Gregor2009-02-251-0/+23