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: 1, \
8 // RUN: bugprone-easily-swappable-parameters.SuppressParametersUsedTogether: 0, \
9 // RUN: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold: 0 \
13 …djacent parameters of 'implicitDoesntBreakOtherStuff' of similar type ('int') are easily swapped b…
18 // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 2 adjacent parameters of 'arrayAndPtr1' of similar typ…
23 // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 2 adjacent parameters of 'arrayAndPtr2' of similar typ…
30 …ng: 2 adjacent parameters of 'numericConversion1' of convertible types are easily swapped by mista…
36 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion2' of conve…
42 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion3' of conve…
53 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion4' of conve…
59 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion5' of conve…
65 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion7' of conve…
71 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion8' of conve…