@@ -144,9 +144,9 @@ NOTE(macro_not_imported_unsupported_structure, none, "macro '%0' not imported: s
144
144
NOTE(macro_not_imported, none, " macro '%0' not imported" , (StringRef))
145
145
146
146
NOTE(return_type_not_imported, none, " return type not imported" , ())
147
- NOTE(parameter_type_not_imported, none, " parameter '%0' not imported" , (const clang::NamedDecl*))
148
- NOTE(incomplete_interface, none, " interface '%0' is incomplete" , (const clang::NamedDecl*))
149
- NOTE(incomplete_protocol, none, " protocol '%0' is incomplete" , (const clang::NamedDecl*))
147
+ NOTE(parameter_type_not_imported, none, " parameter %0 not imported" , (const clang::NamedDecl*))
148
+ NOTE(incomplete_interface, none, " interface %0 is incomplete" , (const clang::NamedDecl*))
149
+ NOTE(incomplete_protocol, none, " protocol %0 is incomplete" , (const clang::NamedDecl*))
150
150
NOTE(incomplete_record, none, " record '%0' is not defined (incomplete)" , (StringRef))
151
151
NOTE(record_over_aligned, none, " record '%0' is over aligned" , (StringRef))
152
152
NOTE(record_non_trivial_copy_destroy, none, " record '%0' is not trivial to copy/destroy" , (StringRef))
@@ -171,13 +171,13 @@ NOTE(dont_use_iterator_api, none, "C++ method '%0' that returns an unsafe "
171
171
(StringRef))
172
172
173
173
NOTE(unsupported_builtin_type, none, " built-in type '%0' not supported" , (StringRef))
174
- NOTE(record_field_not_imported, none, " field '%0' not imported" , (const clang::NamedDecl*))
175
- NOTE(invoked_func_not_imported, none, " function '%0' not imported" , (const clang::NamedDecl*))
176
- NOTE(record_method_not_imported, none, " method '%0' not imported" , (const clang::NamedDecl*))
177
- NOTE(objc_property_not_imported, none, " property '%0' not imported" , (const clang::NamedDecl*))
174
+ NOTE(record_field_not_imported, none, " field %0 not imported" , (const clang::NamedDecl*))
175
+ NOTE(invoked_func_not_imported, none, " function %0 not imported" , (const clang::NamedDecl*))
176
+ NOTE(record_method_not_imported, none, " method %0 not imported" , (const clang::NamedDecl*))
177
+ NOTE(objc_property_not_imported, none, " property %0 not imported" , (const clang::NamedDecl*))
178
178
179
- NOTE(forward_declared_interface_label, none, " interface '%0' forward declared here" , (const clang::NamedDecl*))
180
- NOTE(forward_declared_protocol_label, none, " protocol '%0' forward declared here" , (const clang::NamedDecl*))
179
+ NOTE(forward_declared_interface_label, none, " interface %0 forward declared here" , (const clang::NamedDecl*))
180
+ NOTE(forward_declared_protocol_label, none, " protocol %0 forward declared here" , (const clang::NamedDecl*))
181
181
182
182
#define UNDEFINE_DIAGNOSTIC_MACROS
183
183
#include " DefineDiagnosticMacros.h"
0 commit comments