]> granicus.if.org Git - clang/commit
Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Oct 2011 23:06:20 +0000 (23:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Oct 2011 23:06:20 +0000 (23:06 +0000)
commit841804baff6ea8ba1904a2ba81265aae1479e882
tree176a23845972db02399f3b1aeb59b228b87142e6
parentea523d73a6de06f828952a02f5ff86e4cc631695
Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t',
'char32_t', 'constexpr', 'decltype', 'noexcept', 'nullptr' and 'static_assert'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142302 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Sema/DeclSpec.cpp
test/SemaCXX/cxx98-compat.cpp