Eliminate redundant MangleBuffer class
authorAlp Toker <alp@nuanti.com>
Tue, 3 Jun 2014 02:13:57 +0000 (02:13 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 3 Jun 2014 02:13:57 +0000 (02:13 +0000)
commit0e64e0d4fd7c5ae535ba8805c21146a9414f19b3
tree54d206467fe4652a6c5341d4d867db16490f9126
parent23487e878b0bbd012a756d92b10af8769d52cd1e
Eliminate redundant MangleBuffer class

The only remaining user didn't actually use the non-dynamic storage facility
this class provides.

The std::string is transitional and likely to be StringRefized shortly.

llvm-svn: 210058
clang/include/clang/AST/Mangle.h
clang/lib/CodeGen/CGBlocks.cpp
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h