summaryrefslogtreecommitdiff
path: root/clang/docs/SanitizerCoverage.rst
AgeCommit message (Expand)Author
2025-05-07[sancov] Introduce optional callback for stack-depth tracking (#138323)Kees Cook
2025-03-29Fix some typos (NFC) (#133558)Qinkun Bao
2024-11-25[SanitizerCoverage] Add gated tracing callbacks support to trace-cmp (#113227)thetruestblue
2023-12-21[clang] Fix typos in documentationKazu Hirata
2022-09-16Fix the clang Sphinx botAaron Ballman
2022-09-15Add -fsanitizer-coverage=control-flowNavid Emamdoost
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-11-09[sancov] add tracing for loads and storeKostya Serebryany
2021-06-15[Driver] Delete -fsanitize-coverage-blocklist= in favor of -fsanitize-coverag...Fangrui Song
2021-05-27[Clang] Enable __has_feature(coverage_sanitizer)Marco Elver
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata
2020-06-19[SanitizeCoverage] Rename -fsanitize-coverage-{white,black}list to -fsanitize...Fangrui Song
2020-04-10Implement `-fsanitize-coverage-whitelist` and `-fsanitize-coverage-blacklist`...Matt Morehouse
2020-04-09[SanitizerCoverage] Add -fsanitize-coverage=inline-bool-flagPratyai Mazumder
2020-01-19fix doc typos to cycle botsNico Weber
2019-02-01Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections.Max Moroz
2019-01-31[sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions tha...Kostya Serebryany
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2017-08-31docs: don't say that data flow tracing interface is unstableDmitry Vyukov
2017-08-25[sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany
2017-08-24[sanitizer-coverage] document -fsanitize-coverage=pc-table and -fsanitize-cov...Kostya Serebryany
2017-08-10[sanitizer-coverage] Change cmp instrumentation to distinguish const operandsAlexander Potapenko
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany
2017-05-02[sanitizer-coverage] update the SanitizerCoverage docs to reflect the current...Kostya Serebryany
2017-05-01[sanitizer-coverage] add a deprecation note to coverage_direct=1Kostya Serebryany
2017-04-19[sanitizer-coverage] trim down the docsKostya Serebryany
2017-04-19[sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany
2017-02-08[sancov] pc_guard_init is called at least once per DSO.Mike Aizatsky
2017-01-24[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...Kostya Serebryany
2016-10-04[sancov] documentation update after r283241Mike Aizatsky
2016-09-30[sanitizer-coverage] fix docsKostya Serebryany
2016-09-30[sancov] -symbolize documentation updateMike Aizatsky
2016-09-29[sanitizer-coverage] a bit more docsKostya Serebryany
2016-09-29[sanitizer-coverage] more docsKostya Serebryany
2016-09-29[sanitize-coverage] doc typoKostya Serebryany
2016-09-29[sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...Kostya Serebryany
2016-09-18[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...Kostya Serebryany
2016-09-17[sanitizer-coverage] change trace-pc to use 8-byte guardsKostya Serebryany
2016-09-15[sanitizer-coverage] make trace-pc-guard and indirect-call work togetherKostya Serebryany
2016-09-14[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany
2016-08-30[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany
2016-08-18[sanitizer-coverag] update the docs in __sanitizer_cov_trace_cmpKostya Serebryany
2016-06-14[sanitizer] Allow sanitize coverage w/o sanitizers.Evgeniy Stepanov
2016-04-18[sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany
2016-02-22Use an anonymous hyperlink reference to eliminate Sphinx warnings.Aaron Ballman
2016-02-18[sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany
2016-02-14Fix some typos in the clang docSylvestre Ledru