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

David Blaikie dblaikie at gmail.com
Tue Jan 8 12:28:13 PST 2013


Author: dblaikie
Date: Tue Jan  8 14:28:13 2013
New Revision: 171893

URL: http://llvm.org/viewvc/llvm-project?rev=171893&view=rev
Log:
Remove on-by-default warning from -Wmost.

-Wint-to-pointer-cast, added to match GCC's warning by the same name, doesn't
need to be in any other groups (as it isn't in any groups in GCC either).

Found in post-commit review by Ted Kremenek.

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=171893&r1=171892&r2=171893&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Tue Jan  8 14:28:13 2013
@@ -377,7 +377,6 @@
     DeleteNonVirtualDtor,
     Format,
     Implicit,
-    IntToPointerCast,
     MismatchedTags,
     MissingBraces,
     MultiChar,





More information about the cfe-commits mailing list