aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/formal/Why3Translator.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* formal: ignore pragmas during Why3 code generationYoichi Hirai2016-10-111-0/+1
| | | | Fixes #1177
* toFormalType reports errors by an exceptionYoichi Hirai2016-09-101-2/+3
| | | | This allows error reporting without passing `ASTNode` to `toFormalType()`
* Merge pull request #1041 from pirapira/typo_and_whitespacechriseth2016-09-081-1/+1
|\ | | | | Fix a typo and a whitespace inconsistency
| * Fix a typo and whitespacesYoichi Hirai2016-09-071-1/+1
| |
* | Append an issue id #1043 to a @todo comment about itYoichi Hirai2016-09-071-1/+1
|/
* Handle external effects.chriseth2016-07-131-2/+15
|
* - inline and assembly keywords addedLianaHus2016-03-121-1/+1
| | | | - some style fixes
* Do not store elements of a contract by AST node type.chriseth2015-11-261-1/+1
|
* Fix MSVC errors and warnings.chriseth2015-11-261-1/+1
|
* Again some why3 fixes with regards to separators in blocks.chriseth2015-11-251-7/+10
|
* Why3: Direct references to variables using `#`.chriseth2015-11-231-0/+7
|
* Formal Verification: State variables.chriseth2015-11-191-0/+6
|
* Fix problems with statement blocks.chriseth2015-11-111-3/+6
|
* Preliminary why3 code output.chriseth2015-10-271-0/+115