[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 02:42:59 PDT 2020


labath added inline comments.


================
Comment at: llvm/unittests/Support/raw_ostream_test.cpp:365
+  TiedTo << "a";
+  std::error_code EC;
+
----------------
jhenderson wrote:
> 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!
Sure, no worries.:)


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