summaryrefslogtreecommitdiff
path: root/contrib/clang
AgeCommit message (Collapse)Author
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2016-06-20mark sanitize_blacklist.txt as obsoleteNick Mathewson
2015-06-11Tweak clang sanitizer blacklist for out-of-tree builds, make, ccacheteor
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-06Add instructions for clang sanitizers, static analyzer, and coverityteor
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".