aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/unknown-type-name.cpp
AgeCommit message (Expand)Author
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2012-05-16Recover better from a missing 'typename' in a function template definition.Richard Smith
2012-05-15If we see a declaration which is either missing a type or has a malformed type,Richard 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-10-13Improve diagnostics when the parser encounters a declarator with anDouglas Gregor