Fznamznon added a comment.

Nothing more from me, but I would wait for someone else's approval.



================
Comment at: clang/lib/Sema/SemaExpr.cpp:18204
+    const NamedDecl *ND = cast<FunctionDecl>(DR->getDecl());
+    if (const auto *MD = llvm::dyn_cast<CXXMethodDecl>(ND);
         MD && (MD->isLambdaStaticInvoker() || isLambdaCallOperator(MD)))
----------------
Fznamznon wrote:
> 
This one seems to be missed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151094/new/

https://reviews.llvm.org/D151094

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to