[PATCH] D23003: [ObjC Availability] Warn upon unguarded use of partially available declaration

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 08:44:33 PDT 2016


thakis added a comment.

Erik, are you planning on adding the later phases soon? At the moment, due to this patch, clang emits "enclose 'setAllowsAutomaticWindowTabbing:' in an @available check to silence this warning" but then errors out when trying to use @available. This is proving to be confusing to folks :-)


Repository:
  rL LLVM

https://reviews.llvm.org/D23003





More information about the cfe-commits mailing list