Home | History | Annotate | Download | only in tools

Lines Matching full:description

38         'description':'make: overriding commands/ignoring old commands',
42 'description':'Implicit function declaration',
45 'description':'',
48 'description':'Expression always evaluates to true or false',
53 'description':'Incompatible pointer types',
59 'description':'Incompatible declaration of built in function',
62 'description':'Unused parameter',
65 'description':'Unused function, variable or label',
69 'description':'Statement with no effect',
72 'description':'Missing initializer',
75 'description':'',
78 'description':'Format string does not match arguments',
81 'description':'Too many arguments for format string',
84 'description':'Comparison between signed and unsigned',
89 'description':'Comparison between enum and non-enum',
92 'description':'libpng: zero area',
95 'description':'aapt: no comment for public symbol',
98 'description':'Missing braces around initializer',
101 'description':'No newline at end of file',
104 'description':'Qualifier discarded',
109 'description':'Attribute ignored',
112 'description':'Visibility mismatch',
115 'description':'Shift count greater than width of type',
118 'description':'extern <foo> is initialized',
121 'description':'Old style declaration',
124 'description':'Variable may be used uninitialized',
127 'description':'Variable is used uninitialized',
130 'description':'ld: possible enum size mismatch',
133 'description':'Pointer targets differ in signedness',
139 'description':'Assuming overflow does not occur',
142 'description':'Suggest adding braces around empty body',
148 'description':'Suggest adding parentheses',
155 'description':'Static variable used in non-static inline function',
158 'description':'No type or storage class (will default to int)',
161 'description':'',
164 'description':'',
167 'description':'Dereferencing <foo> breaks strict aliasing rules',
170 'description':'Cast from pointer to integer of different size',
173 'description':'Cast to pointer from integer of different size',
176 'description':'Symbol redefined',
179 'description':'',
182 'description':'ld: type and size of dynamic symbol are not defined',
185 'description':'Pointer from integer without cast',
188 'description':'Pointer from integer without cast',
191 'description':'Integer from pointer without cast',
194 'description':'Integer from pointer without cast',
197 'description':'Integer from pointer without cast',
200 'description':'Ignoring pragma',
203 'description':'Variable might be clobbered by longjmp or vfork',
206 'description':'Argument might be clobbered by longjmp or vfork',
209 'description':'Redundant declaration',
212 'description':'',
215 'description':'Enum value not handled in switch',
218 'description':'Java: Non-ascii characters used, but ascii encoding specified',
221 'description':'Java: Non-varargs call of varargs method with inexact argument type for last parameter',
224 'description':'aapt: No default translation',
227 'description':'aapt: Missing default or required localization',
230 'description':'aapt: String marked untranslatable, but translation exists',
233 'description':'aapt: empty span in string',
236 'description':'Taking address of temporary',
239 'description':'Possible broken line continuation',
242 'description':'Array subscript out of bounds',
246 'description':'Decimal constant is unsigned only in ISO C90',
249 'description':'main is usually a function',
252 'description':'Typedef ignored',
255 'description':'Address always evaluates to true',
258 'description':'Freeing a non-heap object',
261 'description':'Array subscript has type char',
264 'description':'Constant too large for type',
267 'description':'Constant too large for type, truncated',
270 'description':'Overflow in implicit constant conversion',
273 'description':'Declaration does not declare anything',
276 'description':'Initialization order will be different',
279 'description':'',
282 'description':'',
285 'description':'',
288 'description':'Parameter type not specified',
291 'description':'Invalid option for C file',
294 'description':'User warning',
297 'description':'Dereferencing void*',
300 'description':'Comparison of pointer to zero',
303 'description':'Conversion of string constant to non-const char*',
306 'description':'Function declaration isn''t a prototype',
309 'description':'Type qualifiers ignored on function return value',
312 'description':'<foo> declared inside parameter list, scope limited to this definition',
315 'description':'',
318 'description':'Line continuation inside comment',
321 'description':'Comment inside comment',
324 'description':'Extra tokens after #endif',
327 'description':'Comparison between different enums',
330 'description':'Implicit conversion of negative number to unsigned type',
333 'description':'Passing NULL as non-pointer argument',
336 'description':'Class seems unusable because of private ctor/dtor' ,
340 'description':'Class seems unusable because of private ctor/dtor' ,
343 'description':'Class seems unusable because of private ctor/dtor' ,
346 'description':'void* used in arithmetic' ,
350 'description':'Overload resolution chose to promote from unsigned or enum to signed type' ,
353 'description':'',
356 'description':'Base should be explicitly initialized in copy constructor',
359 'description':'Converting from <type> to <other type>',
362 'description':'Return value from void function',
365 'description':'Useless specifier',
368 'description':'Duplicate logtag',
371 'description':'Operator new returns NULL',
374 'description':'NULL used in arithmetic',
377 'description':'Use of deprecated method',
382 'description':'',
385 'description':'',
388 'description':'',
393 'description':'Unclassified/unrecognized warnings',
461 if cat['description'] != '':
462 return cat['description']
474 tablerow(i['description'] + ' (' + allpatterns(i) + ') ' + i['option'])