[clang] [RFC] Initial implementation of P2719 (PR #113510)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 29 23:20:46 PDT 2025


================
@@ -16223,6 +16324,70 @@ bool Sema::CompleteConstructorCall(CXXConstructorDecl *Constructor,
   return Invalid;
 }
 
+bool Sema::isTypeAwareOperatorNewOrDelete(const NamedDecl *ND) const {
+  const FunctionDecl *FnDecl = nullptr;
----------------
ojhunt wrote:

Removed and replaced with a set in astcontext

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


More information about the cfe-commits mailing list