]> granicus.if.org Git - clang/commit
Don't use DeclStmt::getDecl(); this will eventually disappear. Just fetch the first...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:43:53 +0000 (18:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:43:53 +0000 (18:43 +0000)
commit8369a8bdd6fe999de05be7c42af49aaa73da7855
tree9c2efcb000d737c20d47100b56a2e87d8cad0bb2
parente4ea1f42c97a436df3e0ae8e129e6bc624ee6790
Don't use DeclStmt::getDecl(); this will eventually disappear.  Just fetch the first decl using the DeclStmt::decl_iterator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/GRExprEngine.cpp