]> granicus.if.org Git - clang/commit
Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void...
authorSteve Naroff <snaroff@apple.com>
Wed, 29 Jul 2009 15:09:39 +0000 (15:09 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 29 Jul 2009 15:09:39 +0000 (15:09 +0000)
commitc715e78618eb69674be828b46dc52604dd3af271
tree264cc29d2ef099a29fd30d6cf2cab40008940d71
parent99b10be143e3148b9499af4c0e9ebaf46757cfe6
Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')".

Remove XFAIL from 'conditional-expr-4.m' test case (which would have caught this).
Also tweaked several aspects of the test to jive with the current type checking.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/conditional-expr-4.m