[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
Tue Jun 9 01:36:37 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:
> jhenderson wrote:
> > labath wrote:
> > > This appears to be unused.
> > Oops, thanks. I've removed it locally.
> It looks like it's still here. :)
Yeah, I missed it in my last update, and was too lazy to upload a new diff for just that :)

I'll triple check that it's gone before committing though!


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