aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/Exceptions.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Unimplemented features moved to their own exception (#1361)Rhett Aultman2016-11-151-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 loopLu Guanqun2016-01-151-0/+1
|
* Rename error type.chriseth2015-10-281-1/+1
|
* Preliminary why3 code output.chriseth2015-10-271-0/+1
|
* File reorganisation.chriseth2015-10-211-0/+101