This is an archive of the discontinued LLVM Phabricator instance.

[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext
ClosedPublic

Authored by bricci on Jul 24 2018, 8:01 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bricci created this revision.Jul 24 2018, 8:01 AM

Same comment as the other 3.

include/clang/AST/DeclObjC.h
190 ↗(On Diff #157039)

I'd again omit these.

bricci updated this revision to Diff 157293.Jul 25 2018, 9:53 AM
bricci marked an inline comment as done.
  • clang-format on the changes
  • remove the unnecessary getFamilyImpl and setFamilyImpl
bricci updated this revision to Diff 158499.Aug 1 2018, 4:23 AM

rebased after the great whitespace trimming

erichkeane accepted this revision.Aug 1 2018, 10:54 AM
This revision is now accepted and ready to land.Aug 1 2018, 10:54 AM
This revision was automatically updated to reflect the committed changes.