]> granicus.if.org Git - clang/commit
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)
commitf4a3e28941ed4c5d03e77cd90330b90869f59e33
tree7a4c8023b4d79f0fa5bde0b5d6d975ee4e3fb788
parentd22059e1bf8504083367d5493a4e7921b7db0bd7
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210058 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Mangle.h
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h