solidity/test/libsolidity/syntaxTests/inlineAssembly
2019-02-21 16:18:53 +00:00
..
invalid Do not ignore fatal error in AsmParser for inline assembly 2019-02-21 16:18:53 +00:00
assignment_from_contract.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_functiontype.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_library.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_super.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_to_special.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
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 Add more tests for inlineasm/AsmAnalyzer 2018-07-25 10:45:31 +01:00
function_call_to_label.sol Update tests to remove support for loose assembly 2018-08-02 13:37:13 +01:00
function_call_to_variable.sol Add more tests for inlineasm/AsmAnalyzer 2018-07-25 10:45:31 +01:00
function_without_call.sol Add more tests for inlineasm/AsmAnalyzer 2018-07-25 10:45:31 +01:00
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 Provide nicer error message when referencing overloaded references 2018-08-08 15:59:24 +01:00
storage_reference_assignment.sol Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
storage_reference_empty_offset.sol Do not crash on using _slot and _offset suffixes on their own 2018-08-07 12:14:12 +01:00
storage_reference_empty_slot.sol Do not crash on using _slot and _offset suffixes on their own 2018-08-07 12:14:12 +01:00
storage_reference_fine.sol Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
storage_reference_on_function.sol More precise error message if using non-variables with _slot/_offset 2018-08-07 13:18:54 +01:00
storage_reference_on_memory.sol Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
storage_reference.sol Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
two_stack_slots.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00