Skip to content

Commit

Permalink
Merge branch amd-master into amd-common
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 5, 2019
2 parents 8c3ffd7 + 8c2557c commit 259455d
Show file tree
Hide file tree
Showing 80 changed files with 3,483 additions and 915 deletions.
19 changes: 19 additions & 0 deletions docs/ClangStaticAnalyzer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
=====================
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 <https://clang-analyzer.llvm.org/>`_.

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

analyzer/checkers
analyzer/developer-docs

Loading

0 comments on commit 259455d

Please sign in to comment.