]> granicus.if.org Git - clang/commit
Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:46:53 +0000 (02:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:46:53 +0000 (02:46 +0000)
commitb263bdf2954953cc7cca5d667eb01319ea0f72ec
treefbdcfa67f8b30f1d55b7441fc87ba205c279c9af
parent7d470531fffc8072c358ec0ef8192fd02756fab1
Use the AttributeSet instead of AttributeWithIndex.

In the future, AttributeWithIndex won't be used anymore. Besides, it exposes the
internals of the AttributeSet to outside users, which isn't goodness.

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