[PATCH] D67060: [Support] Support restoring colors in WithColor
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 02:22:57 PDT 2019
ruiu 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: ";
}
----------------
Unrelated change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67060/new/
https://reviews.llvm.org/D67060
More information about the llvm-commits
mailing list