llvm-project/clang/test/CXX
David Majnemer 767c1f8428 Make wording for certain invalid unary expressions more consistent.
An invalid decltype expression like 'decltype int' gives:
error: expected '(' after 'decltype'

This makes it so 'sizeof int' gives a similar one:
error: expected parentheses around type name in sizeof expression

llvm-svn: 192258
2013-10-09 00:22:23 +00:00
..
basic Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
class Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
class.access Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
class.derived Improve error for "override" + non-virtual func. 2013-09-05 23:51:03 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Make wording for certain invalid unary expressions more consistent. 2013-10-09 00:22:23 +00:00
dcl.decl Teach typo correction to look inside of classes like it does namespaces. 2013-09-26 19:10:29 +00:00
drs Switch the semantic DeclContext for a block-scope declaration of a function or 2013-09-20 01:15:31 +00:00
except Preserve exception specs in function decl merging. 2013-09-06 21:09:09 +00:00
expr Make wording for certain invalid unary expressions more consistent. 2013-10-09 00:22:23 +00:00
lex Add a triple to unbreak buildbots where size_t is not 'unsigned long'. 2013-10-07 22:58:25 +00:00
over Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
special Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
stmt.stmt Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
temp Hopefully unbreak bots which are seeing an assert in this test. Temporary, real 2013-09-24 05:07:58 +00:00