This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1c54e90089 [NFC] Added triple to test file to avoid arm buildbots failures new f5d449a527 Fix -Wnonportable-include-path suppression for header maps w [...] new 2f84230495 [clang-scan-deps] add skip excluded conditional preprocessor [...]
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: .../Lex/DependencyDirectivesSourceMinimizer.h | 18 ++++++++ include/clang/Lex/DirectoryLookup.h | 2 +- include/clang/Lex/Lexer.h | 15 +++++++ include/clang/Lex/Preprocessor.h | 10 +++++ ...cessorExcludedConditionalDirectiveSkipMapping.h | 31 ++++++++++++++ include/clang/Lex/PreprocessorOptions.h | 9 ++++ .../DependencyScanningFilesystem.h | 18 +++++++- .../DependencyScanning/DependencyScanningService.h | 9 +++- .../DependencyScanning/DependencyScanningWorker.h | 2 + lib/Lex/DependencyDirectivesSourceMinimizer.cpp | 48 ++++++++++++++++++++++ lib/Lex/HeaderSearch.cpp | 25 ++++++----- lib/Lex/Lexer.cpp | 9 ++++ lib/Lex/PPDirectives.cpp | 36 ++++++++++++++++ lib/Lex/Preprocessor.cpp | 5 +++ .../DependencyScanningFilesystem.cpp | 32 +++++++++++++-- .../DependencyScanningService.cpp | 6 ++- .../DependencyScanningWorker.cpp | 23 ++++++++--- test/ClangScanDeps/regular_cdb.cpp | 2 + .../Inputs/nonportable-hmaps/foo.hmap.json | 5 ++- .../Inputs/nonportable-hmaps/headers/foo/Bar.h | 0 .../Inputs/nonportable-hmaps/headers/foo/Baz.h | 0 test/Preprocessor/nonportable-include-with-hmap.c | 20 ++++++++- tools/clang-scan-deps/ClangScanDeps.cpp | 11 ++++- .../DependencyDirectivesSourceMinimizerTest.cpp | 42 +++++++++++++++++++ 24 files changed, 349 insertions(+), 29 deletions(-) create mode 100644 include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipM [...] copy bindings/python/tests/__init__.py => test/Preprocessor/Inputs/nonportable-hma [...] copy bindings/python/tests/__init__.py => test/Preprocessor/Inputs/nonportable-hma [...]