This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e57bbbe [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovn [...] new ff118bb [modules] Fix Decl's Used invariant.
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/DeclBase.h | 7 ++--- include/clang/Serialization/ASTWriter.h | 11 ++++++++ lib/AST/DeclBase.cpp | 18 ++++++++----- lib/Sema/SemaExpr.cpp | 12 +-------- lib/Serialization/ASTReaderDecl.cpp | 25 ++++++++++++------ lib/Serialization/ASTWriter.cpp | 9 +++++-- lib/Serialization/ASTWriterDecl.cpp | 10 -------- test/Modules/Inputs/PR27401/a.h | 17 +++++++++++++ test/Modules/Inputs/PR27401/b.h | 21 +++++++++++++++ test/Modules/Inputs/PR27401/module.modulemap | 1 + test/Modules/pr27401.cpp | 38 ++++++++++++++++++++++++++++ 11 files changed, 128 insertions(+), 41 deletions(-) create mode 100644 test/Modules/Inputs/PR27401/a.h create mode 100644 test/Modules/Inputs/PR27401/b.h create mode 100644 test/Modules/Inputs/PR27401/module.modulemap create mode 100644 test/Modules/pr27401.cpp