[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into DeclContext
authorErich Keane <erich.keane@intel.com>
Wed, 1 Aug 2018 21:02:40 +0000 (21:02 +0000)
committerErich Keane <erich.keane@intel.com>
Wed, 1 Aug 2018 21:02:40 +0000 (21:02 +0000)
commit9c66506604c7868c6e476df8410b8fcfe98ad975
tree30e36fab08ddcc6b37240108e57ffca24d9bca47
parent175ef5f29e0e2c01f2f876174826b0a9f3d5103f
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into DeclContext

This patch follows https://reviews.llvm.org/D49729
and is followed by https://reviews.llvm.org/D49733
and https://reviews.llvm.org/D49734.

Move the bits from FunctionDecl and CXXConstructorDecl
into DeclContext.

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

Patch By: bricci

llvm-svn: 338636
clang/include/clang/AST/Decl.h
clang/include/clang/AST/DeclCXX.h
clang/lib/AST/Decl.cpp
clang/lib/AST/DeclCXX.cpp
clang/lib/Serialization/ASTReaderDecl.cpp
clang/lib/Serialization/ASTWriterDecl.cpp