Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<<
authorRui Ueyama <ruiu@google.com>
Wed, 7 Aug 2019 08:08:17 +0000 (08:08 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 7 Aug 2019 08:08:17 +0000 (08:08 +0000)
commitcac8df1ab9521d8f432013e4d348ba24e405e6e9
tree6a2c5f7ca0fd0deb83b53de9ee8ce0d85fceb21a
parent173de037404936593a88a9235a3b4783bddef9df
Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<<

The original patch broke buildbots, perhaps because it changed the
default setting whether colors are enabled or not.

llvm-svn: 368131
13 files changed:
clang/tools/diagtool/TreeView.cpp
lld/COFF/Driver.cpp
lld/COFF/DriverUtils.cpp
lld/Common/ErrorHandler.cpp
lld/ELF/Driver.cpp
lld/ELF/DriverUtils.cpp
lld/include/lld/Common/ErrorHandler.h
lld/lib/Driver/DarwinLdDriver.cpp
lld/test/COFF/color-diagnostics.test
lld/test/ELF/color-diagnostics.test
lld/wasm/Driver.cpp
llvm/include/llvm/Support/raw_ostream.h
llvm/lib/Support/raw_ostream.cpp