This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 242cc12 [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be [...] new bbd8f1a [Preprocessor] Support for '-dI' flag
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/Driver/Options.td | 2 ++ include/clang/Frontend/PreprocessorOutputOptions.h | 2 ++ lib/Frontend/CompilerInvocation.cpp | 1 + lib/Frontend/PrintPreprocessedOutput.cpp | 34 +++++++++++++++++----- test/Preprocessor/dump_import.h | 1 + test/Preprocessor/dump_import.m | 6 ++++ test/Preprocessor/dump_include.c | 11 +++++++ test/Preprocessor/dump_include.h | 2 ++ 8 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 test/Preprocessor/dump_import.h create mode 100644 test/Preprocessor/dump_import.m create mode 100644 test/Preprocessor/dump_include.c create mode 100644 test/Preprocessor/dump_include.h