1 #ifndef COMPILER_NULLERRORHANDLER_H_INCLUDED
2 #define COMPILER_NULLERRORHANDLER_H_INCLUDED
15 virtual void report (
const std::string& message,
Type type);
Type
Definition: errorhandler.hpp:23
void message(CodeContainer &code, Literals &literals, const std::string &message, int buttons)
Definition: generator.cpp:537
Location of a token in a source file.
Definition: tokenloc.hpp:10
Error handler implementation: Ignore all error messages.
Definition: nullerrorhandler.hpp:10
Error handling.
Definition: errorhandler.hpp:14
virtual void report(const std::string &message, const TokenLoc &loc, Type type)
Report error to the user.
Definition: nullerrorhandler.cpp:3