]> granicus.if.org Git - clang/commit
implement support for -Wno-deprecated, PR6534. While
authorChris Lattner <sabre@nondot.org>
Sun, 7 Mar 2010 18:50:21 +0000 (18:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Mar 2010 18:50:21 +0000 (18:50 +0000)
commitffaf4c5eb68718841399fc4396f6d53fedad24e2
tree677ed1bc2e69ea885c8d4706ba8db322e223e519
parentc8e5eacaaf8174cc5cd2168ae7bede54bea83787
implement support for -Wno-deprecated, PR6534.  While
I'm in there, change the altivec diagnostics to use 'double'
instead of "double" for consistency.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97919 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
test/Parser/altivec.c
test/Parser/cxx-altivec.cpp