aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/elaborated-type-specifier.cpp
AgeCommit message (Expand)Author
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain
2010-09-17When we run into an error parsing or type-checking the left-hand sideDouglas Gregor
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-22Switch initialization of parameters in a call over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-04Implement support for comparing pointers with <, >, <=, >=, ==, and !=Douglas 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-01-09When we see a reference to a struct, class, or union like "struct X"Douglas Gregor