]> granicus.if.org Git - clang/commit
Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt
authorTed Kremenek <kremenek@apple.com>
Mon, 25 Feb 2008 22:28:54 +0000 (22:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 25 Feb 2008 22:28:54 +0000 (22:28 +0000)
commitdcc48100ef7c224cecf5b9ccdd5c0d39e476468a
tree059ad90676feeceb78c7fb346b1a4322073402ed
parent56cd7e3848c2d59ca2ec3b72d0834192edf0bcdf
Minor bug fix in LiveVariables: don't "kill" decls referenced by a DeclStmt
that aren't VarDecls.

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