]> granicus.if.org Git - clang/commit
Fixed bug where assignments to variables wrapped in parentheses would not
authorTed Kremenek <kremenek@apple.com>
Fri, 28 Sep 2007 21:29:33 +0000 (21:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 28 Sep 2007 21:29:33 +0000 (21:29 +0000)
commitbcb07d5d3f4e47b72f7a3a5f62b75b7dabe8c68d
treeba9e487160fd8bf06893562cf34044c9618b33b2
parent6ce2b630652911c5b463ce0203855b1eaf4694bd
Fixed bug where assignments to variables wrapped in parentheses would not
properly kill variables.  e.g:

(x) = 1;

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