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)
commitce2f9c5c63b97907d148863cd4cb88324e91ec17
tree0f6716288f4da77650e8cc730e4e5587a63ca7c3
parent49bc76cbb3072c077f684e93904df8bb46803210
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.

llvm-svn: 173229
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CodeGenModule.cpp