]> granicus.if.org Git - clang/commit
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
authorDaniel Dunbar <daniel@zuster.org>
Sat, 21 Nov 2009 09:06:22 +0000 (09:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 21 Nov 2009 09:06:22 +0000 (09:06 +0000)
commit94fd26de3ae77f29496ca22d5276b2fb71b2311d
tree4495fec430a59d52f8583796d3714810edd4ee1e
parent1b0771170921b9e752a50ea2cf87814bff92c834
IRgen: Switch the C++ mangler interfaces to take the SmallVector to write into,
instead of requiring clients to make a raw_svector_ostream, which is just an
implementation detail.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGRtti.cpp
lib/CodeGen/CGVtable.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/Mangle.cpp
lib/CodeGen/Mangle.h