-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support __nullable arguments in Objective-C blocks #4
Comments
Thanks @rist for reporting this issue! |
Also getting this in
|
Note also that within method declarations the
|
Yep, hitting the same issues with properties and method declarations. |
We believe the issue has been fixed in master (e17308f). The fix will make it into the next release of Infer later this week. |
I compiled from master and this now works as expected. Thanks! |
I'm seeing the same issue for |
@altyus: yes, the patched version of clang we use now supports |
…ty_workflow Xi liu ds/sarif emit empty workflow
When compiling my project I get lots of errors like these:
See https://developer.apple.com/swift/blog/?id=25 for more about the __nullable
The text was updated successfully, but these errors were encountered: