solidity/test/libsolidity/syntaxTests/controlFlow/uninitializedAccess
2019-04-15 16:40:07 +02:00
..
always_revert.sol Warn about unreachable code. 2019-01-10 10:36:50 +01:00
assembly.sol Fix wrong location for inline asm blocks 2019-04-15 16:40:07 +02:00
functionType.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
modifier_order_fail.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
modifier_order_fine.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
modifier_post_access.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
modifier_pre_access.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
smoke.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
struct.sol Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
unreachable.sol Warn about unreachable code. 2019-01-10 10:36:50 +01:00