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'
33 // CHECK-MESSAGES: :[[@LINE-1]]:14: warning: 2 adjacent parameters of 'arrays1' of similar type ('i…
34 // CHECK-MESSAGES: :[[@LINE-2]]:22: note: the first parameter in the range is 'P2D'
35 // CHECK-MESSAGES: :[[@LINE-3]]:35: note: the last parameter in the range is 'P3D'
65 // CHECK-MESSAGES: :[[@LINE-1]]:24: warning: 2 adjacent parameters of 'templatedArrayRef<8, 8>' of …
66 // CHECK-MESSAGES: :[[@LINE-2]]:30: note: the first parameter in the range is 'Array1'
67 // CHECK-MESSAGES: :[[@LINE-3]]:48: note: the last parameter in the range is 'Array2'
74 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion1' of conve…
75 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
76 // CHECK-MESSAGES: :[[@LINE-3]]:39: note: the last parameter in the range is 'D'
77 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'double' may be implicitly converted{{$}}
80 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion2' of conve…
81 // CHECK-MESSAGES: :[[@LINE-2]]:29: note: the first parameter in the range is 'I'
82 // CHECK-MESSAGES: :[[@LINE-3]]:38: note: the last parameter in the range is 'S'
83 // CHECK-MESSAGES: :[[@LINE-4]]:32: note: 'int' and 'short' may be implicitly converted{{$}}
86 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'numericConversion3' of conve…
87 // CHECK-MESSAGES: :[[@LINE-2]]:31: note: the first parameter in the range is 'F'
88 // CHECK-MESSAGES: :[[@LINE-3]]:53: note: the last parameter in the range is 'ULL'
89 // CHECK-MESSAGES: :[[@LINE-4]]:34: note: 'float' and 'unsigned long long' may be implicitly conver…
111 // CHECK-MESSAGES: :[[@LINE-1]]:35: warning: 3 adjacent parameters of 'numericConversionMultiUnique…
112 // CHECK-MESSAGES: :[[@LINE-2]]:39: note: the first parameter in the range is 'I'
113 // CHECK-MESSAGES: :[[@LINE-3]]:60: note: the last parameter in the range is 'D2'
114 // CHECK-MESSAGES: :[[@LINE-4]]:42: note: 'int' and 'double' may be implicitly converted{{$}}
121 // CHECK-MESSAGES: :[[@LINE-1]]:26: warning: 2 adjacent parameters of 'numericConversion10' of conv…
122 // CHECK-MESSAGES: :[[@LINE-2]]:32: note: the first parameter in the range is 'MI'
123 // CHECK-MESSAGES: :[[@LINE-3]]:45: note: the last parameter in the range is 'MD'
124 // CHECK-MESSAGES: :[[@LINE-4]]:36: note: 'MyInt' and 'MyDouble' may be implicitly converted: 'MyIn…
176 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion1' of c…
177 // CHECK-MESSAGES: :[[@LINE-2]]:33: note: the first parameter in the range is 'I1'
178 // CHECK-MESSAGES: :[[@LINE-3]]:45: note: the last parameter in the range is 'I2'
179 // CHECK-MESSAGES: :[[@LINE-4]]:37: note: 'int' and 'Integer' may be implicitly converted{{$}}
180 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the converting constructo…
181 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the conversion operator d…
198 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion2' of c…
199 // CHECK-MESSAGES: :[[@LINE-2]]:36: note: the first parameter in the range is 'D'
200 // CHECK-MESSAGES: :[[@LINE-3]]:47: note: the last parameter in the range is 'CD'
201 // CHECK-MESSAGES: :[[@LINE-4]]:39: note: 'double' and 'CDouble' may be implicitly converted: 'doub…
202 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the converting constructo…
203 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the conversion operator d…
206 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion3' of c…
207 // CHECK-MESSAGES: :[[@LINE-2]]:33: note: the first parameter in the range is 'I'
208 // CHECK-MESSAGES: :[[@LINE-3]]:44: note: the last parameter in the range is 'CD'
209 // CHECK-MESSAGES: :[[@LINE-4]]:36: note: 'int' and 'CDouble' may be implicitly converted: 'int' ->…
210 // CHECK-MESSAGES: :[[@LINE-17]]:3: note: the implicit conversion involves the converting construct…
211 // CHECK-MESSAGES: :[[@LINE-17]]:3: note: the implicit conversion involves the conversion operator …
219 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion4' of c…
220 // CHECK-MESSAGES: :[[@LINE-2]]:33: note: the first parameter in the range is 'I'
221 // CHECK-MESSAGES: :[[@LINE-3]]:42: note: the last parameter in the range is 'TDI'
222 // CHECK-MESSAGES: :[[@LINE-4]]:36: note: 'int' and 'TDInt' may be implicitly converted: 'int' -> '…
223 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the converting constructo…
224 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the conversion operator d…
234 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion5' of c…
235 // CHECK-MESSAGES: :[[@LINE-2]]:33: note: the first parameter in the range is 'I'
236 // CHECK-MESSAGES: :[[@LINE-3]]:48: note: the last parameter in the range is 'TDID'
237 // CHECK-MESSAGES: :[[@LINE-4]]:36: note: 'int' and 'TDIntDouble' may be implicitly converted: 'int…
238 // CHECK-MESSAGES: :[[@LINE-11]]:3: note: the implicit conversion involves the converting construct…
239 // CHECK-MESSAGES: :[[@LINE-10]]:3: note: the implicit conversion involves the conversion operator …
242 // CHECK-MESSAGES: :[[@LINE-1]]:29: warning: 2 adjacent parameters of 'userDefinedConversion6' of c…
243 // CHECK-MESSAGES: :[[@LINE-2]]:36: note: the first parameter in the range is 'D'
244 // CHECK-MESSAGES: :[[@LINE-3]]:51: note: the last parameter in the range is 'TDID'
245 // CHECK-MESSAGES: :[[@LINE-4]]:39: note: 'double' and 'TDIntDouble' may be implicitly converted: '…
246 // CHECK-MESSAGES: :[[@LINE-18]]:3: note: the implicit conversion involves the converting construct…
247 // CHECK-MESSAGES: :[[@LINE-17]]:3: note: the implicit conversion involves the conversion operator …
266 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'pointerConversion2' of conve…
267 // CHECK-MESSAGES: :[[@LINE-2]]:36: note: the first parameter in the range is 'PB'
268 // CHECK-MESSAGES: :[[@LINE-3]]:45: note: the last parameter in the range is 'IP'
269 // CHECK-MESSAGES: :[[@LINE-4]]:40: note: 'PointerBox' and 'int *' may be implicitly converted: 'Po…
270 // CHECK-MESSAGES: :[[@LINE-8]]:3: note: the implicit conversion involves the conversion operator d…
271 // CHECK-MESSAGES: :[[@LINE-10]]:3: note: the implicit conversion involves the converting construct…
286 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'pointerConversion5' of conve…
287 // CHECK-MESSAGES: :[[@LINE-2]]:48: note: the first parameter in the range is 'BADI'
288 // CHECK-MESSAGES: :[[@LINE-3]]:62: note: the last parameter in the range is 'D'
289 // CHECK-MESSAGES: :[[@LINE-4]]:54: note: 'BaseAndDerivedInverter' and 'Derived' may be implicitly …
290 // CHECK-MESSAGES: :[[@LINE-8]]:3: note: the implicit conversion involves the conversion operator d…
291 // CHECK-MESSAGES: :[[@LINE-10]]:3: note: the implicit conversion involves the converting construct…
307 // CHECK-MESSAGES: :[[@LINE-1]]:25: warning: 2 adjacent parameters of 'pointerConversion7' of conve…
308 // CHECK-MESSAGES: :[[@LINE-2]]:32: note: the first parameter in the range is 'NTF'
309 // CHECK-MESSAGES: :[[@LINE-3]]:63: note: the last parameter in the range is 'NM'
310 // CHECK-MESSAGES: :[[@LINE-4]]:49: note: 'void (*)() noexcept' and 'NoexceptMaker' may be implicit…
311 // CHECK-MESSAGES: :[[@LINE-12]]:3: note: the implicit conversion involves the converting construct…
312 // CHECK-MESSAGES: :[[@LINE-9]]:3: note: the implicit conversion involves the conversion operator d…