================ @@ -151,6 +151,10 @@ Changes in existing checks <clang-tidy/checks/bugprone/inc-dec-in-conditions>` check to ignore code within unevaluated contexts, such as ``decltype``. +- Improved :doc:`bugprone-lambda-function-name + <clang-tidy/checks/bugprone/lambda-function-name>` check by ignoring + ``__func__`` macro in lambda captures and nested function declaration. ---------------- 5chmidti wrote:
I think the default parameter part should be included as well (+nits): `check by ignoring the ``__func__`` macro in lambda captures, initializers of default parameters and nested function declarations.` https://github.com/llvm/llvm-project/pull/89076 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits