diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-19 14:22:38 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-19 14:22:38 +0000 |
commit | f1fce6e9665f2fedeb77320962fd3e1fcf950fca (patch) | |
tree | dce3f09b3a2dfec873c9b4c3dd2990d85548a572 | |
parent | 88eb6482ca5d27ee692623be5148d338ad8ddc8b (diff) | |
download | bcm5719-llvm-f1fce6e9665f2fedeb77320962fd3e1fcf950fca.tar.gz bcm5719-llvm-f1fce6e9665f2fedeb77320962fd3e1fcf950fca.zip |
Remove unused diagnostics. NFC.
llvm-svn: 284595
-rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index e04ead16d80..68fbb72df3c 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td @@ -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< |