[PATCH] D81110: [Support] Move color handling from raw_fd_ostream to raw_ostream

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 01:02:58 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.

LGTM, from my point of view. Best get @labath to confirm he's happy though.



================
Comment at: llvm/include/llvm/Support/raw_ostream.h:352
 
+  /// Compute whether colors should be used and to the necessary work such as
+  /// flushing. The result is affected by calls to enable_color().
----------------
to the -> do the (?)


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

https://reviews.llvm.org/D81110





More information about the llvm-commits mailing list