diff options
| -rw-r--r-- | clang/docs/ClangStaticAnalyzer.rst | 7 | ||||
| -rw-r--r-- | clang/docs/analyzer/user-docs.rst | 4 | 
2 files changed, 8 insertions, 3 deletions
diff --git a/clang/docs/ClangStaticAnalyzer.rst b/clang/docs/ClangStaticAnalyzer.rst index f18fd81384e..7a309dc4acd 100644 --- a/clang/docs/ClangStaticAnalyzer.rst +++ b/clang/docs/ClangStaticAnalyzer.rst @@ -5,15 +5,16 @@ Clang Static Analyzer  The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.  It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique. -This is the Static Analyzer documentation page.  +This is the Static Analyzer documentation page.  See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_.  .. toctree::     :caption: Table of Contents     :numbered: -   :maxdepth: 2   -  +   :maxdepth: 2 +     analyzer/checkers +   analyzer/user-docs     analyzer/developer-docs diff --git a/clang/docs/analyzer/user-docs.rst b/clang/docs/analyzer/user-docs.rst new file mode 100644 index 00000000000..ba663822726 --- /dev/null +++ b/clang/docs/analyzer/user-docs.rst @@ -0,0 +1,4 @@ +User Docs +========= + +Contents:  | 

