summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-typedef.cpp
AgeCommit message (Expand)Author
2010-04-08Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-13Improve diagnostics when the parser encounters a declarator with anDouglas Gregor
2009-05-14Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor
2009-04-14Make the implicit-int handling error recovery stuff handle C++Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor
2009-03-11Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor