]> granicus.if.org Git - clang/commit
Per Eli Friedman's feedback, handle attribute 'malloc' being applied to
authorTed Kremenek <kremenek@apple.com>
Fri, 14 Aug 2009 22:03:27 +0000 (22:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 14 Aug 2009 22:03:27 +0000 (22:03 +0000)
commitb109069995b44f3ef182bcd1b02ad05e9ea9d21d
treeead4a8d4f6ecb2f20b5ff1e347a237e0e92b1d42
parenta5e42a82ce055f29f3733f3a1f10da6cb9877dee
Per Eli Friedman's feedback, handle attribute 'malloc' being applied to
declarations of function pointers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-malloc.c