]> granicus.if.org Git - clang/commit
Assignments to reference variables shouldn't kill the variable.
authorJordy Rose <jediknil@belkadan.com>
Fri, 4 Jun 2010 01:14:56 +0000 (01:14 +0000)
committerJordy Rose <jediknil@belkadan.com>
Fri, 4 Jun 2010 01:14:56 +0000 (01:14 +0000)
commit5d55376106f1aeabfab0bcd7e0167db904409a06
tree4cec54e44de92cc20159e4b74325b29aaa05cdf4
parent64fd7e86c1a90d9ff78e4a0bd79f69499667a4e3
Assignments to reference variables shouldn't kill the variable.

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