solidity/test/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
..
Assembly.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
ASTJSON.cpp Compact format for AST-Json with backwards compatibility 2017-05-17 11:14:33 +02:00
ErrorCheck.cpp test: various fixes 2016-11-24 19:22:26 +01:00
ErrorCheck.h
GasMeter.cpp Remove a test about SELFDESTRUCT because the test harness obtains refund while the gas meter should not assume the refund. 2017-04-25 16:47:44 +02:00
Imports.cpp Modify library collision test 2017-01-16 12:32:58 -05:00
InlineAssembly.cpp Fix expected message in test case 2017-05-26 11:16:12 +01:00
JSONCompiler.cpp testsuite adjustment 2017-05-19 09:51:23 +02:00
Metadata.cpp Validate metadata JSON too 2017-05-24 12:24:00 +01:00
SemVerMatcher.cpp
SolidityABIJSON.cpp Split out metadata test into its own file 2017-05-24 12:24:00 +01:00
SolidityEndToEndTest.cpp Remove error label / invalid jump label. 2017-04-28 13:14:52 +02:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Revert "Fix contract lookup in tests" 2017-01-16 18:07:48 -05:00
SolidityExpressionCompiler.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
SolidityNameAndTypeResolution.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
SolidityNatspecJSON.cpp Rename CompilerStack.metadata to CompilerStack.natspec 2017-05-19 16:11:04 +01:00
SolidityOptimizer.cpp Stricter tests for constant optimization. 2017-05-02 12:20:00 +02:00
SolidityParser.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
SolidityScanner.cpp Add tests for scientific notation 2017-03-15 13:06:26 +00:00
SolidityTypes.cpp Add ContractKind to ContractDefinition 2017-03-17 16:27:04 +00:00
StandardCompiler.cpp testsuite adjustment 2017-05-19 09:51:23 +02:00