]> granicus.if.org Git - clang/commitdiff
[analyzer] www: A minor cleanup to the dev manual.
authorAnna Zaks <ganna@apple.com>
Fri, 20 Jan 2012 00:11:04 +0000 (00:11 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 20 Jan 2012 00:11:04 +0000 (00:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148514 91177308-0d34-0410-b5e6-96231b3b80d8

www/analyzer/checker_dev_manual.html

index cd628a15116641e35379393a637be429bee30e9d..fc9adf371ef0d0cff9fe76513d6cb97d6ce360ab 100644 (file)
@@ -334,7 +334,8 @@ source code.
 <li>
 To dump AST of a method that the current <tt>ExplodedNode</tt> belongs to:
 <br><tt>
-(gdb) <b>p ENode->getCodeDecl().getBody()->dump(getContext().getSourceManager())</b>
+(gdb) <b>p C.getPredecessor()->getCodeDecl().getBody()->dump()</b>
+(gdb) <b>p C.getPredecessor()->getCodeDecl().getBody()->dump(getContext().getSourceManager())</b>
 </tt>
 </li>
 </ul>