================ @@ -216,7 +216,8 @@ Changes in existing checks - Improved :doc:`readability-non-const-parameter <clang-tidy/checks/readability/non-const-parameter>` check by avoiding false - positives on parameters used in dependent expressions. + positives for pointer parameters in generic lambdas (C++20 lambdas with ---------------- Aditya26189 wrote:
added https://github.com/llvm/llvm-project/pull/179051 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
