summaryrefslogtreecommitdiffstats
path: root/clang/docs/DataFlowSanitizerDesign.rst
Commit message (Collapse)AuthorAgeFilesLines
* DataFlowSanitizer: Add a design doc paragraph on checking ABI consistency.Peter Collingbourne2013-08-221-0/+13
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1443 llvm-svn: 189055
* Add support for -fsanitize-blacklist and default blacklists for DFSan.Peter Collingbourne2013-08-141-0/+65
| | | | | | | | Also add some documentation. Differential Revision: http://llvm-reviews.chandlerc.com/D1346 llvm-svn: 188403
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-0/+142
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. Differential Revision: http://llvm-reviews.chandlerc.com/D966 llvm-svn: 187925
OpenPOWER on IntegriCloud