Re: [PATCH] Objective-C/C++ (C-family) : Add missing 'atomic' property attribute.

2020-11-06 Thread Joseph Myers
On Fri, 6 Nov 2020, Iain Sandoe wrote: > Hi > > Arguably, this is actually a bug fix since the ‘atomic’ attribute is > paired with the ‘nonatomic’ one. However it is the default and was > omitted when the @property implementation was added. > > ‘atomic’ in Objective-C terms is not specified in

[PATCH] Objective-C/C++ (C-family) : Add missing 'atomic' property attribute.

2020-11-06 Thread Iain Sandoe
Hi Arguably, this is actually a bug fix since the ‘atomic’ attribute is paired with the ‘nonatomic’ one. However it is the default and was omitted when the @property implementation was added. ‘atomic’ in Objective-C terms is not specified in relation to _Atomic or std::atomic (the _Atomic keywor