[PATCH] D67060: [Support] Support restoring colors in WithColor

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 20:29:05 PDT 2019


ruiu added inline comments.


================
Comment at: llvm/include/llvm/Support/raw_ostream.h:401
   bool ColorEnabled = true;
+  ColorState CurrentColor{Colors::RESET, false, false};
 
----------------
and this as well


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

https://reviews.llvm.org/D67060





More information about the llvm-commits mailing list