PiotrZSL added a comment.

Missing ReleaseNote entry.



================
Comment at: clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.cpp:43
+  // Consider only functions with a external and visible declaration.
+  if (auto *MemberDecl = dyn_cast<CXXMethodDecl>(FuncDecl))
+    if (MemberDecl->getParent()->isLambda())
----------------
auto -> const auto


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148444

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

Reply via email to