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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 17:54:00 PST 2019


rjmccall 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?


The serialization logic for attributes is tblgen'ed from Attr.td.


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