summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/elaborated-type-specifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test what happens when tag lookup and redeclaration lookup disagreeReid Kleckner2016-10-041-0/+9
* When we generate a redeclaration for anJohn McCall2014-05-141-0/+9
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-061-5/+2
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-1/+2
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Switch initialization of parameters in a call over toDouglas Gregor2009-12-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement support for comparing pointers with <, >, <=, >=, ==, and !=Douglas Gregor2009-05-041-2/+1
* 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-1/+1
* When we see a reference to a struct, class, or union like "struct X"Douglas Gregor2009-01-091-0/+48