diff options
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r-- | gcc/objc/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 5bc41c6..1290c32 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,21 @@ +2020-11-13 Iain Sandoe <iain@sandoe.co.uk> + + PR objc/90707 + * objc-act.c (objc_prop_attr_kind_for_rid): Handle nullability. + (objc_add_property_declaration): Handle nullability attributes. + Check that these are applicable to the property type. + * objc-act.h (enum objc_property_nullability): New. + +2020-11-13 Iain Sandoe <iain@sandoe.co.uk> + + PR objc/77404 + * objc-act.c (objc_start_class_interface): Accept the location + of the class name, use it in existing diagnostic. + (start_class): Accept obj_root_class type attributes. Warn when + the interface for an implementation does not contain a super + class (unless the diagnostic is suppressed by the the command + line flag or the objc_root_class type attribute). + 2020-11-08 Iain Sandoe <iain@sandoe.co.uk> * objc-act.c (objc_prop_attr_kind_for_rid): Handle class |