From: Dmitri Gribenko Date: Sun, 23 Dec 2012 18:35:58 +0000 (+0000) Subject: Documentation: add MemorySanitizer to the toctree X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c0de4c0fb3042db470d655bc3eba91de64423d9;p=clang Documentation: add MemorySanitizer to the toctree git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 038e943b1e..fbb0d4f34f 100644 --- a/docs/index.rst +++ b/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