[PATCH] D65564: Improve raw_ostream so that you can "write" colors using operator<<

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 21:48:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367649: Improve raw_ostream so that you can "write" colors using operator<< (authored by ruiu, committed by ).
Herald added a subscriber: kristina.

Changed prior to commit:
  https://reviews.llvm.org/D65564?vs=212959&id=212968#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D65564

Files:
  cfe/trunk/include/clang/AST/ASTDumperUtils.h
  cfe/trunk/lib/Analysis/CFG.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Frontend/TextDiagnostic.cpp
  cfe/trunk/tools/diagtool/TreeView.cpp
  lld/trunk/COFF/Driver.cpp
  lld/trunk/COFF/DriverUtils.cpp
  lld/trunk/Common/ErrorHandler.cpp
  lld/trunk/ELF/Driver.cpp
  lld/trunk/ELF/DriverUtils.cpp
  lld/trunk/include/lld/Common/ErrorHandler.h
  lld/trunk/lib/Driver/DarwinLdDriver.cpp
  lld/trunk/test/COFF/color-diagnostics.test
  lld/trunk/test/ELF/color-diagnostics.test
  lld/trunk/wasm/Driver.cpp
  llvm/trunk/include/llvm/Support/FormattedStream.h
  llvm/trunk/include/llvm/Support/WithColor.h
  llvm/trunk/include/llvm/Support/raw_ostream.h
  llvm/trunk/lib/Support/WithColor.cpp
  llvm/trunk/lib/Support/raw_ostream.cpp
  llvm/trunk/tools/llvm-cov/CoverageReport.cpp
  llvm/trunk/tools/llvm-cov/CoverageViewOptions.h
  llvm/trunk/tools/llvm-cov/RenderingSupport.h
  llvm/trunk/tools/llvm-cov/SourceCoverageViewText.cpp
  llvm/trunk/tools/llvm-cov/llvm-cov.cpp
  llvm/trunk/tools/llvm-mca/Views/TimelineView.cpp
  llvm/trunk/utils/FileCheck/FileCheck.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65564.212968.patch
Type: text/x-patch
Size: 32278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190802/5ae23118/attachment-0001.bin>


More information about the cfe-commits mailing list