[PATCH] D22794: [Sema] Propagate nullability when deducing type of auto

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 25 16:52:02 PDT 2016


ahatanak abandoned this revision.
ahatanak added a comment.

Abandoning this revision.

It looks like we cannot correctly implement this warning without introducing a lot of complexity to clang. Users can use the static analyzer instead as it already warns about this case.


https://reviews.llvm.org/D22794





More information about the cfe-commits mailing list