summaryrefslogtreecommitdiff
path: root/test/SemaCXX/qualified-names-diag.cpp
AgeCommit message (Expand)Author
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-04-01Give Type::getDesugaredType a "for-display" mode that can apply moreDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-19Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor
2009-03-19Extend the use of QualifiedNameType to the creation of class templateDouglas Gregor
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor