]> granicus.if.org Git - clang/commit
Make the integer-range analysis recognize ^= correctly,
authorJohn McCall <rjmccall@apple.com>
Wed, 13 Jul 2011 06:35:24 +0000 (06:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 13 Jul 2011 06:35:24 +0000 (06:35 +0000)
commit862ff87c0d306af8dfdbe7ac59f181a5815546e5
treed6e05c1182672cf61bfd18beff13d946025b30c4
parentc3c0766277cd64bf117450a1519c9cf762d994d4
Make the integer-range analysis recognize ^= correctly,
and (while I'm at it) teach it to grok the results of simple
assignments.

The first is PR10336.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/Sema/compare.c