.. |
invalid
|
Use yul::AstWalker to resolve assembly symbols
|
2020-01-28 17:57:48 +01:00 |
shadowing
|
Analyze inline assembly variable declarations for invalid or shadowing names.
|
2019-11-07 13:04:37 +01:00 |
assignment_from_contract.sol
|
|
|
assignment_from_functiontype2.sol
|
Disallow access to functions from inline assembly.
|
2020-04-01 10:34:55 +02:00 |
assignment_from_functiontype.sol
|
Disallow access to functions from inline assembly.
|
2020-04-01 10:34:55 +02:00 |
assignment_from_library.sol
|
|
|
assignment_from_super.sol
|
|
|
assignment_to_special.sol
|
Treat magic variables as unknown identifiers in inline assembly
|
2019-10-28 14:59:50 +11:00 |
const_from_non_const.sol
|
Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts).
|
2020-03-12 14:03:27 +01:00 |
const_from_this.sol
|
Replaced "assert" with "if" (incorrect contract code is not supposed to trigger asserts).
|
2020-03-12 14:03:27 +01:00 |
constant_access_non_initialized.sol
|
|
|
constant_access.sol
|
|
|
constant_array.sol
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
constant_bytes_ref.sol
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
constant_computation.sol
|
|
|
constant_ref.sol
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
function_call_invalid_argument_count.sol
|
|
|
function_call_not_found.sol
|
|
|
function_call_to_variable.sol
|
|
|
function_without_call.sol
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
immutables.sol
|
Add setimmutable and loadimmutable to dialect.
|
2020-05-04 15:00:50 +02:00 |
in_modifier.sol
|
|
|
istanbul_on_petersburg.sol
|
Fix test.
|
2019-12-05 09:12:05 +01:00 |
istanbul.sol
|
Fix assembly parsing by passing evm version.
|
2019-11-14 13:06:36 +01:00 |
leave_invalid.sol
|
Tests
|
2019-10-29 14:32:16 +01:00 |
leave.sol
|
Tests
|
2019-10-29 14:32:16 +01:00 |
no_unused_variable_warning.sol
|
|
|
overloaded_reference.sol
|
|
|
period_in_identifer.sol
|
|
|
storage_reference_assignment_statevar.sol
|
Allow access to `_slot ` for local storage pointer variables.
|
2020-02-25 14:28:04 +01:00 |
storage_reference_assignment.sol
|
Allow access to `_slot ` for local storage pointer variables.
|
2020-02-25 14:28:04 +01:00 |
storage_reference_empty_offset.sol
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
storage_reference_empty_slot.sol
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
storage_reference_fine.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
storage_reference_on_function.sol
|
|
|
storage_reference_on_memory.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
storage_reference.sol
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
storage_slot_assign.yul
|
Allow access to `_slot ` for local storage pointer variables.
|
2020-02-25 14:28:04 +01:00 |
two_stack_slots.sol
|
|
|
use_msize_with_optimizer.sol
|
Enable yul optimizer by default.
|
2019-12-02 19:30:14 +01:00 |
use_msize_without_optimizer.sol
|
Enable yul optimizer by default.
|
2019-12-02 19:30:14 +01:00 |