summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-23 18:35:58 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-23 18:35:58 +0000
commit5c0de4c0fb3042db470d655bc3eba91de64423d9 (patch)
treea7943d114cb6a394d6d6716f95eb442759efb690 /docs/index.rst
parentdebc018be39668db5cefb6418cd210aa716d6e7a (diff)
Documentation: add MemorySanitizer to the toctree
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
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