@@ -1050,8 +1050,6 @@ def err_synthesize_category_decl : Error<
1050
1050
"@synthesize not allowed in a category's implementation">;
1051
1051
def err_synthesize_on_class_property : Error<
1052
1052
"@synthesize not allowed on a class property %0">;
1053
- def err_reference_property : Error<
1054
- "property of reference type is not supported">;
1055
1053
def err_missing_property_interface : Error<
1056
1054
"property implementation in a category with no category declaration">;
1057
1055
def err_bad_category_property_decl : Error<
@@ -1306,8 +1304,6 @@ def err_mismatched_exception_spec : Error<
1306
1304
"exception specification in declaration does not match previous declaration">;
1307
1305
def ext_mismatched_exception_spec : ExtWarn<err_mismatched_exception_spec.Text>,
1308
1306
InGroup<MicrosoftExceptionSpec>;
1309
- def warn_mismatched_exception_spec_no_exceptions : ExtWarn<err_mismatched_exception_spec.Text>,
1310
- InGroup<DiagGroup<"exception-spec-no-exceptions">>;
1311
1307
def err_override_exception_spec : Error<
1312
1308
"exception specification of overriding function is more lax than "
1313
1309
"base version">;
@@ -7943,8 +7939,6 @@ def warn_direct_super_initialize_call : Warning<
7943
7939
InGroup<ExplicitInitializeCall>;
7944
7940
def err_ivar_use_in_class_method : Error<
7945
7941
"instance variable %0 accessed in class method">;
7946
- def err_implicit_ivar_access : Error<
7947
- "instance variable %0 cannot be accessed because 'self' has been redeclared">;
7948
7942
def err_private_ivar_access : Error<"instance variable %0 is private">,
7949
7943
AccessControl;
7950
7944
def err_protected_ivar_access : Error<"instance variable %0 is protected">,
0 commit comments