This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb7f3a4f4fa14: [sancov] add tracing for loads and store
(authored by kcc).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:/
morehouse accepted this revision.
morehouse added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113447/new/
https://reviews.llvm.org/D113447
___
cfe-commits mailing list
cfe-commits@lists
kcc marked an inline comment as done.
kcc added inline comments.
Comment at: clang/test/Driver/autocomplete.c:73
// FNOSANICOVERALL-NEXT: trace-pc-guard
+// FNOSANICOVERALL-NEXT: trace-loads
+// FNOSANICOVERALL-NEXT: trace-stores
morehouse wrote:
> This check is
kcc updated this revision to Diff 385883.
kcc added a comment.
addressed review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113447/new/
https://reviews.llvm.org/D113447
Files:
clang/docs/SanitizerCoverage.rst
clang/include/clang/Bas
morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/test/Driver/autocomplete.c:73
// FNOSANICOVERALL-NEXT: trace-pc-guard
+// FNOSANICOVERALL-NEXT: trace-loads
+// FNOSANICOVERALL-NEXT: trace-store
kcc created this revision.
kcc added a reviewer: morehouse.
Herald added subscribers: ormris, dexonsmith, dang, hiraditya.
kcc requested review of this revision.
Herald added projects: clang, Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits.
add tracing for loads a