================ @@ -268,6 +268,40 @@ void Sema::inferLifetimeBoundAttribute(FunctionDecl *FD) { } } +static bool IsPointerLikeType(QualType QT) { ---------------- hokein wrote: nit: `isPointerLikeType` https://github.com/llvm/llvm-project/pull/117122