forked from OSchip/llvm-project
parent
88eb6482ca
commit
f1fce6e966
|
@ -2377,11 +2377,6 @@ def err_swift_param_attr_not_swiftcall : Error<
|
|||
"'%0' parameter can only be used with swiftcall calling convention">;
|
||||
def err_swift_indirect_result_not_first : Error<
|
||||
"'swift_indirect_result' parameters must be first parameters of function">;
|
||||
def err_swift_context_not_before_swift_error_result : Error<
|
||||
"'swift_context' parameter can only be followed by 'swift_error_result' "
|
||||
"parameter">;
|
||||
def err_swift_error_result_not_last : Error<
|
||||
"'swift_error_result' parameter must be last parameter of function">;
|
||||
def err_swift_error_result_not_after_swift_context : Error<
|
||||
"'swift_error_result' parameter must follow 'swift_context' parameter">;
|
||||
def err_swift_abi_parameter_wrong_type : Error<
|
||||
|
|
Loading…
Reference in New Issue