llvm-project/clang/test/CXX/dcl.dcl
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.namespace Allow typo correction to try removing nested name specifiers. 2013-07-02 23:47:44 +00:00
dcl.attr Make wording for certain invalid unary expressions more consistent. 2013-10-09 00:22:23 +00:00
dcl.enum Improve handling of enumerator values for C and C++, including: 2010-02-01 23:36:03 +00:00
dcl.link Replace void with int to make this a valid C++ file. 2013-07-04 14:25:25 +00:00
dcl.spec Implement a rudimentary form of generic lambdas. 2013-09-26 19:54:12 +00:00
p4-0x.cpp The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00