[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:21 PDT 2020


jhenderson updated this revision to Diff 269184.
jhenderson retitled this revision from "[Support] Create a tied stream class and use it for errs()" to "[Support] Add stream tie function and use it for errs()".
jhenderson edited the summary of this revision.
jhenderson added a comment.

Add tie() function to `raw_ostream` instead of using a new class. Also expand unit testing to cover the related areas.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81156

Files:
  llvm/include/llvm/Support/raw_ostream.h
  llvm/lib/Support/raw_ostream.cpp
  llvm/unittests/Support/raw_ostream_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81156.269184.patch
Type: text/x-patch
Size: 6735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200608/b65e366b/attachment.bin>


More information about the llvm-commits mailing list