solidity/test/libsolidity/syntaxTests/controlFlow/storageReturn
2018-11-13 12:18:22 +01:00
..
assembly_err.sol Update test to correct source location for nameless parameters 2018-08-31 09:54:11 +07:00
assembly_fine.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
default_location.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
dowhile_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
dowhile_fine.sol Update control flow graph. 2018-05-16 18:32:48 +02:00
for_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
for_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
if_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
if_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
modifier_err.sol Update test to correct source location for nameless parameters 2018-08-31 09:54:11 +07:00
modifier_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
revert_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
short_circuit_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
short_circuit_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
smoke.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
ternary_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
ternary_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
tuple_fine.sol Add back lost test case to a more reasonable location. 2018-08-08 12:48:59 +02:00
unimplemented_internal.sol Ignore unimplemented functions for storage returns. 2018-11-13 12:18:22 +01:00
unimplemented_library.sol Ignore unimplemented functions for storage returns. 2018-11-13 12:18:22 +01:00
while_err.sol Turn warning about uninitialized storage returns into an error. 2018-08-02 19:34:38 +02:00
while_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00