]> granicus.if.org Git - clang/commit
Allow comparison between block pointers and NULL pointer
authorDouglas Gregor <dgregor@apple.com>
Thu, 16 Jun 2011 18:52:05 +0000 (18:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 16 Jun 2011 18:52:05 +0000 (18:52 +0000)
commit16cd4b744ada95eedeca6d90702739f0262309d4
treef6734d8effadf80fd931baaec661d90de5849e98
parent707a23e8b87410332b55bb4534fa1c799edef38a
Allow comparison between block pointers and NULL pointer
constants. Fixes PR10145.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133179 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjCXX/nullptr.mm