solidity/test/libsolidity/syntaxTests/viewPureChecker
2020-11-10 13:08:42 +01:00
..
array Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
access_to_base_member_constant.sol Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
access_to_base_member_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
access_to_base_member_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
access_to_base_members.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
assembly_constantinople.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
assembly_istanbul.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
assembly.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
builtin_functions_restrict_warning.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
builtin_functions_view_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
builtin_functions.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
call_internal_functions_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
call_internal_functions_success.sol Print warning for unnamed return parameters and no return statement 2020-10-13 13:11:29 +02:00
callvalue_nonpayable_assembly_fallback.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
callvalue_nonpayable_assembly_function_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
callvalue_nonpayable_assembly_function_modifier.sol Do not require payable for callvalue instruction. 2019-05-22 11:30:29 +02:00
callvalue_nonpayable_assembly_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
callvalue_payable_assembly_fallback.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
callvalue_payable_assembly_function_modifier.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
callvalue_payable_assembly_function.sol Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
constant_restrict_warning.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constant.sol
creation_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
creation_view_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types.sol
gas_value_without_call.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
gas_with_call_nonpayable.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
immutable.sol Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
interface.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
local_storage_variables_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
local_storage_variables.sol
mappings.sol
modifiers_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
modifiers.sol
msg_value_modifier_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
msg_value_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
overriding_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
overriding_no_restrict_warning.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
read_storage_pure_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returning_structs_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returning_structs_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
selector_complex2.sol
selector_complex.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
selector.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
smoke_test.sol Docs, changelog and tests 2020-05-05 21:11:15 +05:30
staticcall_gas_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
suggest_pure.sol Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
suggest_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
value_with_call_nonpayable.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
view_pure_abi_encode_arguments.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
view_pure_abi_encode.sol Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
write_storage_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00