diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-23 18:35:58 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-23 18:35:58 +0000 |
commit | dd20f2c3ebed0167026611081db12e3f58d5315d (patch) | |
tree | ec509e9101c9a4f74dc864640070b659c77fe045 /clang | |
parent | cf9999d9d50e5b8a228903a8a3d2c26b9773e8bd (diff) | |
download | bcm5719-llvm-dd20f2c3ebed0167026611081db12e3f58d5315d.tar.gz bcm5719-llvm-dd20f2c3ebed0167026611081db12e3f58d5315d.zip |
Documentation: add MemorySanitizer to the toctree
llvm-svn: 171003
Diffstat (limited to 'clang')
-rw-r--r-- | clang/docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 038e943b1eb..fbb0d4f34f9 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -16,9 +16,10 @@ progress. This page will get filled out with docs soon... LibASTMatchers LibTooling PCHInternals - ThreadSanitizer Tooling AddressSanitizer + ThreadSanitizer + MemorySanitizer ClangPlugins ClangTools HowToSetupToolingForLLVM |