| 288 | } |
| 289 | |
| 290 | void ErrorReporter::codeGenerationError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 291 | { |
| 292 | error(_error, Error::Type::CodeGenerationError, _location, _description); |
| 293 | } |
| 294 | |
| 295 | void ErrorReporter::codeGenerationError(Error const& _error) |
| 296 | { |
no test coverage detected