This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ce2bd42c85 [ASTMatchers] Fix use after free. new ae2de79ce2 Add #pragma clang module build/endbuild pragmas for performi [...]
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 | 4 + include/clang/Frontend/ASTUnit.h | 24 +-- include/clang/Frontend/CompilerInstance.h | 7 + include/clang/Lex/ModuleLoader.h | 34 +++ include/clang/Lex/Preprocessor.h | 1 + lib/Frontend/ASTUnit.cpp | 2 +- lib/Frontend/CompilerInstance.cpp | 234 +++++++++++++++------ lib/Lex/Pragma.cpp | 117 +++++++++++ test/Modules/preprocess-build.cpp | 35 +++ unittests/Basic/SourceManagerTest.cpp | 24 +-- unittests/Lex/LexerTest.cpp | 20 +- unittests/Lex/PPCallbacksTest.cpp | 23 +- unittests/Lex/PPConditionalDirectiveRecordTest.cpp | 20 +- 13 files changed, 377 insertions(+), 168 deletions(-) create mode 100644 test/Modules/preprocess-build.cpp