[PATCH] D87272: [lld] Buffer lld::errs() writes

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 01:19:10 PDT 2020


grimar added inline comments.


================
Comment at: llvm/include/llvm/Support/raw_ostream.h:304
 
+  bool colors_enabled() { return ColorEnabled; }
+
----------------
Add `const`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87272



More information about the llvm-commits mailing list