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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to