]> granicus.if.org Git - clang/commit
When we have a binary expression 'int operator symbol', properly rewrite this as
authorTed Kremenek <kremenek@apple.com>
Fri, 19 Sep 2008 17:31:13 +0000 (17:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 19 Sep 2008 17:31:13 +0000 (17:31 +0000)
commit2675875099ef178aa047fab8d51370555fc744f5
treea1df7a42b5a0ed74b1fe4b9ca199a6c779c99222
parent94b8312a8dde681f6ab860e1e34f0b1fba937fcf
When we have a binary expression 'int operator symbol', properly rewrite this as
'symbol operator-reverse int'. This patch is a combination of code from
Zhongxing Xu and myself (Zhongxing noticed this bug for the cases of
relational operators).

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