[PATCH] D108567: Implement #pragma clang final extension

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 11 11:52:32 PST 2021


beanz added a comment.

In D108567#3110925 <https://reviews.llvm.org/D108567#3110925>, @sberg wrote:

> does not produce any warnings/errors for me and indicates that NULL silently gets redefined as a null pointer constant in stddef.h.  Is that intended?

Nope, that's a bug. Fixed in 3e7ad1f2b2c0a753749eaba88d369d6032a50764 <https://reviews.llvm.org/rG3e7ad1f2b2c0a753749eaba88d369d6032a50764>. Thank you!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108567/new/

https://reviews.llvm.org/D108567



More information about the cfe-commits mailing list