Do we have any errors and warnings that we can *show*? */
| 734 | |
| 735 | /** Do we have any errors and warnings that we can *show*? */ |
| 736 | bool is_empty() const { return m_warn_list.is_empty(); } |
| 737 | |
| 738 | /** Increment the current row counter to point at the next row. */ |
| 739 | void inc_current_row_for_warning() { m_current_row_for_warning++; } |
no outgoing calls
no test coverage detected