| .. | 
		
		
			
			
			
			
				| arbitrary_parameters_but_restricted_first_type.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| call_unimplemented_base_via_super.sol | FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super | 2021-06-02 16:16:15 +02:00 | 
		
			
			
			
			
				| call_unimplemented_base.sol | Trivial isoltest updates: missing // ---- at the end | 2021-04-20 17:38:29 +02:00 | 
		
			
			
			
			
				| calldata_struct_argument_with_internal_data_type_inside.sol | Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol | 2021-12-03 12:23:35 +05:30 | 
		
			
			
			
			
				| calldata_struct_array_argument_with_internal_data_type_inside_as_constructor_parameter.sol | Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol | 2021-12-03 12:23:35 +05:30 | 
		
			
			
			
			
				| calldata_struct_array_argument_with_internal_data_type_inside.sol | Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol | 2021-12-03 12:23:35 +05:30 | 
		
			
			
			
			
				| calloptions_duplicated.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| calloptions_on_delegatecall.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| calloptions_on_internal_function.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| calloptions_on_staticcall.sol | Add more syntax tests for uncovered cases | 2020-11-05 10:30:09 +00:00 | 
		
			
			
			
			
				| calloptions_repeated.sol | Disallow specifying call options multiple times. | 2020-11-02 20:07:23 +01:00 | 
		
			
			
			
			
				| int_not_callable.sol | Remove special treatment of ` var`. | 2020-07-20 17:22:04 +02:00 | 
		
			
			
			
			
				| invalid_expressions_with_calloptions1.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| invalid_expressions_with_calloptions2.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| invalid_expressions_with_calloptions3.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| invalid_named_arguments_conditional.sol | [TypeChecker] Remove function input and return parameter names from mobileType | 2020-07-23 14:39:49 +02:00 | 
		
			
			
			
			
				| lowlevel_call_options.sol | Implement new with CREATE2 and function call options. | 2020-01-23 21:20:01 +01:00 | 
		
			
			
			
			
				| msg_value_non_payable.sol | ViewPureChecker::reportMutability: don't check visibility on constructors. | 2020-09-07 11:35:33 -05:00 | 
		
			
			
			
			
				| named_arguments_duplicate_parameter.sol | Fix shadowing/same-name warnings for later declarations | 2020-10-08 20:22:04 +02:00 | 
		
			
			
			
			
				| named_arguments_empty.sol | Fix shadowing/same-name warnings for later declarations | 2020-10-08 20:22:04 +02:00 | 
		
			
			
			
			
				| named_arguments_for_functions_that_take_arbitrary_parameters.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| named_arguments_in_any_order.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_invalid_name.sol | Fix wrong name used in error message when reporting invalid named argument | 2020-09-17 18:59:18 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing1.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing2.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing3.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing_ambiguous_implicit_conversion.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing_ambiguous.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing_right_names_wrong_order.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_failing_wrong_names.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_overload_in_any_order.sol | FunctionType::canTakeArguments(): Use the correct index when comparing named parameter types | 2020-09-09 14:45:58 +02:00 | 
		
			
			
			
			
				| named_arguments_overload.sol | Fix function calls with named arguments for overloaded functions | 2019-03-20 14:54:41 +01:00 | 
		
			
			
			
			
				| named_arguments_wrong_count.sol | Fix shadowing/same-name warnings for later declarations | 2020-10-08 20:22:04 +02:00 | 
		
			
			
			
			
				| new_library.sol | Disallow invalid use of library names as type names. | 2020-10-16 18:25:08 +02:00 | 
		
			
			
			
			
				| new_with_calloptions_unsupported.sol | Update tests. | 2020-07-07 12:16:18 +02:00 | 
		
			
			
			
			
				| new_with_calloptions.sol | Update tests. | 2020-07-07 12:16:18 +02:00 | 
		
			
			
			
			
				| new_with_invalid_calloptions.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 | 
		
			
			
			
			
				| staticcall_on_homestead.sol | Add more syntax tests for uncovered cases | 2020-11-05 10:30:09 +00:00 | 
		
			
			
			
			
				| this_not_callable.sol | Added error codes to SyntaxTest expectations (updated tests) | 2020-06-22 16:51:47 +02:00 |