]> granicus.if.org Git - clang/commit
Make sure we apply attributes to correct places.
authorBill Wendling <isanbard@gmail.com>
Fri, 22 Feb 2013 20:53:29 +0000 (20:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 22 Feb 2013 20:53:29 +0000 (20:53 +0000)
commit93e4bff1a30d2ac37461943599efd59f04a5c00f
tree80a6003df9991b3e8a9bd00e93b68e32b04173a1
parent80190399f5a062db72127869978699af65951b73
Make sure we apply attributes to correct places.

Some attributes make sense only on the function or on the call site, but not
both. Make this distinction here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175918 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp