This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 50b7701694 [analyzer] Document RetainCountChecker behavior and annotations new 54cac3348a [Preprocessor] Add a note with framework location for "file [...] new 799a65b8b6 Basic CUDA-10 support.
The 2 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/Cuda.h | 5 ++- include/clang/Basic/DiagnosticLexKinds.td | 2 ++ include/clang/Lex/DirectoryLookup.h | 7 +++- include/clang/Lex/HeaderSearch.h | 29 ++++++++++------- include/clang/Lex/Preprocessor.h | 3 +- lib/Basic/Cuda.cpp | 9 +++++- lib/CodeGen/CGCUDANV.cpp | 10 ++++++ lib/Driver/ToolChains/Cuda.cpp | 2 ++ lib/Frontend/FrontendActions.cpp | 2 +- lib/Frontend/Rewrite/InclusionRewriter.cpp | 2 +- lib/Frontend/VerifyDiagnosticConsumer.cpp | 2 +- lib/Headers/__clang_cuda_runtime_wrapper.h | 2 +- lib/Lex/HeaderSearch.cpp | 31 +++++++++++------- lib/Lex/PPDirectives.cpp | 37 ++++++++++++++++------ lib/Lex/PPMacroExpansion.cpp | 2 +- lib/Lex/Pragma.cpp | 2 +- lib/Lex/Preprocessor.cpp | 3 +- .../include-header-missing-in-framework.c | 18 +++++++++++ 18 files changed, 125 insertions(+), 43 deletions(-) create mode 100644 test/Preprocessor/include-header-missing-in-framework.c