Lines Matching full:messages

13 // CHECK-MESSAGES: :[[@LINE-1]]:36: warning: 2 adjacent parameters of 'implicitDoesntBreakOtherStuf…
14 // CHECK-MESSAGES: :[[@LINE-2]]:40: note: the first parameter in the range is 'A'
15 // CHECK-MESSAGES: :[[@LINE-3]]:47: note: the last parameter in the range is 'B'
18 // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 2 adjacent parameters of 'arrayAndPtr1' of similar typ…
19 // CHECK-MESSAGES: :[[@LINE-2]]:24: note: the first parameter in the range is 'IP'
20 // CHECK-MESSAGES: :[[@LINE-3]]:32: note: the last parameter in the range is 'IA'
23 // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: 2 adjacent parameters of 'arrayAndPtr2' of similar typ…
24 // CHECK-MESSAGES: :[[@LINE-2]]:24: note: the first parameter in the range is 'IP'
25 // CHECK-MESSAGES: :[[@LINE-3]]:32: note: the last parameter in the range is 'IA'
30 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion1' of conve…
31 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
32 // CHECK-MESSAGES: :[[@LINE-3]]:39: note: the last parameter in the range is 'D'
33 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'double' may be implicitly converted{{$}}
36 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion2' of conve…
37 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
38 // CHECK-MESSAGES: :[[@LINE-3]]:38: note: the last parameter in the range is 'S'
39 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'short' may be implicitly converted{{$}}
42 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion3' of conve…
43 // CHECK-MESSAGES: :[[@LINE-2]]:31: note: the first parameter in the range is 'F'
44 // CHECK-MESSAGES: :[[@LINE-3]]:48: note: the last parameter in the range is 'UL'
45 // CHECK-MESSAGES: :[[@LINE-4]]:34: note: 'float' and 'unsigned long' may be implicitly converted{{…
53 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion4' of conve…
54 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
55 // CHECK-MESSAGES: :[[@LINE-3]]:46: note: the last parameter in the range is 'U'
56 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'enum Unscoped' may be implicitly converted{{$}}
59 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion5' of conve…
60 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
61 // CHECK-MESSAGES: :[[@LINE-3]]:51: note: the last parameter in the range is 'UF'
62 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'enum UnscopedFixed' may be implicitly converte…
65 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion7' of conve…
66 // CHECK-MESSAGES: :[[@LINE-2]]:32: note: the first parameter in the range is 'D'
67 // CHECK-MESSAGES: :[[@LINE-3]]:49: note: the last parameter in the range is 'U'
68 // CHECK-MESSAGES: :[[@LINE-4]]:35: note: 'double' and 'enum Unscoped' may be implicitly converted{…
71 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion8' of conve…
72 // CHECK-MESSAGES: :[[@LINE-2]]:32: note: the first parameter in the range is 'D'
73 // CHECK-MESSAGES: :[[@LINE-3]]:54: note: the last parameter in the range is 'UF'
74 // CHECK-MESSAGES: :[[@LINE-4]]:35: note: 'double' and 'enum UnscopedFixed' may be implicitly conve…