summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiation-backtrace.cpp
AgeCommit message (Expand)Author
2014-01-11Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky
2012-07-16PR13365: Fix code which was trying to treat an array of DeducedTemplateArgumentRichard Smith
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-10If we run into multiple errors within the same template instantiation,Douglas Gregor
2009-03-10Add pretty-printing for class template specializations, e.g.,Douglas Gregor
2009-03-10Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor