]> granicus.if.org Git - clang/commit
Remove the last of uses that use the Attribute object as a collection of attributes.
authorBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 06:15:10 +0000 (06:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 06:15:10 +0000 (06:15 +0000)
commit89530e45729d300b39c7332d2ad20c3ea476ab94
treed4862a866d2f3932907e9c696ec02a5fd8fd2ef1
parent3edf387e4338ff98d9874b4c1b41d787e49d6c2b
Remove the last of uses that use the Attribute object as a collection of attributes.

Collections of attributes are handled via the AttributeSet class now. This
finally frees us up to make significant changes to how attributes are structured.

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