[PATCH] D81156: [Support] Add stream tie function and use it for errs()

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 01:04:02 PDT 2020


labath accepted this revision.
labath added a comment.

Yep, this is great.



================
Comment at: llvm/unittests/Support/raw_ostream_test.cpp:365
+  TiedTo << "a";
+  std::error_code EC;
+
----------------
jhenderson wrote:
> labath wrote:
> > This appears to be unused.
> Oops, thanks. I've removed it locally.
It looks like it's still here. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81156





More information about the llvm-commits mailing list