summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unknown-type-name.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-051-3/+1
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-2/+9
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-1/+7
* C++1y is now C++14!Aaron Ballman2014-08-191-3/+3
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-2/+2
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-0/+23
* Recover better from a missing 'typename' in a function template definition.Richard Smith2012-05-161-0/+43
* If we see a declaration which is either missing a type or has a malformed type,Richard Smith2012-05-151-0/+13
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-0/+29
OpenPOWER on IntegriCloud