]> granicus.if.org Git - clang/commit
In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the scoped...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:42:27 +0000 (18:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:42:27 +0000 (18:42 +0000)
commite4ea1f42c97a436df3e0ae8e129e6bc624ee6790
tree5de0cdfc2bf93cfa443429346f0d0821e96fea0b
parentecd64c5e53012ab7b1fdc64094a24f83c9893581
In EmitDeclStmt: use DeclStmt::const_decl_iterator instead of walking the scoped decl chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp