[PATCH] D69546: [SanitizerCommon] Print the current value of options when printing out help.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 11:30:14 PST 2019


delcypher updated this revision to Diff 229369.
delcypher added a comment.

- Drop some comments. There are comments on internal_snprintf that explain the same thing.
- Use internal_snprintf in `FormatString`. It handles the nullptr case already.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69546

Files:
  compiler-rt/lib/msan/msan.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
  compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
  compiler-rt/test/sanitizer_common/TestCases/options-help.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69546.229369.patch
Type: text/x-patch
Size: 7703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/5b50092a/attachment.bin>


More information about the llvm-commits mailing list