21 lines · plain
1=====================2Clang Static Analyzer3=====================4 5The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.6It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.7 8The Static Analyzer is a part of Clang; for downloading and installing Clang visit the `LLVM releases page <https://releases.llvm.org/>`_.9 10This is the documentation page of the Static Analyzer; there is also an old `Official Tool Page <https://clang-analyzer.llvm.org/>`_ which provides a short overview of features and limitations.11 12.. toctree::13 :caption: Table of Contents14 :numbered:15 :maxdepth: 216 17 analyzer/checkers18 analyzer/user-docs19 analyzer/developer-docs20 21