This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 669ff4c Add accidentally dropped test to r267880. new 04e9aec Reland r267691 fixing PR27535.
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/CodeGen/attr-used.c | 4 +++ 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 ++++++++++++++++++++++++++++ 12 files changed, 132 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