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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 05:25:22 PDT 2020


jhenderson marked 2 inline comments as done.
jhenderson added inline comments.


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


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