solidity/test/libsolidity/syntaxTests/controlFlow
chriseth 814e233b67
Merge pull request #12604 from ethereum/develop
Merge develop into breaking
2022-01-31 17:59:03 +01:00
..
calldataReturn Tests for unassigned calldata returns. 2021-09-13 15:22:46 +02:00
localCalldataVariables Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
localStorageVariables Merge pull request #12604 from ethereum/develop 2022-01-31 17:59:03 +01:00
mappingReturn Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers Properly resolve virtual modifiers 2022-01-06 12:52:06 +01:00
storageReturn Merge pull request #12604 from ethereum/develop 2022-01-31 17:59:03 +01: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