[PATCH] D70693: [scan-build-py] Set of small fixes

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 15:09:35 PST 2019


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/tools/scan-build-py/libscanbuild/clang.py:47
     cmd.insert(1, '-###')
+    cmd.append('-fno-color-diagnostics')
 
----------------
Alternative would be to set `TERM=dumb` environment variable which disables color support as well, but this also works.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70693





More information about the cfe-commits mailing list