.. |
access_in_assignment_dynamic_array.sol
|
|
|
access_in_assignment_struct.sol
|
|
|
double_function_declaration.sol
|
|
|
double_variable_declaration_disjoint_scope_activation.sol
|
|
|
double_variable_declaration_disjoint_scope.sol
|
|
|
double_variable_declaration_same_and_disjoint_scope.sol
|
|
|
double_variable_declaration_same_scope.sol
|
|
|
external_library_function_inside_scope.sol
|
Allow library external functions to be bound with using for
|
2023-02-02 13:39:19 -03:00 |
function_state_variable_conflict.sol
|
|
|
library_inherited2.sol
|
|
|
library_inherited.sol
|
|
|
name_pseudo_shadowing2.sol
|
|
|
name_pseudo_shadowing.sol
|
|
|
name_shadowing_function_parameter_name_vs_contract.sol
|
Do not warn about shadowing parameters in functions without implementation
|
2021-06-09 12:35:26 +02:00 |
name_shadowing_function_parameter_vs_its_function.sol
|
Do not warn about shadowing parameters in functions without implementation
|
2021-06-09 12:35:26 +02:00 |
name_shadowing_function_parameter_vs_struct_enum.sol
|
Make the message about name not referring to a user-defined type more generic
|
2022-11-04 08:46:53 +01:00 |
name_shadowing_function_parameters_parameter_vs_struct_enum.sol
|
Extra tests for shadowing within function parameter lists
|
2021-06-09 12:37:12 +02:00 |
name_shadowing_function_return_parameter_vs_struct_enum.sol
|
Make the message about name not referring to a user-defined type more generic
|
2022-11-04 08:46:53 +01:00 |
name_shadowing_function_type_parameter.sol
|
Extra tests for shadowing within function parameter lists
|
2021-06-09 12:37:12 +02:00 |
name_shadowing_function_type_return_parameter.sol
|
Extra tests for shadowing within function parameter lists
|
2021-06-09 12:37:12 +02:00 |
name_shadowing_local_variable_vs_free_function.sol
|
Do not warn about shadowing parameters in functions without implementation
|
2021-06-09 12:35:26 +02:00 |
name_shadowing_local_variable_vs_functions.sol
|
Do not warn about shadowing parameters in functions without implementation
|
2021-06-09 12:35:26 +02:00 |
name_shadowing_local_variable_vs_state_variable.sol
|
Do not warn about shadowing parameters in functions without implementation
|
2021-06-09 12:35:26 +02:00 |
poly_variable_declaration_same_scope.sol
|
|
|
scoping_activation_old.sol
|
|
|
scoping_activation.sol
|
|
|
scoping_for2.sol
|
|
|
scoping_for3.sol
|
|
|
scoping_for_decl_in_body.sol
|
|
|
scoping_for.sol
|
|
|
scoping_old.sol
|
|
|
scoping_self_use.sol
|
|
|
scoping.sol
|
|
|
state_variable_function_conflict_former_crash.sol
|
Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category
|
2023-04-20 13:50:22 +02:00 |
state_variable_function_conflict.sol
|
|
|