]> granicus.if.org Git - clang/commit
Fix regression in comparison of qualified id; == operator was being
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Oct 2008 23:30:52 +0000 (23:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Oct 2008 23:30:52 +0000 (23:30 +0000)
commitc6cb77f1e5c4455edfa9c96bf5a8ef463d4c8d54
treec16b601cc0578dec47cfabc4b0f025f61ef2f2fa
parentd9c179d97f01c3e4e8d49ff7fea65bc32f59ed50
Fix regression in comparison of qualified id; == operator was being
created with LHS and RHS whose types didn't match.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58049 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/2008-10-23-invalid-icmp.m [new file with mode: 0644]