]> granicus.if.org Git - clang/commit
Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will soon...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:38:35 +0000 (18:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:38:35 +0000 (18:38 +0000)
commit04a72b77da736734c925d673834888a081f5ebc5
tree075b771a670d68cdbe47ffa3d36405e7178e5964
parentf21a4b4e285eefbe7d7bffe58f515b34b7a4cc2e
Use Decl::decl_iterator instead of walking the ScopedDecl chain (which will soon be removed).

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