[PATCH] D49129: [Support] raw_ostream << Error&& and formatv(..., Error&&) consume the Error.

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 00:24:58 PDT 2018


sammccall abandoned this revision.
sammccall added a comment.

As pointed out on https://reviews.llvm.org/D49013, this doesn't work for `formatv`, as the behavior is different when printing 0/1/2 times.

This approach could still be used to merge toString/to_string if that's desirable.


Repository:
  rL LLVM

https://reviews.llvm.org/D49129





More information about the llvm-commits mailing list