ClangStaticAnalyzer.rst 541 B

1234567891011121314151617181920
  1. =====================
  2. Clang Static Analyzer
  3. =====================
  4. The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.
  5. It implements *path-sensitive*, *inter-procedural analysis* based on *symbolic execution* technique.
  6. This is the Static Analyzer documentation page.
  7. See the `Official Tool Page <https://clang-analyzer.llvm.org/>`_.
  8. .. toctree::
  9. :caption: Table of Contents
  10. :numbered:
  11. :maxdepth: 2
  12. analyzer/checkers
  13. analyzer/user-docs
  14. analyzer/developer-docs