]> granicus.if.org Git - llvm/commit
Revert r367649: Improve raw_ostream so that you can "write" colors using operator<<
authorRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2019 07:22:34 +0000 (07:22 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 2 Aug 2019 07:22:34 +0000 (07:22 +0000)
commited560ae76a2f5131498e22f99a80a2e0e6527a23
treeff37104cfecb1bafa8dfc9138cfd16299e2a3ed2
parent12fe6a428504bf8c50dea528cc68b8daad7b890f
Revert r367649: Improve raw_ostream so that you can "write" colors using operator<<

This reverts commit r367649 in an attempt to unbreak Windows bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367658 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Support/FormattedStream.h
include/llvm/Support/WithColor.h
include/llvm/Support/raw_ostream.h
lib/Support/WithColor.cpp
lib/Support/raw_ostream.cpp
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/RenderingSupport.h
tools/llvm-cov/SourceCoverageViewText.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-mca/Views/TimelineView.cpp
utils/FileCheck/FileCheck.cpp