diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-14 00:16:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-14 00:16:38 +0000 |
commit | 77f67db2a4709388b905397421bd3a851fbbf884 (patch) | |
tree | b199105e2f43a8dc382368ab5714157b988e1283 /gcc/objc/ChangeLog | |
parent | 4d039cb9a1d0ffc6910fe09b726c3561b64527dc (diff) | |
download | gcc-77f67db2a4709388b905397421bd3a851fbbf884.zip gcc-77f67db2a4709388b905397421bd3a851fbbf884.tar.gz gcc-77f67db2a4709388b905397421bd3a851fbbf884.tar.bz2 |
Daily bump.
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 |