From 2d3bad72e4f5ee9db82b5654f85d411aa5eac169 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Sat, 15 Dec 2012 00:36:53 +0000 Subject: [PATCH] Remove old description of analyzer internals from public docs. The file still exists in docs/analyzer/, but it won't be linked to from clang.llvm.org or processed as part of the default Sphinx doc-build. RegionStore has changed a lot from what Ted and Zhongxing describe here! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170260 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/{ => analyzer}/AnalyzerRegions.rst | 0 docs/index.rst | 1 - 2 files changed, 1 deletion(-) rename docs/{ => analyzer}/AnalyzerRegions.rst (100%) diff --git a/docs/AnalyzerRegions.rst b/docs/analyzer/AnalyzerRegions.rst similarity index 100% rename from docs/AnalyzerRegions.rst rename to docs/analyzer/AnalyzerRegions.rst diff --git a/docs/index.rst b/docs/index.rst index 66edeb1c5b..f7cc62d700 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,6 @@ progress. This page will get filled out with docs soon... ThreadSanitizer Tooling AddressSanitizer - AnalyzerRegions ClangPlugins ClangTools HowToSetupToolingForLLVM -- 2.50.1