]> granicus.if.org Git - clang/commit
Fix PR5316: make assignment expressions can be visited as lvalue. Then we
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 30 Oct 2009 07:19:39 +0000 (07:19 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 30 Oct 2009 07:19:39 +0000 (07:19 +0000)
commit662174ca204cb520f634bdcb34a3708f45389d14
treeff8a746a2682702bc6af57bd4f67914991432e48
parent5bbe789e1084996179bf4b103768d73cbd4446c8
Fix PR5316: make assignment expressions can be visited as lvalue. Then we
can get the correct base lvalue.
Revert r85578.

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