summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-typedef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-2/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-1/+1
* Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor2009-05-141-1/+2
* Make the implicit-int handling error recovery stuff handle C++Chris Lattner2009-04-141-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-1/+1
* Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor2009-03-111-0/+15