This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 580f7daabc DR330: when determining whether a cast casts away constness, [...] new 3264f7f496 Reapply r336660: [Modules] Autoload subdirectory modulemaps [...] new fed5a86cd1 Documentation: fix a typo in the AST Matcher Reference docs.
The 2 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/ASTMatchers/ASTMatchers.h | 2 +- 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 ++++++++++ 11 files changed, 61 insertions(+), 16 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