aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/controlFlow
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of the ControlFlowGraph and use for detecting all uninitialized s...Daniel Kirchner2018-12-1221-46/+116
* Ignore unimplemented functions for storage returns.Daniel Kirchner2018-11-132-0/+8
* Update test to correct source location for nameless parametersbakaoh2018-08-313-4/+4
* Consider mappings return values in control flow analysis.Daniel Kirchner2018-08-134-0/+20
* Add back lost test case to a more reasonable location.Daniel Kirchner2018-08-081-0/+3
* Update and extend tests for return expressions.Daniel Kirchner2018-08-082-21/+0
* Turn warning about uninitialized storage returns into an error.Daniel Kirchner2018-08-0320-177/+177
* Deprecate the throw statementAlex Beregszaszi2018-07-161-9/+0
* Added default data locations to parameters for syntax tests.Chase McDermott2018-07-121-5/+5
* Update control flow graph.Daniel Kirchner2018-05-172-7/+19
* Add test for default location.Daniel Kirchner2018-05-151-0/+19
* Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-1522-0/+375