Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit number of secondary source locations. | chriseth | 2017-12-12 | 1 | -0/+12 |
| | |||||
* | Remove Why3 error class | Alex Beregszaszi | 2017-07-01 | 1 | -1/+0 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 1 | -0/+11 |
| | |||||
* | Merge pull request #1699 from ethereum/asmlabels | Yoichi Hirai | 2017-03-08 | 1 | -0/+2 |
|\ | | | | | Assembly labels with stack information | ||||
| * | Analysis refactoring. | chriseth | 2017-03-03 | 1 | -0/+2 |
| | | |||||
* | | Error constructor. | chriseth | 2017-03-06 | 1 | -1/+5 |
|/ | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Unimplemented features moved to their own exception (#1361) | Rhett Aultman | 2016-11-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Unimplemented features moved to their own exception InternalCompilerError is an exception that really should be reserved for actual internal errors of the compiler. Unimplemented features can now use either solUnimplemented( ) or, if it should be conditional, then solUnimplementedAssert( ). * Revert some unimplemented exceptions, add handlers The jsonCompiler and CommandLineInterface needed handlers for the new UnimplementedFeatureException, and some cases I had moved on to the new exception were better treated as real internal compiler errors. * Standardize on "Unimplemented feature" message | ||||
* | check whether break/continue is in the loop | Lu Guanqun | 2016-01-15 | 1 | -0/+1 |
| | |||||
* | Rename error type. | chriseth | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Preliminary why3 code output. | chriseth | 2015-10-27 | 1 | -0/+1 |
| | |||||
* | File reorganisation. | chriseth | 2015-10-21 | 1 | -0/+101 |