]> granicus.if.org Git - clang/commit
Back out __decltype warning from r151377: we should either warn on all the GNU
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Feb 2012 22:30:04 +0000 (22:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Feb 2012 22:30:04 +0000 (22:30 +0000)
commitc7b5543ad32a5c265c02e71b2a6f9856440ed13f
treefd327493de2cb4ac67f606196476eff72d628aa0
parenta08c2fb74ef823c185619ecc532f8fced6a1982f
Back out __decltype warning from r151377: we should either warn on all the GNU
__keywords or none of them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151401 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDeclCXX.cpp
test/SemaCXX/decltype-98.cpp