Skip to content

Commit a23c569

Browse files
author
Gabor Marton
committedJul 10, 2019
[analyzer]Add user docs rst
Summary: Add user documentation page. This is an empty page atm, later patches will add the specific user documentatoins. Reviewers: dkrupp Subscribers: whisperity, xazax.hun, baloghadamsoftware, szepet, rnkovacs, a.sidorin, mikhail.ramalho, Szelethus, donat.nagy, gamesh411, Charusso, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64494 llvm-svn: 365639
1 parent 30d12be commit a23c569

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎clang/docs/ClangStaticAnalyzer.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ Clang Static Analyzer
55
The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.
66
It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
77

8-
This is the Static Analyzer documentation page.
8+
This is the Static Analyzer documentation page.
99

1010
See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_.
1111

1212
.. toctree::
1313
:caption: Table of Contents
1414
:numbered:
15-
:maxdepth: 2
16-
15+
:maxdepth: 2
16+
1717
analyzer/checkers
18+
analyzer/user-docs
1819
analyzer/developer-docs
1920

‎clang/docs/analyzer/user-docs.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User Docs
2+
=========
3+
4+
Contents:

0 commit comments

Comments
 (0)