solidity/test/libsolidity/syntaxTests/inlineAssembly
2019-06-06 13:16:27 +02:00
..
invalid AsmParser: disallow trailing commas in function call arguments. 2019-06-06 13:16:27 +02:00
assignment_from_contract.sol
assignment_from_functiontype.sol
assignment_from_library.sol
assignment_from_super.sol
assignment_to_special.sol
function_call_invalid_argument_count.sol Improve yul error messages around number of arguments and variables. 2018-12-04 11:37:03 +01:00
function_call_not_found.sol
function_call_to_label.sol
function_call_to_variable.sol
function_without_call.sol
in_modifier.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
no_unused_variable_warning.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
overloaded_reference.sol
period_in_identifer.sol Support period as part of identifiers for Yul and Inline Assembly. 2019-04-25 16:48:16 +02:00
storage_reference_assignment.sol
storage_reference_empty_offset.sol
storage_reference_empty_slot.sol
storage_reference_fine.sol
storage_reference_on_function.sol
storage_reference_on_memory.sol
storage_reference.sol
two_stack_slots.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
use_msize_with_optimizer.sol Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00
use_msize_without_optimizer.sol Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00