This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7d88052 Module debugging: Fix the DWO filename for PCH in a relative [...] new 13781e3 Revert r267691, it caused 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/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, 41 insertions(+), 128 deletions(-) delete mode 100644 test/Modules/Inputs/PR27401/a.h delete mode 100644 test/Modules/Inputs/PR27401/b.h delete mode 100644 test/Modules/Inputs/PR27401/module.modulemap delete mode 100644 test/Modules/pr27401.cpp