[PATCH] D67060: [Support] Support restoring colors in WithColor
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 08:33:12 PDT 2019
jhenderson added inline comments.
================
Comment at: llvm/include/llvm/Support/raw_ostream.h:92
+ bool Bold;
+ bool BG;
+
----------------
`BG` is not an obvious abbreviation for me. Could you use an unabbreviated name please?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67060/new/
https://reviews.llvm.org/D67060
More information about the llvm-commits
mailing list