From ba8307d2e525266bc786889dd60640572b8aa3c5 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! llvm-svn: 170260 --- clang/docs/{ => analyzer}/AnalyzerRegions.rst | 0 clang/docs/index.rst | 1 - 2 files changed, 1 deletion(-) rename clang/docs/{ => analyzer}/AnalyzerRegions.rst (100%) diff --git a/clang/docs/AnalyzerRegions.rst b/clang/docs/analyzer/AnalyzerRegions.rst similarity index 100% rename from clang/docs/AnalyzerRegions.rst rename to clang/docs/analyzer/AnalyzerRegions.rst diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 66edeb1..f7cc62d 100644 --- a/clang/docs/index.rst +++ b/clang/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.7.4