]> granicus.if.org Git - clang/commit
Use DeclStmt::decl_iterator to walk a group of Decl*'s instead of using the ScopedDec...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:56:19 +0000 (20:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 20:56:19 +0000 (20:56 +0000)
commit53061c842d287b73500c47141f0059792631ed89
tree7c5de93e4365b3c47ea38766c3dca9b39171caf3
parent34a673850c80dfff9c701e449bc19c967b50663c
Use DeclStmt::decl_iterator to walk a group of Decl*'s instead of using the ScopedDecl chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57206 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/CFG.cpp