[PATCH] D67060: [Support] Support restoring colors in WithColor
Seiya Nuta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 02:28:35 PDT 2019
seiya marked 2 inline comments as done.
seiya added inline comments.
================
Comment at: llvm/lib/Support/WithColor.cpp:72
OS << Prefix << ": ";
- return WithColor(OS, HighlightColor::Error, DisableColors).get()
- << "error: ";
+ return WithColor(OS, HighlightColor::Error, DisableColors).get() << "error: ";
}
----------------
ruiu wrote:
> Unrelated change?
Yes. Fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67060/new/
https://reviews.llvm.org/D67060
More information about the llvm-commits
mailing list