Skip to content
Commit 53532c1f authored by Ted Kremenek's avatar Ted Kremenek
Browse files

In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in...

In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in a DeclStmt instead of  using getDecl() to fetch the first Decl.

Steve: Please review this patch.  'make test' passes, and my cursory scan of the rewriter leads me to believe this doesn't break anything, but I'm not sure.
llvm-svn: 57195
parent 4db44b62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment