[cfe-commits] r125321 - in /cfe/trunk: include/clang/AST/Mangle.h lib/AST/ItaniumMangle.cpp lib/AST/Mangle.cpp lib/AST/MicrosoftMangle.cpp lib/CodeGen/CodeGenModule.cpp

Chris Lattner clattner at apple.com
Thu Feb 10 17:00:53 PST 2011


On Feb 10, 2011, at 3:59 PM, Rafael Espindola wrote:

> Author: rafael
> Date: Thu Feb 10 17:59:36 2011
> New Revision: 125321
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=125321&view=rev
> Log:
> Use raw_svector_ostream in more places in the mangler.

Hi Rafael,

Is there any reason for the methods to take a raw_svector_ostream& as an argument instead of a raw_ostream&?

-Chris



More information about the cfe-commits mailing list