[analyzer] www: A minor cleanup to the dev manual.

llvm-svn: 148514
This commit is contained in:
Anna Zaks 2012-01-20 00:11:04 +00:00
parent 32c7c25dcb
commit 03e0651ff3
1 changed files with 2 additions and 1 deletions

View 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>