summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/class-template-id-2.cpp
AgeCommit message (Expand)Author
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn 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-03-19Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor
2009-03-10Add pretty-printing for class template specializations, e.g.,Douglas Gregor
2009-03-03Implement the basics of implicit instantiation of class templates, inDouglas Gregor
2009-02-25Implementing parsing of template-ids as class-names, so that we canDouglas Gregor