Lines Matching full:parameters
1 // RUN: %check_clang_tidy %s bugprone-easily-swappable-parameters %t \
3 // RUN: bugprone-easily-swappable-parameters.MinimumLength: 2, \
4 // RUN: bugprone-easily-swappable-parameters.IgnoredParameterNames: "", \
5 // RUN: bugprone-easily-swappable-parameters.IgnoredParameterTypeSuffixes: "", \
6 // RUN: bugprone-easily-swappable-parameters.QualifiersMix: 0, \
7 // RUN: bugprone-easily-swappable-parameters.ModelImplicitConversions: 0, \
8 // RUN: bugprone-easily-swappable-parameters.SuppressParametersUsedTogether: 0, \
9 // RUN: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold: 1 \
18 …warning: 2 adjacent parameters of 'test1' of similar type ('int') are easily swapped by mistake [b…
23 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: 2 adjacent parameters of 'test2' of similar type ('int…
38 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: 2 adjacent parameters of 'test8' of similar type ('int…
45 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: 4 adjacent parameters of 'test10' of similar type ('in…
49 // CHECK-MESSAGES: :[[@LINE-5]]:58: warning: 3 adjacent parameters of 'test10' of similar type ('in…
54 // CHECK-MESSAGES: :[[@LINE-1]]:13: warning: 2 adjacent parameters of 'test11' of similar type ('in…