We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c23
c23-or-later
1 parent 20eb165 commit 216c2e8Copy full SHA for 216c2e8
clang-tools-extra/test/clang-tidy/checkers/bugprone/easily-swappable-parameters.c
@@ -9,7 +9,7 @@
9
// RUN: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold: 0 \
10
// RUN: }}' -- -Wno-strict-prototypes
11
//
12
-// RUN: %check_clang_tidy -std=c23 %s bugprone-easily-swappable-parameters %t \
+// RUN: %check_clang_tidy -std=c23-or-later %s bugprone-easily-swappable-parameters %t \
13
// RUN: -config='{CheckOptions: { \
14
// RUN: bugprone-easily-swappable-parameters.MinimumLength: 2, \
15
// RUN: bugprone-easily-swappable-parameters.IgnoredParameterNames: "", \
0 commit comments