solidity/test/libsolidity/syntaxTests/inlineAssembly
2021-02-23 11:47:12 +01:00
..
invalid Detect assignment to function in inline assembly. 2021-02-23 11:47:12 +01:00
shadowing Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
assignment_from_contract.sol
assignment_from_functiontype2.sol
assignment_from_functiontype3.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
assignment_from_functiontype.sol
assignment_from_library.sol
assignment_from_opcode_like.sol update tests 2020-12-03 17:15:45 +01:00
assignment_from_super.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
assignment_location.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
assignment_to_opcode_like.sol update tests 2020-12-03 17:15:43 +01:00
assignment_to_special.sol
circular_constant_access_err.sol Fix infinite loop when accessing circular constants from inline assembly. 2021-01-26 09:22:05 +01:00
circular_constant_access_module_err.sol Fix infinite loop when accessing circular constants from inline assembly. 2021-01-26 09:22:05 +01:00
circular_module_access_err.sol Fix infinite loop when accessing circular constants from inline assembly. 2021-01-26 09:22:05 +01:00
const_forward_reference.sol
const_from_non_const.sol
const_from_this.sol
constant_access_non_initialized.sol
constant_access.sol
constant_array.sol
constant_bytes_ref.sol
constant_computation.sol
constant_ref.sol
create2_as_variable_post_istanbul.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
create2_as_variable_pre_istanbul.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
evm_byzantium_on_homestead.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
evm_byzantium.sol
evm_constantinople_on_byzantium.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
evm_constantinople.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
evm_istanbul_on_petersburg.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
evm_istanbul.sol Mark chainid as view. 2020-12-09 16:55:51 +01:00
extcodehash_as_variable_post_constantinople.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
extcodehash_as_variable_pre_constantinople.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
function_call_invalid_argument_count.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
function_call_not_found.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
function_call_to_variable.sol
function_definition_whitespace.sol Introduce RightArrow (->) token in the scanner 2020-08-27 12:28:27 +01:00
function_definition.sol Add/Update tests for Yul function definition 2020-08-12 23:53:08 +01:00
function_without_call.sol
hex_assignment.sol Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
hex_expression.sol Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
hex_switch_case.sol Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
immutables.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
in_modifier.sol
leave_invalid.sol
leave.sol
linkersymbol_builtin.sol Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
linkersymbol_function.sol Update tests 2020-12-10 17:18:15 +01:00
no_unused_variable_warning.sol
overloaded_reference.sol
period_in_identifer.sol
reserved_identifiers_byzantium.sol Update tests 2020-12-10 17:18:15 +01:00
reserved_identifiers_constantinople.sol Update tests 2020-12-10 17:18:15 +01:00
reserved_identifiers.sol Update tests 2020-12-10 17:18:15 +01:00
returndatasize_as_variable_call_post_byzantium.sol.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
returndatasize_as_variable_post_byzantium.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
returndatasize_as_variable_pre_byzantium.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
returndatasize_as_variable_read_post_byzantium.sol.sol Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
solidity_keywords.sol Expose hex literal to the Yul parser 2020-08-28 19:34:52 +01:00
storage_reference_assignment_statevar.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_assignment.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_empty_offset.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_empty_slot.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_fine.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_old_shadow.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
storage_reference_old.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
storage_reference_on_function.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
storage_reference_on_memory.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
storage_reference.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
storage_slot_assign.yul Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
string_literal_switch_case.yul Add test case for string literals in switch statements in Yul 2020-08-13 00:27:41 +01:00
two_stack_slot_access.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
two_stack_slots.sol
use_msize_with_optimizer.sol
use_msize_without_optimizer.sol