From fb92aa11ed5381773adfd53b6dfe8f4e4346b00b Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Mon, 9 Sep 2013 19:50:46 +0000 Subject: [PATCH] [docs] Fix Sphinx toctree warning. Last I heard LSan is getting close to prime-time, but for now keep LeakSanitizer.rst hidden (especially since it contains so little content). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190337 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 90165d6cfb..d02686422b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,11 @@ Using Clang as a Compiler Modules FAQ +.. toctree:: + :hidden: + + LeakSanitizer + Using Clang as a Library ======================== -- 2.50.1