larusso 17 hours ago

I think it was specifically in .m files. Obj-c is using ANSI-C (c89) which lacks certain features and keywords. Mixing with c99 files is of course possible. Maybe that was also an issue in older versions of clang.

1
krackers 16 hours ago

I haven't run into such issues intermingling C11 features in a .m file. Possibly you just needed to set the right compiler flags, or it was a bug in older versions of clang.

larusso 13 hours ago

Could be. My obj-c days are long over though. The time I worked with was between 2009 and 2015.