[PATCH] D69991: Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))

Pierre Habouzit via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 15:01:55 PST 2019


MadCoder added a comment.

In D69991#1739456 <https://reviews.llvm.org/D69991#1739456>, @aprantl wrote:

> Why doesn't this need an update in lib/Serialization, is there generic code that handles all attributes?


I followed the patch made for `NonLazyClass` and it didn't touch `lib/Serialization` and None of the attribute names I know hit in there either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69991/new/

https://reviews.llvm.org/D69991





More information about the cfe-commits mailing list