summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/qualified-names-diag.cpp
Commit message (Expand)AuthorAgeFilesLines
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Give Type::getDesugaredType a "for-display" mode that can apply moreDouglas Gregor2009-04-011-3/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor2009-03-191-4/+4
* Extend the use of QualifiedNameType to the creation of class templateDouglas Gregor2009-03-191-0/+5
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+28