Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.
authorBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 22:45:00 +0000 (22:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 22:45:00 +0000 (22:45 +0000)
commitb7abb30d77b79b929b6e52d58ca8dc89688a3f2b
treea658dd9f078f6d518b496eaa51d3e5e13d397d16
parentc90d9f89b7d85c6b4ae3692a78046e1496c8537e
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.

This further restricts the use of the Attribute class to the Attribute family of
classes.

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