]> granicus.if.org Git - clang/commit
GRExprEngine: When processing compound assignments, do a switch table lookup to get...
authorTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 00:52:24 +0000 (00:52 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 7 Feb 2009 00:52:24 +0000 (00:52 +0000)
commitcad2996edf303978932c621ab02729dc11debb81
tree20682ceefa9a2bdef60a10390b1ba6bb940d304c
parentb1f3fe55d4f7f716bac5ca83e8047d95db1115ad
GRExprEngine: When processing compound assignments, do a switch table lookup to get the non-compound opcode from the compound opcode instead of relying on the order of BinaryOperator::opcode values.  This unbreaks the misc-ps.c test.

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