diff options
author | Sergey Matveev <earthdok@google.com> | 2015-04-23 20:40:04 +0000 |
---|---|---|
committer | Sergey Matveev <earthdok@google.com> | 2015-04-23 20:40:04 +0000 |
commit | 07e2d283a39a3b2a25dd642643e74e62686b5720 (patch) | |
tree | 6b9994cdd693b4bf0f13d31bb953a40c0b729ba9 /clang/docs/index.rst | |
parent | 76e66607a3d588fe0174b193a417aed75f59c83b (diff) | |
download | bcm5719-llvm-07e2d283a39a3b2a25dd642643e74e62686b5720.tar.gz bcm5719-llvm-07e2d283a39a3b2a25dd642643e74e62686b5720.zip |
Add clang/docs/SanitizerCoverage.rst
Moved from https://code.google.com/p/address-sanitizer/wiki/AsanCoverage
llvm-svn: 235643
Diffstat (limited to 'clang/docs/index.rst')
-rw-r--r-- | clang/docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 67bdf689e00..a3c8ffb8dc6 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -26,6 +26,7 @@ Using Clang as a Compiler MemorySanitizer DataFlowSanitizer LeakSanitizer + SanitizerCoverage SanitizerSpecialCaseList ControlFlowIntegrity Modules |