]> granicus.if.org Git - clang/commit
Make sure that the Attribute object represents one attribute only.
authorBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 00:30:05 +0000 (00:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 00:30:05 +0000 (00:30 +0000)
commitc4c62fd78a4728c9e4d4df14911a2ced9bdd2031
treea87c652c0eba561ab079d46aaaf4a4b4c9ca8f3f
parent3e55e3e9f5e89c0cd433f6c01e0b067911228612
Make sure that the Attribute object represents one attribute only.

Several places were still treating the Attribute object as respresenting
multiple attributes. Those places now use the AttributeSet to represent
multiple attributes.

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