solidity/test/libsolidity/syntaxTests/controlFlow
2021-08-17 12:12:56 +02:00
..
localCalldataVariables Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
localStorageVariables Fix shadowing error for inline assembly. 2021-08-17 12:12:56 +02:00
mappingReturn Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers Fix control-flow handling of modifiers without body. 2021-06-03 13:31:15 +02:00
storageReturn Fix shadowing error for inline assembly. 2021-08-17 12:12:56 +02:00
uninitializedAccess ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
unreachableCode Directly restart processing calling functions. 2021-06-14 13:54:05 +02:00
free_function_crash.sol Fix crash in ControlFlowGraph related to free functions. 2021-06-09 11:10:33 +02:00
leave_inside_function.sol Fix shadowing error for inline assembly. 2021-08-17 12:12:56 +02:00
leave_outside_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00