================
@@ -467,6 +468,23 @@ class LifetimeChecker {
}
}
+ static bool canBeLifetimebound(QualType QT) {
----------------
usx95 wrote:nit: rename to `canParamBeLifetimebound` to avoid confusing with return type. https://github.com/llvm/llvm-project/pull/201101 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
