Searched refs:error_limit (Results 1 – 1 of 1) sorted by relevance
136 int16_t error_limit = m_Config.options().maxErrorNum(); in handleDiagnostic() local137 if ((error_limit != -1) && in handleDiagnostic()138 (getNumErrors() > static_cast<unsigned>(error_limit))) { in handleDiagnostic()141 m_OStream << "too many error messages (>" << error_limit << ")...\n"; in handleDiagnostic()