]> granicus.if.org Git - clang/commit
[sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc...
authorKostya Serebryany <kcc@google.com>
Wed, 14 Sep 2016 01:39:49 +0000 (01:39 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 14 Sep 2016 01:39:49 +0000 (01:39 +0000)
commit6c177e51536b577afc163cb0cbbf32e3430ac2dc
tree6e70ccfbad92bdcf7e2c203467c20a03323a8840
parent1e7f3607923d0a1da989d509dd0685e51152f731
[sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. Clang part

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281432 91177308-0d34-0410-b5e6-96231b3b80d8
docs/SanitizerCoverage.rst
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/SanitizerArgs.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/fsanitize-coverage.c