Replace usage of std::stringstream with raw_string_ostream
Typically we don't use the stringstream, so instead use raw_string_stream. Additionally, the dependent function changed to use raw_ostream. llvm-svn: 315950
Loading
Please register or sign in to comment