[PATCH] D63179: [sanitizer-common] Reduce ANSI color sequences that have no effect.

Aaron Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 10:39:41 PDT 2019


aarongreen updated this revision to Diff 215165.
aarongreen marked 6 inline comments as done.
aarongreen added a comment.

Addressed vitalybuka's comments. The end result is a bit smaller and more elegant than before. I did end up needing to move some code for ColorizeReport (defined in sanitizer_common.h) in order to avoid causing problems in scudo's small-binary build.


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

https://reviews.llvm.org/D63179

Files:
  compiler-rt/lib/sanitizer_common/CMakeLists.txt
  compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_report_decorator.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_report_decorator.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
  compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63179.215165.patch
Type: text/x-patch
Size: 14969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/b35a9489/attachment.bin>


More information about the llvm-commits mailing list