solidity/test/libsolidity/syntaxTests/inlineAssembly/invalid
chriseth 8f833f4e8f
Merge pull request #10618 from ethereum/develop
Merge develop into breaking.
2020-12-16 12:34:41 +01:00
..
assign_to_instruction.sol
bare_instructions_disallowed.sol simplify parser 2020-12-03 17:14:49 +01:00
calldata_array_offset.sol
calldata_array.sol
calldata_slot.sol
calldata_variables.sol
const_forward_reference.sol
constant_access.sol
constant_assignment.sol
constant_variable_via_offset.sol
dot_in_fun_param.sol
dot_in_fundecl.sol
dot_in_multi_vardecl.sol
dot_in_vardecl.sol
dup_disallowed.sol
empty_fun_arg_beginning.sol
empty_fun_arg_end.sol
empty_fun_arg_middle.sol
empty_function_name.sol
identifier_starting_with_dot.sol
illegal_names.sol Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
invalid_number.sol Report illegal tokens in the Yul parser. 2020-12-16 12:20:07 +01:00
jump_disallowed.sol
jumpdest_disallowed.sol
jumpi_disallowed.sol
label_disallowed.sol
leave_items_on_tack.sol
literals_on_stack_disallowed.sol
local_variable_access_out_of_functions_storage_ptr.sol
local_variable_access_out_of_functions.sol
missing_variable_in_assign.sol
missing_variable.sol
multiple_assign_to_instruction.sol
nested_function_local_access.sol
pc_disallowed.sol
push_disallowed.sol
storage_assignment_in_modifier.sol
storage_assignment.sol
storage_nonslot.sol
storage_variable_access_out_of_functions.sol
swap_disallowed.sol
unbalanced_negative_stack.sol simplify parser 2020-12-03 17:14:49 +01:00
unbalanced_positive_stack.sol
unbalanced_two_stack_load.sol
variable_declaration_suffix_offset.sol
whitespace_in_assignment.sol
whitespace_in_multiple_assignment.sol