[PATCH] D45601: Warn on bool* to bool conversion

Greg Parker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 17 02:23:09 PDT 2018


gparker42 added a comment.

Note that we recently relaxed a similar diagnostic for `NSNumber *` in the static analyzer. Such code is semantically similar to `inttype *`.
https://reviews.llvm.org/D44044


https://reviews.llvm.org/D45601





More information about the cfe-commits mailing list