summaryrefslogtreecommitdiff
path: root/docs/analyzer
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-07 20:44:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-07 20:44:37 +0000
commit546dbef5e46a7da14583e70e138ae7a81b4b9ccc (patch)
tree020d4f3e86109c9ac6f644f189317bd5a5c42e85 /docs/analyzer
parente3fc097b6ab0c7e62912219083c3a220879f3525 (diff)
downloadclang-546dbef5e46a7da14583e70e138ae7a81b4b9ccc.tar.gz
clang-546dbef5e46a7da14583e70e138ae7a81b4b9ccc.tar.bz2
clang-546dbef5e46a7da14583e70e138ae7a81b4b9ccc.tar.xz
[docs/analyzer] Test commit (for auto-update).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/analyzer')
-rw-r--r--docs/analyzer/DebugChecks.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/analyzer/DebugChecks.rst b/docs/analyzer/DebugChecks.rst
index b3c33b93f1..f8e6f827c1 100644
--- a/docs/analyzer/DebugChecks.rst
+++ b/docs/analyzer/DebugChecks.rst
@@ -9,6 +9,7 @@ The analyzer contains a number of checkers which can aid in debugging. Enable
them by using the "-analyzer-checker=" flag, followed by the name of the
checker.
+
General Analysis Dumpers
========================