]> granicus.if.org Git - clang/commit
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)
commit0d5833921cc728bc1d2e45fbaf7b3e11cddbf99d
tree54ca7b656d7b8c7ed54e033e6174b9819978b291
parentd9b56edcf42232c5331f9ad79aae83ba31e852df
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/TargetInfo.cpp