[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext
authorErich Keane <erich.keane@intel.com>
Wed, 1 Aug 2018 21:31:08 +0000 (21:31 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 1 Aug 2018 21:31:08 +0000 (21:31 +0000)
commit9b18eca352ed0c3d9cf15e4e0520be1125334778
tree29e701d28af40e713604cc5741ef6f8eb62cc5cd
parent7d27414058437e176138cd86edd28eab93e38042
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into DeclContext

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.

Differential Revision: https://reviews.llvm.org/D49734

Patch By: bricci

llvm-svn: 338641
clang/include/clang/AST/DeclObjC.h
clang/lib/AST/DeclObjC.cpp
clang/lib/Sema/SemaDeclObjC.cpp
clang/lib/Serialization/ASTReaderDecl.cpp
clang/lib/Serialization/ASTWriterDecl.cpp