This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ecd30bdd01 [ASTImporter] Move structural equivalence context to its own [...] new 463eb6ab52 Move functionality for handling module maps as inputs from t [...]
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/Frontend/FrontendActions.h | 11 -- include/clang/Frontend/FrontendOptions.h | 13 +- lib/Frontend/CompilerInstance.cpp | 20 +-- lib/Frontend/CompilerInvocation.cpp | 63 +++++--- lib/Frontend/FrontendAction.cpp | 266 ++++++++++++++++++++++++++++++- lib/Frontend/FrontendActions.cpp | 242 +--------------------------- lib/Frontend/FrontendOptions.cpp | 12 +- test/Modules/preprocess-module.cpp | 12 ++ 8 files changed, 353 insertions(+), 286 deletions(-) create mode 100644 test/Modules/preprocess-module.cpp