]> granicus.if.org Git - clang/commitdiff
Remove on-by-default warning from -Wmost.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 8 Jan 2013 20:28:13 +0000 (20:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 8 Jan 2013 20:28:13 +0000 (20:28 +0000)
-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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171893 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticGroups.td

index be11a5374050b9e0e7a484060e6e33f62161ddd3..68f388df3a3f633670720dcf70bd653011c34130 100644 (file)
@@ -377,7 +377,6 @@ def Most : DiagGroup<"most", [
     DeleteNonVirtualDtor,
     Format,
     Implicit,
-    IntToPointerCast,
     MismatchedTags,
     MissingBraces,
     MultiChar,