[PATCH] D23236: When ARC is enabled, no warning will be generated when a method1. Returns 'nil' in a method that is attributed to return a 'nonnull'2. The return-statement is a ConditionalOperator, where the lhs is nil and rhs an objC-method-call (or the other...

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 08:14:23 PDT 2016


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, but please wait for @dcoughlin or @ahatanak to chime in as well.


https://reviews.llvm.org/D23236





More information about the cfe-commits mailing list