Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 523 Bytes

ClangStaticAnalyzer.rst

File metadata and controls

19 lines (13 loc) · 523 Bytes

Clang Static Analyzer

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.

See the Official Tool Page.

.. toctree::
   :caption: Table of Contents
   :numbered:
   :maxdepth: 2

   analyzer/checkers
   analyzer/developer-docs