[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:48:48 PST 2026
================
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-suspicious-call-argument %t -- -- -std=c++11
+// RUN: %check_clang_tidy %s readability-suspicious-call-argument %t -- -- -std=c++11-or-later
----------------
zeyi2 wrote:
I changed the `-std` and the tests still pass, so I just keep the modifications :)
https://github.com/llvm/llvm-project/pull/180351
More information about the cfe-commits
mailing list