This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b4e6971ad7 [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON new cb27abbb2b [Preprocessor] Stop entering included files after hitting a [...]
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: lib/Lex/PPDirectives.cpp | 6 ++++++ test/Preprocessor/Inputs/cycle/a.h | 8 ++++++++ .../Inputs/preprocess-decluse => Preprocessor/Inputs/cycle}/b.h | 0 .../preprocess-decluse/b.h => Preprocessor/Inputs/cycle/c.h} | 0 test/Preprocessor/include-cycle.c | 5 +++++ 5 files changed, 19 insertions(+) create mode 100644 test/Preprocessor/Inputs/cycle/a.h copy test/{Modules/Inputs/preprocess-decluse => Preprocessor/Inputs/cycle}/b.h (100%) copy test/{Modules/Inputs/preprocess-decluse/b.h => Preprocessor/Inputs/cycle/c.h} (100%) create mode 100644 test/Preprocessor/include-cycle.c