]> granicus.if.org Git - clang/commitdiff
Accept and ignore a few more -Wflags.
authorChris Lattner <sabre@nondot.org>
Fri, 28 Aug 2009 00:35:39 +0000 (00:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Aug 2009 00:35:39 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80323 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticGroups.td

index fab4614d174d99ddf1b0faac7c4347eb8316adab..ef3bb4bf54692800a38317869127f73304dc6802 100644 (file)
@@ -19,7 +19,9 @@ def Implicit : DiagGroup<"implicit", [
 
 
 // Empty DiagGroups: these are recognized by clang but ignored.
+def : DiagGroup<"address">;
 def : DiagGroup<"aggregate-return">;
+def : DiagGroup<"attributes">;
 def : DiagGroup<"bad-function-cast">;
 def : DiagGroup<"cast-align">;
 def : DiagGroup<"cast-qual">;
@@ -56,6 +58,7 @@ def : DiagGroup<"missing-field-initializers">;
 def NonNull : DiagGroup<"nonnull">;
 def : DiagGroup<"nonportable-cfstrings">;
 def : DiagGroup<"old-style-definition">;
+def : DiagGroup<"overflow">;
 def : DiagGroup<"packed">;
 def Parentheses : DiagGroup<"parentheses">;
 def PointerArith : DiagGroup<"pointer-arith">;