[clang] [Clang] Skip type-aware operator delete resolution for incomplete pointee types (PR #213455)

Ankit Kumar Tiwari via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 1 08:22:39 PDT 2026


ankit-cybertron wrote:

Hey @ojhunt
Same issue also happens in C++23, not just C++17 — the error only kicks in at C++26 on current trunk. I tried to cover all three modes and confirm clean codegen (calls @_ZdlPv, no assert). Let me know if there is some improvisation required here.


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


More information about the cfe-commits mailing list