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)
commit304f6f0a5900c1ce06c2b26416dae56143f20147
tree9062d761cca71e6733874b06d73157897f2724a3
parentbd4ea16bf39033271255dfbcc8ffb636a7de26bb
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.

llvm-svn: 173095
clang/lib/CodeGen/CodeGenModule.cpp