[cfe-commits] r140900 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Ted Kremenek kremenek at apple.com
Fri Sep 30 15:52:23 PDT 2011


Author: kremenek
Date: Fri Sep 30 17:52:22 2011
New Revision: 140900

URL: http://llvm.org/viewvc/llvm-project?rev=140900&view=rev
Log:
Enable -Wstrlcpy-strlcat-size by default.

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

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=140900&r1=140899&r2=140900&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Sep 30 17:52:22 2011
@@ -282,7 +282,6 @@
 def warn_strlcpycat_wrong_size : Warning<
   "size argument in %0 call appears to be size of the source; expected the size of "
   "the destination">,
-  DefaultIgnore,
   InGroup<DiagGroup<"strlcpy-strlcat-size">>;
 def note_strlcpycat_wrong_size : Note<
   "change size argument to be the size of the destination">;





More information about the cfe-commits mailing list