================
@@ -2533,9 +2533,43 @@ bool CXXMethodDecl::isUsualDeallocationFunction(
       getOverloadedOperator() != OO_Array_Delete)
----------------
ojhunt wrote:

I've adopted them in a few places, and I'm renaming them to isAnyOperatorNew, 
isAnyOperatorDelete so it's less confusable with a function that checks 
OO_New/OO_Delete

https://github.com/llvm/llvm-project/pull/113510
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to