solidity/test/libsolidity/syntaxTests/controlFlow/storageReturn
2019-09-23 17:22:56 +02:00
..
assembly_err.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
default_location.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
dowhile_err.sol Warn about unreachable code. 2019-01-10 10:36:50 +01:00
dowhile_fine.sol Warn about unreachable code. 2019-01-10 10:36:50 +01:00
for_err.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01: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 Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01: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 Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01: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 Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01: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 Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
ternary_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00
try_err.sol Control flow for try statements. 2019-09-23 17:22:56 +02:00
try_fine.sol Control flow for try statements. 2019-09-23 17:22:56 +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 Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
while_fine.sol Add control flow analyzer and test for uninitialized storage returns. 2018-05-14 20:23:40 +02:00