]> granicus.if.org Git - clang/commitdiff
accept and ignore two more gcc warning flags.
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2010 20:40:48 +0000 (20:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2010 20:40:48 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106472 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticGroups.td

index 1a7b7ec136bb79bb30f6326acabe20cc17ec91e2..566fc9b96491b50d37eb0a51737161bf3c191c41 100644 (file)
@@ -17,6 +17,7 @@ def Implicit : DiagGroup<"implicit", [
 ]>;
 
 // Empty DiagGroups are recognized by clang but ignored.
+def : DiagGroup<"abi">;
 def : DiagGroup<"address">;
 def AddressOfTemporary : DiagGroup<"address-of-temporary">;
 def : DiagGroup<"aggregate-return">;
@@ -83,6 +84,7 @@ def SemiBeforeMethodBody : DiagGroup<"semicolon-before-method-body">;
 def : DiagGroup<"sequence-point">;
 def Shadow : DiagGroup<"shadow">;
 def : DiagGroup<"shorten-64-to-32">;
+def : DiagGroup<"sign-promo">;
 def SignCompare : DiagGroup<"sign-compare">;
 def : DiagGroup<"synth">;