solidity/libsolidity/parsing
Rhett Aultman 89b60ffbd4 Refactor error reporting
This commit introduces ErrorReporter, a utility class which consolidates
all of the error logging functionality into a common set of functions.
It also replaces all direct interactions with an ErrorList with calls to
an ErrorReporter.

This commit resolves issue #2209
2017-05-30 07:28:31 -07:00
..
DocStringParser.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
DocStringParser.h Refactor error reporting 2017-05-30 07:28:31 -07:00
Parser.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
Parser.h Refactor error reporting 2017-05-30 07:28:31 -07:00
ParserBase.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
ParserBase.h Refactor error reporting 2017-05-30 07:28:31 -07:00
Scanner.cpp Disallow octal literals. 2017-03-07 12:34:32 +01:00
Scanner.h Metadata stamp. 2016-12-01 16:03:59 +01:00
Token.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Token.h Support interface (contract) keyword in the parser 2017-03-17 16:27:04 +00:00