annotate clang/docs/ClangStaticAnalyzer.rst @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 =====================
anatofuz
parents:
diff changeset
2 Clang Static Analyzer
anatofuz
parents:
diff changeset
3 =====================
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.
anatofuz
parents:
diff changeset
6 It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 This is the Static Analyzer documentation page.
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_.
anatofuz
parents:
diff changeset
11
anatofuz
parents:
diff changeset
12 .. toctree::
anatofuz
parents:
diff changeset
13 :caption: Table of Contents
anatofuz
parents:
diff changeset
14 :numbered:
anatofuz
parents:
diff changeset
15 :maxdepth: 2
anatofuz
parents:
diff changeset
16
anatofuz
parents:
diff changeset
17 analyzer/checkers
anatofuz
parents:
diff changeset
18 analyzer/user-docs
anatofuz
parents:
diff changeset
19 analyzer/developer-docs
anatofuz
parents:
diff changeset
20