Allow equality comparisons between block pointers and
authorJohn McCall <rjmccall@apple.com>
Sat, 7 Apr 2018 17:42:06 +0000 (17:42 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 7 Apr 2018 17:42:06 +0000 (17:42 +0000)
commit48f4d4f428839d98293304bfbe83d804f2e8da2e
tree8934b83da135aeddcf3a692c34dffe9836e8baa3
parentad136de6449adf0c5b59c38dc22f44491809c968
Allow equality comparisons between block pointers and
block-pointer-compatible ObjC object pointer types.

Patch by Dustin Howett!

llvm-svn: 329508
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaObjC/block-compare.mm [new file with mode: 0644]