[PATCH] D73640: [SmallString] Add explicit conversion to std::string

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 13:40:35 PST 2020


cishida reopened this revision.
cishida added a comment.
This revision is now accepted and ready to land.

This indirection seems like unnecessary work. Could you reimplement this as a direct conversion to `std::string`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73640





More information about the llvm-commits mailing list