]> granicus.if.org Git - clang/commitdiff
It was pointed out that a checking version of strdup isn't needed. So much for late...
authorBill Wendling <isanbard@gmail.com>
Thu, 15 Mar 2012 21:18:47 +0000 (21:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 15 Mar 2012 21:18:47 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152838 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Builtins.def

index fdc27a793f56376613b7db9de44cbe92296bdc10..f811316d573eb5e02d02a15deb0e8e86b3e4bc7e 100644 (file)
@@ -459,8 +459,6 @@ BUILTIN(__builtin___memset_chk, "v*v*izz", "nF")
 BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF")
 BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF")
 BUILTIN(__builtin___strcpy_chk, "c*c*cC*z", "nF")
-BUILTIN(__builtin___strdup_chk, "c*cC*z", "nF")
-BUILTIN(__builtin___strndup_chk, "c*cC*zz", "nF")
 BUILTIN(__builtin___strlcat_chk, "c*c*cC*zz", "nF")
 BUILTIN(__builtin___strlcpy_chk, "c*c*cC*zz", "nF")
 BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF")