Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Bug 31812: Change http URL's to https | JeremyRand | |
2016-06-20 | mark sanitize_blacklist.txt as obsolete | Nick Mathewson | |
2015-06-11 | Tweak clang sanitizer blacklist for out-of-tree builds, make, ccache | teor | |
Avoid using file names and file paths for compatibility with out-of-tree builds. Note make and ccache don't track blacklist dependencies, add workarounds. | |||
2015-06-06 | Add instructions for clang sanitizers, static analyzer, and coverity | teor | |
Document use of coverity, clang static analyzer, and clang dynamic undefined behavior and address sanitizers in doc/HACKING. Add clang dynamic sanitizer blacklist in contrib/clang/sanitizer_blacklist.txt to exempt known undefined behavior. Include detailed usage instructions in this blacklist file. Patch by "teor". |