]> granicus.if.org Git - clang/commit
Separate out and special-case the diagnostic for 'auto' in a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2013 01:26:46 +0000 (01:26 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2013 01:26:46 +0000 (01:26 +0000)
commit14f78f4a11df4c06667e2cbb87eeb179e4cb46fe
tree392bceb2e768c1f45098628ec63adfabc953e358
parent15676bec6fa9ad9466d93c163f2d1b8a3f559b3a
Separate out and special-case the diagnostic for 'auto' in a
conversion-type-id, in preparation for this becoming valid in c++1y mode.
No functionality change; small diagnostic improvement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181089 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/DeclSpec.h
lib/Parse/ParseExprCXX.cpp
lib/Sema/SemaType.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp