[cfe-commits] r69914 - /cfe/trunk/include/clang/Basic/DiagnosticGroups.td
Chris Lattner
sabre at nondot.org
Thu Apr 23 12:54:39 PDT 2009
Author: lattner
Date: Thu Apr 23 14:54:39 2009
New Revision: 69914
URL: http://llvm.org/viewvc/llvm-project?rev=69914&view=rev
Log:
accept and ignore -Wconversion
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=69914&r1=69913&r2=69914&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Thu Apr 23 14:54:39 2009
@@ -28,6 +28,7 @@
def : DiagGroup<"char-align">;
def : DiagGroup<"char-subscripts">;
def Comment : DiagGroup<"comment">;
+def : DiagGroup<"conversion">;
def : DiagGroup<"declaration-after-statement">;
def : DiagGroup<"format-security">;
def : DiagGroup<"format=2">;
More information about the cfe-commits
mailing list