[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
Sun Sep 13 21:05:24 PDT 2026


ankit-cybertron wrote:

Hi @ojhunt, just following up on this PR when you get a chance.

Since the last update, I’ve added the deduction-based error case as discussed: type-aware bindings to an incomplete type now produce an error, while cases with no viable type-aware candidate warn and fall back to the non-type-aware path. And all checks are currently passing. Please let me know if there’s anything else you’d like me to adjust or investigate.

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


More information about the cfe-commits mailing list