This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a91bba1be0 [OPENMP] Simplify codegen for allocate directive on local va [...] new 8d5dd692a0 Improve the diagnostic for #include_next occurring in a file [...]
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 | 6 ++++-- lib/Lex/PPDirectives.cpp | 4 ++++ test/Preprocessor/Inputs/include-next-1/bar.h | 1 + test/Preprocessor/Inputs/include-next-1/foo.h | 1 + test/Preprocessor/Inputs/include-next-2/bar.h | 1 + test/Preprocessor/include-next.c | 29 +++++++++++++++++++++++++++ 6 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 test/Preprocessor/Inputs/include-next-1/bar.h create mode 100644 test/Preprocessor/Inputs/include-next-1/foo.h create mode 100644 test/Preprocessor/Inputs/include-next-2/bar.h create mode 100644 test/Preprocessor/include-next.c