This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89688ce1806 [Analysis] Fix some Clang-tidy modernize and Include What [...] new 79fe5367c19 llvm-mt: Merge manifest namespaces.
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: .../llvm/WindowsManifest/WindowsManifestMerger.h | 25 +- lib/WindowsManifest/WindowsManifestMerger.cpp | 654 ++++++++++++++++++--- .../llvm-mt/Inputs/assembly_identity.manifest | 8 + test/tools/llvm-mt/Inputs/compatibility.manifest | 9 + test/tools/llvm-mt/Inputs/expected_big.manifest | 29 + .../llvm-mt/Inputs/trust_and_identity.manifest | 20 + test/tools/llvm-mt/Inputs/trust_info.manifest | 9 + .../tools/llvm-mt/Inputs/windows_settings.manifest | 8 + test/tools/llvm-mt/big_merge.test | 39 ++ test/tools/llvm-mt/help.test | 4 + test/tools/llvm-mt/simple_merge.test | 2 +- test/tools/llvm-mt/single_file.test | 2 +- test/tools/llvm-mt/xml_error.test | 6 +- tools/llvm-mt/llvm-mt.cpp | 5 +- 14 files changed, 718 insertions(+), 102 deletions(-) create mode 100644 test/tools/llvm-mt/Inputs/assembly_identity.manifest create mode 100644 test/tools/llvm-mt/Inputs/compatibility.manifest create mode 100644 test/tools/llvm-mt/Inputs/expected_big.manifest create mode 100644 test/tools/llvm-mt/Inputs/trust_and_identity.manifest create mode 100644 test/tools/llvm-mt/Inputs/trust_info.manifest create mode 100644 test/tools/llvm-mt/Inputs/windows_settings.manifest create mode 100644 test/tools/llvm-mt/big_merge.test