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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 14:22:10 PDT 2023


aaron.ballman added a comment.

Precommit CI found various failures that need to be addressed. Also, have you tested to see what breaks in llvm-test-suite?



================
Comment at: clang/docs/ReleaseNotes.rst:58
   Clang will only search for std::coroutine_traits for coroutines then.
+- Clang no longer allows dereferencing of a ``void*`` as an extension. Clang 16
+  converted this to a default-error as ``-Wvoid-ptr-dereference``, as well as a
----------------



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

https://reviews.llvm.org/D150875



More information about the cfe-commits mailing list