solidity/libsolidity/inlineasm
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
..
AsmAnalysis.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmAnalysis.h Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmAnalysisInfo.cpp Refactor to combined scope and stack height info. 2017-04-26 17:12:04 +02:00
AsmAnalysisInfo.h Introduce virtual blocks for function arguments. 2017-05-29 16:18:16 +02:00
AsmCodeGen.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmCodeGen.h Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmData.h Change switch case string to Literal 2017-05-26 03:20:10 +01:00
AsmParser.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmParser.h Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmPrinter.cpp Switch cases are not followed by colon 2017-05-26 03:20:15 +01:00
AsmPrinter.h Implement switch statement in the assembly parser/printer 2017-05-26 03:16:09 +01:00
AsmScope.cpp Parse types in Julia mode 2017-05-05 22:31:22 +01:00
AsmScope.h Introduce LabelID typedef. 2017-05-29 15:40:32 +02:00
AsmScopeFiller.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmScopeFiller.h Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmStack.cpp Refactor error reporting 2017-05-30 07:28:31 -07:00
AsmStack.h Refactor error reporting 2017-05-30 07:28:31 -07:00