This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 938c027c69 ASan docs: no_sanitize("address") works on globals. new e642afa2d9 Revert "Fix hmaptool cmake file to work on Windows" new 62edf81850 Revert "Warning for framework headers using double quote includes" new db9cf08b1f Revert "Add python tool to dump and construct header maps"
The 3 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: CMakeLists.txt | 1 - include/clang/Basic/DiagnosticGroups.td | 1 - include/clang/Basic/DiagnosticLexKinds.td | 5 - lib/Lex/HeaderSearch.cpp | 65 +---- test/CMakeLists.txt | 1 - .../Inputs/double-quotes/A.framework/Headers/A.h | 6 - .../Inputs/double-quotes/A.framework/Headers/A0.h | 1 - .../A.framework/Modules/module.modulemap | 5 - test/Modules/Inputs/double-quotes/B.h | 1 - .../Inputs/double-quotes/X.framework/Headers/X.h | 1 - .../X.framework/Modules/module.modulemap | 4 - test/Modules/Inputs/double-quotes/a.hmap.json | 6 - .../Inputs/double-quotes/flat-header-path/Z.h | 1 - .../double-quotes/flat-header-path/Z.modulemap | 4 - test/Modules/Inputs/double-quotes/x.hmap.json | 7 - test/Modules/Inputs/double-quotes/z.yaml | 28 -- test/Modules/crash-vfs-headermaps.m | 10 +- test/Modules/double-quotes.m | 39 --- test/Preprocessor/Inputs/headermap-rel/foo.hmap | Bin 0 -> 804 bytes .../Inputs/headermap-rel/foo.hmap.json | 6 - .../Inputs/headermap-rel2/project-headers.hmap | Bin 0 -> 108 bytes .../headermap-rel2/project-headers.hmap.json | 6 - .../Preprocessor/Inputs/nonportable-hmaps/foo.hmap | Bin 0 -> 102 bytes .../Inputs/nonportable-hmaps/foo.hmap.json | 6 - test/Preprocessor/headermap-rel.c | 8 +- test/Preprocessor/headermap-rel2.c | 9 +- test/Preprocessor/nonportable-include-with-hmap.c | 4 +- utils/hmaptool/CMakeLists.txt | 16 -- utils/hmaptool/hmaptool | 296 --------------------- 29 files changed, 20 insertions(+), 517 deletions(-) delete mode 100644 test/Modules/Inputs/double-quotes/A.framework/Headers/A.h delete mode 100644 test/Modules/Inputs/double-quotes/A.framework/Headers/A0.h delete mode 100644 test/Modules/Inputs/double-quotes/A.framework/Modules/module.modulemap delete mode 100644 test/Modules/Inputs/double-quotes/B.h delete mode 100644 test/Modules/Inputs/double-quotes/X.framework/Headers/X.h delete mode 100644 test/Modules/Inputs/double-quotes/X.framework/Modules/module.modulemap delete mode 100644 test/Modules/Inputs/double-quotes/a.hmap.json delete mode 100644 test/Modules/Inputs/double-quotes/flat-header-path/Z.h delete mode 100644 test/Modules/Inputs/double-quotes/flat-header-path/Z.modulemap delete mode 100644 test/Modules/Inputs/double-quotes/x.hmap.json delete mode 100644 test/Modules/Inputs/double-quotes/z.yaml delete mode 100644 test/Modules/double-quotes.m create mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap delete mode 100644 test/Preprocessor/Inputs/headermap-rel/foo.hmap.json create mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap delete mode 100644 test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap.json create mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap delete mode 100644 test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json delete mode 100644 utils/hmaptool/CMakeLists.txt delete mode 100755 utils/hmaptool/hmaptool