This is an archive of the discontinued LLVM Phabricator instance.

[StaticAnalyzer] Fix block pointer type nullability check
ClosedPublic

Authored by tripleCC on May 29 2023, 7:32 AM.

Details

Summary

This patch fixes a false negative when the property type is an objective-c block pointer.
I don't have commit access.

Diff Detail

Event Timeline

tripleCC created this revision.May 29 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
tripleCC requested review of this revision.May 29 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2023, 7:32 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal accepted this revision.May 29 2023, 7:40 AM

Looks good.
That pesky ObjC :D

This revision is now accepted and ready to land.May 29 2023, 7:40 AM
tripleCC edited the summary of this revision. (Show Details)May 29 2023, 7:54 AM
tripleCC edited the summary of this revision. (Show Details)May 29 2023, 8:18 AM

Looks good.
That pesky ObjC :D

I don't have commit access, could you help me to commit it? thanks
--author "tripleCC <triplec.linux@gmail.com>"

This revision was automatically updated to reflect the committed changes.