[cfe-commits] r171003 - /cfe/trunk/docs/index.rst

Dmitri Gribenko gribozavr at gmail.com
Sun Dec 23 10:35:58 PST 2012


Author: gribozavr
Date: Sun Dec 23 12:35:58 2012
New Revision: 171003

URL: http://llvm.org/viewvc/llvm-project?rev=171003&view=rev
Log:
Documentation: add MemorySanitizer to the toctree

Modified:
    cfe/trunk/docs/index.rst

Modified: cfe/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/index.rst?rev=171003&r1=171002&r2=171003&view=diff
==============================================================================
--- cfe/trunk/docs/index.rst (original)
+++ cfe/trunk/docs/index.rst Sun Dec 23 12:35:58 2012
@@ -16,9 +16,10 @@
    LibASTMatchers
    LibTooling
    PCHInternals
-   ThreadSanitizer
    Tooling
    AddressSanitizer
+   ThreadSanitizer
+   MemorySanitizer
    ClangPlugins
    ClangTools
    HowToSetupToolingForLLVM





More information about the cfe-commits mailing list