]> granicus.if.org Git - clang/commit
The isPrefix() checking is redundant. Lvalue incremental/decremental expressions
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Jan 2011 03:22:57 +0000 (03:22 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Jan 2011 03:22:57 +0000 (03:22 +0000)
commitb08624414a923e0df93dd7630fee51b0ff3cb7b1
tree37393dd0c8645b18881cf7dd951625ef810cae2c
parent32bef4edba854303800b3b01cb49a282e5da4f69
The isPrefix() checking is redundant. Lvalue incremental/decremental expressions
are all prefixes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/ExprEngine.cpp