@@ -144,9 +144,9 @@ NOTE(macro_not_imported_unsupported_structure, none, "macro '%0' not imported: s
144144NOTE(macro_not_imported, none, " macro '%0' not imported" , (StringRef))
145145
146146NOTE(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*))
150150NOTE(incomplete_record, none, " record '%0' is not defined (incomplete)" , (StringRef))
151151NOTE(record_over_aligned, none, " record '%0' is over aligned" , (StringRef))
152152NOTE(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 "
171171 (StringRef))
172172
173173NOTE(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*))
178178
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*))
181181
182182#define UNDEFINE_DIAGNOSTIC_MACROS
183183#include " DefineDiagnosticMacros.h"
0 commit comments