solidity/libsolidity
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
..
analysis Refactor error reporting 2017-05-30 07:28:31 -07:00
ast Merge pull request #2301 from ethereum/ASTFunctionTypeFix 2017-05-24 14:28:07 +02:00
codegen Refactor error reporting 2017-05-30 07:28:31 -07:00
formal Refactor error reporting 2017-05-30 07:28:31 -07:00
inlineasm Refactor error reporting 2017-05-30 07:28:31 -07:00
interface Refactor error reporting 2017-05-30 07:28:31 -07:00
parsing Refactor error reporting 2017-05-30 07:28:31 -07:00
CMakeLists.txt Adapt EVM codegen to new namespace. 2017-05-26 15:08:27 +02:00