]> granicus.if.org Git - clang/commit
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute.
authorBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 21:57:40 +0000 (21:57 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 21:57:40 +0000 (21:57 +0000)
commita37ce617af7300eee3ceab435021c342e62c5661
treefc74bf9d26d182a357406f90c50543f934faad0a
parentcc71dbee441e97285e86bff48eecfbeab82de7ce
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Attribute.

This is more code to isolate the use of the Attribute class to that of just
holding one attribute instead of a collection of attributes.

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