alexfh added a comment.

Thanks for the prompt fix, btw!



================
Comment at: clang/include/clang/AST/RecursiveASTVisitor.h:2064
+  if (const auto *MD = dyn_cast<CXXMethodDecl>(D)) {
+    if (const auto *RD = MD->getParent()) {
+      if (RD->isLambda()) {
----------------
Please specify the type explicitly here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95573

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

Reply via email to