Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show unimplemented function if trying to instantiate an abstract class | Alex Beregszaszi | 2017-08-04 | 1 | -0/+10 |
| | |||||
* | Warn about shadowing variables. | Alex Beregszaszi | 2017-07-25 | 1 | -1/+13 |
| | |||||
* | Remove Why3 error class | Alex Beregszaszi | 2017-07-01 | 1 | -19/+0 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -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 |