This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d65cdc2f9 Fixing builtin __atomic_fetch_min declaration new f40124d4f0 [modules] Fix 37878; Autoload subdirectory modulemaps with s [...]
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/Lex/HeaderSearch.h | 12 ++++++++++-- lib/Frontend/CompilerInstance.cpp | 15 ++++++++++----- lib/Lex/HeaderSearch.cpp | 17 ++++++++++------- lib/Serialization/ASTReader.cpp | 4 +++- test/Modules/Inputs/autoload-subdirectory/a.h | 9 +++++++++ test/Modules/Inputs/autoload-subdirectory/b.h | 1 + test/Modules/Inputs/autoload-subdirectory/c.h | 7 +++++++ .../include}/module.modulemap | 0 .../module.modulemap | 0 test/Modules/autoload-subdirectory.cpp | 10 ++++++++++ 10 files changed, 60 insertions(+), 15 deletions(-) create mode 100644 test/Modules/Inputs/autoload-subdirectory/a.h create mode 100644 test/Modules/Inputs/autoload-subdirectory/b.h create mode 100644 test/Modules/Inputs/autoload-subdirectory/c.h copy test/Modules/Inputs/{update-exception-spec => autoload-subdirectory/include}/ [...] copy test/Modules/Inputs/{update-exception-spec => autoload-subdirectory}/module.m [...] create mode 100644 test/Modules/autoload-subdirectory.cpp