diff options
Diffstat (limited to 'include/clang/Basic/DiagnosticSemaKinds.td')
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index d3a726ccc8..e4382ec17f 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -380,7 +380,7 @@ def note_implementation_declared : Note< def note_class_declared : Note< "class is declared here">; def note_suppressed_class_declare : Note< - "class with specified objc_suppress_autosynthesis attribute is declared here">; + "class with specified objc_disable_automatic_synthesis attribute is declared here">; def warn_dup_category_def : Warning< "duplicate definition of category %1 on interface %0">; def err_conflicting_super_class : Error<"conflicting super class name %0">; @@ -1372,7 +1372,7 @@ def err_attribute_wrong_number_arguments : Error< def err_attribute_too_many_arguments : Error< "attribute takes no more than %0 argument%s0">; def err_suppress_autosynthesis : Error< - "objc_suppress_autosynthesis attribute may only be specified on a class" + "objc_disable_automatic_synthesis attribute may only be specified on a class" "to a class declaration">; def err_attribute_too_few_arguments : Error< "attribute takes at least %0 argument%s0">; |