solidity/test/libsolidity/syntaxTests/controlFlow
2020-06-09 12:32:53 +02:00
..
localCalldataVariables Checks for uninitialized access to calldata variables. 2020-05-26 10:51:13 +02:00
localStorageVariables Warn on YUL switch statement with only default statement 2020-06-09 12:32:53 +02:00
mappingReturn Fix error message about accessing storage pointers. 2019-09-24 10:52:02 +02:00
storageReturn Warn on YUL switch statement with only default statement 2020-06-09 12:32:53 +02:00
uninitializedAccess Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
unreachableCode Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
leave_inside_function.sol Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
leave_outside_function.sol Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00