Move the Attributes::Builder outside of the Attributes class and into its own class...
authorBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 20:36:26 +0000 (20:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 20:36:26 +0000 (20:36 +0000)
commita514ebc1db35f9ba8066d6eb55a3074aeaf5d6b9
tree087da2f72112e63998579223356b1b2ba6430391
parent50d27849f6e2e1f5a19364b9efbc39ef743d8040
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.

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