[clang-tools-extra] [clang-tidy] Fix crash in readability-suspicious-call-argument on malformed config (PR #180351)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 7 06:50:28 PST 2026
================
@@ -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.
----------------
EugeneZelenko wrote:
invalid `Abbreviations` option?
https://github.com/llvm/llvm-project/pull/180351
More information about the cfe-commits
mailing list