[PATCH] D150875: Make dereferencing a void* a hard-error instead of warn-as-error

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 18 09:53:58 PDT 2023


rnk added a comment.

Can you expand on the motivation for removing this extension? This doesn't seem to save a lot of code complexity, and it increases migration costs for our users. I'd like to have some motivation for putting them through the trouble of migrating.


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

https://reviews.llvm.org/D150875



More information about the cfe-commits mailing list