[PATCH] D64494: [analyzer]Add user docs rst
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 10 07:27:33 PDT 2019
martong created this revision.
martong added a reviewer: dkrupp.
Herald added subscribers: cfe-commits, Charusso, gamesh411, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun, whisperity.
Herald added a project: clang.
Add user documentation page. This is an empty page atm, later patches will add
the specific user documentatoins.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64494
Files:
clang/docs/ClangStaticAnalyzer.rst
clang/docs/analyzer/user-docs.rst
Index: clang/docs/analyzer/user-docs.rst
===================================================================
--- /dev/null
+++ clang/docs/analyzer/user-docs.rst
@@ -0,0 +1,4 @@
+User Docs
+=========
+
+Contents:
Index: clang/docs/ClangStaticAnalyzer.rst
===================================================================
--- clang/docs/ClangStaticAnalyzer.rst
+++ clang/docs/ClangStaticAnalyzer.rst
@@ -5,15 +5,16 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64494.208958.patch
Type: text/x-patch
Size: 980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190710/d13ad879/attachment.bin>
More information about the cfe-commits
mailing list