This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c24cbe9 [Lit Test] Make tests C++11 compatible - nothrow destructors new da676ad PCH: fix a regression that reports a module is defined in bot [...]
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/Basic/LangOptions.def | 1 + include/clang/Frontend/FrontendActions.h | 2 ++ lib/Frontend/FrontendActions.cpp | 6 ++++++ lib/Lex/PPDirectives.cpp | 17 +++++++++++++++++ lib/Serialization/ASTWriter.cpp | 11 ----------- test/Modules/Inputs/pch-with-module-name/A.h | 1 + test/Modules/Inputs/pch-with-module-name/C.h | 1 + test/Modules/Inputs/pch-with-module-name/C.m | 1 + test/Modules/Inputs/pch-with-module-name/D.h | 1 + .../Inputs/pch-with-module-name/module.modulemap | 9 +++++++++ test/Modules/Inputs/pch-with-module-name/test.h | 1 + test/Modules/pch-with-module-name.m | 5 +++++ 12 files changed, 45 insertions(+), 11 deletions(-) create mode 100644 test/Modules/Inputs/pch-with-module-name/A.h create mode 100644 test/Modules/Inputs/pch-with-module-name/C.h create mode 100644 test/Modules/Inputs/pch-with-module-name/C.m create mode 100644 test/Modules/Inputs/pch-with-module-name/D.h create mode 100644 test/Modules/Inputs/pch-with-module-name/module.modulemap create mode 100644 test/Modules/Inputs/pch-with-module-name/test.h create mode 100644 test/Modules/pch-with-module-name.m