Enable -Wstrlcpy-strlcat-size by default.

llvm-svn: 140900
This commit is contained in:
Ted Kremenek 2011-09-30 22:52:22 +00:00
parent f40df1d46c
commit e4653a4b4b
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ def warn_sizeof_pointer_type_memaccess : Warning<
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">;