[PATCH] D135287: Disallow dereferencing of void* in C++.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 17:27:23 PDT 2022
shafik accepted this revision as: shafik.
shafik added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/docs/ReleaseNotes.rst:92
+ error so constraint checking and SFINAE checking can be compatible with other
+ compilers. It is likely that this will be made a perminent error in Clang 17.
+
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135287/new/
https://reviews.llvm.org/D135287
More information about the cfe-commits
mailing list