[PATCH] D58580: [Support] llvm::to_string(): raw_string_ostream is a memory hog

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 10:44:37 PST 2019


zturner added a comment.

I don't think we should discourage its use.  It turns out to be extremely useful.  But we also can't put it in STLExtras.h I think, because it would create a circular dependency.  Same goes for StringExtras.h.  We could either put it in raw_ostream.h or make a new file called StringConvert.h


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58580/new/

https://reviews.llvm.org/D58580





More information about the llvm-commits mailing list