diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-01-07 20:44:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-01-07 20:44:37 +0000 |
commit | 546dbef5e46a7da14583e70e138ae7a81b4b9ccc (patch) | |
tree | 020d4f3e86109c9ac6f644f189317bd5a5c42e85 | |
parent | e3fc097b6ab0c7e62912219083c3a220879f3525 (diff) |
[docs/analyzer] Test commit (for auto-update).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171788 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/analyzer/DebugChecks.rst | 1 |
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 ======================== |