[clang-tools-extra] [clang-tidy] Fix crash in readability-suspicious-call-argument on invalid option (PR #180351)

via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 7 06:53:50 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.
----------------
zeyi2 wrote:

Thanks for the suggestion!

https://github.com/llvm/llvm-project/pull/180351


More information about the cfe-commits mailing list