This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d70fe33b97 [tsan,msan] Insert module constructors in a module pass new 061f6e6e46 Move most CXXRecordDecl::DefinitionData bit-fields out into [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/CXXRecordDeclDefinitionBits.def | 236 ++++++++++++++++++++++ include/clang/AST/DeclCXX.h | 211 +------------------ lib/AST/ASTImporter.cpp | 69 +------ lib/AST/DeclCXX.cpp | 5 +- lib/Serialization/ASTReaderDecl.cpp | 120 ++--------- lib/Serialization/ASTWriter.cpp | 56 +---- 6 files changed, 273 insertions(+), 424 deletions(-) create mode 100644 include/clang/AST/CXXRecordDeclDefinitionBits.def