[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / docs / ClangStaticAnalyzer.rst
blob7a309dc4acd913ca194f0d78010cd640b230e835
1 =====================
2 Clang Static Analyzer
3 =====================
5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.
6 It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
8 This is the Static Analyzer documentation page.
10 See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_.
12 .. toctree::
13    :caption: Table of Contents
14    :numbered:
15    :maxdepth: 2
17    analyzer/checkers
18    analyzer/user-docs
19    analyzer/developer-docs