]> granicus.if.org Git - clang/commit
patch to add missing warning on sizeof wrong parameter
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Sep 2014 18:44:36 +0000 (18:44 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 12 Sep 2014 18:44:36 +0000 (18:44 +0000)
commitc419beb43ff9661aa77b411f114c2e66c86f99d6
tree1887fe535b772d60b06d3098b5aa8951997fb0be
parent423b6f8e82d685c0397b968ed6f437436b438973
patch to add missing warning on sizeof wrong parameter
for __builtin___strlcpy_chk/__builtin___strlcat_chk.
Patch by Jacques Fortier with monir change by me and
addition of test. rdar://18259539

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
lib/Sema/SemaChecking.cpp
test/Sema/builtins.c