C and C++ Binaries

Data Type: struct cs_locations_node_t

A node on a list of warning locations.

Defined in file csonar_plugin.h.



Public Attributes

cs_sfid file The file in which the event occurs.
cs_line start_line The first line in file at which the event occurs. One-based.
cs_line end_line The last line in file at which the event occurs. One-based. Inclusive.
cs_column start_col For events that apply only to a specific span of text, the first column on start_line to which the event applies. Zero-based.
cs_column end_col If start_col is non-zero, the exclusive end of the span (on end_line) to which this event applies. The value 0 is special and means end of line.
cs_const_string problem A short description of the problem. If NULL or "", no event will be associated with this node.
cs_locations_node_flags flags Characterize the node.