[PATCH] D31179: Objective-C categories should support attributes

Dmitry Lobanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 03:57:43 PDT 2018


lolgear added a comment.
Herald added subscribers: llvm-commits, dexonsmith.

Well, deprecated category only shows "Implementing deprecated category" message.
However, I would like to tell users that all methods of this category are deprecated.
For that I need to add deprecated attribute for each method in this category.


Repository:
  rL LLVM

https://reviews.llvm.org/D31179





More information about the cfe-commits mailing list