This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d746d74df8 CGCoroutine.cpp: (NFC) clang-format misplaced brace new 86d77d167e [modules] When we #include a local submodule header that we' [...]
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: lib/Lex/PPDirectives.cpp | 41 +++++++-------- test/Modules/Inputs/preprocess/a.h | 2 + test/Modules/Inputs/preprocess/b.h | 2 + .../c.h | 2 +- test/Modules/Inputs/preprocess/module.modulemap | 5 ++ test/Modules/preprocess-nested.cpp | 59 ++++++++++++++++++++++ 6 files changed, 90 insertions(+), 21 deletions(-) create mode 100644 test/Modules/Inputs/preprocess/a.h create mode 100644 test/Modules/Inputs/preprocess/b.h copy test/Modules/Inputs/{libstdcxx-ambiguous-internal => preprocess}/c.h (67%) create mode 100644 test/Modules/preprocess-nested.cpp