]> granicus.if.org Git - clang/commit
When conjuring symbols for compound assignments, use the promoted type to determine...
authorTed Kremenek <kremenek@apple.com>
Tue, 21 Oct 2008 19:49:01 +0000 (19:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 21 Oct 2008 19:49:01 +0000 (19:49 +0000)
commit0944cccb769648aabc9abd0ba4f47d5d06ce59f8
tree291c7773008ce02aff8457b42a255aab1a6dac97
parent6ae98506f93617b1eda486406b376c9b70cd2df3
When conjuring symbols for compound assignments, use the promoted type to determine if the symbolic value as a "loc::" or "nonloc::" value.

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