This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 538445b124 ObjCBoxedExpr can't be evaluated by the constant expression [...] new ee60c74826 Add pragma to perform module import and use it in -E output.
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 | 2 + include/clang/Lex/Preprocessor.h | 5 ++ lib/Frontend/PrintPreprocessedOutput.cpp | 67 ++++++++++++++----------- lib/Frontend/Rewrite/InclusionRewriter.cpp | 6 +-- lib/Lex/PPDirectives.cpp | 17 ++++--- lib/Lex/Pragma.cpp | 59 ++++++++++++++++++++++ test/Frontend/rewrite-includes-modules.c | 27 ++++++---- test/Modules/crash-vfs-path-emptydir-entries.m | 2 +- test/Modules/crash-vfs-path-symlink-component.m | 4 +- test/Modules/crash-vfs-path-symlink-topheader.m | 2 +- test/Modules/crash-vfs-path-traversal.m | 4 +- test/Modules/crash-vfs-relative-overlay.m | 4 +- test/Modules/import-syntax.c | 35 +++++++++++++ test/Modules/preprocess-module.cpp | 2 +- test/Modules/preprocess.cpp | 32 +++++++----- test/Modules/preprocess.m | 8 +-- test/Preprocessor/pp-modules.c | 6 +-- test/Preprocessor/pragma_module.c | 11 ++++ 18 files changed, 211 insertions(+), 82 deletions(-) create mode 100644 test/Modules/import-syntax.c create mode 100644 test/Preprocessor/pragma_module.c