Attributes Rewrite
authorBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 04:47:45 +0000 (04:47 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 04:47:45 +0000 (04:47 +0000)
commit311c832fdace67a6906be39afcb9f220acf56518
tree67d6be980ded0b55d2310af6815754fec1ff601d
parentd079a446d71b9505e9e878b6f466072095dae32e
Attributes Rewrite

Convert the uses of the Attributes class over to the new format. The
Attributes::get method call now takes an LLVM context so that the attributes
object can be uniquified and stored.

llvm-svn: 165918
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CGObjCMac.cpp
clang/lib/CodeGen/CGStmt.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/lib/CodeGen/TargetInfo.cpp