| 278 | } |
| 279 | |
| 280 | void ErrorReporter::unimplementedFeatureError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 281 | { |
| 282 | error( |
| 283 | _error, |
| 284 | Error::Type::UnimplementedFeatureError, |
| 285 | _location, |
| 286 | _description |
| 287 | ); |
| 288 | } |
| 289 | |
| 290 | void ErrorReporter::codeGenerationError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 291 | { |
no outgoing calls
no test coverage detected