[PATCH] D81110: [Support] Move color handling from raw_fd_ostream to raw_ostream
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 04:52:16 PDT 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Yep, this looks good. Thanks for your patience.
================
Comment at: llvm/include/llvm/Support/raw_ostream.h:292
+ /// The result is unaffected by calls to enable_color().
+ virtual bool has_colors() const { return is_displayed(); };
----------------
superfluous semicolon
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81110/new/
https://reviews.llvm.org/D81110
More information about the llvm-commits
mailing list