[clang] [clang] Simplify the overload resolution logic for operator new and new[] (PR #211482)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 23 00:49:10 PDT 2026


ojhunt wrote:

I also considered a side table mapping CXXNewExpr=>resolved allocation arguments, but that requires serializing a deserializing that list as well. But maybe that's reasonable?

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


More information about the cfe-commits mailing list