[cfe-commits] r73446 - /cfe/trunk/include/clang/Basic/DiagnosticGroups.td

Chris Lattner sabre at nondot.org
Mon Jun 15 16:45:43 PDT 2009


Author: lattner
Date: Mon Jun 15 18:45:43 2009
New Revision: 73446

URL: http://llvm.org/viewvc/llvm-project?rev=73446&view=rev
Log:
accept and ignore -Wdiv-by-zero

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticGroups.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticGroups.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticGroups.td?rev=73446&r1=73445&r2=73446&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Mon Jun 15 18:45:43 2009
@@ -30,6 +30,7 @@
 def : DiagGroup<"declaration-after-statement">;
 def : DiagGroup<"disabled-optimization">;
 def : DiagGroup<"discard-qual">;
+def : DiagGroup<"div-by-zero">;
 def EmptyBody : DiagGroup<"empty-body">;
 def ExtraTokens : DiagGroup<"extra-tokens">;
 





More information about the cfe-commits mailing list