]> granicus.if.org Git - clang/commit
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 02:02:51 +0000 (02:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Jun 2013 02:02:51 +0000 (02:02 +0000)
commit79f4bb7aad1b7c53f8a3bc43d89de0efdef8286d
treec55976c518a4991d4d04015e0a801f8925a88a3d
parent4e47ecb6b2e399d2a7cc3a91d1eab9e501c5580f
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
 - 'register' storage class
 - dynamic exception specifications

Only the former check is enabled by default for now (the latter might be quite noisy).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183881 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
test/CXX/class/class.friend/p6.cpp
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
test/FixIt/fixit-cxx0x.cpp
test/Sema/thread-specifier.c
test/SemaCXX/attr-cxx0x.cpp
test/SemaCXX/deprecated.cpp [new file with mode: 0644]