This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c6d85a3ada [Driver] Update AArch64 testcase to match llvm r302078. new f195b64c78 Add #pragma clang module begin/end pragmas and generate them [...]
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/DiagnosticLexKinds.td | 18 ++- include/clang/Lex/Preprocessor.h | 31 +++-- lib/Frontend/PrintPreprocessedOutput.cpp | 37 +++++- lib/Frontend/Rewrite/InclusionRewriter.cpp | 30 +++++ lib/Lex/PPDirectives.cpp | 8 +- lib/Lex/PPLexerChange.cpp | 57 ++++++-- lib/Lex/PPMacroExpansion.cpp | 2 +- lib/Lex/Pragma.cpp | 167 ++++++++++++++++++------ lib/Lex/Preprocessor.cpp | 8 +- test/Modules/Inputs/preprocess/file2.h | 2 + test/Modules/Inputs/preprocess/module.modulemap | 2 +- test/Modules/preprocess-module.cpp | 57 +++++++- test/Preprocessor/pragma_module.c | 58 ++++++-- 13 files changed, 380 insertions(+), 97 deletions(-) create mode 100644 test/Modules/Inputs/preprocess/file2.h