| 305 | } |
| 306 | |
| 307 | void ErrorReporter::info( |
| 308 | ErrorId _error, |
| 309 | SourceLocation const& _location, |
| 310 | std::string const& _description |
| 311 | ) |
| 312 | { |
| 313 | error(_error, Error::Type::Info, _location, _description); |
| 314 | } |
| 315 | |
| 316 | void ErrorReporter::info(ErrorId _error, std::string const& _description) |
| 317 | { |
no test coverage detected