]> granicus.if.org Git - clang/commit
If the unary operator is prefix and an lvalue (in C++), bind
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 22 Dec 2010 08:38:13 +0000 (08:38 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 22 Dec 2010 08:38:13 +0000 (08:38 +0000)
commit250704bc525361e8612ea01f245a41a1193c13f0
tree055c6f068f832795dc1dcfae960e98ce08d77428
parentc4bf2b9afb7d47445a9dc6bc848657098a4e3851
If the unary operator is prefix and an lvalue (in C++), bind
the location (l-value) to it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/GRExprEngine.cpp
test/Analysis/misc-ps-region-store.cpp