]> granicus.if.org Git - clang/commitdiff
Remove old description of analyzer internals from public docs.
authorJordan Rose <jordan_rose@apple.com>
Sat, 15 Dec 2012 00:36:53 +0000 (00:36 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 15 Dec 2012 00:36:53 +0000 (00:36 +0000)
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 [moved from docs/AnalyzerRegions.rst with 100% similarity]
docs/index.rst

index 66edeb1c5b82525dcd5784fc169d29894e340553..f7cc62d70053861c2697949444245b2d5f4df521 100644 (file)
@@ -19,7 +19,6 @@ progress. This page will get filled out with docs soon...
    ThreadSanitizer
    Tooling
    AddressSanitizer
-   AnalyzerRegions
    ClangPlugins
    ClangTools
    HowToSetupToolingForLLVM