This patch follows https://reviews.llvm.org/D49729,
https://reviews.llvm.org/D49732 and
https://reviews.llvm.org/D49733.
Move the bits from ObjCMethodDecl and ObjCContainerDecl
into DeclContext.
Paths
| Differential D49734
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext ClosedPublic Authored by bricci on Jul 24 2018, 8:01 AM.
Details
Summary This patch follows https://reviews.llvm.org/D49729, Move the bits from ObjCMethodDecl and ObjCContainerDecl
Diff Detail
Event TimelineComment Actions Same comment as the other 3.
bricci marked an inline comment as done. Comment Actions
This revision is now accepted and ready to land.Aug 1 2018, 10:54 AM Closed by commit rL338641: [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into… (authored by erichkeane). · Explain WhyAug 1 2018, 2:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158641 cfe/trunk/include/clang/AST/DeclObjC.h
cfe/trunk/lib/AST/DeclObjC.cpp
cfe/trunk/lib/Sema/SemaDeclObjC.cpp
cfe/trunk/lib/Serialization/ASTReaderDecl.cpp
cfe/trunk/lib/Serialization/ASTWriterDecl.cpp
|