[PATCH] DataFlowSanitizer; Clang changes.
Peter Collingbourne
peter at pcc.me.uk
Wed Jun 12 14:22:12 PDT 2013
Hi kcc,
DataFlowSanitizer is a generalised dynamic data flow analysis.
Unlike other Sanitizer tools, this tool is not designed to detect a
specific class of bugs on its own. Instead, it provides a generic
dynamic data flow analysis framework to be used by clients to help
detect application-specific issues within their own code.
http://llvm-reviews.chandlerc.com/D966
Files:
docs/DataFlowSanitizer.rst
docs/UsersManual.rst
include/clang/Basic/Sanitizers.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/SanitizerArgs.h
lib/Driver/Tools.cpp
lib/Lex/PPMacroExpansion.cpp
runtime/compiler-rt/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D966.1.patch
Type: text/x-patch
Size: 7575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130612/50dd8f4d/attachment.bin>
More information about the cfe-commits
mailing list