llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align
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
..
p5.cpp
p6.cpp Don't crash if we try to apply 'alignas' to a variable declared with an 2013-02-22 09:21:42 +00:00
p7.cpp Make wording for certain invalid unary expressions more consistent. 2013-10-09 00:22:23 +00:00
p8.cpp