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: "bool;MyBool;struct …
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: 0 \
26 …arning: 2 adjacent parameters of 'trivial' of similar type ('int') are easily swapped by mistake […
33 // CHECK-MESSAGES: :[[@LINE-1]]:24: warning: 2 adjacent parameters of 'restrictQualifier' of simila…
38 // CHECK-MESSAGES: :[[@LINE-1]]:15: warning: 2 adjacent parameters of 'pointer1' of similar type ('…
61 // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 2 adjacent parameters of 'taggedTypes2' of similar typ…
71 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: 2 adjacent parameters of 'knr' of similar type ('int')
83 // CHECK-MESSAGES: :[[@LINE-4]]:30: warning: 2 adjacent parameters of 'underscoreBoolAsWritten' of …
90 // CHECK-MESSAGES: :[[@LINE-1]]:30: warning: 2 adjacent parameters of 'otherBoolMacroAsWritten' of …
98 // CHECK-MESSAGES: :[[@LINE-1]]:20: warning: 2 adjacent parameters of 'typedefStruct' of similar ty…
108 // CHECK-MESSAGES: :[[@LINE-1]]:18: warning: 2 adjacent parameters of 'macroMagic1' of similar type…
115 // CHECK-MESSAGES: :[[@LINE-2]]:18: warning: 2 adjacent parameters of 'macroMagic2' of similar type…
121 // CHECK-MESSAGES: :[[@LINE-1]]:26: warning: 2 adjacent parameters of 'evenMoreMacroMagic1' of simi…
129 // CHECK-MESSAGES: :[[@LINE-2]]:26: warning: 2 adjacent parameters of 'evenMoreMacroMagic2' of simi…
146 // CHECK-MESSAGES: :[[@LINE-1]]:18: warning: 2 adjacent parameters of 'macroMagic3' of similar type…