summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiation-default-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Initial infrastructure for class template partial specialization. HereDouglas Gregor2009-05-311-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Extend the notion of active template instantiations to include theDouglas Gregor2009-03-101-1/+2
* Template instantiation for function typesDouglas Gregor2009-02-281-0/+21
* Implement template instantiation for pointer, reference, and (some)Douglas Gregor2009-02-281-2/+63
* Implement the basic approach for instantiating types, with a lot of FIXME'dDouglas Gregor2009-02-271-0/+19