]> granicus.if.org Git - clang/commit
Add missing warning for use of C++1z init-statements in C++14 and before.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 20:27:16 +0000 (20:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 18 Oct 2016 20:27:16 +0000 (20:27 +0000)
commit89176ac61e151c65c8c083435361f2245d741a96
treeaf21c3d662d8e56c8c5879414d263259691d167a
parentf4c3280c90d6d2c38520f3587510cc6d03e1003c
Add missing warning for use of C++1z init-statements in C++14 and before.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284530 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseExprCXX.cpp
test/SemaCXX/warn-c++1z-extensions.cpp [new file with mode: 0644]