summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiation-default-1.cpp
AgeCommit message (Expand)Author
2016-12-24When producing a name of a partial specialization in a diagnostic, use theRichard Smith
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-10Create a new InjectedClassNameType to represent bare-word references to the John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-31Initial infrastructure for class template partial specialization. HereDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-10Extend the notion of active template instantiations to include theDouglas Gregor
2009-02-28Template instantiation for function typesDouglas Gregor
2009-02-28Implement template instantiation for pointer, reference, and (some)Douglas Gregor
2009-02-27Implement the basic approach for instantiating types, with a lot of FIXME'dDouglas Gregor