@returns the number of errors (ignores warnings and infos).
| 142 | |
| 143 | /// @returns the number of errors (ignores warnings and infos). |
| 144 | unsigned errorCount() const |
| 145 | { |
| 146 | return m_errorCount; |
| 147 | } |
| 148 | |
| 149 | // @returns true if the maximum error count has been reached. |
| 150 | bool hasExcessiveErrors() const; |
no outgoing calls
no test coverage detected