================ @@ -1199,6 +1207,21 @@ static void checkExprLifetimeImpl(Sema &SemaRef, break; } + case LK_LifetimeCapture: { + if (!MTE) ---------------- usx95 wrote: Done. https://github.com/llvm/llvm-project/pull/115921