aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/ErrorReporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show unimplemented function if trying to instantiate an abstract classAlex Beregszaszi2017-08-041-0/+10
|
* Warn about shadowing variables.Alex Beregszaszi2017-07-251-1/+13
|
* Remove Why3 error classAlex Beregszaszi2017-07-011-19/+0
|
* Refactor error reportingRhett Aultman2017-05-301-0/+186
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