| 179 | } |
| 180 | |
| 181 | void CheckAssert::runChecks(const Tokenizer &tokenizer, ErrorLogger& errorLogger) |
| 182 | { |
| 183 | CheckAssertImpl checkAssert(&tokenizer, tokenizer.getSettings(), errorLogger); |
| 184 | checkAssert.assertWithSideEffects(); |
| 185 | } |
| 186 | |
| 187 | void CheckAssert::getErrorMessages(ErrorLogger& errorLogger, const Settings &settings) const |
| 188 | { |
nothing calls this directly
no test coverage detected