This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Fri Jul 27 01:55:31 UTC 2012


79a80
> gdb/c-exp.y:2751: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/c-exp.y:2751:	  if ((sym = lookup_struct_typedef (copy, expression_context_block,					    1)))
616,625d616
< gdb/objc-exp.y:749: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:749:				  if (innermost_block == 0 ||
< gdb/objc-exp.y:768: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:768:			      if (innermost_block == 0 || 
< gdb/objc-exp.y:786: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:786:			      else if (!have_full_symbols () && 
< gdb/objc-exp.y:1375: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1375:	    else if (got_e && (p[-1] == '.' || p[-1] == '.') &&
< gdb/objc-exp.y:1528: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1528:  if (!(tokchr == '.' || tokchr == '.' || 
< gdb/objc-exp.y:1627: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1627:    if (parse_language->la_language == language_cplus ||
< gdb/objc-exp.y:1639: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1639:    if ((sym && SYMBOL_CLASS (sym) == LOC_BLOCK) ||
< gdb/objc-exp.y:1754: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/objc-exp.y:1754:	    if ((sym = lookup_struct_typedef (tmp, 					      expression_context_block, 					      1)))
< gdb/objc-exp.y:1763: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1763:    if (!sym && 
< gdb/objc-exp.y:1764: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-exp.y:1764:        ((tokstart[0] >= '.' && tokstart[0] < '.' + input_radix - 10) ||


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]