[clang] [clang] Infer lifetime_capture_by for STL containers (PR #117122)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 21 05:58:57 PST 2024


================
@@ -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


More information about the cfe-commits mailing list