rsanchezsaez added a comment.
I think this makes the warning to trigger on methods such as:
- (instancetype)initWithValues:(const int32_t [])values
- (void)updateWithRange:(NSRange)range floatArray:(CGFloat[])array;
(experienced on the just released //Xcode 8.3//).
Perhaps I'm misunderstand
rsanchezsaez added a comment.
Oh, I see. Thanks for the explanation.
The fix-it syntax got me confused:
- (instancetype)initWithValues:(const int32_t [__null_unspecified])values
Repository:
rL LLVM
https://reviews.llvm.org/D26108
___
cfe-comm
rsanchezsaez added a comment.
Haha! That makes sense. (I miss GitHub's comment reactions on Phabricator,
consider your comments 👍'ed.)
Repository:
rL LLVM
https://reviews.llvm.org/D26108
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht