[PATCH] [msan] -fsanitize-memory-track-origins=[level] flag and docs.
Evgeniy Stepanov
eugenis at google.com
Wed Mar 19 06:43:21 PDT 2014
Hi kcc,
This change turns -fsanitize-memory-track-origins into -fsanitize-memory-track-origins=[level] flag (keeping the old one for compatibility). Possible levels are 0 (off), 1 (default) and 2 (incredibly detailed). See docs (part of this patch) for more info.
http://llvm-reviews.chandlerc.com/D3118
Files:
lib/Frontend/CompilerInvocation.cpp
lib/Driver/SanitizerArgs.cpp
test/Driver/fsanitize.c
include/clang/Frontend/CodeGenOptions.def
include/clang/Driver/SanitizerArgs.h
include/clang/Driver/Options.td
docs/UsersManual.rst
docs/MemorySanitizer.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3118.1.patch
Type: text/x-patch
Size: 10245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140319/f7c9c41e/attachment.bin>
More information about the cfe-commits
mailing list