[clang] [clang] Implement P3144R2 "Deleting a Pointer to an Incomplete Type..." (PR #97733)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 5 02:09:03 PDT 2024


Endilll wrote:

> LGTM, generally speaking, but do we maybe want change the old diagnostic to mention that it’s ‘incompatible w/ C++26’ or however we usually phrase that?
 
Done.

> Oh also, this still needs a release note and an entry in the C++ support docs, doesn’t it?

Done.

I also added `-Wc++2c-compat` flag and corresponding diagnostic group.

https://github.com/llvm/llvm-project/pull/97733


More information about the cfe-commits mailing list