================ @@ -203,6 +203,10 @@ Changes in existing checks <clang-tidy/checks/readability/non-const-parameter>` check by avoiding false positives on parameters used in dependent expressions. +- Improved :doc:`readability-suspicious-call-argument + <clang-tidy/checks/readability/suspicious-call-argument>` check by avoiding a + crash from malformed `Abbreviations` configuration. ---------------- zeyi2 wrote:
Thanks for the suggestion! https://github.com/llvm/llvm-project/pull/180351 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
