[PATCH] D30806: [nonnull] Teach Clang to attach the nonnull LLVM attribute to declarations and calls instead of just definitions, and then teach it to *not* attach such attributes even if the source code contains them.

Sanjay Patel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 27 16:11:14 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D30806#1248575, @efriedma wrote:

> This was merged in https://reviews.llvm.org/rC298491 .


But it got reverted soon after due to miscompiles:
https://reviews.llvm.org/rL298695

And the functionality hasn't been reimplemented AFAICT.


https://reviews.llvm.org/D30806





More information about the cfe-commits mailing list