[all-commits] [llvm/llvm-project] 2b7472: Add Hightec toolchain description

Dominik Montada via All-commits all-commits at lists.llvm.org
Fri Jul 9 08:39:39 PDT 2021


  Branch: refs/tags/2020.06-alpha
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b747283621473751ef40c0f2ea1fdf50c14453f
      https://github.com/llvm/llvm-project/commit/2b747283621473751ef40c0f2ea1fdf50c14453f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    A clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/lib/Driver/ToolChains/HighTec.h
    M clang/lib/Frontend/InitHeaderSearch.cpp
    A clang/rlm_libs/x64_l/librlm.a
    A clang/rlm_libs/x64_w/rlm1233.dll
    A clang/rlm_libs/x64_w/rlm1233.lib
    M clang/tools/driver/CMakeLists.txt
    A clang/tools/driver/LicenseManagerBase.cpp
    A clang/tools/driver/LicenseManagerBase.h
    M clang/tools/driver/driver.cpp
    A clang/tools/driver/license.h

  Log Message:
  -----------
  Add Hightec toolchain description


  Commit: 043b8986368f76ba8fa2c5e34db83537e8af6d47
      https://github.com/llvm/llvm-project/commit/043b8986368f76ba8fa2c5e34db83537e8af6d47
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/ARM.cpp

  Log Message:
  -----------
  [LLVMARM-13] Add function for defining HighTec specific macros, call it from ARM targets.


  Commit: 716de1cb582ea2676e1a00ed135085229d88e615
      https://github.com/llvm/llvm-project/commit/716de1cb582ea2676e1a00ed135085229d88e615
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M clang/lib/Basic/Version.cpp
    M lld/Common/Version.cpp

  Log Message:
  -----------
  Remove repository URL from version string


  Commit: 550c750e922efcd0960498f876b28de71eb1657b
      https://github.com/llvm/llvm-project/commit/550c750e922efcd0960498f876b28de71eb1657b
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/int_util.c

  Log Message:
  -----------
  Add support for building compiler-rt for bare metal.


  Commit: 344c7a13c1e0d48c89165365d9637dc0bef408a2
      https://github.com/llvm/llvm-project/commit/344c7a13c1e0d48c89165365d9637dc0bef408a2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/math.h
    A libcxx/include/support/hightec/locale_htc.h
    M libcxx/src/locale.cpp
    M libcxx/src/random.cpp

  Log Message:
  -----------
  Add basic C++ library support.


  Commit: 5f46db7c176433d7a81ed06e66dd5f3c4a4cae14
      https://github.com/llvm/llvm-project/commit/5f46db7c176433d7a81ed06e66dd5f3c4a4cae14
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
    M libunwind/CMakeLists.txt

  Log Message:
  -----------
  Add CMake option for configuring libunwind bare-metal build


  Commit: 2ca7535d6caa77de04bf3d80171376d26bde3729
      https://github.com/llvm/llvm-project/commit/2ca7535d6caa77de04bf3d80171376d26bde3729
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Version.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    R clang/lib/Driver/ToolChains/HighTec.cpp
    R clang/lib/Driver/ToolChains/HighTec.h
    M clang/lib/Frontend/InitHeaderSearch.cpp
    R clang/rlm_libs/x64_l/librlm.a
    R clang/rlm_libs/x64_w/rlm1233.dll
    R clang/rlm_libs/x64_w/rlm1233.lib
    M clang/tools/driver/CMakeLists.txt
    R clang/tools/driver/LicenseManagerBase.cpp
    R clang/tools/driver/LicenseManagerBase.h
    M clang/tools/driver/driver.cpp
    R clang/tools/driver/license.h
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/int_util.c
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    M libcxx/include/math.h
    R libcxx/include/support/hightec/locale_htc.h
    M libcxx/src/locale.cpp
    M libcxx/src/random.cpp
    M libunwind/CMakeLists.txt
    M lld/Common/Version.cpp

  Log Message:
  -----------
  Revert all changes done on the htc/master branch.

For upcoming toolchains, we need a new concept for RLM license checks.
Moreover, the HighTec driver was mostly rewritten on the htc/release/7.x branch.

The changes are still available for later (partial) reuse.


  Commit: 2c2a7bb6646ec14d6ee422cf1d488e8b859001cb
      https://github.com/llvm/llvm-project/commit/2c2a7bb6646ec14d6ee422cf1d488e8b859001cb
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
    A .arcconfig
    A .clang-format
    A .clang-tidy
    A .gitignore
    M README.md
    M clang-tools-extra/CMakeLists.txt
    M clang-tools-extra/CODE_OWNERS.TXT
    M clang-tools-extra/LICENSE.TXT
    R clang-tools-extra/change-namespace/CMakeLists.txt
    R clang-tools-extra/change-namespace/ChangeNamespace.cpp
    R clang-tools-extra/change-namespace/ChangeNamespace.h
    R clang-tools-extra/change-namespace/tool/CMakeLists.txt
    R clang-tools-extra/change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-apply-replacements/tool/CMakeLists.txt
    M clang-tools-extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
    A clang-tools-extra/clang-change-namespace/CMakeLists.txt
    A clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    A clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    A clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    A clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.h
    M clang-tools-extra/clang-doc/BitcodeWriter.cpp
    M clang-tools-extra/clang-doc/BitcodeWriter.h
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/ClangDoc.cpp
    M clang-tools-extra/clang-doc/ClangDoc.h
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    A clang-tools-extra/clang-doc/HTMLGenerator.cpp
    A clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Mapper.cpp
    M clang-tools-extra/clang-doc/Mapper.h
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/Serialize.h
    M clang-tools-extra/clang-doc/YAMLGenerator.cpp
    A clang-tools-extra/clang-doc/assets/clang-doc-default-stylesheet.css
    A clang-tools-extra/clang-doc/assets/index.js
    R clang-tools-extra/clang-doc/gen_tests.py
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    A clang-tools-extra/clang-include-fixer/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/FuzzySymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/FuzzySymbolIndex.h
    A clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.h
    A clang-tools-extra/clang-include-fixer/IncludeFixer.cpp
    A clang-tools-extra/clang-include-fixer/IncludeFixer.h
    A clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    A clang-tools-extra/clang-include-fixer/IncludeFixerContext.h
    A clang-tools-extra/clang-include-fixer/SymbolIndex.h
    A clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    A clang-tools-extra/clang-include-fixer/SymbolIndexManager.h
    A clang-tools-extra/clang-include-fixer/YamlSymbolIndex.cpp
    A clang-tools-extra/clang-include-fixer/YamlSymbolIndex.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbolsAction.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PragmaCommentHandler.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/PragmaCommentHandler.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/STLPostfixHeaderMap.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolReporter.h
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    A clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    A clang-tools-extra/clang-include-fixer/plugin/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
    A clang-tools-extra/clang-include-fixer/tool/CMakeLists.txt
    A clang-tools-extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer-test.el
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el
    A clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/clang-move/CMakeLists.txt
    R clang-tools-extra/clang-move/ClangMove.cpp
    R clang-tools-extra/clang-move/ClangMove.h
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.h
    A clang-tools-extra/clang-move/Move.cpp
    A clang-tools-extra/clang-move/Move.h
    M clang-tools-extra/clang-move/tool/CMakeLists.txt
    A clang-tools-extra/clang-move/tool/ClangMove.cpp
    R clang-tools-extra/clang-move/tool/ClangMoveMain.cpp
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/Query.h
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-query/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/CMakeLists.txt
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.h
    M clang-tools-extra/clang-reorder-fields/tool/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/tool/ClangReorderFields.cpp
    R clang-tools-extra/clang-tidy-vs/.gitignore
    R clang-tools-extra/clang-tidy-vs/CMakeLists.txt
    R clang-tools-extra/clang-tidy-vs/ClangTidy.sln
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CategoryVerb.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CheckDatabase.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/CheckTree.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.vsct
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyCheckAttribute.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyConfigParser.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyConfigurationPage.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyProperties.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyComponent.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyComponent.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyConverter.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/DynamicPropertyDescriptor.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/ForwardingPropertyDescriptor.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/GlobalSuppressions.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Guids.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/PkgCmdID.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Properties/AssemblyInfo.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources.Designer.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/Images_32bit.bmp
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Resources/Package.ico
    R clang-tools-extra/clang-tidy-vs/ClangTidy/Utility.cs
    R clang-tools-extra/clang-tidy-vs/ClangTidy/VSPackage.resx
    R clang-tools-extra/clang-tidy-vs/ClangTidy/license.txt
    R clang-tools-extra/clang-tidy-vs/ClangTidy/packages.config
    R clang-tools-extra/clang-tidy-vs/ClangTidy/source.extension.vsixmanifest
    R clang-tools-extra/clang-tidy-vs/README.txt
    R clang-tools-extra/clang-tidy-vs/source.extension.vsixmanifest.in
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.h
    A clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    A clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyModuleRegistry.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.cpp
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.h
    A clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    A clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
    A clang-tools-extra/clang-tidy/GlobList.cpp
    A clang-tools-extra/clang-tidy/GlobList.h
    A clang-tools-extra/clang-tidy/abseil/AbseilMatcher.h
    M clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    A clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationRewriter.h
    A clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.h
    A clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.h
    A clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    A clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    A clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    A clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    A clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.h
    A clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.h
    A clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.h
    A clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/android/AndroidTidyModule.cpp
    M clang-tools-extra/clang-tidy/android/CMakeLists.txt
    M clang-tools-extra/clang-tidy/android/CloexecAccept4Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecAccept4Check.h
    M clang-tools-extra/clang-tidy/android/CloexecAcceptCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecAcceptCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecCreatCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecCreatCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecDupCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecDupCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreate1Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreate1Check.h
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreateCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecEpollCreateCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecFopenCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecFopenCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.cpp
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInit1Check.h
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInitCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecInotifyInitCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecMemfdCreateCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecOpenCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecOpenCheck.h
    A clang-tools-extra/clang-tidy/android/CloexecPipe2Check.cpp
    A clang-tools-extra/clang-tidy/android/CloexecPipe2Check.h
    A clang-tools-extra/clang-tidy/android/CloexecPipeCheck.cpp
    A clang-tools-extra/clang-tidy/android/CloexecPipeCheck.h
    M clang-tools-extra/clang-tidy/android/CloexecSocketCheck.cpp
    M clang-tools-extra/clang-tidy/android/CloexecSocketCheck.h
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.h
    M clang-tools-extra/clang-tidy/boost/BoostTidyModule.cpp
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.cpp
    M clang-tools-extra/clang-tidy/boost/UseToStringCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.h
    A clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.h
    A clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.h
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.h
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MultipleStatementMacroCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MultipleStatementMacroCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.h
    A clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SwappedArgumentsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SwappedArgumentsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/TerminatingContinueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TerminatingContinueCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    A clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h
    A clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.h
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/VirtualNearMissCheck.h
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.h
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
    M clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp
    M clang-tools-extra/clang-tidy/cert/FloatLoopCounter.h
    M clang-tools-extra/clang-tidy/cert/LICENSE.TXT
    M clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.cpp
    M clang-tools-extra/clang-tidy/cert/LimitedRandomnessCheck.h
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.h
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.cpp
    M clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.h
    M clang-tools-extra/clang-tidy/cert/StrToNumCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StrToNumCheck.h
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.h
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.cpp
    M clang-tools-extra/clang-tidy/cert/VariadicFunctionDefCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h
    A clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NoMallocCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.cpp
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCallsCheck.h
    R clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCheck.cpp
    R clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsCheck.h
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
    A clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/OverloadedOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/OverloadedOperatorCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
    M clang-tools-extra/clang-tidy/fuchsia/VirtualInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/VirtualInheritanceCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.h
    A clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    A clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidThrowingObjCExceptionCheck.h
    A clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    A clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/DefaultArgumentsCheck.cpp
    M clang-tools-extra/clang-tidy/google/DefaultArgumentsCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.cpp
    M clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
    A clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    A clang-tools-extra/clang-tidy/google/FunctionNamingCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.h
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalVariableDeclarationCheck.h
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    M clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.cpp
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.h
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.h
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    A clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    A clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.cpp
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.h
    M clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
    M clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp
    M clang-tools-extra/clang-tidy/hicpp/LICENSE.TXT
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    A clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    A clang-tools-extra/clang-tidy/linuxkernel/LinuxKernelTidyModule.cpp
    A clang-tools-extra/clang-tidy/linuxkernel/MustCheckErrsCheck.cpp
    A clang-tools-extra/clang-tidy/linuxkernel/MustCheckErrsCheck.h
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.h
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.h
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.h
    A clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    A clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.h
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.h
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.h
    M clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.h
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
    M clang-tools-extra/clang-tidy/misc/NonCopyableObjects.cpp
    M clang-tools-extra/clang-tidy/misc/NonCopyableObjects.h
    A clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    A clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.h
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.h
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.h
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedAliasDeclsCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.h
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
    A clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.h
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    A clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.h
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedHeadersCheck.h
    A clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.h
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.h
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.h
    M clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.h
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.h
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.h
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UnaryStaticAssertCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    A clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.h
    A clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.h
    M clang-tools-extra/clang-tidy/mpi/CMakeLists.txt
    M clang-tools-extra/clang-tidy/mpi/MPITidyModule.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.h
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
    M clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.h
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.cpp
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h
    A clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
    A clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    A clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    A clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
    A clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    A clang-tools-extra/clang-tidy/openmp/OpenMPTidyModule.cpp
    A clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    A clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.h
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
    M clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.h
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.h
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientStringConcatenationCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.h
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.h
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.h
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.h
    M clang-tools-extra/clang-tidy/plugin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
    M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.h
    M clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
    M clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.h
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    A clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
    A clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    A clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
    A clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.h
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.h
    M clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.h
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
    M clang-tools-extra/clang-tidy/readability/FunctionSizeCheck.cpp
    M clang-tools-extra/clang-tidy/readability/FunctionSizeCheck.h
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.h
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
    A clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
    A clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.h
    A clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    A clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.h
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.h
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.h
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.h
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    A clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.h
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
    M clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.h
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.h
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h
    A clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.h
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
    M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/ASTUtils.cpp
    M clang-tools-extra/clang-tidy/utils/ASTUtils.h
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.h
    A clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    A clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h
    R clang-tools-extra/clang-tidy/utils/ExprMutationAnalyzer.cpp
    R clang-tools-extra/clang-tidy/utils/ExprMutationAnalyzer.h
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.h
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.h
    M clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.h
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.h
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.h
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeSorter.h
    M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.h
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.h
    A clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
    M clang-tools-extra/clang-tidy/utils/TypeTraits.h
    M clang-tools-extra/clang-tidy/utils/UsingInserter.cpp
    M clang-tools-extra/clang-tidy/utils/UsingInserter.h
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.h
    M clang-tools-extra/clang-tidy/zircon/ZirconTidyModule.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/CMakeLists.txt
    A clang-tools-extra/clangd/CSymbolMap.inc
    A clang-tools-extra/clangd/Cancellation.cpp
    A clang-tools-extra/clangd/Cancellation.h
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/ClangdUnit.cpp
    M clang-tools-extra/clangd/ClangdUnit.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CodeCompletionStrings.cpp
    M clang-tools-extra/clangd/CodeCompletionStrings.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Context.cpp
    M clang-tools-extra/clangd/Context.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    A clang-tools-extra/clangd/ExpectedTypes.cpp
    A clang-tools-extra/clangd/ExpectedTypes.h
    A clang-tools-extra/clangd/FS.cpp
    A clang-tools-extra/clangd/FS.h
    A clang-tools-extra/clangd/FSProvider.cpp
    M clang-tools-extra/clangd/FSProvider.h
    A clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FileDistance.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    A clang-tools-extra/clangd/Format.cpp
    A clang-tools-extra/clangd/Format.h
    A clang-tools-extra/clangd/FormattedString.cpp
    A clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Function.h
    M clang-tools-extra/clangd/FuzzyMatch.cpp
    M clang-tools-extra/clangd/FuzzyMatch.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    A clang-tools-extra/clangd/IncludeFixer.cpp
    A clang-tools-extra/clangd/IncludeFixer.h
    R clang-tools-extra/clangd/JSONRPCDispatcher.cpp
    R clang-tools-extra/clangd/JSONRPCDispatcher.h
    A clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/Logger.cpp
    M clang-tools-extra/clangd/Logger.h
    M clang-tools-extra/clangd/Path.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    R clang-tools-extra/clangd/ProtocolHandlers.cpp
    R clang-tools-extra/clangd/ProtocolHandlers.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    A clang-tools-extra/clangd/QueryDriverDatabase.cpp
    A clang-tools-extra/clangd/RIFF.cpp
    A clang-tools-extra/clangd/RIFF.h
    A clang-tools-extra/clangd/Selection.cpp
    A clang-tools-extra/clangd/Selection.h
    A clang-tools-extra/clangd/SemanticHighlighting.cpp
    A clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    A clang-tools-extra/clangd/StdSymbolMap.inc
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/Threading.cpp
    M clang-tools-extra/clangd/Threading.h
    M clang-tools-extra/clangd/Trace.cpp
    M clang-tools-extra/clangd/Trace.h
    A clang-tools-extra/clangd/Transport.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/URI.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    A clang-tools-extra/clangd/benchmarks/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
    M clang-tools-extra/clangd/clients/clangd-vscode/LICENSE
    M clang-tools-extra/clangd/clients/clangd-vscode/README.md
    A clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/assets/includeTheme.jsonc
    A clang-tools-extra/clangd/clients/clangd-vscode/test/assets/simpleTheme.jsonc
    M clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    R clang-tools-extra/clangd/fuzzer/ClangdFuzzer.cpp
    A clang-tools-extra/clangd/fuzzer/DummyClangdMain.cpp
    A clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    R clang-tools-extra/clangd/global-symbol-builder/CMakeLists.txt
    R clang-tools-extra/clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
    A clang-tools-extra/clangd/include-mapping/cppreference_parser.py
    A clang-tools-extra/clangd/include-mapping/gen_std.py
    A clang-tools-extra/clangd/include-mapping/test.py
    A clang-tools-extra/clangd/index/Background.cpp
    A clang-tools-extra/clangd/index/Background.h
    A clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    A clang-tools-extra/clangd/index/BackgroundIndexLoader.h
    A clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    A clang-tools-extra/clangd/index/BackgroundQueue.cpp
    A clang-tools-extra/clangd/index/BackgroundRebuild.cpp
    A clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Index.cpp
    M clang-tools-extra/clangd/index/Index.h
    A clang-tools-extra/clangd/index/IndexAction.cpp
    A clang-tools-extra/clangd/index/IndexAction.h
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/MemIndex.h
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/Merge.h
    A clang-tools-extra/clangd/index/Ref.cpp
    A clang-tools-extra/clangd/index/Ref.h
    A clang-tools-extra/clangd/index/Relation.cpp
    A clang-tools-extra/clangd/index/Relation.h
    A clang-tools-extra/clangd/index/Serialization.cpp
    A clang-tools-extra/clangd/index/Serialization.h
    A clang-tools-extra/clangd/index/Symbol.cpp
    A clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    A clang-tools-extra/clangd/index/SymbolID.cpp
    A clang-tools-extra/clangd/index/SymbolID.h
    A clang-tools-extra/clangd/index/SymbolLocation.cpp
    A clang-tools-extra/clangd/index/SymbolLocation.h
    A clang-tools-extra/clangd/index/SymbolOrigin.cpp
    A clang-tools-extra/clangd/index/SymbolOrigin.h
    R clang-tools-extra/clangd/index/SymbolYAML.cpp
    R clang-tools-extra/clangd/index/SymbolYAML.h
    A clang-tools-extra/clangd/index/YAMLSerialization.cpp
    A clang-tools-extra/clangd/index/dex/Dex.cpp
    A clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/index/dex/Iterator.cpp
    M clang-tools-extra/clangd/index/dex/Iterator.h
    A clang-tools-extra/clangd/index/dex/PostingList.cpp
    A clang-tools-extra/clangd/index/dex/PostingList.h
    M clang-tools-extra/clangd/index/dex/Token.h
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.h
    A clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    A clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    A clang-tools-extra/clangd/indexer/CMakeLists.txt
    A clang-tools-extra/clangd/indexer/IndexerMain.cpp
    A clang-tools-extra/clangd/refactor/Rename.cpp
    A clang-tools-extra/clangd/refactor/Rename.h
    A clang-tools-extra/clangd/refactor/Tweak.cpp
    A clang-tools-extra/clangd/refactor/Tweak.h
    A clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    A clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    A clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    A clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    A clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/test/CMakeLists.txt
    A clang-tools-extra/clangd/test/Inputs/BenchmarkHeader.h
    A clang-tools-extra/clangd/test/Inputs/BenchmarkSource.cpp
    A clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json
    A clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    A clang-tools-extra/clangd/test/Inputs/background-index/foo.cpp
    A clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.txt
    A clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/foo.h
    A clang-tools-extra/clangd/test/Inputs/requests.json
    A clang-tools-extra/clangd/test/Inputs/symbols.test.yaml
    A clang-tools-extra/clangd/test/background-index.test
    A clang-tools-extra/clangd/test/code-action-request.test
    A clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    A clang-tools-extra/clangd/test/completion-auto-trigger.test
    A clang-tools-extra/clangd/test/completion-snippets.test
    A clang-tools-extra/clangd/test/completion.test
    A clang-tools-extra/clangd/test/crash-non-added-files.test
    A clang-tools-extra/clangd/test/delimited-input-comment-at-the-end.test
    A clang-tools-extra/clangd/test/diagnostic-category.test
    A clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    A clang-tools-extra/clangd/test/diagnostics-notes.test
    A clang-tools-extra/clangd/test/diagnostics.test
    A clang-tools-extra/clangd/test/did-change-configuration-params.test
    A clang-tools-extra/clangd/test/execute-command.test
    A clang-tools-extra/clangd/test/exit-with-shutdown.test
    A clang-tools-extra/clangd/test/exit-without-shutdown.test
    A clang-tools-extra/clangd/test/filestatus.test
    A clang-tools-extra/clangd/test/fixits-codeaction.test
    A clang-tools-extra/clangd/test/fixits-command.test
    A clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    A clang-tools-extra/clangd/test/formatting.test
    A clang-tools-extra/clangd/test/hover.test
    A clang-tools-extra/clangd/test/index-tools.test
    A clang-tools-extra/clangd/test/initialize-params-invalid.test
    A clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/initialize-sequence.test
    A clang-tools-extra/clangd/test/input-mirror.test
    A clang-tools-extra/clangd/test/lit.cfg.py
    A clang-tools-extra/clangd/test/lit.local.cfg
    A clang-tools-extra/clangd/test/lit.site.cfg.py.in
    A clang-tools-extra/clangd/test/log.test
    A clang-tools-extra/clangd/test/protocol.test
    A clang-tools-extra/clangd/test/references.test
    A clang-tools-extra/clangd/test/rename.test
    A clang-tools-extra/clangd/test/request-reply.test
    A clang-tools-extra/clangd/test/semantic-highlighting.test
    A clang-tools-extra/clangd/test/signature-help-with-offsets.test
    A clang-tools-extra/clangd/test/signature-help.test
    A clang-tools-extra/clangd/test/spaces-in-delimited-input.test
    A clang-tools-extra/clangd/test/symbol-info.test
    A clang-tools-extra/clangd/test/symbols.test
    A clang-tools-extra/clangd/test/system-include-extractor.test
    A clang-tools-extra/clangd/test/target_info.test
    A clang-tools-extra/clangd/test/test-uri-posix.test
    A clang-tools-extra/clangd/test/test-uri-windows.test
    A clang-tools-extra/clangd/test/textdocument-didchange-fail.test
    A clang-tools-extra/clangd/test/too_large.test
    A clang-tools-extra/clangd/test/trace.test
    A clang-tools-extra/clangd/test/tweaks-format.test
    A clang-tools-extra/clangd/test/type-hierarchy.test
    A clang-tools-extra/clangd/test/unsupported-method.test
    A clang-tools-extra/clangd/test/utf8.test
    A clang-tools-extra/clangd/test/xpc/initialize.test
    A clang-tools-extra/clangd/test/xrefs.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    A clang-tools-extra/clangd/unittests/ASTTests.cpp
    A clang-tools-extra/clangd/unittests/Annotations.cpp
    A clang-tools-extra/clangd/unittests/Annotations.h
    A clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    A clang-tools-extra/clangd/unittests/CMakeLists.txt
    A clang-tools-extra/clangd/unittests/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdUnitTests.cpp
    A clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CodeCompletionStringsTests.cpp
    A clang-tools-extra/clangd/unittests/ContextTests.cpp
    A clang-tools-extra/clangd/unittests/DexTests.cpp
    A clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    A clang-tools-extra/clangd/unittests/DraftStoreTests.cpp
    A clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    A clang-tools-extra/clangd/unittests/FSTests.cpp
    A clang-tools-extra/clangd/unittests/FileDistanceTests.cpp
    A clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    A clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    A clang-tools-extra/clangd/unittests/FormatTests.cpp
    A clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    A clang-tools-extra/clangd/unittests/FunctionTests.cpp
    A clang-tools-extra/clangd/unittests/FuzzyMatchTests.cpp
    A clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    A clang-tools-extra/clangd/unittests/HeadersTests.cpp
    A clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    A clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
    A clang-tools-extra/clangd/unittests/Matchers.h
    A clang-tools-extra/clangd/unittests/PrintASTTests.cpp
    A clang-tools-extra/clangd/unittests/QualityTests.cpp
    A clang-tools-extra/clangd/unittests/RIFFTests.cpp
    A clang-tools-extra/clangd/unittests/RenameTests.cpp
    A clang-tools-extra/clangd/unittests/SelectionTests.cpp
    A clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    A clang-tools-extra/clangd/unittests/SerializationTests.cpp
    A clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    A clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    A clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    A clang-tools-extra/clangd/unittests/SyncAPI.cpp
    A clang-tools-extra/clangd/unittests/SyncAPI.h
    A clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    A clang-tools-extra/clangd/unittests/TestFS.cpp
    A clang-tools-extra/clangd/unittests/TestFS.h
    A clang-tools-extra/clangd/unittests/TestIndex.cpp
    A clang-tools-extra/clangd/unittests/TestIndex.h
    A clang-tools-extra/clangd/unittests/TestScheme.h
    A clang-tools-extra/clangd/unittests/TestTU.cpp
    A clang-tools-extra/clangd/unittests/TestTU.h
    A clang-tools-extra/clangd/unittests/ThreadingTests.cpp
    A clang-tools-extra/clangd/unittests/TraceTests.cpp
    A clang-tools-extra/clangd/unittests/TweakTesting.cpp
    A clang-tools-extra/clangd/unittests/TweakTesting.h
    A clang-tools-extra/clangd/unittests/TweakTests.cpp
    A clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    A clang-tools-extra/clangd/unittests/URITests.cpp
    A clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/lit.cfg.py
    A clang-tools-extra/clangd/unittests/lit.site.cfg.py.in
    A clang-tools-extra/clangd/unittests/xpc/CMakeLists.txt
    A clang-tools-extra/clangd/unittests/xpc/ConversionTests.cpp
    A clang-tools-extra/clangd/xpc/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/Conversion.cpp
    A clang-tools-extra/clangd/xpc/Conversion.h
    A clang-tools-extra/clangd/xpc/README.txt
    A clang-tools-extra/clangd/xpc/XPCTransport.cpp
    A clang-tools-extra/clangd/xpc/cmake/Info.plist.in
    A clang-tools-extra/clangd/xpc/cmake/XPCServiceInfo.plist.in
    A clang-tools-extra/clangd/xpc/cmake/modules/CreateClangdXPCFramework.cmake
    A clang-tools-extra/clangd/xpc/framework/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/framework/ClangdXPC.cpp
    A clang-tools-extra/clangd/xpc/test-client/CMakeLists.txt
    A clang-tools-extra/clangd/xpc/test-client/ClangdXPCTestClient.cpp
    M clang-tools-extra/docs/README.txt
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/_static/clang-tools-extra-styles.css
    A clang-tools-extra/docs/_templates/layout.html
    M clang-tools-extra/docs/clang-doc.rst
    A clang-tools-extra/docs/clang-include-fixer.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy.rst
    A clang-tools-extra/docs/clang-tidy/Contributing.rst
    A clang-tools-extra/docs/clang-tidy/Integrations.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-addition.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-comparison.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-conversion-cast.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-division.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-float.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-scale.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-faster-strsplit-delimiter.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-no-internal-dependencies.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-no-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-redundant-strcat-calls.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-str-cat-append.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-time-comparison.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-upgrade-duration-conversions.rst
    A clang-tools-extra/docs/clang-tidy/checks/android-cloexec-pipe.rst
    A clang-tools-extra/docs/clang-tidy/checks/android-cloexec-pipe2.rst
    M clang-tools-extra/docs/clang-tidy/checks/boost-use-to-string.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-branch-clone.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-dynamic-static-initializers.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-exception-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-forwarding-reference-overload.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-inaccurate-erase.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-move-forwarding-reference.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-parent-virtual-call.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-posix-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-semicolon.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-too-small-loop-variable.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-self-assignment.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-use-after-move.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl16-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-dcl21-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-err09-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop54-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.CallAndMessage.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.DivideZero.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.DynamicTypePropagation.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.NonNullParamChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.NullDereference.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.StackAddressEscape.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.UndefinedBinaryOperatorResult.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.VLASize.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.ArraySubscript.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.Assign.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.Branch.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.CapturedBlockVariable.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-core.uninitialized.UndefReturn.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.InnerPointer.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.Move.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.NewDelete.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-cplusplus.NewDeleteLeaks.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-deadcode.DeadStores.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullPassedToNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullReturnedFromNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullableDereferenced.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullablePassedToNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-nullability.NullableReturnedFromNonnull.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.cplusplus.UninitializedObject.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.cplusplus.VirtualCall.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.mpi.MPI-Checker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.OSObjectCStyleCast.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.performance.GCDAntipattern.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.performance.Padding.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-optin.portability.UnixAPI.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.API.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.MIG.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.NumberObjectConversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.OSObjectRetainCount.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.ObjCProperty.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.SecKeychainAPI.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.AtSync.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.AutoreleaseWrite.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.ClassRelease.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.Dealloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.IncompatibleMethodTypes.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.Loops.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.MissingSuperCall.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NSAutoreleasePool.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NSError.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NilArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.NonNilReturnValue.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.ObjCGenerics.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.RetainCount.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.SelfInit.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.SuperDealloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.UnusedIvars.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.cocoa.VariadicMethodTypes.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFError.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFNumber.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.CFRetainRelease.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.containers.OutOfBounds.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-osx.coreFoundation.containers.PointerSizedValues.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.FloatLoopCounter.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.UncheckedReturn.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bcmp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bcopy.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.bzero.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.getpw.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.gets.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.mkstemp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.mktemp.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.rand.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.strcpy.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-security.insecureAPI.vfork.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.API.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.Malloc.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.MallocSizeof.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.MismatchedDeallocator.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.Vfork.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.cstring.BadSizeArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-unix.cstring.NullArg.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.CopyToSelf.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.Uninitialized.rst
    A clang-tools-extra/docs/clang-tidy/checks/clang-analyzer-valist.Unterminated.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-explicit-virtual-functions.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-non-private-member-variables-in-classes.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
    A clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments-calls.rst
    A clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments-declarations.rst
    R clang-tools-extra/docs/clang-tidy/checks/fuchsia-default-arguments.rst
    A clang-tools-extra/docs/clang-tidy/checks/gen-static-analyzer-docs.py
    M clang-tools-extra/docs/clang-tidy/checks/google-build-using-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-objc-avoid-nsobject-new.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-avoid-throwing-exception.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-objc-function-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-readability-avoid-underscore-in-googletest-name.rst
    A clang-tools-extra/docs/clang-tidy/checks/google-upgrade-googletest-case.rst
    A clang-tools-extra/docs/clang-tidy/checks/hicpp-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/hicpp-uppercase-literal-suffix.rst
    A clang-tools-extra/docs/clang-tidy/checks/linuxkernel-must-use-errs.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/llvm-include-order.rst
    M clang-tools-extra/docs/clang-tidy/checks/llvm-namespace-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-prefer-isa-or-dyn-cast-in-conditionals.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-prefer-register-over-unsigned.rst
    A clang-tools-extra/docs/clang-tidy/checks/misc-non-private-member-variables-in-classes.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-c-arrays.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-concat-nested-namespaces.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-ios-base-aliases.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-loop-convert.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-pass-by-value.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-replace-auto-ptr.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-emplace.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-equals-delete.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-use-nodiscard.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-transparent-functors.rst
    M clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-super-self.rst
    A clang-tools-extra/docs/clang-tidy/checks/openmp-exception-escape.rst
    A clang-tools-extra/docs/clang-tidy/checks/openmp-use-default-none.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-for-range-copy.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-unnecessary-value-param.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-simd-intrinsics.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-const-return-type.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-implicit-bool-conversion.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-isolate-declaration.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-redundant-preprocessor.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-uppercase-literal-suffix.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd.rst
    A clang-tools-extra/docs/clangd/ApplyClangTidyFixInVSCode.gif
    A clang-tools-extra/docs/clangd/ApplyFixInVSCode.gif
    A clang-tools-extra/docs/clangd/CodeCompletionInEmacsCompanyMode.png
    A clang-tools-extra/docs/clangd/CodeCompletionInSublimeText.png
    A clang-tools-extra/docs/clangd/CodeCompletionInVSCode.png
    A clang-tools-extra/docs/clangd/CodeCompletionInYCM.png
    A clang-tools-extra/docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif
    A clang-tools-extra/docs/clangd/Configuration.rst
    A clang-tools-extra/docs/clangd/DeveloperDocumentation.rst
    A clang-tools-extra/docs/clangd/DiagnosticsInEmacsEglot.png
    A clang-tools-extra/docs/clangd/ErrorsInVSCode.png
    A clang-tools-extra/docs/clangd/Extensions.rst
    A clang-tools-extra/docs/clangd/Features.rst
    A clang-tools-extra/docs/clangd/FindAllReferencesInVSCode.gif
    A clang-tools-extra/docs/clangd/FormatSelectionInVSCode.gif
    A clang-tools-extra/docs/clangd/GoToDefinitionInVSCode.gif
    A clang-tools-extra/docs/clangd/Installation.rst
    A clang-tools-extra/docs/clangd/NavigationWithBreadcrumbsInVSCode.gif
    A clang-tools-extra/docs/clangd/OutlineInVSCode.png
    A clang-tools-extra/docs/clangd/SignatureHelpInVSCode.gif
    A clang-tools-extra/docs/clangd/index.rst
    M clang-tools-extra/docs/conf.py
    M clang-tools-extra/docs/doxygen.cfg.in
    R clang-tools-extra/docs/include-fixer.rst
    M clang-tools-extra/docs/index.rst
    M clang-tools-extra/docs/modularize.rst
    M clang-tools-extra/docs/pp-trace.rst
    R clang-tools-extra/include-fixer/CMakeLists.txt
    R clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp
    R clang-tools-extra/include-fixer/FuzzySymbolIndex.h
    R clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp
    R clang-tools-extra/include-fixer/InMemorySymbolIndex.h
    R clang-tools-extra/include-fixer/IncludeFixer.cpp
    R clang-tools-extra/include-fixer/IncludeFixer.h
    R clang-tools-extra/include-fixer/IncludeFixerContext.cpp
    R clang-tools-extra/include-fixer/IncludeFixerContext.h
    R clang-tools-extra/include-fixer/SymbolIndex.h
    R clang-tools-extra/include-fixer/SymbolIndexManager.cpp
    R clang-tools-extra/include-fixer/SymbolIndexManager.h
    R clang-tools-extra/include-fixer/YamlSymbolIndex.cpp
    R clang-tools-extra/include-fixer/YamlSymbolIndex.h
    R clang-tools-extra/include-fixer/find-all-symbols/CMakeLists.txt
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h
    R clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h
    R clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h
    R clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h
    R clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h
    R clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h
    R clang-tools-extra/include-fixer/find-all-symbols/tool/CMakeLists.txt
    R clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    R clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    R clang-tools-extra/include-fixer/plugin/CMakeLists.txt
    R clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp
    R clang-tools-extra/include-fixer/tool/CMakeLists.txt
    R clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp
    R clang-tools-extra/include-fixer/tool/clang-include-fixer-test.el
    R clang-tools-extra/include-fixer/tool/clang-include-fixer.el
    R clang-tools-extra/include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/modularize/CMakeLists.txt
    M clang-tools-extra/modularize/CoverageChecker.cpp
    M clang-tools-extra/modularize/CoverageChecker.h
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/Modularize.h
    M clang-tools-extra/modularize/ModularizeUtilities.cpp
    M clang-tools-extra/modularize/ModularizeUtilities.h
    M clang-tools-extra/modularize/ModuleAssistant.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.h
    M clang-tools-extra/pp-trace/CMakeLists.txt
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.h
    M clang-tools-extra/pp-trace/PPTrace.cpp
    M clang-tools-extra/test/CMakeLists.txt
    R clang-tools-extra/test/Unit/lit.cfg
    A clang-tools-extra/test/Unit/lit.cfg.py
    R clang-tools-extra/test/Unit/lit.site.cfg.in
    A clang-tools-extra/test/Unit/lit.site.cfg.py.in
    R clang-tools-extra/test/change-namespace/Inputs/fake-std.h
    R clang-tools-extra/test/change-namespace/lambda-function.cpp
    R clang-tools-extra/test/change-namespace/macro.cpp
    R clang-tools-extra/test/change-namespace/simple-move.cpp
    R clang-tools-extra/test/change-namespace/white-list.cpp
    M clang-tools-extra/test/clang-apply-replacements/Inputs/basic/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/basic/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/conflict/file3.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/format/yes.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/identical/file1.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/identical/identical.cpp
    M clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/file1.yaml
    M clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/file2.yaml
    M clang-tools-extra/test/clang-apply-replacements/identical.cpp
    A clang-tools-extra/test/clang-change-namespace/Inputs/fake-std.h
    A clang-tools-extra/test/clang-change-namespace/lambda-function.cpp
    A clang-tools-extra/test/clang-change-namespace/macro.cpp
    A clang-tools-extra/test/clang-change-namespace/simple-move.cpp
    A clang-tools-extra/test/clang-change-namespace/white-list.cpp
    R clang-tools-extra/test/clang-doc/bc-comment.cpp
    R clang-tools-extra/test/clang-doc/bc-namespace.cpp
    R clang-tools-extra/test/clang-doc/bc-record.cpp
    R clang-tools-extra/test/clang-doc/mapper-comment.cpp
    R clang-tools-extra/test/clang-doc/mapper-namespace.cpp
    R clang-tools-extra/test/clang-doc/mapper-record.cpp
    R clang-tools-extra/test/clang-doc/module.cpp
    R clang-tools-extra/test/clang-doc/public-module.cpp
    R clang-tools-extra/test/clang-doc/public-records.cpp
    A clang-tools-extra/test/clang-doc/single-file-public.cpp
    A clang-tools-extra/test/clang-doc/single-file.cpp
    R clang-tools-extra/test/clang-doc/test_cases/comment.cpp
    R clang-tools-extra/test/clang-doc/test_cases/compile_flags.txt
    R clang-tools-extra/test/clang-doc/test_cases/namespace.cpp
    R clang-tools-extra/test/clang-doc/test_cases/record.cpp
    R clang-tools-extra/test/clang-doc/yaml-comment.cpp
    R clang-tools-extra/test/clang-doc/yaml-namespace.cpp
    R clang-tools-extra/test/clang-doc/yaml-record.cpp
    A clang-tools-extra/test/clang-include-fixer/Inputs/database_template.json
    A clang-tools-extra/test/clang-include-fixer/Inputs/fake_yaml_db.yaml
    A clang-tools-extra/test/clang-include-fixer/Inputs/merge/a.yaml
    A clang-tools-extra/test/clang-include-fixer/Inputs/merge/b.yaml
    A clang-tools-extra/test/clang-include-fixer/commandline_options.cpp
    A clang-tools-extra/test/clang-include-fixer/exit_on_fatal.cpp
    A clang-tools-extra/test/clang-include-fixer/fixeddb.cpp
    A clang-tools-extra/test/clang-include-fixer/include_path.cpp
    A clang-tools-extra/test/clang-include-fixer/merge.test
    A clang-tools-extra/test/clang-include-fixer/multiple_fixes.cpp
    A clang-tools-extra/test/clang-include-fixer/prefix_variable.cpp
    A clang-tools-extra/test/clang-include-fixer/query_symbol.cpp
    A clang-tools-extra/test/clang-include-fixer/ranking.cpp
    A clang-tools-extra/test/clang-include-fixer/yaml_fuzzy.cpp
    A clang-tools-extra/test/clang-include-fixer/yamldb.cpp
    A clang-tools-extra/test/clang-include-fixer/yamldb_autodetect.cpp
    A clang-tools-extra/test/clang-tidy/Inputs/Headers/stdio.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/external-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/flags/internal-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/strings/internal-file.h
    A clang-tools-extra/test/clang-tidy/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/Inputs/empty-database/compile_commands.json
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/a.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/b.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/c.h
    A clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/bin/clang
    A clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/include/c++/v1/mock_vector
    A clang-tools-extra/test/clang-tidy/abseil-duration-addition.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-comparison.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-conversion-cast.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-division.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-factory-float.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-factory-scale.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/abseil-duration-unnecessary-conversion.cpp
    A clang-tools-extra/test/clang-tidy/abseil-faster-strsplit-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/abseil-no-internal-dependencies.cpp
    A clang-tools-extra/test/clang-tidy/abseil-no-namespace.cpp
    A clang-tools-extra/test/clang-tidy/abseil-redundant-strcat-calls.cpp
    A clang-tools-extra/test/clang-tidy/abseil-str-cat-append.cpp
    M clang-tools-extra/test/clang-tidy/abseil-string-find-startswith.cpp
    A clang-tools-extra/test/clang-tidy/abseil-time-comparison.cpp
    A clang-tools-extra/test/clang-tidy/abseil-time-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/abseil-upgrade-duration-conversions.cpp
    A clang-tools-extra/test/clang-tidy/alternative-fixes.cpp
    A clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp
    A clang-tools-extra/test/clang-tidy/android-cloexec-pipe2.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-gmock.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-strict.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-branch-clone-macro-crash.c
    A clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-dangling-handle.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-dynamic-static-initializers.hpp
    A clang-tools-extra/test/clang-tidy/bugprone-exception-escape-openmp.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-exception-escape.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-forward-declaration-namespace.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-forwarding-reference-overload.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-inaccurate-erase.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-macro-repeated-side-effects.c
    M clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-explicit-only.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-move-forwarding-reference.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-parent-virtual-call.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-sizeof-container.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-sizeof-expression.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-string-constructor.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-string-integer-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage-strict.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unused-return-value-custom.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unused-return-value.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/cert-err34-c.cpp
    M clang-tools-extra/test/clang-tidy/cert-msc51-cpp.cpp
    M clang-tools-extra/test/clang-tidy/cert-oop11-cpp.cpp
    A clang-tools-extra/test/clang-tidy/cert-oop54-cpp.cpp
    M clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
    M clang-tools-extra/test/clang-tidy/cert-static-object-exception.cpp
    M clang-tools-extra/test/clang-tidy/cert-throw-exception-type.cpp
    A clang-tools-extra/test/clang-tidy/cert-uppercase-literal-suffix-integer.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    M clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
    A clang-tools-extra/test/clang-tidy/clang-tidy-mac-libcxx.cpp
    M clang-tools-extra/test/clang-tidy/clang-tidy-run-with-database.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-avoid-goto.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-caps-only.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-command-line-macros.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-custom.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-containers.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-legacy-functions.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp
    M clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
    M clang-tools-extra/test/clang-tidy/diagnostic.cpp
    A clang-tools-extra/test/clang-tidy/duplicate-reports.cpp
    A clang-tools-extra/test/clang-tidy/empty-database.cpp
    M clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp
    A clang-tools-extra/test/clang-tidy/expand-modular-headers-ppcallbacks.cpp
    A clang-tools-extra/test/clang-tidy/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/export-relpath.cpp
    A clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-calls.cpp
    A clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-declarations.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-multiple-inheritance.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-overloaded-operator.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-all.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-glob.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp
    M clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/google-objc-avoid-nsobject-new.m
    A clang-tools-extra/test/clang-tidy/google-objc-function-naming.m
    A clang-tools-extra/test/clang-tidy/google-objc-function-naming.mm
    M clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.m
    A clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    M clang-tools-extra/test/clang-tidy/google-readability-casting.cpp
    M clang-tools-extra/test/clang-tidy/google-readability-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/google-readability-nested-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/google-runtime-int-std.cpp
    A clang-tools-extra/test/clang-tidy/google-runtime-int.m
    M clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
    A clang-tools-extra/test/clang-tidy/google-upgrade-googletest-case.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-exception-baseclass.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp
    M clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/linuxkernel-must-check-errs.c
    A clang-tools-extra/test/clang-tidy/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned2.cpp
    A clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned3.cpp
    M clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    M clang-tools-extra/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
    M clang-tools-extra/test/clang-tidy/misc-new-delete-overloads.cpp
    A clang-tools-extra/test/clang-tidy/misc-non-private-member-variables-in-classes.cpp
    M clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
    M clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator-cxx17.cpp
    M clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-parameters.c
    M clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    M clang-tools-extra/test/clang-tidy/modernize-avoid-bind.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-main.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    A clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays.cpp
    A clang-tools-extra/test/clang-tidy/modernize-concat-nested-namespaces.cpp
    M clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx03.cpp
    M clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-deprecated-ios-base-aliases.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-camelback.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-const.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-extra.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-lowercase.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-negative.cpp
    M clang-tools-extra/test/clang-tidy/modernize-loop-convert-uppercase.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-shared-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-shared.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx14.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-header.cpp
    A clang-tools-extra/test/clang-tidy/modernize-make-unique-inaccessible-ctors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value-macro-header.cpp
    M clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp
    M clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-delimiter.cpp
    M clang-tools-extra/test/clang-tidy/modernize-raw-string-literal.cpp
    M clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp
    M clang-tools-extra/test/clang-tidy/modernize-replace-auto-ptr.cpp
    M clang-tools-extra/test/clang-tidy/modernize-replace-random-shuffle.cpp
    M clang-tools-extra/test/clang-tidy/modernize-return-braced-init-list.cpp
    M clang-tools-extra/test/clang-tidy/modernize-unary-static-assert.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-cast.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-iterator.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-new-remove-stars.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-auto-new.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-bool-literals-ignore-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-bool-literals.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-assignment.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-bitfield.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-default-member-init.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-emplace-ignore-implicit-constructors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-emplace.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-copy.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-delayed.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-default.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-equals-delete-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-equals-delete.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-clang-unused.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-gcc-unused.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-nodiscard.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept-macro.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-noexcept.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-nullptr-basic.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-nullptr.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override-cxx98.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override-ms.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-no-destructors.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-with-macro.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-override.cpp
    A clang-tools-extra/test/clang-tidy/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-transparent-functors.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-uncaught-exceptions.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-using-macros.cpp
    M clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
    M clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp
    M clang-tools-extra/test/clang-tidy/mpi-type-mismatch.cpp
    A clang-tools-extra/test/clang-tidy/nolint-plugin.cpp
    M clang-tools-extra/test/clang-tidy/nolint.cpp
    A clang-tools-extra/test/clang-tidy/nolintnextline-plugin.cpp
    M clang-tools-extra/test/clang-tidy/objc-no-arc-or-properties.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration-additional.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration-custom.m
    M clang-tools-extra/test/clang-tidy/objc-property-declaration.m
    A clang-tools-extra/test/clang-tidy/objc-super-self.m
    A clang-tools-extra/test/clang-tidy/openmp-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/performance-for-range-copy-allowed-types.cpp
    M clang-tools-extra/test/clang-tidy/performance-for-range-copy-warn-on-all-auto-copies.cpp
    M clang-tools-extra/test/clang-tidy/performance-for-range-copy.cpp
    M clang-tools-extra/test/clang-tidy/performance-inefficient-algorithm.cpp
    M clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    M clang-tools-extra/test/clang-tidy/performance-move-const-arg-trivially-copyable.cpp
    M clang-tools-extra/test/clang-tidy/performance-move-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor-fix.cpp
    A clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-allowed-types.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-incomplete-type.cpp
    M clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp
    M clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-ppc.cpp
    M clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-x86.cpp
    M clang-tools-extra/test/clang-tidy/read_file_config.cpp
    A clang-tools-extra/test/clang-tidy/readability-avoid-underscore-in-googletest-name.cpp
    A clang-tools-extra/test/clang-tidy/readability-const-return-type.cpp
    M clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp
    A clang-tools-extra/test/clang-tidy/readability-convert-member-functions-to-static.cpp
    M clang-tools-extra/test/clang-tidy/readability-delete-null-pointer.cpp
    M clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp
    A clang-tools-extra/test/clang-tidy/readability-else-after-return-if-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/readability-else-after-return.cpp
    M clang-tools-extra/test/clang-tidy/readability-function-size.cpp
    A clang-tools-extra/test/clang-tidy/readability-identifier-naming-bugfix.cpp
    M clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-allow-in-conditions.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-cxx98.cpp
    M clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-macros.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-strict.cpp
    M clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-fixing.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration.c
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-magic-numbers.cpp
    M clang-tools-extra/test/clang-tidy/readability-misleading-indentation.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-declaration.c
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor-ifdef.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.h
    A clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-macros.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-msvc.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-init-msvc.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-string-init.cpp
    A clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-members.cpp
    M clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance.cpp
    M clang-tools-extra/test/clang-tidy/readability-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-custom-list.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-macro.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-ms.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix.h
    M clang-tools-extra/test/clang-tidy/run-clang-tidy.cpp
    M clang-tools-extra/test/clang-tidy/select-checks.cpp
    M clang-tools-extra/test/clang-tidy/static-analyzer-config.cpp
    M clang-tools-extra/test/clang-tidy/static-analyzer.cpp
    M clang-tools-extra/test/clang-tidy/temporaries.cpp
    M clang-tools-extra/test/clang-tidy/zircon-temporary-objects.cpp
    R clang-tools-extra/test/clangd/Inputs/sstream.h
    R clang-tools-extra/test/clangd/completion-snippets.test
    R clang-tools-extra/test/clangd/completion.test
    R clang-tools-extra/test/clangd/crash-non-added-files.test
    R clang-tools-extra/test/clangd/delimited-input-comment-at-the-end.test
    R clang-tools-extra/test/clangd/diagnostics.test
    R clang-tools-extra/test/clangd/execute-command.test
    R clang-tools-extra/test/clangd/extra-flags.test
    R clang-tools-extra/test/clangd/fixits.test
    R clang-tools-extra/test/clangd/formatting.test
    R clang-tools-extra/test/clangd/hover.test
    R clang-tools-extra/test/clangd/initialize-params-invalid.test
    R clang-tools-extra/test/clangd/initialize-params.test
    R clang-tools-extra/test/clangd/input-mirror.test
    R clang-tools-extra/test/clangd/lit.local.cfg
    R clang-tools-extra/test/clangd/protocol.test
    R clang-tools-extra/test/clangd/rename.test
    R clang-tools-extra/test/clangd/shutdown-with-exit.test
    R clang-tools-extra/test/clangd/shutdown-without-exit.test
    R clang-tools-extra/test/clangd/signature-help.test
    R clang-tools-extra/test/clangd/spaces-in-delimited-input.test
    R clang-tools-extra/test/clangd/symbols.test
    R clang-tools-extra/test/clangd/test-uri-posix.test
    R clang-tools-extra/test/clangd/test-uri-windows.test
    R clang-tools-extra/test/clangd/textdocument-didchange-fail.test
    R clang-tools-extra/test/clangd/too_large.test
    R clang-tools-extra/test/clangd/trace.test
    R clang-tools-extra/test/clangd/unsupported-method.test
    R clang-tools-extra/test/clangd/xrefs.test
    R clang-tools-extra/test/include-fixer/Inputs/database_template.json
    R clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
    R clang-tools-extra/test/include-fixer/Inputs/merge/a.yaml
    R clang-tools-extra/test/include-fixer/Inputs/merge/b.yaml
    R clang-tools-extra/test/include-fixer/commandline_options.cpp
    R clang-tools-extra/test/include-fixer/exit_on_fatal.cpp
    R clang-tools-extra/test/include-fixer/fixeddb.cpp
    R clang-tools-extra/test/include-fixer/include_path.cpp
    R clang-tools-extra/test/include-fixer/merge.test
    R clang-tools-extra/test/include-fixer/multiple_fixes.cpp
    R clang-tools-extra/test/include-fixer/prefix_variable.cpp
    R clang-tools-extra/test/include-fixer/query_symbol.cpp
    R clang-tools-extra/test/include-fixer/ranking.cpp
    R clang-tools-extra/test/include-fixer/yaml_fuzzy.cpp
    R clang-tools-extra/test/include-fixer/yamldb.cpp
    R clang-tools-extra/test/include-fixer/yamldb_autodetect.cpp
    R clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
    R clang-tools-extra/test/lit.cfg
    A clang-tools-extra/test/lit.cfg.py
    R clang-tools-extra/test/lit.site.cfg.in
    A clang-tools-extra/test/lit.site.cfg.py.in
    M clang-tools-extra/test/modularize/ProblemsInconsistent.modularize
    M clang-tools-extra/test/pp-trace/pp-trace-conditional.cpp
    A clang-tools-extra/test/pp-trace/pp-trace-filter.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-ident.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-include.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-macro.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-modules.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-general.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
    M clang-tools-extra/test/pp-trace/pp-trace-pragma-opencl.cpp
    M clang-tools-extra/tool-template/CMakeLists.txt
    M clang-tools-extra/tool-template/ToolTemplate.cpp
    M clang-tools-extra/unittests/CMakeLists.txt
    R clang-tools-extra/unittests/change-namespace/CMakeLists.txt
    R clang-tools-extra/unittests/change-namespace/ChangeNamespaceTests.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/CMakeLists.txt
    A clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt
    A clang-tools-extra/unittests/clang-change-namespace/ChangeNamespaceTests.cpp
    A clang-tools-extra/unittests/clang-doc/BitcodeTest.cpp
    A clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    A clang-tools-extra/unittests/clang-doc/ClangDocTest.cpp
    A clang-tools-extra/unittests/clang-doc/ClangDocTest.h
    A clang-tools-extra/unittests/clang-doc/GeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-doc/MergeTest.cpp
    A clang-tools-extra/unittests/clang-doc/SerializeTest.cpp
    A clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp
    A clang-tools-extra/unittests/clang-include-fixer/CMakeLists.txt
    A clang-tools-extra/unittests/clang-include-fixer/FuzzySymbolIndexTests.cpp
    A clang-tools-extra/unittests/clang-include-fixer/IncludeFixerTest.cpp
    A clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
    A clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/clang-move/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/ClangMoveTests.cpp
    M clang-tools-extra/unittests/clang-query/CMakeLists.txt
    M clang-tools-extra/unittests/clang-query/QueryEngineTest.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    R clang-tools-extra/unittests/clang-tidy/ExprMutationAnalyzerTest.cpp
    A clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/NamespaceAliaserTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ObjCModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/OverlappingReplacementsTest.cpp
    A clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang-tools-extra/unittests/clang-tidy/UsingInserterTest.cpp
    R clang-tools-extra/unittests/clangd/Annotations.cpp
    R clang-tools-extra/unittests/clangd/Annotations.h
    R clang-tools-extra/unittests/clangd/CMakeLists.txt
    R clang-tools-extra/unittests/clangd/ClangdTests.cpp
    R clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp
    R clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
    R clang-tools-extra/unittests/clangd/CodeCompletionStringsTests.cpp
    R clang-tools-extra/unittests/clangd/ContextTests.cpp
    R clang-tools-extra/unittests/clangd/DexIndexTests.cpp
    R clang-tools-extra/unittests/clangd/DraftStoreTests.cpp
    R clang-tools-extra/unittests/clangd/FileDistanceTests.cpp
    R clang-tools-extra/unittests/clangd/FileIndexTests.cpp
    R clang-tools-extra/unittests/clangd/FindSymbolsTests.cpp
    R clang-tools-extra/unittests/clangd/FuzzyMatchTests.cpp
    R clang-tools-extra/unittests/clangd/GlobalCompilationDatabaseTests.cpp
    R clang-tools-extra/unittests/clangd/HeadersTests.cpp
    R clang-tools-extra/unittests/clangd/IndexTests.cpp
    R clang-tools-extra/unittests/clangd/Matchers.h
    R clang-tools-extra/unittests/clangd/QualityTests.cpp
    R clang-tools-extra/unittests/clangd/SourceCodeTests.cpp
    R clang-tools-extra/unittests/clangd/SymbolCollectorTests.cpp
    R clang-tools-extra/unittests/clangd/SyncAPI.cpp
    R clang-tools-extra/unittests/clangd/SyncAPI.h
    R clang-tools-extra/unittests/clangd/TUSchedulerTests.cpp
    R clang-tools-extra/unittests/clangd/TestFS.cpp
    R clang-tools-extra/unittests/clangd/TestFS.h
    R clang-tools-extra/unittests/clangd/TestScheme.h
    R clang-tools-extra/unittests/clangd/TestTU.cpp
    R clang-tools-extra/unittests/clangd/TestTU.h
    R clang-tools-extra/unittests/clangd/ThreadingTests.cpp
    R clang-tools-extra/unittests/clangd/TraceTests.cpp
    R clang-tools-extra/unittests/clangd/URITests.cpp
    R clang-tools-extra/unittests/clangd/XRefsTests.cpp
    R clang-tools-extra/unittests/include-fixer/CMakeLists.txt
    R clang-tools-extra/unittests/include-fixer/FuzzySymbolIndexTests.cpp
    R clang-tools-extra/unittests/include-fixer/IncludeFixerTest.cpp
    R clang-tools-extra/unittests/include-fixer/find-all-symbols/CMakeLists.txt
    R clang-tools-extra/unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/include/common/VirtualFileHelper.h
    M clang/.clang-tidy
    M clang/.gitignore
    M clang/CMakeLists.txt
    M clang/CODE_OWNERS.TXT
    M clang/LICENSE.TXT
    M clang/NOTES.txt
    M clang/README.txt
    M clang/bindings/python/README.txt
    M clang/bindings/python/clang/__init__.py
    M clang/bindings/python/clang/cindex.py
    M clang/bindings/python/clang/enumerations.py
    M clang/bindings/python/examples/cindex/cindex-dump.py
    M clang/bindings/python/examples/cindex/cindex-includes.py
    A clang/bindings/python/tests/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_access_specifiers.py
    M clang/bindings/python/tests/cindex/test_cdb.py
    M clang/bindings/python/tests/cindex/test_code_completion.py
    M clang/bindings/python/tests/cindex/test_comment.py
    M clang/bindings/python/tests/cindex/test_cursor.py
    M clang/bindings/python/tests/cindex/test_cursor_kind.py
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/bindings/python/tests/cindex/test_exception_specification_kind.py
    M clang/bindings/python/tests/cindex/test_file.py
    M clang/bindings/python/tests/cindex/test_index.py
    M clang/bindings/python/tests/cindex/test_linkage.py
    M clang/bindings/python/tests/cindex/test_location.py
    M clang/bindings/python/tests/cindex/test_tls_kind.py
    M clang/bindings/python/tests/cindex/test_token_kind.py
    M clang/bindings/python/tests/cindex/test_tokens.py
    M clang/bindings/python/tests/cindex/test_translation_unit.py
    M clang/bindings/python/tests/cindex/test_type.py
    M clang/bindings/python/tests/cindex/util.py
    M clang/cmake/caches/Apple-stage1.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/cmake/caches/BaremetalARM.cmake
    M clang/cmake/caches/DistributionExample-stage2.cmake
    M clang/cmake/caches/DistributionExample.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/cmake/modules/CMakeLists.txt
    R clang/cmake/modules/FindZ3.cmake
    M clang/cmake/modules/ProtobufMutator.cmake
    M clang/docs/AddressSanitizer.rst
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/Block-ABI-Apple.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangPlugins.rst
    A clang/docs/ClangStaticAnalyzer.rst
    M clang/docs/ClangTools.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/CommandGuide/diagtool.rst
    M clang/docs/ControlFlowIntegrity.rst
    M clang/docs/ControlFlowIntegrityDesign.rst
    M clang/docs/CrossCompilation.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/ExternalClangExamples.rst
    M clang/docs/HardwareAssistedAddressSanitizerDesign.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/IntroductionToTheClangAST.rst
    M clang/docs/JSONCompilationDatabase.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LeakSanitizer.rst
    A clang/docs/LibASTImporter.rst
    M clang/docs/LibASTMatchers.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibASTMatchersTutorial.rst
    M clang/docs/LibFormat.rst
    M clang/docs/LibTooling.rst
    M clang/docs/MSVCCompatibility.rst
    M clang/docs/MemorySanitizer.rst
    M clang/docs/Modules.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/PCHInternals.rst
    R clang/docs/PTHInternals.rst
    M clang/docs/RAVFrontendAction.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SafeStack.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/ShadowCallStack.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/ThreadSanitizer.rst
    M clang/docs/Toolchain.rst
    M clang/docs/Tooling.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    R clang/docs/analyzer/DebugChecks.rst
    R clang/docs/analyzer/DesignDiscussions/InitializerLists.rst
    R clang/docs/analyzer/IPA.txt
    R clang/docs/analyzer/RegionStore.txt
    A clang/docs/analyzer/checkers.rst
    A clang/docs/analyzer/checkers/callandmessage_example.c
    A clang/docs/analyzer/checkers/dealloc_example.m
    A clang/docs/analyzer/checkers/dividezero_example.c
    A clang/docs/analyzer/checkers/mismatched_deallocator_example.cpp
    A clang/docs/analyzer/checkers/newdelete_example.cpp
    A clang/docs/analyzer/checkers/seckeychainapi_example.m
    A clang/docs/analyzer/checkers/unix_api_example.c
    A clang/docs/analyzer/checkers/unix_malloc_example.c
    A clang/docs/analyzer/developer-docs.rst
    A clang/docs/analyzer/developer-docs/DebugChecks.rst
    A clang/docs/analyzer/developer-docs/IPA.rst
    A clang/docs/analyzer/developer-docs/InitializerLists.rst
    A clang/docs/analyzer/developer-docs/RegionStore.rst
    A clang/docs/analyzer/developer-docs/nullability.rst
    R clang/docs/analyzer/index.rst
    R clang/docs/analyzer/nullability.rst
    A clang/docs/analyzer/user-docs.rst
    A clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/docs/conf.py
    M clang/docs/doxygen.cfg.in
    M clang/docs/index.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/docs/tools/dump_format_style.py
    M clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
    M clang/examples/AnnotateFunctions/CMakeLists.txt
    M clang/examples/CMakeLists.txt
    M clang/examples/PrintFunctionNames/CMakeLists.txt
    M clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
    R clang/examples/analyzer-plugin/CMakeLists.txt
    R clang/examples/analyzer-plugin/MainCallChecker.cpp
    R clang/examples/analyzer-plugin/SampleAnalyzerPlugin.exports
    M clang/examples/clang-interpreter/CMakeLists.txt
    M clang/examples/clang-interpreter/Test.cxx
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/CXCompilationDatabase.h
    M clang/include/clang-c/CXErrorCode.h
    M clang/include/clang-c/CXString.h
    M clang/include/clang-c/Documentation.h
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.h
    M clang/include/clang/ARCMigrate/ARCMT.h
    M clang/include/clang/ARCMigrate/ARCMTActions.h
    M clang/include/clang/ARCMigrate/FileRemapper.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/AST.h
    M clang/include/clang/AST/ASTConsumer.h
    M clang/include/clang/AST/ASTContext.h
    A clang/include/clang/AST/ASTContextAllocate.h
    M clang/include/clang/AST/ASTDiagnostic.h
    A clang/include/clang/AST/ASTDumper.h
    A clang/include/clang/AST/ASTDumperUtils.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTImporter.h
    A clang/include/clang/AST/ASTImporterLookupTable.h
    A clang/include/clang/AST/ASTImporterSharedState.h
    M clang/include/clang/AST/ASTLambda.h
    M clang/include/clang/AST/ASTMutationListener.h
    A clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTStructuralEquivalence.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/ASTUnresolvedSet.h
    M clang/include/clang/AST/ASTVector.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/AttrIterator.h
    A clang/include/clang/AST/AttrVisitor.h
    M clang/include/clang/AST/Availability.h
    M clang/include/clang/AST/BaseSubobject.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/CharUnits.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/CommentBriefParser.h
    M clang/include/clang/AST/CommentCommandTraits.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/CommentDiagnostic.h
    M clang/include/clang/AST/CommentLexer.h
    M clang/include/clang/AST/CommentParser.h
    M clang/include/clang/AST/CommentSema.h
    M clang/include/clang/AST/CommentVisitor.h
    M clang/include/clang/AST/ComparisonCategories.h
    A clang/include/clang/AST/CurrentSourceLocExprScope.h
    M clang/include/clang/AST/DataCollection.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclAccessPair.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclContextInternals.h
    M clang/include/clang/AST/DeclFriend.h
    M clang/include/clang/AST/DeclGroup.h
    M clang/include/clang/AST/DeclLookups.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/DeclVisitor.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/DependentDiagnostic.h
    M clang/include/clang/AST/EvaluatedExprVisitor.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprObjC.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/ExternalASTMerger.h
    M clang/include/clang/AST/ExternalASTSource.h
    A clang/include/clang/AST/FormatString.h
    M clang/include/clang/AST/GlobalDecl.h
    A clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/LambdaCapture.h
    M clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
    M clang/include/clang/AST/LocInfoType.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/MangleNumberingContext.h
    M clang/include/clang/AST/NSAPI.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/NonTrivialTypeVisitor.h
    M clang/include/clang/AST/ODRHash.h
    A clang/include/clang/AST/OSLog.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/AST/OperationKinds.h
    M clang/include/clang/AST/ParentMap.h
    M clang/include/clang/AST/PrettyDeclStackTrace.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/QualTypeNames.h
    M clang/include/clang/AST/RawCommentList.h
    M clang/include/clang/AST/RecordLayout.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Redeclarable.h
    M clang/include/clang/AST/SelectorLocationsKind.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtCXX.h
    M clang/include/clang/AST/StmtDataCollectors.td
    M clang/include/clang/AST/StmtGraphTraits.h
    M clang/include/clang/AST/StmtIterator.h
    M clang/include/clang/AST/StmtObjC.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/StmtVisitor.h
    A clang/include/clang/AST/TemplateArgumentVisitor.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    A clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocNodes.def
    M clang/include/clang/AST/TypeLocVisitor.h
    M clang/include/clang/AST/TypeNodes.def
    M clang/include/clang/AST/TypeOrdering.h
    M clang/include/clang/AST/TypeVisitor.h
    M clang/include/clang/AST/UnresolvedSet.h
    M clang/include/clang/AST/VTTBuilder.h
    M clang/include/clang/AST/VTableBuilder.h
    M clang/include/clang/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
    M clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h
    M clang/include/clang/ASTMatchers/Dynamic/Parser.h
    M clang/include/clang/ASTMatchers/Dynamic/Registry.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
    M clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
    M clang/include/clang/Analysis/Analyses/Consumed.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    A clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
    R clang/include/clang/Analysis/Analyses/FormatString.h
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    R clang/include/clang/Analysis/Analyses/OSLog.h
    M clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
    R clang/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
    M clang/include/clang/Analysis/Analyses/ReachableCode.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyOps.def
    M clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
    M clang/include/clang/Analysis/Analyses/UninitializedValues.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Analysis/AnalysisDiagnostic.h
    A clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/BodyFarm.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/CFGStmtMap.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Analysis/CloneDetection.h
    M clang/include/clang/Analysis/CodeInjector.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h
    M clang/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
    M clang/include/clang/Analysis/ProgramPoint.h
    A clang/include/clang/Analysis/RetainSummaryManager.h
    A clang/include/clang/Analysis/SelectorExtras.h
    M clang/include/clang/Analysis/Support/BumpVector.h
    A clang/include/clang/Basic/AArch64SVEACLETypes.def
    M clang/include/clang/Basic/ABI.h
    M clang/include/clang/Basic/AddressSpaces.h
    M clang/include/clang/Basic/AlignedAllocation.h
    M clang/include/clang/Basic/AllDiagnostics.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/AttrKinds.h
    M clang/include/clang/Basic/AttrSubjectMatchRules.h
    M clang/include/clang/Basic/Attributes.h
    M clang/include/clang/Basic/BitmaskEnum.h
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/Builtins.h
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsLe64.def
    M clang/include/clang/Basic/BuiltinsMips.def
    M clang/include/clang/Basic/BuiltinsNEON.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    R clang/include/clang/Basic/BuiltinsNios2.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsSystemZ.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/BuiltinsXCore.def
    M clang/include/clang/Basic/CapturedStmt.h
    M clang/include/clang/Basic/CharInfo.h
    A clang/include/clang/Basic/CodeGenOptions.def
    A clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/CommentOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/Diagnostic.td
    A clang/include/clang/Basic/DiagnosticAST.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    A clang/include/clang/Basic/DiagnosticAnalysis.h
    M clang/include/clang/Basic/DiagnosticAnalysisKinds.td
    M clang/include/clang/Basic/DiagnosticCategories.h
    M clang/include/clang/Basic/DiagnosticCategories.td
    A clang/include/clang/Basic/DiagnosticComment.h
    M clang/include/clang/Basic/DiagnosticCommentKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    A clang/include/clang/Basic/DiagnosticCrossTU.h
    M clang/include/clang/Basic/DiagnosticCrossTUKinds.td
    M clang/include/clang/Basic/DiagnosticDocs.td
    A clang/include/clang/Basic/DiagnosticDriver.h
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticError.h
    A clang/include/clang/Basic/DiagnosticFrontend.h
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticIDs.h
    A clang/include/clang/Basic/DiagnosticLex.h
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticOptions.h
    A clang/include/clang/Basic/DiagnosticParse.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    A clang/include/clang/Basic/DiagnosticRefactoring.h
    M clang/include/clang/Basic/DiagnosticRefactoringKinds.td
    A clang/include/clang/Basic/DiagnosticSema.h
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    A clang/include/clang/Basic/DiagnosticSerialization.h
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/ExceptionSpecificationType.h
    M clang/include/clang/Basic/ExpressionTraits.h
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/FileSystemOptions.h
    M clang/include/clang/Basic/FileSystemStatCache.h
    A clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    A clang/include/clang/Basic/JsonSupport.h
    M clang/include/clang/Basic/LLVM.h
    M clang/include/clang/Basic/Lambda.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    A clang/include/clang/Basic/LangStandard.h
    A clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Linkage.h
    A clang/include/clang/Basic/MSP430Target.def
    M clang/include/clang/Basic/MacroBuilder.h
    R clang/include/clang/Basic/MemoryBufferCache.h
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/ObjCRuntime.h
    A clang/include/clang/Basic/OpenCLExtensionTypes.def
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/OpenCLImageTypes.def
    M clang/include/clang/Basic/OpenCLOptions.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/OperatorKinds.def
    M clang/include/clang/Basic/OperatorKinds.h
    M clang/include/clang/Basic/OperatorPrecedence.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/PlistSupport.h
    M clang/include/clang/Basic/PragmaKinds.h
    M clang/include/clang/Basic/PrettyStackTrace.h
    M clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.h
    M clang/include/clang/Basic/Sanitizers.def
    M clang/include/clang/Basic/Sanitizers.h
    M clang/include/clang/Basic/SourceLocation.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/SourceManagerInternals.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/Stack.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/SyncScope.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TargetOptions.h
    M clang/include/clang/Basic/TemplateKinds.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TokenKinds.h
    M clang/include/clang/Basic/TypeTraits.h
    M clang/include/clang/Basic/Version.h
    R clang/include/clang/Basic/VirtualFileSystem.h
    M clang/include/clang/Basic/Visibility.h
    M clang/include/clang/Basic/X86Target.def
    M clang/include/clang/Basic/XRayInstr.h
    M clang/include/clang/Basic/XRayLists.h
    M clang/include/clang/Basic/arm_fp16.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/CodeGen/BackendUtil.h
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/CodeGen/CodeGenAction.h
    M clang/include/clang/CodeGen/ConstantInitBuilder.h
    M clang/include/clang/CodeGen/ConstantInitFuture.h
    M clang/include/clang/CodeGen/ModuleBuilder.h
    M clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
    M clang/include/clang/CodeGen/SwiftCallingConv.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/CrossTU/CrossTUDiagnostic.h
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    A clang/include/clang/DirectoryWatcher/DirectoryWatcher.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/ClangOptionDocs.td
    M clang/include/clang/Driver/Compilation.h
    A clang/include/clang/Driver/DarwinSDKInfo.h
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/DriverDiagnostic.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Multilib.h
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/Phases.h
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Driver/Tool.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.def
    M clang/include/clang/Driver/Types.h
    M clang/include/clang/Driver/Util.h
    M clang/include/clang/Driver/XRayArgs.h
    M clang/include/clang/Edit/Commit.h
    M clang/include/clang/Edit/EditedSource.h
    M clang/include/clang/Edit/EditsReceiver.h
    M clang/include/clang/Edit/FileOffset.h
    M clang/include/clang/Edit/Rewriters.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTConsumers.h
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
    R clang/include/clang/Frontend/CodeGenOptions.def
    R clang/include/clang/Frontend/CodeGenOptions.h
    M clang/include/clang/Frontend/CommandLineSourceLoc.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/include/clang/Frontend/DependencyOutputOptions.h
    M clang/include/clang/Frontend/DiagnosticRenderer.h
    M clang/include/clang/Frontend/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendDiagnostic.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/FrontendPluginRegistry.h
    R clang/include/clang/Frontend/LangStandard.h
    R clang/include/clang/Frontend/LangStandards.def
    M clang/include/clang/Frontend/LayoutOverrideSource.h
    M clang/include/clang/Frontend/LogDiagnosticPrinter.h
    M clang/include/clang/Frontend/MigratorOptions.h
    M clang/include/clang/Frontend/MultiplexConsumer.h
    M clang/include/clang/Frontend/PCHContainerOperations.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Frontend/PreprocessorOutputOptions.h
    M clang/include/clang/Frontend/SerializedDiagnosticPrinter.h
    M clang/include/clang/Frontend/SerializedDiagnosticReader.h
    M clang/include/clang/Frontend/SerializedDiagnostics.h
    M clang/include/clang/Frontend/TextDiagnostic.h
    M clang/include/clang/Frontend/TextDiagnosticBuffer.h
    M clang/include/clang/Frontend/TextDiagnosticPrinter.h
    M clang/include/clang/Frontend/Utils.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/FrontendTool/Utils.h
    M clang/include/clang/Index/CodegenNameGenerator.h
    M clang/include/clang/Index/CommentToXML.h
    A clang/include/clang/Index/DeclOccurrence.h
    M clang/include/clang/Index/IndexDataConsumer.h
    M clang/include/clang/Index/IndexSymbol.h
    M clang/include/clang/Index/IndexingAction.h
    M clang/include/clang/Index/USRGeneration.h
    M clang/include/clang/Lex/CodeCompletionHandler.h
    A clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/ExternalPreprocessorSource.h
    M clang/include/clang/Lex/HeaderMap.h
    M clang/include/clang/Lex/HeaderMapTypes.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/LexDiagnostic.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Lex/MacroArgs.h
    M clang/include/clang/Lex/MacroInfo.h
    M clang/include/clang/Lex/ModuleLoader.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/MultipleIncludeOpt.h
    M clang/include/clang/Lex/PPCallbacks.h
    M clang/include/clang/Lex/PPConditionalDirectiveRecord.h
    R clang/include/clang/Lex/PTHLexer.h
    R clang/include/clang/Lex/PTHManager.h
    M clang/include/clang/Lex/Pragma.h
    M clang/include/clang/Lex/PreprocessingRecord.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorLexer.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Lex/ScratchBuffer.h
    M clang/include/clang/Lex/Token.h
    M clang/include/clang/Lex/TokenConcatenation.h
    M clang/include/clang/Lex/TokenLexer.h
    M clang/include/clang/Lex/VariadicMacroSupport.h
    A clang/include/clang/Parse/LoopHint.h
    M clang/include/clang/Parse/ParseAST.h
    M clang/include/clang/Parse/ParseDiagnostic.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Rewrite/Core/DeltaTree.h
    M clang/include/clang/Rewrite/Core/HTMLRewrite.h
    M clang/include/clang/Rewrite/Core/RewriteBuffer.h
    M clang/include/clang/Rewrite/Core/RewriteRope.h
    M clang/include/clang/Rewrite/Core/Rewriter.h
    M clang/include/clang/Rewrite/Core/TokenRewriter.h
    M clang/include/clang/Rewrite/Frontend/ASTConsumers.h
    M clang/include/clang/Rewrite/Frontend/FixItRewriter.h
    M clang/include/clang/Rewrite/Frontend/FrontendActions.h
    M clang/include/clang/Rewrite/Frontend/Rewriters.h
    M clang/include/clang/Sema/AnalysisBasedWarnings.h
    M clang/include/clang/Sema/CXXFieldCollector.h
    M clang/include/clang/Sema/CleanupInfo.h
    M clang/include/clang/Sema/CodeCompleteConsumer.h
    M clang/include/clang/Sema/CodeCompleteOptions.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/DelayedDiagnostic.h
    M clang/include/clang/Sema/Designator.h
    M clang/include/clang/Sema/ExternalSemaSource.h
    M clang/include/clang/Sema/IdentifierResolver.h
    M clang/include/clang/Sema/Initialization.h
    M clang/include/clang/Sema/Lookup.h
    R clang/include/clang/Sema/LoopHint.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ObjCMethodList.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Ownership.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/ParsedTemplate.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/ScopeInfo.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/SemaConsumer.h
    M clang/include/clang/Sema/SemaDiagnostic.h
    M clang/include/clang/Sema/SemaFixItUtils.h
    M clang/include/clang/Sema/SemaInternal.h
    M clang/include/clang/Sema/SemaLambda.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Sema/TemplateInstCallback.h
    M clang/include/clang/Sema/TypoCorrection.h
    M clang/include/clang/Sema/Weak.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTDeserializationListener.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ContinuousRangeMap.h
    M clang/include/clang/Serialization/GlobalModuleIndex.h
    A clang/include/clang/Serialization/InMemoryModuleCache.h
    M clang/include/clang/Serialization/Module.h
    M clang/include/clang/Serialization/ModuleFileExtension.h
    M clang/include/clang/Serialization/ModuleManager.h
    A clang/include/clang/Serialization/PCHContainerOperations.h
    M clang/include/clang/Serialization/SerializationDiagnostic.h
    A clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    R clang/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
    M clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
    M clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
    R clang/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    A clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    R clang/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
    R clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Core/IssueHash.h
    M clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTExpr.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSort.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
    M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
    A clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
    M clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiff.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
    M clang/include/clang/Tooling/AllTUsExecution.h
    M clang/include/clang/Tooling/ArgumentsAdjusters.h
    M clang/include/clang/Tooling/CommonOptionsParser.h
    M clang/include/clang/Tooling/CompilationDatabase.h
    M clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/Core/Lookup.h
    M clang/include/clang/Tooling/Core/Replacement.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Execution.h
    M clang/include/clang/Tooling/FileMatchTrie.h
    M clang/include/clang/Tooling/FixIt.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/include/clang/Tooling/JSONCompilationDatabase.h
    M clang/include/clang/Tooling/Refactoring.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Refactoring/Extract/Extract.h
    A clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h
    A clang/include/clang/Tooling/Refactoring/RangeSelector.h
    M clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
    M clang/include/clang/Tooling/Refactoring/RefactoringAction.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h
    M clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
    M clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOption.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h
    M clang/include/clang/Tooling/Refactoring/RefactoringOptions.h
    M clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h
    M clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h
    M clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h
    M clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h
    M clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h
    M clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h
    A clang/include/clang/Tooling/Refactoring/SourceCode.h
    A clang/include/clang/Tooling/Refactoring/Stencil.h
    A clang/include/clang/Tooling/Refactoring/Transformer.h
    M clang/include/clang/Tooling/RefactoringCallbacks.h
    M clang/include/clang/Tooling/ReplacementsYaml.h
    M clang/include/clang/Tooling/StandaloneExecution.h
    A clang/include/clang/Tooling/Syntax/BuildTree.h
    A clang/include/clang/Tooling/Syntax/Nodes.h
    A clang/include/clang/Tooling/Syntax/Tokens.h
    A clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/ToolExecutorPluginRegistry.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/ARCMTActions.cpp
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/Internals.h
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/ARCMigrate/PlistReporter.cpp
    M clang/lib/ARCMigrate/TransAPIUses.cpp
    M clang/lib/ARCMigrate/TransARCAssign.cpp
    M clang/lib/ARCMigrate/TransAutoreleasePool.cpp
    M clang/lib/ARCMigrate/TransBlockObjCVariable.cpp
    M clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransGCCalls.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/TransProtectedScope.cpp
    M clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp
    M clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
    M clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp
    M clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
    M clang/lib/ARCMigrate/TransformActions.cpp
    M clang/lib/ARCMigrate/Transforms.cpp
    M clang/lib/ARCMigrate/Transforms.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTConsumer.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTDumper.cpp
    M clang/lib/AST/ASTImporter.cpp
    A clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CXXABI.h
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/Comment.cpp
    M clang/lib/AST/CommentBriefParser.cpp
    M clang/lib/AST/CommentCommandTraits.cpp
    M clang/lib/AST/CommentLexer.cpp
    M clang/lib/AST/CommentParser.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/DataCollection.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclFriend.cpp
    M clang/lib/AST/DeclGroup.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/DeclOpenMP.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/DeclarationName.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    A clang/lib/AST/FormatString.cpp
    A clang/lib/AST/FormatStringParsing.h
    M clang/lib/AST/InheritViz.cpp
    M clang/lib/AST/ItaniumCXXABI.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    A clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Linkage.h
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftCXXABI.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    A clang/lib/AST/OSLog.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMap.cpp
    A clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/QualTypeNames.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/RecordLayout.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    A clang/lib/AST/ScanfFormatString.cpp
    M clang/lib/AST/SelectorLocationsKind.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtCXX.cpp
    M clang/lib/AST/StmtIterator.cpp
    M clang/lib/AST/StmtObjC.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/StmtViz.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    A clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTTBuilder.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Parser.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CFGReachabilityAnalysis.cpp
    M clang/lib/Analysis/CFGStmtMap.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/CocoaConventions.cpp
    M clang/lib/Analysis/CodeInjector.cpp
    M clang/lib/Analysis/ConstructionContext.cpp
    M clang/lib/Analysis/Consumed.cpp
    M clang/lib/Analysis/Dominators.cpp
    A clang/lib/Analysis/ExprMutationAnalyzer.cpp
    R clang/lib/Analysis/FormatString.cpp
    R clang/lib/Analysis/FormatStringParsing.h
    M clang/lib/Analysis/LiveVariables.cpp
    R clang/lib/Analysis/OSLog.cpp
    M clang/lib/Analysis/ObjCNoReturn.cpp
    M clang/lib/Analysis/PostOrderCFGView.cpp
    R clang/lib/Analysis/PrintfFormatString.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    R clang/lib/Analysis/PseudoConstantAnalysis.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    A clang/lib/Analysis/RetainSummaryManager.cpp
    R clang/lib/Analysis/ScanfFormatString.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/ThreadSafetyCommon.cpp
    M clang/lib/Analysis/ThreadSafetyLogical.cpp
    M clang/lib/Analysis/ThreadSafetyTIL.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    A clang/lib/Analysis/plugins/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp
    A clang/lib/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
    A clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingAnalyzerPlugin.exports
    A clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
    A clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
    A clang/lib/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/Builtins.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/CharInfo.cpp
    A clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/DiagnosticOptions.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/FileSystemStatCache.cpp
    A clang/lib/Basic/FixedPoint.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    A clang/lib/Basic/LangStandards.cpp
    R clang/lib/Basic/MemoryBufferCache.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/ObjCRuntime.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/OperatorPrecedence.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/Sanitizers.cpp
    M clang/lib/Basic/SourceLocation.cpp
    M clang/lib/Basic/SourceManager.cpp
    A clang/lib/Basic/Stack.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets.h
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    A clang/lib/Basic/Targets/ARC.cpp
    A clang/lib/Basic/Targets/ARC.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Basic/Targets/AVR.h
    M clang/lib/Basic/Targets/BPF.cpp
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Lanai.cpp
    M clang/lib/Basic/Targets/Lanai.h
    M clang/lib/Basic/Targets/Le64.cpp
    M clang/lib/Basic/Targets/Le64.h
    M clang/lib/Basic/Targets/MSP430.cpp
    M clang/lib/Basic/Targets/MSP430.h
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/NVPTX.h
    R clang/lib/Basic/Targets/Nios2.cpp
    R clang/lib/Basic/Targets/Nios2.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PNaCl.cpp
    M clang/lib/Basic/Targets/PNaCl.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/SPIR.cpp
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/Sparc.cpp
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/Basic/Targets/SystemZ.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/TCE.cpp
    M clang/lib/Basic/Targets/TCE.h
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/Basic/Targets/XCore.cpp
    M clang/lib/Basic/Targets/XCore.h
    M clang/lib/Basic/TokenKinds.cpp
    M clang/lib/Basic/Version.cpp
    R clang/lib/Basic/VirtualFileSystem.cpp
    M clang/lib/Basic/Warnings.cpp
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/Address.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBlocks.h
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGCleanup.h
    M clang/lib/CodeGen/CGCoroutine.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGLoopInfo.h
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGObjCRuntime.cpp
    M clang/lib/CodeGen/CGObjCRuntime.h
    M clang/lib/CodeGen/CGOpenCLRuntime.cpp
    M clang/lib/CodeGen/CGOpenCLRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGRecordLayout.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTT.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGVTables.h
    M clang/lib/CodeGen/CGValue.h
    M clang/lib/CodeGen/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenABITypes.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTBAA.h
    M clang/lib/CodeGen/CodeGenTypeCache.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MacroPPCallbacks.cpp
    M clang/lib/CodeGen/MacroPPCallbacks.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    A clang/lib/CodeGen/PatternInit.cpp
    A clang/lib/CodeGen/PatternInit.h
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/CodeGen/VarBypassDetector.cpp
    M clang/lib/CodeGen/VarBypassDetector.h
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    A clang/lib/DirectoryWatcher/CMakeLists.txt
    A clang/lib/DirectoryWatcher/DirectoryScanner.cpp
    A clang/lib/DirectoryWatcher/DirectoryScanner.h
    A clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
    A clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
    A clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    A clang/lib/DirectoryWatcher/windows/DirectoryWatcher-windows.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Compilation.cpp
    A clang/lib/Driver/DarwinSDKInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/DriverOptions.cpp
    M clang/lib/Driver/InputInfo.h
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/Multilib.cpp
    M clang/lib/Driver/Phases.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/Tool.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/AVR.h
    M clang/lib/Driver/ToolChains/Ananas.cpp
    M clang/lib/Driver/ToolChains/Ananas.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.h
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.h
    M clang/lib/Driver/ToolChains/Arch/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.h
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.h
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Arch/Sparc.cpp
    M clang/lib/Driver/ToolChains/Arch/Sparc.h
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.h
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    M clang/lib/Driver/ToolChains/BareMetal.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Clang.h
    M clang/lib/Driver/ToolChains/CloudABI.cpp
    M clang/lib/Driver/ToolChains/CloudABI.h
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Contiki.cpp
    M clang/lib/Driver/ToolChains/Contiki.h
    M clang/lib/Driver/ToolChains/CrossWindows.cpp
    M clang/lib/Driver/ToolChains/CrossWindows.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    M clang/lib/Driver/ToolChains/DragonFly.cpp
    M clang/lib/Driver/ToolChains/DragonFly.h
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.h
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Haiku.cpp
    M clang/lib/Driver/ToolChains/Haiku.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hexagon.h
    A clang/lib/Driver/ToolChains/Hurd.cpp
    A clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/Lanai.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    A clang/lib/Driver/ToolChains/MSP430.cpp
    A clang/lib/Driver/ToolChains/MSP430.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MinGW.h
    M clang/lib/Driver/ToolChains/Minix.cpp
    M clang/lib/Driver/ToolChains/Minix.h
    M clang/lib/Driver/ToolChains/MipsLinux.cpp
    M clang/lib/Driver/ToolChains/MipsLinux.h
    M clang/lib/Driver/ToolChains/Myriad.cpp
    M clang/lib/Driver/ToolChains/Myriad.h
    M clang/lib/Driver/ToolChains/NaCl.cpp
    M clang/lib/Driver/ToolChains/NaCl.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/NetBSD.h
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    A clang/lib/Driver/ToolChains/PPCLinux.cpp
    A clang/lib/Driver/ToolChains/PPCLinux.h
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    R clang/lib/Driver/ToolChains/RISCV.cpp
    R clang/lib/Driver/ToolChains/RISCV.h
    A clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    A clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/Solaris.h
    M clang/lib/Driver/ToolChains/TCE.cpp
    M clang/lib/Driver/ToolChains/TCE.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.h
    M clang/lib/Driver/ToolChains/XCore.cpp
    M clang/lib/Driver/ToolChains/XCore.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Edit/Commit.cpp
    M clang/lib/Edit/EditedSource.cpp
    M clang/lib/Edit/RewriteObjCFoundationAPI.cpp
    M clang/lib/Format/AffectedRangeManager.cpp
    M clang/lib/Format/AffectedRangeManager.h
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/BreakableToken.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Encoding.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatInternal.h
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/NamespaceEndCommentsFixer.h
    M clang/lib/Format/SortJavaScriptImports.cpp
    M clang/lib/Format/SortJavaScriptImports.h
    M clang/lib/Format/TokenAnalyzer.cpp
    M clang/lib/Format/TokenAnalyzer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/TokenAnnotator.h
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineFormatter.h
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/UsingDeclarationsSorter.cpp
    M clang/lib/Format/UsingDeclarationsSorter.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/ASTConsumers.cpp
    M clang/lib/Frontend/ASTMerge.cpp

  Log Message:
  -----------
  Merge community 'master' into HighTec htc/master


  Commit: 62bcf332dfe23fef7631b8f9d75ea6f6549e11f1
      https://github.com/llvm/llvm-project/commit/62bcf332dfe23fef7631b8f9d75ea6f6549e11f1
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    A Jenkinsfile

  Log Message:
  -----------
  Add initial Jenkinsfile.


  Commit: 97eaf97cee20796b5b9af6019242cb56403f1de8
      https://github.com/llvm/llvm-project/commit/97eaf97cee20796b5b9af6019242cb56403f1de8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-06 (Fri, 06 Sep 2019)

  Changed paths:
    M clang/unittests/DirectoryWatcher/CMakeLists.txt

  Log Message:
  -----------
  Disable the DirectoryWatcher unit test.

This test fails on our build slave within a docker container.
It seems like the network file system + docker volumes do not properly handle inotify events.
The test passes on all other machines.


  Commit: 4b27c215192bdfcadd8288769bc9a1f1f0bf5741
      https://github.com/llvm/llvm-project/commit/4b27c215192bdfcadd8288769bc9a1f1f0bf5741
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-09-11 (Wed, 11 Sep 2019)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h
    M llvm/lib/Support/Triple.cpp
    M llvm/unittests/ADT/TripleTest.cpp

  Log Message:
  -----------
  [DPWBS-994] Recognise tricore in triple parsing code


  Commit: 001c29a022e53e3d29757d61e9e613acc7153b68
      https://github.com/llvm/llvm-project/commit/001c29a022e53e3d29757d61e9e613acc7153b68
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/TriCore.def
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/Object/TriCore/elf-flags.yaml
    A llvm/test/Object/TriCore/lit.local.cfg
    M llvm/tools/llvm-objcopy/CopyConfig.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [DPWBS-997] Add initial TriCore skeleton

Adding necessary definitions for TriCore ELF files and relocations.
Made change to ELFYaml, llvm-readobj, llvm-objcopy to make them work with TriCore ELF files.
Adding ELFYaml test.


  Commit: 644bbf92b28b3efa5f10f297a0e419a50ac3c7f7
      https://github.com/llvm/llvm-project/commit/644bbf92b28b3efa5f10f297a0e419a50ac3c7f7
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M Jenkinsfile
    M llvm/lib/Target/LLVMBuild.txt
    A llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/LLVMBuild.txt
    A llvm/lib/Target/TriCore/TargetInfo/CMakeLists.txt
    A llvm/lib/Target/TriCore/TargetInfo/LLVMBuild.txt
    A llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    A llvm/lib/Target/TriCore/TriCoreTargetMachine.h

  Log Message:
  -----------
  [DPWBS-997] Add initial TriCore skeleton

Adding stub backend that compile.


  Commit: 63a70e2517ef19a50407c620a8ca131f399afb0f
      https://github.com/llvm/llvm-project/commit/63a70e2517ef19a50407c620a8ca131f399afb0f
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-12 (Thu, 12 Sep 2019)

  Changed paths:
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/Targets.cpp
    A clang/lib/Basic/Targets/TriCore.cpp
    A clang/lib/Basic/Targets/TriCore.h
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/lib/Driver/ToolChains/HighTec.cpp
    A clang/lib/Driver/ToolChains/HighTec.h
    M clang/test/Driver/frame-pointer.c
    A clang/test/Driver/tricore-features.c
    A clang/test/Driver/tricore-toolchain.c
    M clang/test/Preprocessor/init.c

  Log Message:
  -----------
  [DPWBS-1010] Add TriCore clang target and compiler driver

This patch contains the basic clang target description (mostly sizes and alignment of types)
as well as a rudimentary HighTec driver (able to call the integrated assembler and very basic linker call).


  Commit: 393e1f9acb261e79643fe9d0e3e7eec1e7474b54
      https://github.com/llvm/llvm-project/commit/393e1f9acb261e79643fe9d0e3e7eec1e7474b54
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-16 (Mon, 16 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-998] Add all instruction formats

Adding also RegisterClass and ADD instruction definiton to be able to compile it, while
the formats are actively used.


  Commit: f080983d0077086c20658c8cad58562486b75dff
      https://github.com/llvm/llvm-project/commit/f080983d0077086c20658c8cad58562486b75dff
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/LLVMBuild.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.h
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.h

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding MCTargetDesc files.


  Commit: 6093dbb05428615af214f2238a9bc051569c8a8d
      https://github.com/llvm/llvm-project/commit/6093dbb05428615af214f2238a9bc051569c8a8d
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    A llvm/lib/Target/TriCore/AsmParser/CMakeLists.txt
    A llvm/lib/Target/TriCore/AsmParser/LLVMBuild.txt
    A llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/test/MC/TriCore/cfi-regs-invalid.s
    A llvm/test/MC/TriCore/cfi-regs-valid.s

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding AsmParser and the necessary changes for it.


  Commit: ab58a8e84f875a201e130195440e2c7e153be2a9
      https://github.com/llvm/llvm-project/commit/ab58a8e84f875a201e130195440e2c7e153be2a9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M clang/test/Driver/tricore-toolchain.c
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/InstPrinter/CMakeLists.txt
    A llvm/lib/Target/TriCore/InstPrinter/LLVMBuild.txt
    A llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.cpp
    A llvm/lib/Target/TriCore/InstPrinter/TriCoreInstPrinter.h
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/elf-header.s

  Log Message:
  -----------
  [DPWBS-999] Add basic asm parser / instruction printer

Adding InstPrinter and necessary changes. Adding elf header test.


  Commit: d534c235c940128b7b35352d19e416e9a4c920a8
      https://github.com/llvm/llvm-project/commit/d534c235c940128b7b35352d19e416e9a4c920a8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-09-18 (Wed, 18 Sep 2019)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    A clang/test/CodeGen/tricore-abi.c

  Log Message:
  -----------
  [DPWBS-1011] Add clang support for TriCore Register Calling Convention

This patch introduces the TriCoreABIInfo and TriCoreTargetCodeGenInfo classes.
The TriCoreABIInfo class is responsible for implementing the target specific
function argument and return value marshalling.

The TriCoreCodeGenInfo class so far only initializes the TriCoreABIInfo instance.

The added test tricore-abi.c demonstrates that all arguments and return values are
lowered as expected.


  Commit: 4565d44337cfb47fed09c17e9e779747df2a3eb9
      https://github.com/llvm/llvm-project/commit/4565d44337cfb47fed09c17e9e779747df2a3eb9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    A llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    A llvm/lib/Target/TriCore/TriCoreSubtarget.h

  Log Message:
  -----------
  [DPBWS-1001] Add support for instructions

Adding .code16 and .code32 parsing ability.


  Commit: ed181a7d28e9d44cb6132e1c86377ff4f9ba9626
      https://github.com/llvm/llvm-project/commit/ed181a7d28e9d44cb6132e1c86377ff4f9ba9626
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPBWS-1001] Add support for instructions

Adding register definitions.


  Commit: f413d3e3ec4883cef8c5512a2c51c0dd23598232
      https://github.com/llvm/llvm-project/commit/f413d3e3ec4883cef8c5512a2c51c0dd23598232
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-09-30 (Mon, 30 Sep 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/unconditional-branch-invalid.s
    A llvm/test/MC/TriCore/unconditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1016] Add support for instructions

Adding "Unconditional branch" instruction group and the corresponding test files.


  Commit: be123dfdb2db1ddb6a2e8c91776890c7ad3baae4
      https://github.com/llvm/llvm-project/commit/be123dfdb2db1ddb6a2e8c91776890c7ad3baae4
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/move-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1002] Add support for instructions

Adding "Move" instruction group and the corresponding test files.


  Commit: 24bdce46868ca050cddbf8b99107b48acd51485f
      https://github.com/llvm/llvm-project/commit/24bdce46868ca050cddbf8b99107b48acd51485f
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/addition-and-subtraction-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1003] Add support for instructions

Adding "Addition and Subtraction" instruction group and the corresponding test files.


  Commit: ce38ce878f7f59c695c998f01dac4e8229cefbd5
      https://github.com/llvm/llvm-project/commit/ce38ce878f7f59c695c998f01dac4e8229cefbd5
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/logical-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1004] Add support for instructions

Adding "Logical" instruction group and the corresponding test files.


  Commit: e1e3aede9b5e230c6522d925090100815e459d73
      https://github.com/llvm/llvm-project/commit/e1e3aede9b5e230c6522d925090100815e459d73
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1003] Add support for instructions

Fixing commutable issue. Removing trailing whitespaces.


  Commit: d901dfc3e5bfc7eeecd697946fc7c56a6313e70a
      https://github.com/llvm/llvm-project/commit/d901dfc3e5bfc7eeecd697946fc7c56a6313e70a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    A .git-blame-ignore-revs
    M .gitignore
    M clang-tools-extra/clang-apply-replacements/tool/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/tool/CMakeLists.txt
    M clang-tools-extra/clang-move/tool/CMakeLists.txt
    M clang-tools-extra/clang-query/tool/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    A clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.h
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    A clang-tools-extra/clang-tidy/darwin/AvoidSpinlockCheck.cpp
    A clang-tools-extra/clang-tidy/darwin/AvoidSpinlockCheck.h
    A clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    A clang-tools-extra/clang-tidy/darwin/DarwinTidyModule.cpp
    A clang-tools-extra/clang-tidy/darwin/DispatchOnceNonstaticCheck.cpp
    A clang-tools-extra/clang-tidy/darwin/DispatchOnceNonstaticCheck.h
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
    M clang-tools-extra/clang-tidy/google/TodoCommentCheck.h
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    R clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.cpp
    R clang-tools-extra/clang-tidy/objc/AvoidSpinlockCheck.h
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/MissingHashCheck.cpp
    A clang-tools-extra/clang-tidy/objc/MissingHashCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/plugin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    R clang-tools-extra/clangd/ClangdUnit.cpp
    R clang-tools-extra/clangd/ClangdUnit.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    A clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    A clang-tools-extra/clangd/FindTarget.cpp
    A clang-tools-extra/clangd/FindTarget.h
    A clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    A clang-tools-extra/clangd/HeaderSourceSwitch.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    A clang-tools-extra/clangd/ParsedAST.cpp
    A clang-tools-extra/clangd/ParsedAST.h
    A clang-tools-extra/clangd/Preamble.cpp
    A clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/Selection.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    A clang-tools-extra/clangd/SemanticSelection.cpp
    A clang-tools-extra/clangd/SemanticSelection.h
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/Threading.h
    M clang-tools-extra/clangd/Trace.cpp
    M clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/URI.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    A clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    M clang-tools-extra/clangd/clients/clangd-vscode/README.md
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/complete.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/diagnostics.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/extract.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/format.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/include.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
    A clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/xrefs.png
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundRebuild.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    M clang-tools-extra/clangd/indexer/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/selection-range.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/type-hierarchy.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    R clang-tools-extra/clangd/unittests/ClangdUnitTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    A clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    A clang-tools-extra/clangd/unittests/HeaderSourceSwitchTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    A clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/test-client/CMakeLists.txt
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-doc.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-infinite-loop.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-posix-return.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
    A clang-tools-extra/docs/clang-tidy/checks/darwin-avoid-spinlock.rst
    A clang-tools-extra/docs/clang-tidy/checks/darwin-dispatch-once-nonstatic.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    R clang-tools-extra/docs/clang-tidy/checks/objc-avoid-spinlock.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-missing-hash.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clangd/Installation.rst
    M clang-tools-extra/modularize/CMakeLists.txt
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/pp-trace/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/bugprone-argument-comment-ignore-single-argument.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp
    A clang-tools-extra/test/clang-tidy/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/darwin-dispatch-once-nonstatic.mm
    A clang-tools-extra/test/clang-tidy/file-filter-symlinks.cpp
    M clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    M clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    M clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    R clang-tools-extra/test/clang-tidy/objc-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/objc-missing-hash.m
    M clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    A clang-tools-extra/test/clang-tidy/readability-isolate-declaration-no-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    M clang-tools-extra/tool-template/CMakeLists.txt
    M clang-tools-extra/unittests/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/unittests/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    M clang-tools-extra/unittests/clang-include-fixer/CMakeLists.txt
    M clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/unittests/clang-move/CMakeLists.txt
    M clang-tools-extra/unittests/clang-query/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    A clang/docs/ConstantInterpreter.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTImporter.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/index.rst
    A clang/include/clang-c/FatalErrorHandler.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CharUnits.h
    M clang/include/clang/AST/CommentLexer.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExternalASTMerger.h
    M clang/include/clang/AST/FormatString.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/OperationKinds.def
    A clang/include/clang/AST/OptionalDiagnostic.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocNodes.def
    R clang/include/clang/AST/TypeNodes.def
    M clang/include/clang/AST/TypeVisitor.h
    M clang/include/clang/Analysis/CFG.h
    A clang/include/clang/Analysis/PathDiagnostic.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    A clang/include/clang/Basic/AttributeCommonInfo.h
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    A clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Linkage.h
    M clang/include/clang/Basic/OpenCLOptions.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TokenKinds.def
    A clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/Phases.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.def
    M clang/include/clang/Format/Format.h
    R clang/include/clang/Index/CodegenNameGenerator.h
    M clang/include/clang/Index/IndexingAction.h
    A clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/DependencyDirectivesSourceMinimizer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/Preprocessor.h
    A clang/include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    R clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/Tooling/ArgumentsAdjusters.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    R clang/include/clang/Tooling/Refactoring/RangeSelector.h
    M clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
    R clang/include/clang/Tooling/Refactoring/SourceCode.h
    R clang/include/clang/Tooling/Refactoring/Stencil.h
    R clang/include/clang/Tooling/Refactoring/Transformer.h
    A clang/include/clang/Tooling/Transformer/MatchConsumer.h
    A clang/include/clang/Tooling/Transformer/RangeSelector.h
    A clang/include/clang/Tooling/Transformer/SourceCode.h
    A clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h
    A clang/include/clang/Tooling/Transformer/Stencil.h
    A clang/include/clang/Tooling/Transformer/Transformer.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CommentLexer.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/InheritViz.cpp
    A clang/lib/AST/Interp/Block.cpp
    A clang/lib/AST/Interp/Block.h
    A clang/lib/AST/Interp/Boolean.h
    A clang/lib/AST/Interp/ByteCodeEmitter.cpp
    A clang/lib/AST/Interp/ByteCodeEmitter.h
    A clang/lib/AST/Interp/ByteCodeExprGen.cpp
    A clang/lib/AST/Interp/ByteCodeExprGen.h
    A clang/lib/AST/Interp/ByteCodeGenError.cpp
    A clang/lib/AST/Interp/ByteCodeGenError.h
    A clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    A clang/lib/AST/Interp/ByteCodeStmtGen.h
    A clang/lib/AST/Interp/Context.cpp
    A clang/lib/AST/Interp/Context.h
    A clang/lib/AST/Interp/Descriptor.cpp
    A clang/lib/AST/Interp/Descriptor.h
    A clang/lib/AST/Interp/Disasm.cpp
    A clang/lib/AST/Interp/EvalEmitter.cpp
    A clang/lib/AST/Interp/EvalEmitter.h
    A clang/lib/AST/Interp/Frame.cpp
    A clang/lib/AST/Interp/Frame.h
    A clang/lib/AST/Interp/Function.cpp
    A clang/lib/AST/Interp/Function.h
    A clang/lib/AST/Interp/Integral.h
    A clang/lib/AST/Interp/Interp.cpp
    A clang/lib/AST/Interp/Interp.h
    A clang/lib/AST/Interp/InterpFrame.cpp
    A clang/lib/AST/Interp/InterpFrame.h
    A clang/lib/AST/Interp/InterpStack.cpp
    A clang/lib/AST/Interp/InterpStack.h
    A clang/lib/AST/Interp/InterpState.cpp
    A clang/lib/AST/Interp/InterpState.h
    A clang/lib/AST/Interp/Opcode.h
    A clang/lib/AST/Interp/Opcodes.td
    A clang/lib/AST/Interp/Pointer.cpp
    A clang/lib/AST/Interp/Pointer.h
    A clang/lib/AST/Interp/PrimType.cpp
    A clang/lib/AST/Interp/PrimType.h
    A clang/lib/AST/Interp/Program.cpp
    A clang/lib/AST/Interp/Program.h
    A clang/lib/AST/Interp/Record.cpp
    A clang/lib/AST/Interp/Record.h
    A clang/lib/AST/Interp/Source.cpp
    A clang/lib/AST/Interp/Source.h
    A clang/lib/AST/Interp/State.cpp
    A clang/lib/AST/Interp/State.h
    M clang/lib/AST/ItaniumCXXABI.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTTBuilder.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/Consumed.cpp
    A clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
    M clang/lib/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt
    M clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
    M clang/lib/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/BPF.cpp
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/SystemZ.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCXXABI.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenPGO.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/DriverOptions.cpp
    M clang/lib/Driver/Phases.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/Mips.h
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Clang.h
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    A clang/lib/Driver/ToolChains/InterfaceStubs.cpp
    A clang/lib/Driver/ToolChains/InterfaceStubs.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Encoding.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnostic.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/__clang_cuda_intrinsics.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/ia32intrin.h
    M clang/lib/Index/CMakeLists.txt
    R clang/lib/Index/CodegenNameGenerator.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAccess.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaModule.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    M clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
    M clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.h
    M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/Checker.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    R clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Inclusions/IncludeStyle.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/CMakeLists.txt
    R clang/lib/Tooling/Refactoring/RangeSelector.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    R clang/lib/Tooling/Refactoring/SourceCode.cpp
    R clang/lib/Tooling/Refactoring/Stencil.cpp
    R clang/lib/Tooling/Refactoring/Transformer.cpp
    M clang/lib/Tooling/Tooling.cpp
    A clang/lib/Tooling/Transformer/CMakeLists.txt
    A clang/lib/Tooling/Transformer/RangeSelector.cpp
    A clang/lib/Tooling/Transformer/SourceCode.cpp
    A clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
    A clang/lib/Tooling/Transformer/Stencil.cpp
    A clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/Interp/cond.cpp
    M clang/test/AST/ast-dump-color.cpp
    A clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    A clang/test/AST/atomic-expr.cpp
    M clang/test/ASTMerge/class-template/test.cpp
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/array-struct-region.cpp
    A clang/test/Analysis/cast-value-weird.cpp
    M clang/test/Analysis/cfg.cpp
    M clang/test/Analysis/crash-trace.c
    M clang/test/Analysis/dead-stores.c
    M clang/test/Analysis/dead-stores.cpp
    M clang/test/Analysis/dead-stores.m
    M clang/test/Analysis/debug-CallGraph.cpp
    M clang/test/Analysis/edges-new.mm
    A clang/test/Analysis/loop-widening.cpp
    M clang/test/Analysis/misc-ps-region-store.m
    M clang/test/Analysis/null-deref-ps.c
    M clang/test/Analysis/objc-arc.m
    M clang/test/Analysis/plist-output.m
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/virtualcall-fixits.cpp
    M clang/test/CMakeLists.txt
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/dtor.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p1.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p2.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr16xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/drs/dr7xx.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    A clang/test/CXX/expr/expr.const/p6-2a.cpp
    A clang/test/ClangScanDeps/Inputs/foodir
    M clang/test/ClangScanDeps/Inputs/header_stat_before_open_cdb.json
    A clang/test/ClangScanDeps/Inputs/headerwithdirname.json
    M clang/test/ClangScanDeps/Inputs/no-werror.json
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    A clang/test/ClangScanDeps/Inputs/strip_diag_serialize.json
    M clang/test/ClangScanDeps/Inputs/subframework_header_dir_symlink_cdb.json
    M clang/test/ClangScanDeps/Inputs/symlink_cdb.json
    M clang/test/ClangScanDeps/Inputs/vfsoverlay_cdb.json
    M clang/test/ClangScanDeps/error.cpp
    M clang/test/ClangScanDeps/header_stat_before_open.m
    A clang/test/ClangScanDeps/headerwithdirname.cpp
    M clang/test/ClangScanDeps/no-werror.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    A clang/test/ClangScanDeps/strip_diag_serialize.cpp
    M clang/test/ClangScanDeps/subframework_header_dir_symlink.m
    M clang/test/ClangScanDeps/symlink.cpp
    M clang/test/ClangScanDeps/vfsoverlay.cpp
    A clang/test/CodeCompletion/member-access-qualifiers.cpp
    M clang/test/CodeGen/Inputs/thinlto-multi-module.ll
    M clang/test/CodeGen/Inputs/thinlto_backend.ll
    M clang/test/CodeGen/Inputs/thinlto_backend_local_name_conflict1.ll
    M clang/test/CodeGen/Inputs/thinlto_backend_local_name_conflict2.ll
    A clang/test/CodeGen/aapcs-bitfield.c
    A clang/test/CodeGen/aarch64-byval-temp.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    M clang/test/CodeGen/aarch64-neon-scalar-copy.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
    M clang/test/CodeGen/aarch64-neon-vget.c
    M clang/test/CodeGen/aarch64-poly64.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-global-large.c
    M clang/test/CodeGen/altivec-ct.c
    A clang/test/CodeGen/altivec-dss.c
    M clang/test/CodeGen/arm-mfpu-none.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm64-lanes.c
    M clang/test/CodeGen/arm64_vcopy.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/attr-cpuspecific.c
    M clang/test/CodeGen/attr-target-mv-func-ptrs.c
    M clang/test/CodeGen/attr-target-mv-va-args.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/available-externally-suppress.c
    M clang/test/CodeGen/avr-builtins.c
    M clang/test/CodeGen/avx-builtins.c
    M clang/test/CodeGen/avx-cmp-builtins.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vl-builtins.c
    A clang/test/CodeGen/builtin-preserve-access-index-nonptr.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-1.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-2.c
    M clang/test/CodeGen/builtins-ppc-altivec.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/CodeGen/builtins-ppc-p9vector.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-systemz-vector.c
    M clang/test/CodeGen/builtins-systemz-vector2.c
    M clang/test/CodeGen/builtins-systemz-vector3-error.c
    M clang/test/CodeGen/builtins-systemz-vector3.c
    M clang/test/CodeGen/builtins-systemz-zvector-error.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2-error.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-systemz-zvector3-error.c
    M clang/test/CodeGen/builtins-systemz-zvector3.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/const-init.c
    M clang/test/CodeGen/debug-info-param-modification.c
    M clang/test/CodeGen/enum2.c
    M clang/test/CodeGen/exprs.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/iamcu-abi.c
    M clang/test/CodeGen/inline.c
    M clang/test/CodeGen/ppc-smmintrin.c
    M clang/test/CodeGen/sse-builtins.c
    M clang/test/CodeGen/sse.c
    M clang/test/CodeGen/systemz-abi-vector.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/target-builtin-error.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/tbaa-struct.cpp
    M clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll
    M clang/test/CodeGen/thinlto-distributed-backend-skip.ll
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    M clang/test/CodeGen/thinlto-distributed-cfi.ll
    M clang/test/CodeGen/thinlto-distributed.ll
    M clang/test/CodeGen/thinlto-multi-module.ll
    M clang/test/CodeGen/thinlto_backend.ll
    M clang/test/CodeGen/thinlto_backend_local_name_conflict.ll
    R clang/test/CodeGen/windows-on-arm-itanium-thread-local.c
    M clang/test/CodeGen/x86-builtins-vector-width.c
    A clang/test/CodeGen/x86-builtins.c
    A clang/test/CodeGen/x86-vec-i128.c
    A clang/test/CodeGen/x86_64-mno-sse2.c
    M clang/test/CodeGen/zvector.c
    M clang/test/CodeGen/zvector2.c
    M clang/test/CodeGenCUDA/Inputs/cuda.h
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-call.cu
    A clang/test/CodeGenCUDA/openmp-target.cu
    M clang/test/CodeGenCXX/attr-cpuspecific.cpp
    M clang/test/CodeGenCXX/attr-no-destroy-d54344.cpp
    M clang/test/CodeGenCXX/attr-target-mv-diff-ns.cpp
    M clang/test/CodeGenCXX/attr-target-mv-inalloca.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.cpp
    M clang/test/CodeGenCXX/attr-target-mv-modules.cpp
    M clang/test/CodeGenCXX/attr-target-mv-out-of-line-defs.cpp
    M clang/test/CodeGenCXX/attr-target-mv-overloads.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/builtin-bit-cast-no-tbaa.cpp
    M clang/test/CodeGenCXX/builtins-systemz-zvector.cpp
    A clang/test/CodeGenCXX/call-conv-thru-alias.cpp
    A clang/test/CodeGenCXX/const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local.cpp
    A clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    M clang/test/CodeGenCXX/linetable-virtual-variadic.cpp
    M clang/test/CodeGenCXX/mangle-exprs.cpp
    M clang/test/CodeGenCXX/mangle-lambda-explicit-template-params.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    A clang/test/CodeGenCXX/mangle-ms-cxx17.cpp
    M clang/test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    A clang/test/CodeGenCXX/ms-constexpr-static-data-member.cpp
    M clang/test/CodeGenCXX/ms-integer-static-data-members-exported.cpp
    M clang/test/CodeGenCXX/ms-integer-static-data-members.cpp
    A clang/test/CodeGenCXX/ms-thunks-variadic-return.cpp
    A clang/test/CodeGenCXX/no-const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/no_destroy.cpp
    A clang/test/CodeGenCXX/non-const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/tls-init-funcs.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    A clang/test/CodeGenCXX/windows-on-arm-itanium-thread-local.cpp
    R clang/test/CodeGenObjC/Inputs/strong_in_union.h
    M clang/test/CodeGenObjC/protocol-comdat.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-ci.cl
    A clang/test/CoverageMapping/debug-dir.cpp
    M clang/test/Driver/arm-compiler-rt.c
    M clang/test/Driver/arm-features.c
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/check-time-trace-sections.cpp
    M clang/test/Driver/check-time-trace.cpp
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-bundler.c
    A clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/compilation_database.c
    M clang/test/Driver/coverage_no_integrated_as.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/darwin-sdkroot.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fopenmp.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/gcc-toolchain.cpp
    M clang/test/Driver/gen-cdb-fragment.c
    A clang/test/Driver/hip-default-gpu-arch.hip
    A clang/test/Driver/hip-device-compile.hip
    A clang/test/Driver/hip-no-device-libs.hip
    A clang/test/Driver/hip-save-temps.hip
    A clang/test/Driver/hip-syntax-only.hip
    A clang/test/Driver/m-and-mm.c
    R clang/test/Driver/m_and_mm.c
    M clang/test/Driver/mips-features.c
    M clang/test/Driver/mips-float.c
    M clang/test/Driver/mips-integrated-as.s
    M clang/test/Driver/mips-mti.cpp
    M clang/test/Driver/modules.cpp
    M clang/test/Driver/msp430-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/ppc-features.cpp
    M clang/test/Driver/print-libgcc-file-name-clangrt.c
    M clang/test/Driver/rewrite-map-in-diagnostics.c
    M clang/test/Driver/riscv-features.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/split-lto-unit.c
    M clang/test/Driver/systemz-march.c
    M clang/test/Driver/verbose-output-quoting.c
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/working-directory.c
    M clang/test/FixIt/fixit-c++2a.cpp
    M clang/test/Format/style-on-command-line.cpp
    M clang/test/Frontend/Inputs/NextIncludes/rewrite-includes9.h
    M clang/test/Frontend/Inputs/rewrite-includes1.h
    M clang/test/Frontend/Inputs/rewrite-includes2.h
    M clang/test/Frontend/Inputs/rewrite-includes3.h
    M clang/test/Frontend/Inputs/rewrite-includes4.h
    M clang/test/Frontend/Inputs/rewrite-includes5.h
    M clang/test/Frontend/Inputs/rewrite-includes6.h
    M clang/test/Frontend/Inputs/rewrite-includes7.h
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/lib/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/include/c++/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/lib/gcc/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/local/include/.keep
    A clang/test/Frontend/Inputs/sysroot_x86_64_cross_linux_tree/usr/local/lib/.keep
    M clang/test/Frontend/cc1-return-codes.c
    M clang/test/Frontend/dependency-gen-has-include.c
    M clang/test/Frontend/nostdlib-for-asmpp.s
    M clang/test/Frontend/rewrite-includes-cli-include.c
    A clang/test/Frontend/rewrite-includes-conditions.c
    M clang/test/Frontend/rewrite-includes-warnings.c
    M clang/test/Frontend/rewrite-includes.c
    A clang/test/Frontend/stdin-input.c
    A clang/test/Frontend/warning-poison-system-directories.c
    M clang/test/Headers/altivec-header.c
    M clang/test/Headers/arm-fp16-header.c
    M clang/test/Headers/arm-neon-header.c
    M clang/test/Headers/x86-intrinsics-headers-clean.cpp
    M clang/test/Headers/x86-intrinsics-headers.c
    M clang/test/Headers/x86intrin-2.c
    M clang/test/Headers/x86intrin.c
    M clang/test/Headers/xmmintrin.c
    M clang/test/Import/cxx-anon-namespace/test.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Index/crash-recovery-modules.m
    M clang/test/Index/index-module-with-vfs.m
    M clang/test/Index/index-templates.cpp
    M clang/test/InterfaceStubs/bad-format.cpp
    M clang/test/InterfaceStubs/class-template-specialization.cpp
    A clang/test/InterfaceStubs/conflict-type.ifs
    A clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/externstatic.c
    A clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/function-template-specialization.cpp
    M clang/test/InterfaceStubs/inline.c
    A clang/test/InterfaceStubs/merge-conflict-test.c
    A clang/test/InterfaceStubs/object-double.c
    A clang/test/InterfaceStubs/object-float.c
    A clang/test/InterfaceStubs/object.c
    R clang/test/InterfaceStubs/object.cpp
    A clang/test/InterfaceStubs/object.ifs
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/Lexer/cross-windows-on-linux-default.cpp
    M clang/test/Lexer/cross-windows-on-linux.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp
    A clang/test/Lexer/has_feature_leak_sanitizer.cpp
    M clang/test/Misc/diag-macro-backtrace2.c
    M clang/test/Misc/driver-verify.c
    M clang/test/Misc/pragma-attribute-cxx.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Bar.h
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Headers/Foo.h
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/interface-diagnose-missing-import/Foo.framework/PrivateHeaders/RandoPriv.h
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/at-import-in-framework-header.m
    M clang/test/Modules/builtin-import.mm
    M clang/test/Modules/builtins.m
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/dependency-dump-dependent-module.m
    M clang/test/Modules/dependency-dump.m
    M clang/test/Modules/double-quotes.m
    M clang/test/Modules/framework-public-includes-private.m
    M clang/test/Modules/implicit-invalidate-common.c
    A clang/test/Modules/interface-diagnose-missing-import.m
    M clang/test/Modules/preprocess-module.cpp
    M clang/test/Modules/umbrella-header-include-builtin.mm
    A clang/test/OpenMP/constexpr_partial_array.cpp
    M clang/test/OpenMP/declare_mapper_messages.c
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_simd_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    A clang/test/OpenMP/declare_variant_ast_print.c
    A clang/test/OpenMP/declare_variant_ast_print.cpp
    A clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    A clang/test/OpenMP/declare_variant_messages.c
    A clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/openmp_offload_registration.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_codegen_registration.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_private_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_loop_messages.cpp
    M clang/test/OpenMP/taskloop_private_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_ast_print.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_messages.cpp
    M clang/test/PCH/modified-header-error.c
    A clang/test/PCH/non-trivial-c-union.m
    M clang/test/Parser/DelayedTemplateParsing.cpp
    M clang/test/Parser/atomic.c
    M clang/test/Parser/crash-report.c
    M clang/test/Parser/cxx0x-decl.cpp
    M clang/test/Preprocessor/Inputs/nonportable-hmaps/foo.hmap.json
    A clang/test/Preprocessor/Inputs/nonportable-hmaps/headers/foo/Bar.h
    A clang/test/Preprocessor/Inputs/nonportable-hmaps/headers/foo/Baz.h
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/nonportable-include-with-hmap.c
    M clang/test/Preprocessor/pragma_microsoft.c
    M clang/test/Preprocessor/pragma_module.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    A clang/test/Preprocessor/riscv-cmodel.c
    M clang/test/Preprocessor/riscv-target-features.c
    A clang/test/Profile/Inputs/misexpect-branch-nonconst-expect-arg.proftext
    A clang/test/Profile/Inputs/misexpect-branch.proftext
    A clang/test/Profile/Inputs/misexpect-switch-default-only.proftext
    A clang/test/Profile/Inputs/misexpect-switch-default.proftext
    A clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
    A clang/test/Profile/Inputs/misexpect-switch.proftext
    A clang/test/Profile/misexpect-branch-cold.c
    A clang/test/Profile/misexpect-branch-nonconst-expected-val.c
    A clang/test/Profile/misexpect-branch-unpredictable.c
    A clang/test/Profile/misexpect-branch.c
    A clang/test/Profile/misexpect-switch-default.c
    A clang/test/Profile/misexpect-switch-nonconst.c
    A clang/test/Profile/misexpect-switch-only-default-case.c
    A clang/test/Profile/misexpect-switch.c
    M clang/test/Sema/MicrosoftCompatibility.c
    A clang/test/Sema/arm_inline_asm_constraints.c
    M clang/test/Sema/builtin-preserve-access-index.c
    A clang/test/Sema/builtins-bpf.c
    M clang/test/Sema/builtins-x86.c
    A clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/div-sizeof-ptr.cpp
    M clang/test/Sema/ext_vector_casts.c
    A clang/test/Sema/format-bool.c
    M clang/test/Sema/format-strings-pedantic.c
    A clang/test/Sema/format-type-confusion.c
    M clang/test/Sema/i-c-e.c
    M clang/test/Sema/objc-bool-constant-conversion-fixit.m
    M clang/test/Sema/objc-bool-constant-conversion.m
    M clang/test/Sema/tautological-objc-bool-compare.m
    M clang/test/Sema/typedef-retain.c
    A clang/test/Sema/typo-correction-ambiguity.cpp
    A clang/test/Sema/warn-bitwise-negation-bool.c
    A clang/test/Sema/warn-conditional-emum-types-mismatch.c
    A clang/test/Sema/warn-int-in-bool-context.c
    A clang/test/Sema/warn-integer-constants-in-ternary.c
    M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
    M clang/test/Sema/warn-overlap.c
    M clang/test/Sema/warn-unreachable.c
    M clang/test/Sema/zvector.c
    M clang/test/Sema/zvector2.c
    A clang/test/SemaCUDA/autoret-global.cu
    M clang/test/SemaCUDA/call-device-fn-from-host.cu
    A clang/test/SemaCUDA/default-ctor.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCUDA/gnu-inline.cu
    M clang/test/SemaCUDA/host-device-constexpr.cu
    M clang/test/SemaCUDA/implicit-member-target-collision-cxx11.cu
    A clang/test/SemaCUDA/openmp-static-func.cu
    A clang/test/SemaCUDA/openmp-target.cu
    M clang/test/SemaCXX/MicrosoftCompatibility.cpp
    A clang/test/SemaCXX/PR31422.cpp
    M clang/test/SemaCXX/altivec.cpp
    M clang/test/SemaCXX/atomic-type.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer-std.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer.cpp
    M clang/test/SemaCXX/attr-nonnull.cpp
    M clang/test/SemaCXX/attr-require-constant-initialization.cpp
    M clang/test/SemaCXX/builtin-object-size-cxx14.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
    A clang/test/SemaCXX/constexpr-turing-cxx2a.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    A clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    A clang/test/SemaCXX/declspec-selectany.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/dllexport.cpp
    M clang/test/SemaCXX/dllimport.cpp
    A clang/test/SemaCXX/gnu_inline.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/ms-exception-spec.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M clang/test/SemaCXX/undefined-inline.cpp
    M clang/test/SemaCXX/vector-no-lax.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/warn-consumed-analysis.cpp
    M clang/test/SemaCXX/warn-final-dtor-non-final-class.cpp
    M clang/test/SemaCXX/warn-pessmizing-move.cpp
    M clang/test/SemaCXX/warn-redundant-move.cpp
    M clang/test/SemaCXX/warn-unreachable.cpp
    M clang/test/SemaCXX/warn-xor-as-pow.cpp
    A clang/test/SemaObjC/Inputs/non-trivial-c-union.h
    M clang/test/SemaObjC/arc-decls.m
    A clang/test/SemaObjC/non-trivial-c-union.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    A clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjC/typo-correction-subscript.m
    A clang/test/SemaOpenCL/builtins-amdgcn-error-flat-address-space.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/default-arguments-cxx0x.cpp
    M clang/test/SemaTemplate/instantiate-expr-4.cpp
    A clang/test/SemaTemplate/instantiate-incomplete-typo-suggested-error-limit.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    A clang/test/SemaTemplate/using-decl.cpp
    M clang/test/VFS/external-names.c
    M clang/test/VFS/framework-import.m
    M clang/test/VFS/implicit-include.c
    M clang/test/VFS/include-mixed-real-and-virtual.c
    M clang/test/VFS/include-real-from-virtual.c
    M clang/test/VFS/include-virtual-from-real.c
    M clang/test/VFS/include.c
    M clang/test/VFS/incomplete-umbrella.m
    M clang/test/VFS/module-import.m
    M clang/test/VFS/module_missing_vfs.m
    M clang/test/VFS/real-path-found-first.m
    M clang/test/VFS/relative-path.c
    M clang/test/VFS/subframework-symlink.m
    M clang/test/VFS/test_nonmodular.c
    M clang/test/VFS/umbrella-framework-import-skipnonexist.m
    M clang/test/VFS/vfsroot-include.c
    M clang/test/VFS/vfsroot-module.m
    M clang/test/VFS/vfsroot-with-overlay.c
    A clang/test/clang-rename/ForwardClassDecl.cpp
    A clang/test/clang-rename/Typedef.cpp
    M clang/test/lit.cfg.py
    M clang/tools/CMakeLists.txt
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-check/CMakeLists.txt
    M clang/tools/clang-check/ClangCheck.cpp
    M clang/tools/clang-extdef-mapping/CMakeLists.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-format/git-clang-format
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/clang-offload-bundler/CMakeLists.txt
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    A clang/tools/clang-offload-wrapper/CMakeLists.txt
    A clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/clang-shlib/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    A clang/tools/libclang/FatalErrorHandler.cpp
    M clang/tools/libclang/Indexing.cpp
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build/CMakeLists.txt
    M clang/tools/scan-build/libexec/ccc-analyzer
    M clang/tools/scan-view/CMakeLists.txt
    A clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclTest.cpp
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/CMakeLists.txt
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/SortImportsTestJava.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Sema/CMakeLists.txt
    A clang/unittests/Sema/GslOwnerPointerInference.cpp
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    A clang/unittests/Tooling/SourceCodeBuildersTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/CMakeLists.txt
    A clang/unittests/libclang/CrashTests/CMakeLists.txt
    A clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
    M clang/unittests/libclang/LibclangTest.cpp
    A clang/unittests/libclang/TestUtils.h
    M clang/utils/TableGen/CMakeLists.txt
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
    M clang/utils/TableGen/ClangDataCollectorsEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    A clang/utils/TableGen/ClangOpcodesEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangOptionDocEmitter.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    A clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/hmaptool/CMakeLists.txt
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/cmake/Modules/BuiltinTests.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/CMakeLists.txt
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/include/sanitizer/tsan_interface_atomic.h
    A compiler-rt/include/sanitizer/ubsan_interface.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_debugging.cpp
    M compiler-rt/lib/asan/asan_descriptions.h
    M compiler-rt/lib/asan/asan_errors.cpp
    M compiler-rt/lib/asan/asan_errors.h
    M compiler-rt/lib/asan/asan_flags.inc
    M compiler-rt/lib/asan/asan_globals.cpp
    M compiler-rt/lib/asan/asan_globals_win.cpp
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/asan/asan_interceptors.h
    M compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp
    M compiler-rt/lib/asan/asan_mac.cpp
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/asan/asan_malloc_win.cpp
    M compiler-rt/lib/asan/asan_new_delete.cpp
    M compiler-rt/lib/asan/asan_poisoning.cpp
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_scariness_score.h
    M compiler-rt/lib/asan/asan_stats.cpp
    M compiler-rt/lib/asan/asan_suppressions.cpp
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/asan/asan_win_dll_thunk.cpp
    M compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cpp
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/aarch64/fp_mode.c
    M compiler-rt/lib/builtins/adddf3.c
    M compiler-rt/lib/builtins/addsf3.c
    M compiler-rt/lib/builtins/addtf3.c
    A compiler-rt/lib/builtins/arm/fp_mode.c
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/divtf3.c
    M compiler-rt/lib/builtins/extenddftf2.c
    M compiler-rt/lib/builtins/extendsftf2.c
    M compiler-rt/lib/builtins/fp_add_impl.inc
    M compiler-rt/lib/builtins/fp_lib.h
    A compiler-rt/lib/builtins/fp_mode.c
    A compiler-rt/lib/builtins/fp_mode.h
    M compiler-rt/lib/builtins/fp_trunc_impl.inc
    M compiler-rt/lib/builtins/subdf3.c
    M compiler-rt/lib/builtins/subsf3.c
    M compiler-rt/lib/builtins/subtf3.c
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMerge.cpp
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.h
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    R compiler-rt/lib/fuzzer/utils/FuzzedDataProvider.h
    M compiler-rt/lib/hwasan/hwasan_flags.inc
    M compiler-rt/lib/hwasan/hwasan_new_delete.cpp
    M compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
    M compiler-rt/lib/interception/interception.h
    M compiler-rt/lib/interception/interception_win.cpp
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_common.h
    M compiler-rt/lib/lsan/lsan_common_linux.cpp
    M compiler-rt/lib/lsan/lsan_common_mac.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_mac.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan.h
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/msan_linux.cpp
    M compiler-rt/lib/msan/msan_new_delete.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_asm.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h
    A compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h
    M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_vector.h
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cpp
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/scripts/cpplint.py
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_suppressions_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator_secondary.h
    M compiler-rt/lib/scudo/scudo_errors.cpp
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/crc32_hw.cpp
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/quarantine.h
    M compiler-rt/lib/scudo/standalone/secondary.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/string_utils.cpp
    M compiler-rt/lib/scudo/standalone/string_utils.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/tsan_go.cpp
    M compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
    M compiler-rt/lib/tsan/rtl/tsan_external.cpp
    M compiler-rt/lib/tsan/rtl/tsan_fd.cpp
    R compiler-rt/lib/tsan/rtl/tsan_interceptors.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp
    A compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
    A compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.h
    M compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_java.h
    M compiler-rt/lib/tsan/rtl/tsan_md5.cpp
    M compiler-rt/lib/tsan/rtl/tsan_mman.h
    M compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_posix.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
    M compiler-rt/lib/ubsan/ubsan_diag.cpp
    M compiler-rt/lib/ubsan/ubsan_flags.cpp
    M compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
    M compiler-rt/test/asan/TestCases/Posix/coverage-reset.cpp
    M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
    A compiler-rt/test/asan/TestCases/Posix/high-address-dereference.c
    M compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cpp
    M compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp
    M compiler-rt/test/asan/TestCases/default_options.cpp
    M compiler-rt/test/asan/TestCases/initialization-constexpr.cpp
    M compiler-rt/test/asan/TestCases/inline.cpp
    M compiler-rt/test/asan/TestCases/scariness_score_test.cpp
    M compiler-rt/test/asan/TestCases/suppressions-library.cpp
    M compiler-rt/test/asan/TestCases/time_interceptor.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp
    M compiler-rt/test/asan/TestCases/vla_chrome_testcase.cpp
    M compiler-rt/test/asan/TestCases/vla_loop_overfow.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/large.test
    M compiler-rt/test/fuzzer/merge.test
    A compiler-rt/test/fuzzer/merge_two_step.test
    M compiler-rt/test/fuzzer/overwrite-input.test
    M compiler-rt/test/hwasan/TestCases/stack-oob.c
    M compiler-rt/test/hwasan/lit.cfg.py
    A compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
    M compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp
    R compiler-rt/test/lsan/TestCases/many_tls_keys.cpp
    A compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
    A compiler-rt/test/lsan/TestCases/many_tls_keys_thread.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py
    A compiler-rt/test/msan/preinit_array.cpp
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/instrprof-merging.cpp
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/sanitizer_common/CMakeLists.txt
    A compiler-rt/test/sanitizer_common/TestCases/Linux/crypt_r.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_line.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_name.c
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/fpe.cpp
    A compiler-rt/test/sanitizer_common/TestCases/onprint.cpp
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    M compiler-rt/test/tsan/CMakeLists.txt
    A compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/exceptions.cpp
    M compiler-rt/test/tsan/global_race3.cpp
    M compiler-rt/test/tsan/ignore_free.cpp
    M compiler-rt/test/tsan/ignore_malloc.cpp
    M compiler-rt/test/tsan/ignore_race.cpp
    M compiler-rt/test/tsan/ignored-interceptors-mmap.cpp
    M compiler-rt/test/tsan/java.h
    A compiler-rt/test/tsan/race_range_pc.cc
    M compiler-rt/test/tsan/test.h
    M compiler-rt/test/tsan/virtual_inheritance_compile_bug.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    A compiler-rt/test/ubsan/TestCases/Misc/print_summary.c
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp
    A libc/CMakeLists.txt
    A libc/LICENSE.txt
    A libc/README.txt
    A libc/cmake/modules/LLVMLibCRules.cmake
    A libc/docs/build_system.rst
    A libc/docs/entrypoints.rst
    A libc/docs/header_generation.rst
    A libc/docs/implementation_standard.rst
    A libc/docs/source_layout.rst
    A libc/include/CMakeLists.txt
    A libc/include/__llvm-libc-common.h
    A libc/include/ctype.h
    A libc/include/math.h
    A libc/include/string.h
    A libc/lib/CMakeLists.txt
    A libc/src/CMakeLists.txt
    A libc/src/__support/CMakeLists.txt
    A libc/src/__support/common.h.def
    A libc/src/__support/linux/entrypoint_macro.h.inc
    A libc/src/string/CMakeLists.txt
    A libc/src/string/strcat/CMakeLists.txt
    A libc/src/string/strcat/strcat.cpp
    A libc/src/string/strcat/strcat.h
    A libc/src/string/strcat/strcat_test.cpp
    A libc/src/string/strcpy/CMakeLists.txt
    A libc/src/string/strcpy/strcpy.cpp
    A libc/src/string/strcpy/strcpy.h
    A libc/src/string/strcpy/strcpy_test.cpp
    A libc/utils/build_scripts/gen_hdr.py
    M libclc/.travis.yml
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/cmake/Modules/DefineLinkerScript.cmake
    A libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__config
    M libcxx/include/__functional_base
    M libcxx/include/__mutex_base
    M libcxx/include/__string
    M libcxx/include/__tuple
    M libcxx/include/atomic
    M libcxx/include/cmath
    M libcxx/include/cstdio
    M libcxx/include/experimental/coroutine
    M libcxx/include/fstream
    M libcxx/include/memory
    M libcxx/include/mutex
    M libcxx/include/new
    M libcxx/include/ostream
    M libcxx/include/regex
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/include/utility
    M libcxx/include/vector
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/src/CMakeLists.txt
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/iostream.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/utility.cpp
    M libcxx/test/CMakeLists.txt
    A libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
    A libcxx/test/libcxx/no_assert_include.sh.cpp
    A libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
    A libcxx/test/libcxx/numerics/clamp_to_integral.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.fail.cpp
    A libcxx/test/libcxx/type_traits/is_implicitly_default_constructible.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/non_trivial_copy_move_ABI.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/trivial_copy_move_ABI.pass.cpp
    M libcxx/test/lit.site.cfg.in
    A libcxx/test/pretty_printers/gdb_pretty_printer_test.py
    A libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/map.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp
    A libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/generator.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/load.pass.cpp
    M libcxx/test/std/experimental/simd/simd.mem/load.pass.cpp
    M libcxx/test/std/experimental/simd/simd.mem/store.pass.cpp
    A libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/istream.iterator/types.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp
    A libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp
    A libcxx/test/std/language.support/support.dynamic/nothrow_t.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/assign_ptr_size_flag.pass.cpp
    A libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
    A libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/types.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/type_properties.pass.cpp
    A libcxx/test/std/utilities/memory/allocator.tag/allocator_arg.fail.cpp
    M libcxx/test/std/utilities/memory/allocator.tag/allocator_arg.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
    R libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_cxx03.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp
    A libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp
    A libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_incomplete.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_value_sfinae.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct.pass.cpp
    A libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct_t.fail.cpp
    A libcxx/test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct_t.pass.cpp
    A libcxx/test/std/utilities/utility/pairs/pairs.pair/default.explicit.fail.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/default.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/trivial_copy_move.pass.cpp
    M libcxx/test/support/min_allocator.h
    M libcxx/test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/docker/scripts/docker_update_bot.sh
    M libcxx/utils/docker/scripts/run_buildbot.sh
    A libcxx/utils/gdb/libcxx/printers.py
    R libcxx/utils/gen_link_script.py
    M libcxx/utils/libcxx/compiler.py
    M libcxx/utils/libcxx/test/config.py
    A libcxx/utils/run.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxx/www/upcoming_meeting.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/include/cxxabi.h
    M libcxxabi/lib/itanium-base.exp
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_demangle.cpp
    M libcxxabi/src/cxa_exception.cpp
    M libcxxabi/src/cxa_exception.h
    M libcxxabi/src/cxa_exception_storage.cpp
    M libcxxabi/src/cxa_noexception.cpp
    M libcxxabi/src/cxa_personality.cpp
    M libcxxabi/src/cxa_thread_atexit.cpp
    M libcxxabi/src/cxa_vector.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/src/fallback_malloc.h
    M libcxxabi/src/private_typeinfo.cpp
    M libcxxabi/src/private_typeinfo.h
    M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/libunwind.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/DLL.cpp
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/Driver.h
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/ICF.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/MinGW.cpp
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/COFF/Symbols.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/Writer.cpp
    M lld/Common/Strings.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    A lld/ELF/ARMErrataFix.cpp
    A lld/ELF/ARMErrataFix.h
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/MSP430.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/MipsArchTree.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/EhFrame.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MapFile.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/OutputSections.h
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Writer.cpp
    M lld/ELF/Writer.h
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/Strings.h
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
    M lld/test/COFF/Inputs/bar.ll
    M lld/test/COFF/Inputs/conflict.ll
    M lld/test/COFF/Inputs/constant-export.ll
    M lld/test/COFF/Inputs/entry-mangled.ll
    M lld/test/COFF/Inputs/export.ll
    M lld/test/COFF/Inputs/libcall-archive.ll
    M lld/test/COFF/Inputs/lto-cache.ll
    M lld/test/COFF/Inputs/lto-comdat1.ll
    M lld/test/COFF/Inputs/lto-comdat2.ll
    M lld/test/COFF/Inputs/lto-dep.ll
    M lld/test/COFF/Inputs/lto-lazy-reference-dummy.ll
    M lld/test/COFF/Inputs/lto-lazy-reference-quadruple.ll
    A lld/test/COFF/Inputs/manifest-lang0.res
    A lld/test/COFF/Inputs/manifest-lang0.yaml
    A lld/test/COFF/Inputs/manifest-lang1.res
    A lld/test/COFF/Inputs/manifest-lang1.yaml
    A lld/test/COFF/Inputs/manifest-lang2.res
    A lld/test/COFF/Inputs/manifest-lang2.yaml
    M lld/test/COFF/Inputs/msvclto-order-a.ll
    M lld/test/COFF/Inputs/msvclto-order-b.ll
    A lld/test/COFF/Inputs/ordinal-only-implib.def
    A lld/test/COFF/Inputs/start-lib1.ll
    A lld/test/COFF/Inputs/start-lib2.ll
    M lld/test/COFF/Inputs/thinlto-empty.ll
    M lld/test/COFF/Inputs/thinlto-mangled-qux.ll
    M lld/test/COFF/Inputs/thinlto.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-a.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-b.ll
    M lld/test/COFF/Inputs/weak-external.ll
    M lld/test/COFF/Inputs/weak-external2.ll
    M lld/test/COFF/Inputs/weak-external3.ll
    M lld/test/COFF/delayimports-error.test
    M lld/test/COFF/duplicate.test
    M lld/test/COFF/entrylib.ll
    M lld/test/COFF/guardcf-lto.ll
    A lld/test/COFF/imports-ordinal-only.s
    M lld/test/COFF/include-lto.ll
    M lld/test/COFF/lib-module-asm.ll
    M lld/test/COFF/libcall-archive.ll
    M lld/test/COFF/libpath.test
    M lld/test/COFF/linkenv.test
    M lld/test/COFF/linkrepro.test
    M lld/test/COFF/loadcfg.ll
    M lld/test/COFF/lto-cache.ll
    M lld/test/COFF/lto-chkstk.ll
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/lto-debug-pass-arguments.ll
    M lld/test/COFF/lto-icf.ll
    M lld/test/COFF/lto-lazy-reference.ll
    M lld/test/COFF/lto-linker-opts.ll
    M lld/test/COFF/lto-new-symbol.ll
    M lld/test/COFF/lto-obj-path.ll
    M lld/test/COFF/lto-opt-level.ll
    M lld/test/COFF/lto-parallel.ll
    M lld/test/COFF/lto-reloc-model.ll
    M lld/test/COFF/lto.ll
    A lld/test/COFF/merge-resource-manifest.test
    M lld/test/COFF/savetemps.ll
    A lld/test/COFF/start-lib-cmd-diagnostics.ll
    A lld/test/COFF/start-lib.ll
    M lld/test/COFF/thinlto-archivecollision.ll
    M lld/test/COFF/thinlto-archives.ll
    M lld/test/COFF/thinlto-emit-imports.ll
    M lld/test/COFF/thinlto-index-only.ll
    M lld/test/COFF/thinlto-mangled.ll
    M lld/test/COFF/thinlto-object-suffix-replace.ll
    M lld/test/COFF/thinlto-prefix-replace.ll
    A lld/test/COFF/thinlto-whole-archives.ll
    M lld/test/COFF/thinlto.ll
    A lld/test/COFF/undefined-symbol-dwarf.s
    M lld/test/COFF/undefined-symbol-itanium-i386.s
    M lld/test/COFF/undefined-symbol.s
    M lld/test/COFF/unresolved-lto-bitcode.ll
    M lld/test/COFF/unresolved-lto.ll
    M lld/test/COFF/used-lto.ll
    R lld/test/ELF/Inputs/abs-hidden.s
    A lld/test/ELF/Inputs/canonical-plt-pcrel.s
    M lld/test/ELF/Inputs/copy-in-shared.s
    M lld/test/ELF/Inputs/copy-rel-abs.s
    R lld/test/ELF/Inputs/copy-rel-pie.s
    M lld/test/ELF/Inputs/copy-rel-tls.s
    A lld/test/ELF/Inputs/copy-rel.s
    R lld/test/ELF/Inputs/ehframe-relocation.s
    M lld/test/ELF/Inputs/gnu-ifunc-dso.s
    R lld/test/ELF/Inputs/gnu-ifunc-gotpcrel.s
    R lld/test/ELF/Inputs/progname-ver.s
    R lld/test/ELF/Inputs/protected-function-access.s
    M lld/test/ELF/Inputs/relocation-copy-align-common.s
    M lld/test/ELF/Inputs/shared.s
    R lld/test/ELF/Inputs/startstop-shared2.s
    R lld/test/ELF/Inputs/version-undef-sym.so
    A lld/test/ELF/aarch64-plt.s
    M lld/test/ELF/abs-hidden.s
    M lld/test/ELF/allow-multiple-definition.s
    A lld/test/ELF/apply-dynamic-relocs.s
    M lld/test/ELF/arm-attributes.s
    R lld/test/ELF/arm-exidx-discard.s
    A lld/test/ELF/arm-fix-cortex-a8-blx.s
    A lld/test/ELF/arm-fix-cortex-a8-nopatch.s
    A lld/test/ELF/arm-fix-cortex-a8-plt.s
    A lld/test/ELF/arm-fix-cortex-a8-recognize.s
    A lld/test/ELF/arm-fix-cortex-a8-thunk.s
    A lld/test/ELF/arm-fix-cortex-a8-toolarge.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-target1.s
    M lld/test/ELF/avoid-empty-program-headers.s
    M lld/test/ELF/basic-aarch64.s
    M lld/test/ELF/basic-i386.s
    M lld/test/ELF/basic-mips.s
    M lld/test/ELF/basic-ppc.s
    M lld/test/ELF/basic-sparcv9.s
    M lld/test/ELF/basic.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/build-id.s
    A lld/test/ELF/canonical-plt-pcrel.s
    A lld/test/ELF/canonical-plt-symbolic.s
    M lld/test/ELF/cgprofile-bad-clusters.s
    M lld/test/ELF/cgprofile-icf.s
    M lld/test/ELF/cgprofile-obj.s
    M lld/test/ELF/cgprofile-reproduce.s
    M lld/test/ELF/cgprofile-txt.s
    M lld/test/ELF/cgprofile-txt2.s
    M lld/test/ELF/combreloc.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/common-page.s
    M lld/test/ELF/common.s
    M lld/test/ELF/compatible-section-types.s
    M lld/test/ELF/compressed-debug-input.s
    M lld/test/ELF/copy-rel-abs.s
    M lld/test/ELF/copy-rel-large.s
    R lld/test/ELF/copy-rel-pie.s
    R lld/test/ELF/copy-rel-pie2.s
    M lld/test/ELF/copy-rel-tls.s
    A lld/test/ELF/copy-rel.s
    M lld/test/ELF/ctors_dtors_priority.s
    M lld/test/ELF/defsym-reserved-syms.s
    M lld/test/ELF/discard-merge-locals.s
    M lld/test/ELF/discard-merge-unnamed.s
    M lld/test/ELF/driver.test
    R lld/test/ELF/dynamic-got-rela.s
    M lld/test/ELF/dynamic-linker.s
    M lld/test/ELF/dynamic-list-weak-archive.s
    M lld/test/ELF/dynamic-list-wildcard.s
    M lld/test/ELF/dynamic-list.s
    M lld/test/ELF/dynamic-reloc-index.s
    M lld/test/ELF/dynamic-reloc.s
    M lld/test/ELF/dynamic.s
    M lld/test/ELF/dynsym-pie.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-align-cie.s
    M lld/test/ELF/eh-frame-hdr-abs-fde.s
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/eh-frame-hdr-icf-fde.s
    M lld/test/ELF/eh-frame-hdr.s
    M lld/test/ELF/eh-frame-merge.s
    M lld/test/ELF/eh-frame-pcrel-overflow.s
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/eh-frame-value-format8.s
    M lld/test/ELF/ehdr_start.s
    M lld/test/ELF/ehframe-relocation.s
    M lld/test/ELF/emit-relocs-icf1.s
    M lld/test/ELF/emit-relocs-icf2.s
    M lld/test/ELF/emit-relocs-merge.s
    M lld/test/ELF/emit-relocs-mergeable.s
    M lld/test/ELF/emit-relocs-mergeable2.s
    R lld/test/ELF/emit-relocs-shared.s
    M lld/test/ELF/emit-relocs.s
    M lld/test/ELF/emulation-mips.s
    A lld/test/ELF/end-dso-defined.s
    M lld/test/ELF/end-update.s
    M lld/test/ELF/end.s
    M lld/test/ELF/entry.s
    M lld/test/ELF/executable-undefined-ignoreall.s
    M lld/test/ELF/fill-trap.s
    M lld/test/ELF/gc-sections-local-sym.s
    A lld/test/ELF/gc-sections-metadata-err.s
    A lld/test/ELF/gc-sections-string.s
    M lld/test/ELF/gdb-index-base-addr.s
    M lld/test/ELF/gdb-index-dwarf5-low-high.s
    M lld/test/ELF/gdb-index-gc-sections.s
    M lld/test/ELF/gdb-index-ranges-discarded.s
    M lld/test/ELF/gdb-index-ranges.s
    M lld/test/ELF/gdb-index-rng-lists.s
    M lld/test/ELF/gdb-index.s
    M lld/test/ELF/global-offset-table-position-mips.s
    M lld/test/ELF/global-offset-table-position.s
    M lld/test/ELF/global_offset_table_shared.s
    M lld/test/ELF/gnu-ifunc-canon.s
    M lld/test/ELF/gnu-ifunc-dso.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    R lld/test/ELF/gnu-ifunc-gotpcrel.s
    M lld/test/ELF/gnu-ifunc-noplt.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    R lld/test/ELF/got-plt-header.s
    M lld/test/ELF/got.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    R lld/test/ELF/gotpc-relax-nopic.s
    R lld/test/ELF/gotpc-relax-und-dso.s
    R lld/test/ELF/gotpc-relax.s
    R lld/test/ELF/gotpcrelx.s
    M lld/test/ELF/hexagon-gotrel.s
    A lld/test/ELF/hexagon-plt.s
    M lld/test/ELF/hexagon-shared.s
    M lld/test/ELF/hexagon.s
    M lld/test/ELF/i386-pc8-pc16-addend.s
    A lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-reloc8-reloc16-addend.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/icf-symbol-type.s
    M lld/test/ELF/icf7.s
    M lld/test/ELF/image-base.s
    M lld/test/ELF/invalid/invalid-e_shnum.test
    M lld/test/ELF/just-symbols.s
    M lld/test/ELF/linkerscript/absolute.s
    A lld/test/ELF/linkerscript/arm-exidx-discard-all.s
    A lld/test/ELF/linkerscript/arm-exidx-discard.s
    M lld/test/ELF/linkerscript/assert.s
    M lld/test/ELF/linkerscript/dynamic.s
    A lld/test/ELF/linkerscript/merge-output-sections.s
    M lld/test/ELF/linkerscript/merge-sections.s
    M lld/test/ELF/linkerscript/page-size.s
    M lld/test/ELF/linkerscript/symbol-reserved.s
    M lld/test/ELF/linkerscript/synthetic-symbols3.test
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/local-got.s
    M lld/test/ELF/local-symbols-order.s
    R lld/test/ELF/local-ver-preemptible.s
    M lld/test/ELF/lto/Inputs/archive-2.ll
    M lld/test/ELF/lto/Inputs/archive-3.ll
    M lld/test/ELF/lto/Inputs/archive.ll
    M lld/test/ELF/lto/Inputs/asmundef.ll
    M lld/test/ELF/lto/Inputs/available-externally.ll
    M lld/test/ELF/lto/Inputs/cache.ll
    M lld/test/ELF/lto/Inputs/common3.ll
    M lld/test/ELF/lto/Inputs/data-ordering-lto.ll
    M lld/test/ELF/lto/Inputs/defsym-bar.ll
    M lld/test/ELF/lto/Inputs/drop-linkage.ll
    M lld/test/ELF/lto/Inputs/duplicated-name.ll
    M lld/test/ELF/lto/Inputs/i386-empty.ll
    M lld/test/ELF/lto/Inputs/internalize-exportdyn.ll
    M lld/test/ELF/lto/Inputs/internalize-undef.ll
    M lld/test/ELF/lto/Inputs/irmover-error.ll
    M lld/test/ELF/lto/Inputs/irmover-warning.ll
    M lld/test/ELF/lto/Inputs/lazy-internal.ll
    M lld/test/ELF/lto/Inputs/libcall-archive.ll
    M lld/test/ELF/lto/Inputs/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/Inputs/linkonce-odr.ll
    M lld/test/ELF/lto/Inputs/linkonce.ll
    M lld/test/ELF/lto/Inputs/obj-path.ll
    M lld/test/ELF/lto/Inputs/relocation-model-pic.ll
    M lld/test/ELF/lto/Inputs/save-temps.ll
    M lld/test/ELF/lto/Inputs/start-lib1.ll
    M lld/test/ELF/lto/Inputs/start-lib2.ll
    M lld/test/ELF/lto/Inputs/symbol-ordering-lto.ll
    M lld/test/ELF/lto/Inputs/thin1.ll
    M lld/test/ELF/lto/Inputs/thin2.ll
    M lld/test/ELF/lto/Inputs/thinlto.ll
    M lld/test/ELF/lto/Inputs/thinlto_empty.ll
    M lld/test/ELF/lto/Inputs/type-merge.ll
    M lld/test/ELF/lto/Inputs/type-merge2.ll
    M lld/test/ELF/lto/Inputs/unnamed-addr-drop.ll
    M lld/test/ELF/lto/Inputs/weakodr-visibility.ll
    M lld/test/ELF/lto/Inputs/wrap-bar.ll
    M lld/test/ELF/lto/abs-resol.ll
    M lld/test/ELF/lto/archive-2.ll
    M lld/test/ELF/lto/archive-3.ll
    M lld/test/ELF/lto/archive-no-index.ll
    M lld/test/ELF/lto/archive.ll
    M lld/test/ELF/lto/asmundef.ll
    M lld/test/ELF/lto/available-externally.ll
    M lld/test/ELF/lto/cache.ll
    M lld/test/ELF/lto/codemodel.ll
    M lld/test/ELF/lto/combined-lto-object-name.ll
    M lld/test/ELF/lto/comdat.ll
    M lld/test/ELF/lto/comdat2.ll
    M lld/test/ELF/lto/common.ll
    M lld/test/ELF/lto/common2.ll
    M lld/test/ELF/lto/common3.ll
    M lld/test/ELF/lto/common4.ll
    M lld/test/ELF/lto/cpu-string.ll
    M lld/test/ELF/lto/ctors.ll
    R lld/test/ELF/lto/data-ordering-lto.s
    M lld/test/ELF/lto/debugger-tune.ll
    M lld/test/ELF/lto/defsym.ll
    M lld/test/ELF/lto/discard-value-names.ll
    M lld/test/ELF/lto/drop-linkage.ll
    M lld/test/ELF/lto/duplicated-name.ll
    M lld/test/ELF/lto/duplicated.ll
    M lld/test/ELF/lto/dynamic-list.ll
    M lld/test/ELF/lto/dynsym.ll
    M lld/test/ELF/lto/emit-llvm.ll
    M lld/test/ELF/lto/inline-asm.ll
    M lld/test/ELF/lto/internalize-basic.ll
    M lld/test/ELF/lto/internalize-exportdyn.ll
    M lld/test/ELF/lto/internalize-llvmused.ll
    M lld/test/ELF/lto/internalize-undef.ll
    M lld/test/ELF/lto/internalize-version-script.ll
    M lld/test/ELF/lto/irmover-error.ll
    M lld/test/ELF/lto/irmover-warning.ll
    M lld/test/ELF/lto/keep-undefined.ll
    M lld/test/ELF/lto/lazy-internal.ll
    M lld/test/ELF/lto/libcall-archive.ll
    M lld/test/ELF/lto/linkage.ll
    M lld/test/ELF/lto/linker-script-symbols-assign.ll
    M lld/test/ELF/lto/linker-script-symbols-ipo.ll
    M lld/test/ELF/lto/linker-script-symbols.ll
    M lld/test/ELF/lto/linkonce-odr.ll
    M lld/test/ELF/lto/linkonce.ll
    M lld/test/ELF/lto/lto-start.ll
    M lld/test/ELF/lto/ltopasses-basic.ll
    M lld/test/ELF/lto/ltopasses-custom.ll
    M lld/test/ELF/lto/metadata.ll
    M lld/test/ELF/lto/mix-platforms.ll
    M lld/test/ELF/lto/mix-platforms2.ll
    M lld/test/ELF/lto/module-asm.ll
    M lld/test/ELF/lto/new-pass-manager.ll
    M lld/test/ELF/lto/obj-path.ll
    M lld/test/ELF/lto/opt-level.ll
    M lld/test/ELF/lto/opt-remarks.ll
    M lld/test/ELF/lto/parallel-internalize.ll
    M lld/test/ELF/lto/parallel.ll
    M lld/test/ELF/lto/pic.ll
    M lld/test/ELF/lto/relax-relocs.ll
    M lld/test/ELF/lto/relocatable.ll
    M lld/test/ELF/lto/relocation-model.ll
    M lld/test/ELF/lto/resolution.ll
    M lld/test/ELF/lto/sample-profile.ll
    M lld/test/ELF/lto/save-temps.ll
    M lld/test/ELF/lto/section-name.ll
    M lld/test/ELF/lto/setting-dso-local.ll
    M lld/test/ELF/lto/shlib-undefined.ll
    M lld/test/ELF/lto/start-lib.ll
    A lld/test/ELF/lto/symbol-ordering-data.s
    A lld/test/ELF/lto/symbol-ordering-function.s
    R lld/test/ELF/lto/symbol-ordering-lto.s
    M lld/test/ELF/lto/thin-archivecollision.ll
    M lld/test/ELF/lto/thinlto-cant-write-index.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    M lld/test/ELF/lto/thinlto-emit-imports.ll
    M lld/test/ELF/lto/thinlto-index-file.ll
    M lld/test/ELF/lto/thinlto-index-only.ll
    M lld/test/ELF/lto/thinlto-no-index.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/lto/thinlto-object-suffix-replace.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/lto/timepasses.ll
    M lld/test/ELF/lto/tls-mixed.ll
    M lld/test/ELF/lto/tls-preserve.ll
    M lld/test/ELF/lto/type-merge.ll
    M lld/test/ELF/lto/type-merge2.ll
    M lld/test/ELF/lto/undef-mixed.ll
    M lld/test/ELF/lto/undef-weak.ll
    M lld/test/ELF/lto/undef.ll
    M lld/test/ELF/lto/undefined-puts.ll
    M lld/test/ELF/lto/unnamed-addr-comdat.ll
    M lld/test/ELF/lto/unnamed-addr-drop.ll
    M lld/test/ELF/lto/unnamed-addr-lib.ll
    M lld/test/ELF/lto/unnamed-addr.ll
    M lld/test/ELF/lto/verify-invalid.ll
    M lld/test/ELF/lto/version-script.ll
    M lld/test/ELF/lto/version-script2.ll
    M lld/test/ELF/lto/visibility.ll
    M lld/test/ELF/lto/weak.ll
    M lld/test/ELF/lto/weakodr-visibility.ll
    M lld/test/ELF/lto/wrap-1.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/magic-page-combo-warn.s
    M lld/test/ELF/map-file.s
    M lld/test/ELF/merge-entsize2.s
    R lld/test/ELF/merge-section-types.s
    M lld/test/ELF/mips-26-mask.s
    M lld/test/ELF/mips-26.s
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64-disp.s
    M lld/test/ELF/mips-64-got-overflow.s
    M lld/test/ELF/mips-64-got.s
    M lld/test/ELF/mips-64-gprel-so.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-abs-got.s
    M lld/test/ELF/mips-call-hilo.s
    M lld/test/ELF/mips-call16.s
    A lld/test/ELF/mips-elf-flags-binary.s
    M lld/test/ELF/mips-elf-flags.s
    M lld/test/ELF/mips-got-and-copy.s
    M lld/test/ELF/mips-got-extsym.s
    M lld/test/ELF/mips-got-hilo.s
    M lld/test/ELF/mips-got-page-script.s
    M lld/test/ELF/mips-got-page.s
    M lld/test/ELF/mips-got-redundant.s
    M lld/test/ELF/mips-got-relocs.s
    M lld/test/ELF/mips-got-script.s
    M lld/test/ELF/mips-got-string.s
    M lld/test/ELF/mips-got-weak.s
    M lld/test/ELF/mips-got16-relocatable.s
    M lld/test/ELF/mips-got16.s
    M lld/test/ELF/mips-gp-disp.s
    M lld/test/ELF/mips-gp-ext.s
    M lld/test/ELF/mips-gp-local.s
    M lld/test/ELF/mips-gprel-sec.s
    M lld/test/ELF/mips-gprel32-relocs-gp0.s
    M lld/test/ELF/mips-gprel32-relocs.s
    M lld/test/ELF/mips-higher-highest.s
    M lld/test/ELF/mips-hilo-gp-disp.s
    M lld/test/ELF/mips-hilo-hi-only.s
    M lld/test/ELF/mips-hilo.s
    A lld/test/ELF/mips-jalr.s
    R lld/test/ELF/mips-jalr.test
    M lld/test/ELF/mips-merge-abiflags.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-got.s
    M lld/test/ELF/mips-micro-jal.s
    M lld/test/ELF/mips-micro-plt.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micro-thunks.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/mips-non-zero-gp0.s
    M lld/test/ELF/mips-nonalloc.s
    M lld/test/ELF/mips-npic-call-pic-os.s
    M lld/test/ELF/mips-npic-call-pic.s
    M lld/test/ELF/mips-options.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-plt-copy.s
    M lld/test/ELF/mips-plt-n32.s
    M lld/test/ELF/mips-plt-n64.s
    M lld/test/ELF/mips-plt-r6.s
    M lld/test/ELF/mips-reginfo.s
    M lld/test/ELF/mips-sto-plt.s
    M lld/test/ELF/mips-tls-64-pic-local-variable.s
    M lld/test/ELF/mips-tls-64.s
    M lld/test/ELF/mips-tls-hilo.s
    M lld/test/ELF/mips-tls-static-64.s
    M lld/test/ELF/mips-tls-static.s
    M lld/test/ELF/mips-tls.s
    M lld/test/ELF/mips-xgot-order.s
    M lld/test/ELF/msp430.s
    A lld/test/ELF/nmagic.s
    M lld/test/ELF/no-inhibit-exec.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/noplt-pie.s
    A lld/test/ELF/pack-dyn-relocs-relr-loop.s
    A lld/test/ELF/partition-dynamic-linker.s
    M lld/test/ELF/partition-icf.s
    M lld/test/ELF/partition-notes.s
    M lld/test/ELF/partition-pack-dyn-relocs.s
    M lld/test/ELF/partition-synthetic-sections.s
    M lld/test/ELF/partitions.s
    R lld/test/ELF/pie-weak.s
    R lld/test/ELF/plt-aarch64.s
    R lld/test/ELF/plt-i686.s
    R lld/test/ELF/plt.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    M lld/test/ELF/progname.s
    M lld/test/ELF/protected-data-access.s
    M lld/test/ELF/protected-function-access.s
    M lld/test/ELF/rel-addend-with-rela-input.s
    M lld/test/ELF/rel-offset.s
    M lld/test/ELF/relative-dynamic-reloc-pie.s
    M lld/test/ELF/relative-dynamic-reloc.s
    A lld/test/ELF/relocatable-linkorder.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-common.s
    M lld/test/ELF/relocation-copy-align-common.s
    M lld/test/ELF/relocation-copy-align.s
    M lld/test/ELF/relocation-copy-flags.s
    M lld/test/ELF/relocation-copy-relro.s
    M lld/test/ELF/relocation-copy.s
    R lld/test/ELF/relocation-local.s
    M lld/test/ELF/relocation-non-alloc.s
    M lld/test/ELF/relocation-relative-weak.s
    R lld/test/ELF/relocation-shared.s
    R lld/test/ELF/relocation-size-shared.s
    R lld/test/ELF/relocation-size.s
    M lld/test/ELF/relocation-undefined-weak.s
    M lld/test/ELF/relocation.s
    M lld/test/ELF/relro-bss.s
    M lld/test/ELF/relro-non-contiguous.s
    M lld/test/ELF/relro-omagic.s
    M lld/test/ELF/relro-tls.s
    R lld/test/ELF/resolution-end.s
    M lld/test/ELF/resolution.s
    M lld/test/ELF/segments.s
    A lld/test/ELF/separate-segments.s
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop-shared2.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/stdout.s
    R lld/test/ELF/string-gc.s
    M lld/test/ELF/symbol-ordering-file-cgprofile-conflicts.s
    M lld/test/ELF/symbol-ordering-file-icf.s
    M lld/test/ELF/symbol-ordering-file.s
    R lld/test/ELF/symbol-ordering-file2.s
    M lld/test/ELF/symbol-override.s
    M lld/test/ELF/symbols.s
    R lld/test/ELF/tls-got.s
    M lld/test/ELF/tls-offset.s
    M lld/test/ELF/tls-opt.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/ttext-tdata-tbss.s
    R lld/test/ELF/typed-undef.s
    A lld/test/ELF/undef-spell-corrector.s
    M lld/test/ELF/undef-with-plt-addr.s
    M lld/test/ELF/undef.s
    R lld/test/ELF/undefined-versioned-symbol.s
    M lld/test/ELF/verdef-defaultver.s
    R lld/test/ELF/version-script-copy-rel.s
    M lld/test/ELF/version-script-extern.s
    M lld/test/ELF/version-script-glob.s
    A lld/test/ELF/version-script-local-preemptible.s
    M lld/test/ELF/version-script-weak.s
    M lld/test/ELF/version-script.s
    A lld/test/ELF/version-symbol-undef.s
    R lld/test/ELF/version-undef-sym.s
    R lld/test/ELF/version-wildcard.test
    M lld/test/ELF/visibility.s
    R lld/test/ELF/weak-undef-export.s
    A lld/test/ELF/weak-undef-got-pie.s
    R lld/test/ELF/weak-undef-val.s
    M lld/test/ELF/weak-undef.s
    M lld/test/ELF/wrap-entry.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/writable-sec-plt-reloc.s
    A lld/test/ELF/x86-64-got-plt-header.s
    A lld/test/ELF/x86-64-gotpc-relax-nopic.s
    A lld/test/ELF/x86-64-gotpc-relax-und-dso.s
    A lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt-high-addr.s
    A lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-relax-got-abs.s
    M lld/test/ELF/x86-64-relax-offset.s
    M lld/test/ELF/x86-64-reloc-error2.s
    M lld/test/ELF/x86-64-reloc-gotoff64.s
    M lld/test/ELF/x86-64-reloc-gotpc64.s
    M lld/test/ELF/x86-64-reloc-range.s
    A lld/test/ELF/x86-64-reloc-size-shared.s
    A lld/test/ELF/x86-64-reloc-size.s
    M lld/test/ELF/x86-64-retpoline-znow-static-iplt.s
    M lld/test/ELF/x86-64-retpoline-znow.s
    M lld/test/ELF/x86-64-retpoline.s
    M lld/test/ELF/x86-64-tls-dynamic.s
    M lld/test/ELF/x86-64-tls-gd-local.s
    M lld/test/ELF/x86-64-tls-gdie.s
    M lld/test/ELF/x86-64-tls-ie-local.s
    M lld/test/ELF/x86-64-tls-ie-opt-local.s
    A lld/test/ELF/x86-64-tls-ie.s
    M lld/test/ELF/x86-64-tls-ld-preemptable.s
    M lld/test/ELF/x86-64-tls-opt-noplt.s
    M lld/test/ELF/x86-64-tlsdesc-gd.s
    M lld/test/ELF/x86-64-tlsdesc-ld.s
    M lld/test/ELF/zdefs.s
    M lld/test/ELF/ztext.s
    M lld/test/MinGW/driver.test
    A lld/test/mach-o/empty-sections.yaml
    A lld/test/wasm/custom-section-name.ll
    M lld/test/wasm/data-layout.ll
    M lld/test/wasm/data-segment-merging.ll
    M lld/test/wasm/data-segments.ll
    M lld/test/wasm/import-memory.test
    M lld/test/wasm/lto/incompatible.ll
    M lld/test/wasm/no-tls.test
    M lld/test/wasm/pic-static.ll
    M lld/test/wasm/reloc-addend.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/shared-memory.yaml
    M lld/test/wasm/tls-align.ll
    M lld/test/wasm/tls.ll
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/LTO.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/Options.td
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lld/wasm/WriterUtils.h
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/cmake/modules/LLDBStandalone.cmake
    M lldb/docs/lldb-platform-packets.txt
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/build.rst
    M lldb/docs/resources/sbapi.rst
    M lldb/docs/resources/test.rst
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    A lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    A lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/windows/PosixApi.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    A lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/ClangASTImporter.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Utility/Args.h
    R lldb/include/lldb/Utility/CleanUp.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Flags.h
    A lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    R lldb/include/lldb/Utility/JSON.h
    M lldb/include/lldb/Utility/Log.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/Status.h
    R lldb/include/lldb/Utility/StreamGDBRemote.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/lldb-forward.h
    R lldb/lit/CMakeLists.txt
    R lldb/lit/Python/crashlog.test
    R lldb/lit/Reproducer/Inputs/FileCapture.in
    R lldb/lit/Reproducer/TestSynchronous.test
    R lldb/lit/Suite/lit.cfg
    R lldb/lit/Suite/lit.site.cfg.in
    R lldb/lit/Suite/lldbtest.py
    R lldb/lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml
    R lldb/lit/SymbolFile/Breakpad/symtab.test
    R lldb/lit/SymbolFile/DWARF/debug-types-address-ranges.s
    R lldb/lit/SymbolFile/DWARF/debug-types-missing-signature.test
    R lldb/lit/SymbolFile/DWARF/debug_loc.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-no-comp-dir-relative-name.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-no-comp-dir.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-posix.s
    R lldb/lit/SymbolFile/DWARF/dir-separator-windows.s
    R lldb/lit/SymbolFile/DWARF/dwarf5_locations.s
    R lldb/lit/SymbolFile/DWARF/find-inline-method.s
    R lldb/lit/Unit/lit.cfg.py
    R lldb/lit/Unit/lit.site.cfg.py.in
    R lldb/lit/helper/__init__.py
    R lldb/lit/helper/toolchain.py
    R lldb/lit/lit.cfg.py
    R lldb/lit/lit.site.cfg.py.in
    R lldb/packages/Python/lldbsuite/test/Makefile
    M lldb/packages/Python/lldbsuite/test/android/platform/Makefile
    M lldb/packages/Python/lldbsuite/test/api/check_public_api_headers/Makefile
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/Makefile
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/TestSBCommandReturnObject.py
    A lldb/packages/Python/lldbsuite/test/api/command-return-object/main.cpp
    M lldb/packages/Python/lldbsuite/test/api/listeners/Makefile
    A lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py
    M lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/Makefile
    M lldb/packages/Python/lldbsuite/test/api/multiple-targets/Makefile
    M lldb/packages/Python/lldbsuite/test/api/multithreaded/Makefile
    M lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/Makefile
    M lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/continue/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/expression/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/libcxxlist/Makefile
    M lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommandsFromPython.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestRegexpBreakCommand.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/a.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/b.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/bktptcmd.py
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/main.c
    R lldb/packages/Python/lldbsuite/test/commands/breakpoint/basic/side_effect.py
    A lldb/packages/Python/lldbsuite/test/commands/command/delete/TestCommandDelete.py
    M lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/import/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/command/script/import/rdar-12586188/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallBuiltinFunction.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-throws/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/char/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash-lambda/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash1/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/completion-crash2/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/context-object-objc/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/TestExprDiagnostics.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/fixits/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import_builtin_fileid/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_cpp_and_c/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/namespace_local_var_same_name_obj_c/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/options/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/test/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
    M lldb/packages/Python/lldbsuite/test/commands/expression/two-files/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/weak_symbols/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/array/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/bad-reference/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/complicated-expression/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-argument/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-function-return/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/dereference-this/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/inheritance/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/local-variable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/diagnose/virtual-method-call/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/language/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/language/TestGuessLanguage.py
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/recognizer/recognizer.py
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py
    A lldb/packages/Python/lldbsuite/test/commands/frame/select/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/frame/var/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
    M lldb/packages/Python/lldbsuite/test/commands/help/TestHelp.py
    M lldb/packages/Python/lldbsuite/test/commands/log/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py
    M lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/attach/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
    M lldb/packages/Python/lldbsuite/test/commands/process/launch/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py
    M lldb/packages/Python/lldbsuite/test/commands/settings/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/source/info/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
    M lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchlocation/TestWatchLocation.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/hello_watchpoint/TestMyFirstWatchpoint.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multi_watchpoint_slots/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_hits/TestMultipleHits.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/variable_out_of_scope/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandLLDB.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_events/TestWatchpointEvents.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_on_vectors/TestValueOfVectorVariable.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_set_command/TestWatchLocationWithWatchSet.py
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/TestWatchpointSizes.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/Makefile
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
    M lldb/packages/Python/lldbsuite/test/functionalities/archives/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/avoids-fd-leak/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/b.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/side_effect.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/b.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/int.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/TestMoveNearest.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/main.m
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/completion/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
    M lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity-chain/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/activity/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/category/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/message/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/exact_match/subsystem/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity-chain/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/activity/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/category/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/message/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/filter/regex/subsystem/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/format/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/debug/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/source/info/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/boolreference/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/compactvectors/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-categories/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-disabling/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-enum-format/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-globals/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-named-summaries/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsstring/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-proper-plurals/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-ptr-to-array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-script/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/optional/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/queue/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/variant/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/tuple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthtype/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/dump_dynamic/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/format-propagation/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/frameformat_smallstruct/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/hexcaps/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsarraysynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nsdictionarysynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/nssetsynth/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ostypeformatting/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/parray/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/poarray/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/ptr_ref_typedef/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/refpointer-recursion/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/setvaluefromcstring/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/summary-string-onfail/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthcapping/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/synthupdate/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/type_summary_list_script/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/user-format-vs-summary/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/var-in-aggregate-misuse/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/varscript_formatting/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/vector-types/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/dead-strip/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/deleted-executable/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/dynamic_value_child_count/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/exec/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/fat_archives/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/TestFloatDisplay.py
    A lldb/packages/Python/lldbsuite/test/functionalities/float-display/main.c
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWriteMemory.py
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-changed/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/Makefile
    R lldb/packages/Python/lldbsuite/test/functionalities/jitloader_gdb/simple.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/a.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk
    R lldb/packages/Python/lldbsuite/test/functionalities/load_unload/d.mk
    M lldb/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/TestLoadUsingPaths.py
    M lldb/packages/Python/lldbsuite/test/functionalities/load_using_paths/hidden/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/longjmp/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory-region/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/find/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/memory/read/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/TestBasicObjcModernTypeLookup.py
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic-objc/main.m
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/Makefile
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/TestBasicModernTypeLookup.py
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/basic/main.cpp
    A lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/libcxx/Makefile

  Log Message:
  -----------
  [DPWBS-1041] Merge community 'master' into HighTec htc/master

llvm-objcopy has been refactored, making part of [DPWBS-997] obsolete (ArchMap addition).


  Commit: a5b1ef4d52ef255fa47e4ede9602a2e90a8a774d
      https://github.com/llvm/llvm-project/commit/a5b1ef4d52ef255fa47e4ede9602a2e90a8a774d
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/shift-valid.s

  Log Message:
  -----------
  [DPBWS-1001][DPWBS-1007] Add support for instructions

Adding "Shift" instruction group and the corresponding test files.


  Commit: 7d0cd60692aba46e60eff80a50cbef0ef9c52763
      https://github.com/llvm/llvm-project/commit/7d0cd60692aba46e60eff80a50cbef0ef9c52763
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    M llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.cpp
    A llvm/lib/Target/TriCore/TargetInfo/TriCoreTargetInfo.h
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp

  Log Message:
  -----------
  [DPWBS-1040] Create a TargetInfo header.

Move the declarations of getThe<Name>Target() functions into a new header in
TargetInfo and make users of these functions include this new header.
This fixes a layering problem.


  Commit: 9c914dcd6c6220cbabbed61df1d2f0e406035765
      https://github.com/llvm/llvm-project/commit/9c914dcd6c6220cbabbed61df1d2f0e406035765
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    A llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    A llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreCallLowering.h
    A llvm/lib/Target/TriCore/TriCoreCallingConv.td
    A llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreFrameLowering.h
    A llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    A llvm/lib/Target/TriCore/TriCoreISelLowering.h
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/lib/Target/TriCore/TriCoreRegisterBanks.td
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    A llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll
    A llvm/test/CodeGen/TriCore/lit.local.cfg

  Log Message:
  -----------
  [DPWBS-1040] Add the minimum necessary to support codegen for void -> void functions

This patch introduces several required classes for generating actual target instructions.


  Commit: 270c29b9e01cfb796814b70d8150c483f8349a82
      https://github.com/llvm/llvm-project/commit/270c29b9e01cfb796814b70d8150c483f8349a82
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/simple-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1008] Add support for instructions

Adding "Simple Compare" instruction group and the corresponding test files.


  Commit: 347e6aafd149add522275f88ffe1391fbd1dd9cd
      https://github.com/llvm/llvm-project/commit/347e6aafd149add522275f88ffe1391fbd1dd9cd
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/address-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1015] Add support for instructions

Adding "Address Arithmetic" instruction group and the corresponding test files.


  Commit: 39102f46168319227b42af4a5e602c2a11481487
      https://github.com/llvm/llvm-project/commit/39102f46168319227b42af4a5e602c2a11481487
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp

  Log Message:
  -----------
  [DPWBS-1001] Add support for instructions

Fixing parser's error generation.


  Commit: f25e9b7500ae389210026fcb87c06374708d05de
      https://github.com/llvm/llvm-project/commit/f25e9b7500ae389210026fcb87c06374708d05de
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  [DPWBS-750] ci(Jenkins): make builds run on llvm-project agent. fix typo


  Commit: b53fff52e632f60fbfbc6c9ccf830d4d1a527960
      https://github.com/llvm/llvm-project/commit/b53fff52e632f60fbfbc6c9ccf830d4d1a527960
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M clang/lib/Basic/Targets/TriCore.h
    M llvm/include/llvm/CodeGen/Analysis.h
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/Target/TriCore/CMakeLists.txt
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreCallLowering.h
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    A llvm/lib/Target/TriCore/TriCoreCallingConvention.cpp
    A llvm/lib/Target/TriCore/TriCoreCallingConvention.h
    M llvm/lib/Target/TriCore/TriCoreISelLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreISelLowering.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreTargetMachine.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll
    M llvm/test/CodeGen/TriCore/GlobalIsel/callingconv.ll
    A llvm/test/CodeGen/TriCore/GlobalIsel/unsupported-call.ll
    A llvm/test/CodeGen/TriCore/GlobalIsel/unsupported-ret.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for TriCore register calling convention (llvm)


  Commit: 994cca28159efe3b110e14671b412f8cee6f1d9e
      https://github.com/llvm/llvm-project/commit/994cca28159efe3b110e14671b412f8cee6f1d9e
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    M llvm/lib/Target/TriCore/TriCoreCallingConvention.h
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for TriCore register calling convention: variadic functions


  Commit: 8bca508cc62bbb7ac5cb4b60ce62344e497e3a71
      https://github.com/llvm/llvm-project/commit/8bca508cc62bbb7ac5cb4b60ce62344e497e3a71
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/conditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1044] Add support for instructions

Adding "Conditional Branch" instruction group and the corresponding test file.


  Commit: 76cd0008dcdd68f1660afd9b5257f44200321db8
      https://github.com/llvm/llvm-project/commit/76cd0008dcdd68f1660afd9b5257f44200321db8
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/load-store-basic-data-type-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1045] Add support for instructions

Adding "Load/Store Basic Data Types" instruction group and the corresponding test file.


  Commit: f76ca68a911281f9bf3dd079da4660e5edc343ce
      https://github.com/llvm/llvm-project/commit/f76ca68a911281f9bf3dd079da4660e5edc343ce
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp

  Log Message:
  -----------
  [DPWBS-1001] Add support for instructions

Fixing Match_InvalidUImm4_Lsb1 error generation case.


  Commit: 0b1cf15cf202806e539bb2349849de0b45ad7df8
      https://github.com/llvm/llvm-project/commit/0b1cf15cf202806e539bb2349849de0b45ad7df8
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/move-to-address-valid.s

  Log Message:
  -----------
  [DPWBS-1001][DPWBS-1046] Add support for instructions

Adding "Move to Address" instruction group and the corresponding test files.


  Commit: 52d054dbe80bc7e7f10131debb53eb22ef85cbc7
      https://github.com/llvm/llvm-project/commit/52d054dbe80bc7e7f10131debb53eb22ef85cbc7
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/division-valid.s

  Log Message:
  -----------
  [DPWBS-1056] Add support for division instructions.


  Commit: 636edbf04a23163f5946b7c2ab8326f87e73dd5c
      https://github.com/llvm/llvm-project/commit/636edbf04a23163f5946b7c2ab8326f87e73dd5c
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/accumulating-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1062] Add support for Accumulating Compare instructions


  Commit: da81bef08a56ff9281f6b7a50336dca7969735e1
      https://github.com/llvm/llvm-project/commit/da81bef08a56ff9281f6b7a50336dca7969735e1
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/compare-with-shift-valid.s

  Log Message:
  -----------
  [DPWBS-1063] Add support for Compare with Shift instructions


  Commit: adc1089fd9520c6fb4a3913cfa360787cb1cdbc4
      https://github.com/llvm/llvm-project/commit/adc1089fd9520c6fb4a3913cfa360787cb1cdbc4
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/simple-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1064] Add support for Simple Bit Operations instructions


  Commit: 9a3f26bf66f4f389bd1068d335021897240fa710
      https://github.com/llvm/llvm-project/commit/9a3f26bf66f4f389bd1068d335021897240fa710
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/shifting-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1066] Add support for Shifting Bit Operations instructions


  Commit: 312c1d7edc2ce4a15197b62bb5c7c97e2f11d632
      https://github.com/llvm/llvm-project/commit/312c1d7edc2ce4a15197b62bb5c7c97e2f11d632
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/count-leading-zeros-valid.s

  Log Message:
  -----------
  [DPWBS-1060] Add count leading zeros ones and signs instructions


  Commit: 8b8ba9b4c829e64fed9256c375d76caf3f87382a
      https://github.com/llvm/llvm-project/commit/8b8ba9b4c829e64fed9256c375d76caf3f87382a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBanks.td

  Log Message:
  -----------
  [DPWBS-1082] fix(RegisterBanks): fix register banks not covering extended registers


  Commit: 01ad1036e49a7fa70b7d80361eb593564307ca29
      https://github.com/llvm/llvm-project/commit/01ad1036e49a7fa70b7d80361eb593564307ca29
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-add.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-implicit-def.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sub.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(Legalizer): implement minimum legality rules

legality rules for G_ADD, G_UADDO, GUADDE (and equivalently for G_SUB),
G_IMPLICIT_DEF, G_CONSTANT and G_{UN}MERGE_VALUES.
G_CONSTANT is legal for types which fit the TriCore registers: s32 and
s64.
G_ADD and G_SUB require s32 types.
G_{UN}MERGE_VALUES require the smaller type to be 32 bits and the bigger
type to be 64 bits

add legalizer test cases


  Commit: 87a368623978ae284465294dd2c5ba712c6a8757
      https://github.com/llvm/llvm-project/commit/87a368623978ae284465294dd2c5ba712c6a8757
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    A llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constant-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(RegisterBankSelect): implement basic register bank mapping

Mappings for address registers are not yet supported.

Implement getRegBankFromRegClass for TriCoreRegisterBankInfo.

Assert regbanks and partial mappings in constructor.

Can handle G_ADD, G_SUB explicitly and some other instructions through
default handling.

The boilerplate code (mappings) is kept in a .def file which will get
tablegen'ed at some point in the future. Once this is generated we will
remove this .def file and include the tablegen'ed equivalent.

Add regbankselect tests for add, sub, scalar constants.

Add regbankselect failure test for pointer constants.


  Commit: 44e53bf24904032be6a9cdaf9de9617bc54953df
      https://github.com/llvm/llvm-project/commit/44e53bf24904032be6a9cdaf9de9617bc54953df
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.td
    A llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1082] feat(InstructionSelector): add basic selection pattern for G_ADD, G_SUB

Add comments and LLVM_DEBUG to TriCoreInstructionSelector.

Add selection test for add, sub


  Commit: 4aed034792b272d1c3acf89e3ac0472d70a99f47
      https://github.com/llvm/llvm-project/commit/4aed034792b272d1c3acf89e3ac0472d70a99f47
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1053] Add support for disassembly

Removing isCodeGenOnly's and adding special operand for BOL versions to encforce their generation.


  Commit: c77c205da3ace788d45f4ccb2a5219aaad0db3d1
      https://github.com/llvm/llvm-project/commit/c77c205da3ace788d45f4ccb2a5219aaad0db3d1
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/CMakeLists.txt
    A llvm/lib/Target/TriCore/Disassembler/CMakeLists.txt
    A llvm/lib/Target/TriCore/Disassembler/LLVMBuild.txt
    A llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/LLVMBuild.txt
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/test/MC/TriCore/accumulating-compare-valid.s
    M llvm/test/MC/TriCore/addition-and-subtraction-valid.s
    M llvm/test/MC/TriCore/address-arithmetic-valid.s
    M llvm/test/MC/TriCore/compare-with-shift-valid.s
    M llvm/test/MC/TriCore/conditional-branch-valid.s
    M llvm/test/MC/TriCore/division-valid.s
    M llvm/test/MC/TriCore/load-store-basic-data-type-valid.s
    M llvm/test/MC/TriCore/logical-valid.s
    M llvm/test/MC/TriCore/move-to-address-valid.s
    M llvm/test/MC/TriCore/move-valid.s
    M llvm/test/MC/TriCore/shift-valid.s
    M llvm/test/MC/TriCore/shifting-bit-operations-valid.s
    M llvm/test/MC/TriCore/simple-bit-operations-valid.s
    M llvm/test/MC/TriCore/simple-compare-valid.s
    M llvm/test/MC/TriCore/unconditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1053] Add support for disassembly


  Commit: f295c9e2c48b0c5c52a305e1e3296a53a71edc20
      https://github.com/llvm/llvm-project/commit/f295c9e2c48b0c5c52a305e1e3296a53a71edc20
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/bit-field-extract-insert-valid.s

  Log Message:
  -----------
  [DPWBS-1061] Add bit-field extract and insert instructions


  Commit: 19f8a9595baa1de75b8ba6e091793a91c817527a
      https://github.com/llvm/llvm-project/commit/19f8a9595baa1de75b8ba6e091793a91c817527a
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/multiply-and-multiply-add-valid.s

  Log Message:
  -----------
  [DPWBS-1055] Add support for multiply and multiply-add instructions


  Commit: 7706e794f494b809e3a8c6f63c87c20699d3847c
      https://github.com/llvm/llvm-project/commit/7706e794f494b809e3a8c6f63c87c20699d3847c
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/check-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1100] Add support for check instructions


  Commit: e27b2254790fb5428b0954a1b1e1a03d2d1b3a81
      https://github.com/llvm/llvm-project/commit/e27b2254790fb5428b0954a1b1e1a03d2d1b3a81
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/miscellaneous-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1087] Add support for miscellaneous bit operations


  Commit: 64a5194037bf9d4d29cc89804d7e9e0eaf39afd0
      https://github.com/llvm/llvm-project/commit/64a5194037bf9d4d29cc89804d7e9e0eaf39afd0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M README.md
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    A clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    A clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.cpp
    A clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    A clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    A clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    A clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    M clang-tools-extra/clang-tidy/utils/Matchers.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
    M clang-tools-extra/clang-tidy/utils/TypeTraits.h
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/FileDistance.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Index.h
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/MemIndex.h
    M clang-tools-extra/clangd/index/Relation.cpp
    M clang-tools-extra/clangd/index/Relation.h
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/Serialization.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    A clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    A clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/test/Inputs/symbols.test.yaml
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/test/code-action-request.test
    M clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    M clang-tools-extra/clangd/test/log.test
    M clang-tools-extra/clangd/test/request-reply.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/symbol-info.test
    M clang-tools-extra/clangd/test/symbols.test
    M clang-tools-extra/clangd/test/system-include-extractor.test
    M clang-tools-extra/clangd/test/target_info.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/cmake/modules/CreateClangdXPCFramework.cmake
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-signed-bitwise.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/performance-trivially-destructible.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-redundant-access-specifiers.rst
    M clang-tools-extra/test/clang-include-fixer/merge.test
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/clang-c/c.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/clang/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-b.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/cross-file-c.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/gtest/foo.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/i.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/j.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/llvm-c/d.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/llvm/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/s.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/stdio.h
    R clang-tools-extra/test/clang-tidy/Inputs/Headers/system-header-simulation.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/external-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/flags/internal-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/strings/internal-file.h
    R clang-tools-extra/test/clang-tidy/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    A clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    R clang-tools-extra/test/clang-tidy/Inputs/compilation-database/template.json
    R clang-tools-extra/test/clang-tidy/Inputs/config-files/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/config-files/1/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/empty-database/compile_commands.json
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/b.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/c.h
    R clang-tools-extra/test/clang-tidy/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    R clang-tools-extra/test/clang-tidy/Inputs/explain-config/.clang-tidy
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/header1.h
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/header2.h
    R clang-tools-extra/test/clang-tidy/Inputs/file-filter/system/system-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/a.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/j.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/r.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/s.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/t.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    R clang-tools-extra/test/clang-tidy/Inputs/fuchsia-restrict-system-includes/transitive2.h
    R clang-tools-extra/test/clang-tidy/Inputs/google-namespaces.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest-typed-test.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/gtest.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    R clang-tools-extra/test/clang-tidy/Inputs/gtest/nosuite/gtest/gtest.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header1.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header2.h
    R clang-tools-extra/test/clang-tidy/Inputs/line-filter/header3.h
    R clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/bin/clang
    R clang-tools-extra/test/clang-tidy/Inputs/mock-libcxx/include/c++/v1/mock_vector
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/assert.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/complex.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/ctype.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/errno.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/fenv.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/float.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/inttypes.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/iso646.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/limits.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/locale.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/math.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/setjmp.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/signal.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdalign.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdarg.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdbool.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stddef.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdint.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdio.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/stdlib.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/string.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/tgmath.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/time.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/uchar.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/wchar.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-deprecated-headers/wctype.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-loop-convert/structures.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-pass-by-value/header-with-fix.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-pass-by-value/header.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-replace-auto-ptr/memory.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/initializer_list.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/shared_ptr.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-smart-ptr/unique_ptr.h
    R clang-tools-extra/test/clang-tidy/Inputs/modernize-use-auto/containers.h
    R clang-tools-extra/test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h
    R clang-tools-extra/test/clang-tidy/Inputs/nolint/trigger_warning.h
    R clang-tools-extra/test/clang-tidy/Inputs/overlapping/o.h
    R clang-tools-extra/test/clang-tidy/Inputs/performance-unnecessary-value-param/header-fixed.h
    R clang-tools-extra/test/clang-tidy/Inputs/performance-unnecessary-value-param/header.h
    R clang-tools-extra/test/clang-tidy/Inputs/readability-identifier-naming/system/system-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/readability-identifier-naming/user-header.h
    R clang-tools-extra/test/clang-tidy/Inputs/unused-using-decls.h
    R clang-tools-extra/test/clang-tidy/Inputs/vfsoverlay/actual_header.h
    R clang-tools-extra/test/clang-tidy/Inputs/vfsoverlay/vfsoverlay.yaml
    R clang-tools-extra/test/clang-tidy/abseil-duration-addition.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-comparison.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-conversion-cast.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-division.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-factory-float.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-factory-scale.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-subtraction.cpp
    R clang-tools-extra/test/clang-tidy/abseil-duration-unnecessary-conversion.cpp
    R clang-tools-extra/test/clang-tidy/abseil-faster-strsplit-delimiter.cpp
    R clang-tools-extra/test/clang-tidy/abseil-no-internal-dependencies.cpp
    R clang-tools-extra/test/clang-tidy/abseil-no-namespace.cpp
    R clang-tools-extra/test/clang-tidy/abseil-redundant-strcat-calls.cpp
    R clang-tools-extra/test/clang-tidy/abseil-str-cat-append.cpp
    R clang-tools-extra/test/clang-tidy/abseil-string-find-startswith.cpp
    R clang-tools-extra/test/clang-tidy/abseil-time-comparison.cpp
    R clang-tools-extra/test/clang-tidy/abseil-time-subtraction.cpp
    R clang-tools-extra/test/clang-tidy/abseil-upgrade-duration-conversions.cpp
    R clang-tools-extra/test/clang-tidy/alternative-fixes.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-accept.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-accept4.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-creat.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-dup.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-epoll-create.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-epoll-create1.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-fopen.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-inotify-init.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-inotify-init1.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-memfd-create.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-open.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-pipe.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-pipe2.cpp
    R clang-tools-extra/test/clang-tidy/android-cloexec-socket.cpp
    R clang-tools-extra/test/clang-tidy/android-comparison-in-temp-failure-retry.c
    R clang-tools-extra/test/clang-tidy/basic.cpp
    R clang-tools-extra/test/clang-tidy/boost-use-to-string.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-gmock.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-ignore-single-argument.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-literals.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment-strict.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-assert-side-effect.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-bool-pointer-implicit-conversion.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-branch-clone-macro-crash.c
    R clang-tools-extra/test/clang-tidy/bugprone-branch-clone.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-copy-constructor-init.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-dangling-handle.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-dynamic-static-initializers.hpp
    R clang-tools-extra/test/clang-tidy/bugprone-exception-escape-openmp.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-exception-escape.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-fold-init-type.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-forward-declaration-namespace.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-forwarding-reference-overload.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-inaccurate-erase.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-incorrect-roundings.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-infinite-loop.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-integer-division.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-lambda-function-name.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-parentheses-cmdline.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-parentheses.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-macro-repeated-side-effects.c
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.c
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-explicit-only.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-misplaced-widening-cast-implicit-enabled.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-move-forwarding-reference.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-multiple-statement-macro.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-in-initialization-strlen.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-before-safe.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-other.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-parent-virtual-call.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-posix-return.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-sizeof-container.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-sizeof-expression.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-constructor.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-integer-assignment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-string-literal-with-embedded-nul.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage-strict.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-enum-usage.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-memset-usage.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-missing-comma.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-fail.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-string-compare.c
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-string-compare.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-swapped-arguments.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-terminating-continue.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-throw-keyword-missing.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-too-small-loop-variable.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undefined-memory-manipulation.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undelegated-constructor-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-undelegated-constructor.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unhandled-self-assignment.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-raii.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-return-value-custom.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-unused-return-value.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-use-after-move.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-virtual-near-miss.cpp
    R clang-tools-extra/test/clang-tidy/cert-dcl21-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-dcl58-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-env33-c.c
    R clang-tools-extra/test/clang-tidy/cert-err34-c.c
    R clang-tools-extra/test/clang-tidy/cert-err34-c.cpp
    R clang-tools-extra/test/clang-tidy/cert-flp30-c.c
    R clang-tools-extra/test/clang-tidy/cert-limited-randomness.c
    R clang-tools-extra/test/clang-tidy/cert-limited-randomness.cpp
    R clang-tools-extra/test/clang-tidy/cert-msc32-c.c
    R clang-tools-extra/test/clang-tidy/cert-msc51-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-oop11-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-oop54-cpp.cpp
    R clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
    R clang-tools-extra/test/clang-tidy/cert-static-object-exception.cpp
    R clang-tools-extra/test/clang-tidy/cert-throw-exception-type.cpp
    R clang-tools-extra/test/clang-tidy/cert-uppercase-literal-suffix-integer.cpp
    R clang-tools-extra/test/clang-tidy/cert-variadic-function-def.cpp
    R clang-tools-extra/test/clang-tidy/check_clang_tidy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/clang-c/c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/clang/b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-b.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cross-file-c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/gtest/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/i.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/j.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/llvm-c/d.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/llvm/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/system-header-simulation.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/external-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/flags/internal-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/strings/internal-file.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/time/time.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/a.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/j.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/r.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/t.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/transitive2.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/google-namespaces.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/gtest-typed-test.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/gtest.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/assert.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/complex.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/ctype.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/errno.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/fenv.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/float.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/inttypes.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/iso646.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/limits.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/locale.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/math.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/setjmp.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/signal.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdalign.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdarg.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdbool.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdint.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/tgmath.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/time.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/uchar.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/wchar.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-deprecated-headers/wctype.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/structures.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-pass-by-value/header-with-fix.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-pass-by-value/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-replace-auto-ptr/memory.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/initializer_list.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/shared_ptr.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-smart-ptr/unique_ptr.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-use-auto/containers.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/mpi-type-mismatch/mpimock.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header-fixed.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/system/system-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/user-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/unused-using-decls.h
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-addition.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-comparison.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-conversion-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-division.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-factory-float.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-factory-scale.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-faster-strsplit-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-no-internal-dependencies.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-no-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-redundant-strcat-calls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-str-cat-append.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-startswith.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-time-comparison.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-time-subtraction.cpp
    A clang-tools-extra/test/clang-tidy/checkers/abseil-upgrade-duration-conversions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-accept.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-accept4.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-creat.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-dup.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-epoll-create.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-epoll-create1.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-fopen.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-inotify-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-inotify-init1.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-memfd-create.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-open.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-pipe.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-pipe2.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-cloexec-socket.cpp
    A clang-tools-extra/test/clang-tidy/checkers/android-comparison-in-temp-failure-retry.c
    A clang-tools-extra/test/clang-tidy/checkers/boost-use-to-string.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-gmock.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-ignore-single-argument.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-assert-side-effect.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bool-pointer-implicit-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone-macro-crash.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-copy-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-dangling-handle.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-dynamic-static-initializers.hpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-exception-escape-openmp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-fold-init-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-forward-declaration-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-forwarding-reference-overload.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-inaccurate-erase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-incorrect-roundings.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-integer-division.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-lambda-function-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses-cmdline.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-repeated-side-effects.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-operator-in-strlen-in-alloc.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-operator-in-strlen-in-alloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-widening-cast-explicit-only.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-widening-cast-implicit-enabled.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-move-forwarding-reference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-multiple-statement-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-parent-virtual-call.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-posix-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-container.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-string-literal-with-embedded-nul.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-enum-usage-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-enum-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-memset-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-missing-comma.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-fail.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-string-compare.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-swapped-arguments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-terminating-continue.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-too-small-loop-variable-magniute-bits-upper-limit.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-too-small-loop-variable.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undefined-memory-manipulation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undelegated-constructor-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-undelegated-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment-warn-only-if-this-has-suspicious-field.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-return-value-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-return-value.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-virtual-near-miss.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-dcl21-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-dcl58-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-env33-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-err34-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-err34-c.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-flp30-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-limited-randomness.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-limited-randomness.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-msc32-c.c
    A clang-tools-extra/test/clang-tidy/checkers/cert-msc51-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop11-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop54-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-setlongjmp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-static-object-exception.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-throw-exception-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-variadic-function-def.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-goto.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-interfaces-global-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-caps-only.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-command-line-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-no-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-containers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-legacy-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-constant-array-index.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-const-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-cstyle-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-reinterpret-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-static-cast-downcast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-union-access.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-vararg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-slicing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-cxx-03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-relaxed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/checkers/darwin-dispatch-once-nonstatic.mm
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-default-arguments-calls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-default-arguments-declarations.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-multiple-inheritance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-overloaded-operator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-all.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-glob.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-statically-constructed-objects.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-trailing-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/fuchsia-virtual-inheritance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-build-explicit-make-pair.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-default-arguments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-explicit-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-module.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-namespaces.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-avoid-nsobject-new.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-avoid-throwing-exception.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-function-naming.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-function-naming.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-global-variable-declaration.m
    A clang-tools-extra/test/clang-tidy/checkers/google-objc-global-variable-declaration.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-overloaded-unary-and.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.c
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.mm
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-nested-namespace-comments.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-todo.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int-std.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.c
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-int.m
    A clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-upgrade-googletest-case.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-exception-baseclass.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-multiway-paths-covered-else.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-multiway-paths-covered.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-no-assembler-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-no-assembler.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-bug34747.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-integer-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-standard-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-standard-types.h
    A clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/checkers/linuxkernel-must-check-errs.c
    A clang-tools-extra/test/clang-tidy/checkers/llvm-include-order.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned2.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-prefer-register-over-unsigned3.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvm-twine-local.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers-1z.hpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers.hpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-new-delete-overloads-sized-dealloc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-new-delete-overloads.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-copyable-objects.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-copyable-objects.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-non-private-member-variables-in-classes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-static-assert.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-static-assert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-throw-by-value-catch-by-reference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-alias-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.c
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-errors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays-ignores-main.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-c-arrays.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-concat-nested-namespaces.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-cxx03.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-headers-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-deprecated-ios-base-aliases.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-assert-failure.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-camelback.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-extra.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-lowercase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-negative.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-uppercase.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-inaccessible-ctors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-macro-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value-multi-fixes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal-delimiter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal-replace-shorter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-auto-ptr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-random-shuffle.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-shrink-to-fit.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-unary-static-assert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-cast-remove-stars.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-cast.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-iterator.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-min-type-name-length.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-new-remove-stars.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-auto-new.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-bool-literals-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-bool-literals.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-bitfield.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-emplace-ignore-implicit-constructors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-emplace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-copy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-delete-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-delete.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-clang-unused.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-gcc-unused.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard-no-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-opt.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr.c
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-ms.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-no-destructors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-with-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-with-no-macro-inscope.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-transparent-functors.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-uncaught-exceptions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-using-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/mpi-buffer-deref.cpp
    A clang-tools-extra/test/clang-tidy/checkers/mpi-type-mismatch.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-avoid-nserror-init.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-forbidden-subclassing-custom.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-forbidden-subclassing.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-missing-hash.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-property-declaration.m
    A clang-tools-extra/test/clang-tidy/checkers/objc-super-self.m
    A clang-tools-extra/test/clang-tidy/checkers/openmp-exception-escape.cpp
    A clang-tools-extra/test/clang-tidy/checkers/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-faster-string-find.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-warn-on-all-auto-copies.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-implicit-conversion-in-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-algorithm.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-string-concatenation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-vector-operation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-const-arg-trivially-copyable.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-const-arg.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-move-constructor-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-noexcept-move-constructor-fix.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-noexcept-move-constructor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-trivially-destructible.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-type-promotion-in-math-fn.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-allowed-types.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.m
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.mm
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-delayed.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-incomplete-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-ppc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-x86.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-avoid-underscore-in-googletest-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-assert-failure.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-few-lines.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-format.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-same-line.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-single-line.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-const-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-convert-member-functions-to-static.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-deleted-default.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-if-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-size-variables-c++17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-size.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix-name-conflicts.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-objc.m
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion-allow-in-conditions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion-cxx98.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-implicit-bool-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name-strict.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-cxx17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-fixing.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration-no-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration.c
    A clang-tools-extra/test/clang-tidy/checkers/readability-isolate-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-misplaced-array-index.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-named-parameter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-non-const-parameter.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-control-flow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration-ignore-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.c
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-function-ptr-dereference.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor-ifdef.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-preprocessor.h
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get-macros.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init-msvc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-chained-conditional-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-chained-conditional-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr-members.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-simplify-subscript-expr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-accessed-through-instance-nesting-threshold.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-accessed-through-instance.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-static-definition-in-anonymous-namespace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-string-compare.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uniqueptr-delete-release.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-float16.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-custom-list.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-macro.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer-ms.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix-integer.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-uppercase-literal-suffix.h
    A clang-tools-extra/test/clang-tidy/checkers/zircon-temporary-objects.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-__clang_analyzer__macro.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-enable-check-profile-one-tu.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-enable-check-profile-two-tu.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-mac-libcxx.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-run-with-database.cpp
    R clang-tools-extra/test/clang-tidy/clang-tidy-store-check-profile-one-tu.cpp
    R clang-tools-extra/test/clang-tidy/clean-up-code.cpp
    R clang-tools-extra/test/clang-tidy/config-files.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-avoid-goto.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-interfaces-global-init.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-caps-only.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-command-line-macros.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage-custom.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-macro-usage.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-long-is-32bits.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-narrowingfloatingpoint-option.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-pedanticmode-option.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions-unsigned-char.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-narrowing-conversions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc-custom.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc-no-functions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-no-malloc.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-containers.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory-legacy-functions.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-owning-memory.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic-pr36489.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-cstyle-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-delayed.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-no-crash.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init-use-assignment.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-slicing.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions-relaxed.cpp
    R clang-tools-extra/test/clang-tidy/cppcoreguidelines-special-member-functions.cpp
    R clang-tools-extra/test/clang-tidy/custom-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/darwin-avoid-spinlock.m
    R clang-tools-extra/test/clang-tidy/darwin-dispatch-once-nonstatic.mm
    R clang-tools-extra/test/clang-tidy/deduplication.cpp
    R clang-tools-extra/test/clang-tidy/diagnostic.cpp
    R clang-tools-extra/test/clang-tidy/duplicate-reports.cpp
    R clang-tools-extra/test/clang-tidy/empty-database.cpp
    R clang-tools-extra/test/clang-tidy/enable-alpha-checks.cpp
    R clang-tools-extra/test/clang-tidy/expand-modular-headers-ppcallbacks.cpp
    R clang-tools-extra/test/clang-tidy/explain-checks.cpp
    R clang-tools-extra/test/clang-tidy/export-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/export-relpath.cpp
    R clang-tools-extra/test/clang-tidy/extra-args.cpp
    R clang-tools-extra/test/clang-tidy/file-filter-symlinks.cpp
    R clang-tools-extra/test/clang-tidy/file-filter.cpp
    R clang-tools-extra/test/clang-tidy/fix-errors.cpp
    R clang-tools-extra/test/clang-tidy/fix.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-calls.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-default-arguments-declarations.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-multiple-inheritance.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-overloaded-operator.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-all.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-glob.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes-headers.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-restrict-system-includes.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-statically-constructed-objects.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-trailing-return.cpp
    R clang-tools-extra/test/clang-tidy/fuchsia-virtual-inheritance.cpp
    R clang-tools-extra/test/clang-tidy/google-build-explicit-make-pair.cpp
    R clang-tools-extra/test/clang-tidy/google-default-arguments.cpp
    R clang-tools-extra/test/clang-tidy/google-explicit-constructor.cpp
    R clang-tools-extra/test/clang-tidy/google-module.cpp
    R clang-tools-extra/test/clang-tidy/google-namespaces.cpp
    R clang-tools-extra/test/clang-tidy/google-objc-avoid-nsobject-new.m
    R clang-tools-extra/test/clang-tidy/google-objc-avoid-throwing-exception.m
    R clang-tools-extra/test/clang-tidy/google-objc-function-naming.m
    R clang-tools-extra/test/clang-tidy/google-objc-function-naming.mm
    R clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.m
    R clang-tools-extra/test/clang-tidy/google-objc-global-variable-declaration.mm
    R clang-tools-extra/test/clang-tidy/google-overloaded-unary-and.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-casting.c
    R clang-tools-extra/test/clang-tidy/google-readability-casting.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-casting.mm
    R clang-tools-extra/test/clang-tidy/google-readability-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-nested-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/google-readability-todo.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int-std.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int.c
    R clang-tools-extra/test/clang-tidy/google-runtime-int.cpp
    R clang-tools-extra/test/clang-tidy/google-runtime-int.m
    R clang-tools-extra/test/clang-tidy/google-runtime-references.cpp
    R clang-tools-extra/test/clang-tidy/google-upgrade-googletest-case.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-exception-baseclass.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-multiway-paths-covered-else.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-multiway-paths-covered.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-no-assembler-msvc.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-no-assembler.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-bug34747.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.cpp
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise-standard-types.h
    R clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/a.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/b.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/Headers/s.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/compilation-database/template.json
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/1/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/empty-database/compile_commands.json
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/a.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/b.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/c.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/expand-modular-headers-ppcallbacks/module.modulemap
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/explain-config/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/header1.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/header2.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/file-filter/system/system-header.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header1.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header2.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/line-filter/header3.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/mock-libcxx/bin/clang
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/mock-libcxx/include/c++/v1/mock_vector
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolint/trigger_warning.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/overlapping/o.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/vfsoverlay/actual_header.h
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/vfsoverlay/vfsoverlay.yaml
    A clang-tools-extra/test/clang-tidy/infrastructure/alternative-fixes.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/basic.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/check_clang_tidy.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-__clang_analyzer__macro.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-diff.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-enable-check-profile-one-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-enable-check-profile-two-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-mac-libcxx.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-run-with-database.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-store-check-profile-one-tu.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/clean-up-code.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/custom-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/deduplication.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/diagnostic.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-reports.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/empty-database.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/enable-alpha-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/expand-modular-headers-ppcallbacks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/explain-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/export-relpath.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/extra-args.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/file-filter-symlinks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/file-filter.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/fix-errors.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/fix.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/line-filter.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/list-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/macros.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolint.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/nonstandard-file-extension.test
    A clang-tools-extra/test/clang-tidy/infrastructure/objc-arc-and-properties.m
    A clang-tools-extra/test/clang-tidy/infrastructure/objc-no-arc-or-properties.m
    A clang-tools-extra/test/clang-tidy/infrastructure/overlapping.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/pr37091.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/read_file_config.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/select-checks.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/serialize-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/static-analyzer-config.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/static-analyzer.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/temporaries.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/validate-check-names.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/vfsoverlay.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors-plural.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/warnings-as-errors.cpp
    R clang-tools-extra/test/clang-tidy/line-filter.cpp
    R clang-tools-extra/test/clang-tidy/linuxkernel-must-check-errs.c
    R clang-tools-extra/test/clang-tidy/list-checks.cpp
    R clang-tools-extra/test/clang-tidy/llvm-include-order.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-isa-or-dyn-cast-in-conditionals.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned2.cpp
    R clang-tools-extra/test/clang-tidy/llvm-prefer-register-over-unsigned3.cpp
    R clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp
    R clang-tools-extra/test/clang-tidy/macros.cpp
    R clang-tools-extra/test/clang-tidy/misc-definitions-in-headers-1z.hpp
    R clang-tools-extra/test/clang-tidy/misc-definitions-in-headers.hpp
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const.c
    R clang-tools-extra/test/clang-tidy/misc-misplaced-const.cpp
    R clang-tools-extra/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
    R clang-tools-extra/test/clang-tidy/misc-new-delete-overloads.cpp
    R clang-tools-extra/test/clang-tidy/misc-non-copyable-objects.c
    R clang-tools-extra/test/clang-tidy/misc-non-copyable-objects.cpp
    R clang-tools-extra/test/clang-tidy/misc-non-private-member-variables-in-classes.cpp
    R clang-tools-extra/test/clang-tidy/misc-redundant-expression.cpp
    R clang-tools-extra/test/clang-tidy/misc-static-assert.c
    R clang-tools-extra/test/clang-tidy/misc-static-assert.cpp
    R clang-tools-extra/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
    R clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/misc-unconventional-assign-operator.cpp
    R clang-tools-extra/test/clang-tidy/misc-uniqueptr-reset-release.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-alias-decls.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters-strict.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters.c
    R clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-using-decls-errors.cpp
    R clang-tools-extra/test/clang-tidy/misc-unused-using-decls.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-bind.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-main.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays-ignores-three-arg-main.cpp
    R clang-tools-extra/test/clang-tidy/modernize-avoid-c-arrays.cpp
    R clang-tools-extra/test/clang-tidy/modernize-concat-nested-namespaces.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx03.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-headers-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-deprecated-ios-base-aliases.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-assert-failure.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-basic.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-camelback.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-const.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-extra.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-lowercase.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-negative.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert-uppercase.cpp
    R clang-tools-extra/test/clang-tidy/modernize-loop-convert.c
    R clang-tools-extra/test/clang-tidy/modernize-make-shared-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-shared.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-inaccessible-ctors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-make-unique.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-macro-header.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value-multi-fixes.cpp
    R clang-tools-extra/test/clang-tidy/modernize-pass-by-value.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-delimiter.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal-replace-shorter.cpp
    R clang-tools-extra/test/clang-tidy/modernize-raw-string-literal.cpp
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg-delayed.cpp
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.c
    R clang-tools-extra/test/clang-tidy/modernize-redundant-void-arg.cpp
    R clang-tools-extra/test/clang-tidy/modernize-replace-auto-ptr.cpp
    R clang-tools-extra/test/clang-tidy/modernize-replace-random-shuffle.cpp
    R clang-tools-extra/test/clang-tidy/modernize-return-braced-init-list.cpp
    R clang-tools-extra/test/clang-tidy/modernize-shrink-to-fit.cpp
    R clang-tools-extra/test/clang-tidy/modernize-unary-static-assert.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-cast.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-iterator.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-new-remove-stars.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-auto-new.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-bool-literals-ignore-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-bool-literals.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-assignment.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-bitfield.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-default-member-init.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-emplace-ignore-implicit-constructors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-emplace.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-copy.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-delayed.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-default.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-delete-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-equals-delete.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-clang-unused.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-gcc-unused.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro-inscope-cxx11.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard-no-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nodiscard.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept-opt.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-noexcept.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr-basic.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr.c
    R clang-tools-extra/test/clang-tidy/modernize-use-nullptr.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-ms.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-no-destructors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-with-macro.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override-with-no-macro-inscope.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-override.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-trailing-return-type.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-transparent-functors.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-uncaught-exceptions.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-using-macros.cpp
    R clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
    R clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp
    R clang-tools-extra/test/clang-tidy/mpi-type-mismatch.cpp
    R clang-tools-extra/test/clang-tidy/nolint-plugin.cpp
    R clang-tools-extra/test/clang-tidy/nolint.cpp
    R clang-tools-extra/test/clang-tidy/nolintnextline-plugin.cpp
    R clang-tools-extra/test/clang-tidy/nolintnextline.cpp
    R clang-tools-extra/test/clang-tidy/nonstandard-file-extension.test
    R clang-tools-extra/test/clang-tidy/objc-arc-and-properties.m
    R clang-tools-extra/test/clang-tidy/objc-avoid-nserror-init.m
    R clang-tools-extra/test/clang-tidy/objc-forbidden-subclassing-custom.m
    R clang-tools-extra/test/clang-tidy/objc-forbidden-subclassing.m
    R clang-tools-extra/test/clang-tidy/objc-missing-hash.m
    R clang-tools-extra/test/clang-tidy/objc-no-arc-or-properties.m
    R clang-tools-extra/test/clang-tidy/objc-property-declaration.m
    R clang-tools-extra/test/clang-tidy/objc-super-self.m
    R clang-tools-extra/test/clang-tidy/openmp-exception-escape.cpp
    R clang-tools-extra/test/clang-tidy/openmp-use-default-none.cpp
    R clang-tools-extra/test/clang-tidy/overlapping.cpp
    R clang-tools-extra/test/clang-tidy/performance-faster-string-find.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy-warn-on-all-auto-copies.cpp
    R clang-tools-extra/test/clang-tidy/performance-for-range-copy.cpp
    R clang-tools-extra/test/clang-tidy/performance-implicit-conversion-in-loop.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-algorithm.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-string-concatenation.cpp
    R clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-const-arg-trivially-copyable.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-const-arg.cpp
    R clang-tools-extra/test/clang-tidy/performance-move-constructor-init.cpp
    R clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor-fix.cpp
    R clang-tools-extra/test/clang-tidy/performance-noexcept-move-constructor.cpp
    R clang-tools-extra/test/clang-tidy/performance-type-promotion-in-math-fn.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-copy-initialization.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-allowed-types.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-arc.m
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-arc.mm
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-delayed.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-incomplete-type.cpp
    R clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param.cpp
    R clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-ppc.cpp
    R clang-tools-extra/test/clang-tidy/portability-simd-intrinsics-x86.cpp
    R clang-tools-extra/test/clang-tidy/pr37091.cpp
    R clang-tools-extra/test/clang-tidy/read_file_config.cpp
    R clang-tools-extra/test/clang-tidy/readability-avoid-const-params-in-decls.cpp
    R clang-tools-extra/test/clang-tidy/readability-avoid-underscore-in-googletest-name.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-assert-failure.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-few-lines.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-format.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-same-line.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements-single-line.cpp
    R clang-tools-extra/test/clang-tidy/readability-braces-around-statements.cpp
    R clang-tools-extra/test/clang-tidy/readability-const-return-type.cpp
    R clang-tools-extra/test/clang-tidy/readability-container-size-empty.cpp
    R clang-tools-extra/test/clang-tidy/readability-convert-member-functions-to-static.cpp
    R clang-tools-extra/test/clang-tidy/readability-delete-null-pointer.cpp
    R clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp
    R clang-tools-extra/test/clang-tidy/readability-else-after-return-if-constexpr.cpp
    R clang-tools-extra/test/clang-tidy/readability-else-after-return.cpp
    R clang-tools-extra/test/clang-tidy/readability-function-size-variables-c++17.cpp
    R clang-tools-extra/test/clang-tidy/readability-function-size.cpp
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming-bugfix.cpp
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming-objc.m
    R clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-allow-in-conditions.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion-cxx98.cpp
    R clang-tools-extra/test/clang-tidy/readability-implicit-bool-conversion.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name-strict.cpp
    R clang-tools-extra/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-cxx17.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-fixing.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration-no-infinite-loop.cpp
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration.c
    R clang-tools-extra/test/clang-tidy/readability-isolate-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-magic-numbers.cpp
    A clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    R clang-tools-extra/test/clang-tidy/readability-misleading-indentation.cpp
    R clang-tools-extra/test/clang-tidy/readability-misplaced-array-index.cpp
    R clang-tools-extra/test/clang-tidy/readability-named-parameter.cpp
    R clang-tools-extra/test/clang-tidy/readability-non-const-parameter.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
    A clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-control-flow.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration-ignore-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration.c
    R clang-tools-extra/test/clang-tidy/readability-redundant-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-function-ptr-dereference.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-member-init.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor-ifdef.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-preprocessor.h
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-macros.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-init-msvc.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-string-init.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr-members.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-bool-expr.cpp
    R clang-tools-extra/test/clang-tidy/readability-simplify-subscript-expr.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance-nesting-threshold.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-accessed-through-instance.cpp
    R clang-tools-extra/test/clang-tidy/readability-static-definition-in-anonymous-namespace.cpp
    R clang-tools-extra/test/clang-tidy/readability-string-compare.cpp
    R clang-tools-extra/test/clang-tidy/readability-uniqueptr-delete-release.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-float16.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point-opencl-half.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-floating-point.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-hexadecimal-floating-point.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-custom-list.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-macro.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer-ms.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix-integer.cpp
    R clang-tools-extra/test/clang-tidy/readability-uppercase-literal-suffix.h
    R clang-tools-extra/test/clang-tidy/run-clang-tidy.cpp
    R clang-tools-extra/test/clang-tidy/select-checks.cpp
    R clang-tools-extra/test/clang-tidy/serialize-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/static-analyzer-config.cpp
    R clang-tools-extra/test/clang-tidy/static-analyzer.cpp
    R clang-tools-extra/test/clang-tidy/temporaries.cpp
    R clang-tools-extra/test/clang-tidy/validate-check-names.cpp
    R clang-tools-extra/test/clang-tidy/vfsoverlay.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors-diagnostics.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors-plural.cpp
    R clang-tools-extra/test/clang-tidy/warnings-as-errors.cpp
    R clang-tools-extra/test/clang-tidy/zircon-temporary-objects.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    A clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/Modules.rst
    A clang/docs/OpenCLSupport.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/index.rst
    M clang/docs/tools/dump_format_style.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/Attr.h
    A clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/Builtins.h
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CommentNodes.td
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/OperatorKinds.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/Sanitizers.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    A clang/include/clang/Basic/arm_mve.td
    A clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Driver/Types.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/CodeCompleteConsumer.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
    A clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h
    A clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    A clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/Tooling/Transformer/Transformer.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Basic/Builtins.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    A clang/lib/Driver/ToolChains/AIX.cpp
    A clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    A clang/lib/Driver/ToolChains/Flang.cpp
    A clang/lib/Driver/ToolChains/Flang.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/arm_acle.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    A clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/DependencyScanning/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
    A clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    A clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    M clang/lib/Tooling/Transformer/RangeSelector.cpp
    A clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/Inputs/json-dump-include.h
    M clang/test/AST/ast-dump-comment-json.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl-json.m
    M clang/test/AST/ast-dump-enum-json.cpp
    M clang/test/AST/ast-dump-expr-json.c
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr-json.m
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-if-json.cpp
    M clang/test/AST/ast-dump-macro-json.c
    M clang/test/AST/ast-dump-namespace-json.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-records-json.cpp
    M clang/test/AST/ast-dump-stmt-json.c
    M clang/test/AST/ast-dump-stmt-json.cpp
    M clang/test/AST/ast-dump-stmt-json.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-temporaries-json.cpp
    M clang/test/AST/ast-dump-types-json.cpp
    M clang/test/AST/gen_ast_dump_json_test.py
    M clang/test/AST/multistep-explicit-cast-json.c
    M clang/test/AST/multistep-explicit-cast-json.cpp
    M clang/test/AST/sourceranges.cpp
    M clang/test/Analysis/cast-value-logic.cpp
    M clang/test/Analysis/cast-value-notes.cpp
    M clang/test/Analysis/cast-value-state-dump.cpp
    M clang/test/Analysis/cfg-openmp.cpp
    M clang/test/Analysis/ctu-different-triples.cpp
    M clang/test/Analysis/ctu-main.cpp
    M clang/test/Analysis/ctu-unknown-parts-in-triples.cpp
    M clang/test/Analysis/deadstores-driverkit.cpp
    M clang/test/Analysis/diagnostics/dtors.cpp
    M clang/test/Analysis/domtest.cpp
    M clang/test/Analysis/dump_egraph.c
    M clang/test/Analysis/dump_egraph.cpp
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/exploded-graph-rewriter/checker_messages.dot
    M clang/test/Analysis/exploded-graph-rewriter/checker_messages_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/constraints.dot
    M clang/test/Analysis/exploded-graph-rewriter/constraints_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/edge.dot
    M clang/test/Analysis/exploded-graph-rewriter/environment.dot
    M clang/test/Analysis/exploded-graph-rewriter/environment_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/escapes.c
    M clang/test/Analysis/exploded-graph-rewriter/initializers_under_construction.cpp
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/test/Analysis/exploded-graph-rewriter/program_points.dot
    M clang/test/Analysis/exploded-graph-rewriter/store.dot
    M clang/test/Analysis/exploded-graph-rewriter/store_diff.dot
    M clang/test/Analysis/exploded-graph-rewriter/topology.dot
    M clang/test/Analysis/exploded-graph-rewriter/trimmers.dot
    M clang/test/Analysis/expr-inspection.c
    M clang/test/Analysis/initialization.cpp
    M clang/test/Analysis/inlining/placement-new-fp-suppression.cpp
    M clang/test/Analysis/inner-pointer.cpp
    M clang/test/Analysis/malloc.mm
    M clang/test/Analysis/mig.mm
    M clang/test/Analysis/new-ctor-null-throw.cpp
    M clang/test/Analysis/new-ctor-null.cpp
    M clang/test/Analysis/novoidtypecrash.c
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/osobjectcstylecastchecker_test.cpp
    M clang/test/Analysis/plist-macros-with-expansion.cpp
    A clang/test/Analysis/preprocessor-setup.c
    M clang/test/Analysis/ptr-iter.cpp
    M clang/test/Analysis/ptr-sort.cpp
    M clang/test/Analysis/rvo.cpp
    M clang/test/Analysis/sizeofpack.cpp
    M clang/test/Analysis/stack-frame-context-revision.cpp
    M clang/test/Analysis/stream.c
    A clang/test/Analysis/stream.cpp
    M clang/test/Analysis/temporaries.cpp
    M clang/test/Analysis/temporaries.mm
    M clang/test/Analysis/test-separate-retaincount.cpp
    M clang/test/Analysis/track-control-dependency-conditions.cpp
    A clang/test/Analysis/track-control-dependency-conditions.m
    M clang/test/Analysis/unions.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p1.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p2.cpp
    A clang/test/CXX/class/class.compare/class.eq/p1.cpp
    A clang/test/CXX/class/class.compare/class.rel/p1.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p1.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p2.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p5.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p6.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p7.cpp
    R clang/test/CXX/concepts-ts/dcl.dcl/lit.cfg.py
    R clang/test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp
    R clang/test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp
    M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr16xx.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/p3.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p8-2a.cpp
    A clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p9-2a.cpp
    M clang/test/CXX/special/class.inhctor/p1.cpp
    M clang/test/CXX/special/class.inhctor/p4.cpp
    M clang/test/CXX/special/class.inhctor/p7.cpp
    A clang/test/CXX/temp/concept/p4.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/var-template-decl.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/p7.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p20.cpp
    A clang/test/ClangScanDeps/Inputs/headerwithdirnamefollowedbyinclude.json
    A clang/test/ClangScanDeps/Inputs/module.modulemap
    A clang/test/ClangScanDeps/Inputs/modules_cdb.json
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    A clang/test/ClangScanDeps/Inputs/static-analyzer-cdb.json
    M clang/test/ClangScanDeps/error.cpp
    A clang/test/ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp
    A clang/test/ClangScanDeps/modules-full.cpp
    A clang/test/ClangScanDeps/modules.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    A clang/test/ClangScanDeps/static-analyzer.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/address-space.c
    A clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    A clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    A clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    A clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vld24.c
    A clang/test/CodeGen/arm-mve-intrinsics/vldr.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm64-vrnd.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asan-new-pm.ll
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/bmi-builtins.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    M clang/test/CodeGen/builtin-constant-p.c
    M clang/test/CodeGen/builtin-memfns.c
    M clang/test/CodeGen/builtins-arm.c
    M clang/test/CodeGen/builtins-arm64.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params.cpp
    M clang/test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-two-params.cpp
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-blacklist.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.c
    A clang/test/CodeGen/catch-nullptr-and-nonzero-offset.c
    A clang/test/CodeGen/catch-pointer-overflow-volatile.c
    A clang/test/CodeGen/catch-pointer-overflow.c
    M clang/test/CodeGen/cfguardtable.c
    A clang/test/CodeGen/debug-info-no-inline-line-tables.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/dwarf-version.c
    A clang/test/CodeGen/memccpy-libcall.c
    A clang/test/CodeGen/mnop-mcount.c
    M clang/test/CodeGen/ms-inline-asm.c
    A clang/test/CodeGen/no-builtin.cpp
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-tmmintrin.c
    M clang/test/CodeGen/pragma-detect_mismatch.c
    A clang/test/CodeGen/sanitizer-module-constructor.c
    M clang/test/CodeGen/string-literal.c
    M clang/test/CodeGen/thin_link_bitcode.c
    A clang/test/CodeGen/ubsan-pointer-overflow.c
    M clang/test/CodeGen/ubsan-pointer-overflow.m
    M clang/test/CodeGen/ubsan-strip-path-components.cpp
    A clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-visibility.cu
    A clang/test/CodeGenCUDA/device-init-fun.cu
    A clang/test/CodeGenCUDA/ms-linker-options.cu
    A clang/test/CodeGenCUDA/unnamed-types.cu
    A clang/test/CodeGenCXX/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.cpp
    A clang/test/CodeGenCXX/cfi-multiple-inheritance.cpp
    M clang/test/CodeGenCXX/clang-sections.cpp
    M clang/test/CodeGenCXX/cxx11-extern-constexpr.cpp
    A clang/test/CodeGenCXX/debug-info-deleted.cpp
    A clang/test/CodeGenCXX/debug-info-noreturn.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    A clang/test/CodeGenCXX/implicit-function-conversion.cpp
    A clang/test/CodeGenCXX/mangle-concept.cpp
    A clang/test/CodeGenCXX/mangle-cxx2a.cpp
    M clang/test/CodeGenCXX/mangle-ms-back-references.cpp
    M clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-throw.cpp
    A clang/test/CodeGenCXX/odr-use-lookahead.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    A clang/test/CodeGenCXX/vcall-visibility-metadata.cpp
    A clang/test/CodeGenCXX/virtual-function-elimination.cpp
    A clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-derived-base.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/CoverageMapping/abspath.cpp
    R clang/test/CoverageMapping/debug-dir.cpp
    A clang/test/Driver/Inputs/aix_ppc_tree/powerpc-ibm-aix7.1.0.0/dummy.a
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crt0_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crti.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/crti_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0_64.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0.o
    A clang/test/Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0_64.o
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aix-ld.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/arm-features.c
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/as-no-warnings.c
    M clang/test/Driver/cl-fallback.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/crash-report-null.test
    M clang/test/Driver/darwin-debug-flags.c
    M clang/test/Driver/darwin-ld-lto.c
    M clang/test/Driver/darwin-ld.c
    A clang/test/Driver/fforce-dwarf-frame.c
    A clang/test/Driver/fgnuc-version.c
    A clang/test/Driver/flang/Inputs/one.f90
    A clang/test/Driver/flang/Inputs/other.c
    A clang/test/Driver/flang/Inputs/two.f90
    A clang/test/Driver/flang/flang.f90
    A clang/test/Driver/flang/flang_ucase.F90
    A clang/test/Driver/flang/multiple-inputs-mixed.f90
    A clang/test/Driver/flang/multiple-inputs.f90
    M clang/test/Driver/fortran.f95
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/gen-cdb-fragment.c
    M clang/test/Driver/gold-lto.c
    A clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/lit.local.cfg
    M clang/test/Driver/lto-unit.c
    M clang/test/Driver/mips-abi.c
    M clang/test/Driver/mips-as.c
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/rewrite-legacy-objc.m
    M clang/test/Driver/rewrite-objc.m
    A clang/test/Driver/riscv-fixed-x-register.c
    M clang/test/Driver/split-lto-unit.c
    A clang/test/Driver/virtual-function-elimination.cpp
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/working-directory.c
    M clang/test/Driver/x86-target-features.c
    A clang/test/Format/dry-run-alias.cpp
    A clang/test/Format/dry-run.cpp
    M clang/test/Frontend/aarch64-target-cpu.c
    M clang/test/Frontend/gnu-inline.c
    A clang/test/Frontend/warn-device-init-fun.cu
    M clang/test/Headers/arm-acle-header.c
    M clang/test/Headers/arm-neon-header.c
    M clang/test/Headers/stdbool.cpp
    A clang/test/Import/builtin-template/Inputs/S.cpp
    A clang/test/Import/builtin-template/test.cpp
    M clang/test/InterfaceStubs/externstatic.c
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/merge-conflict-test.c
    A clang/test/InterfaceStubs/noninstancetypes.c
    M clang/test/InterfaceStubs/object-float.c
    M clang/test/InterfaceStubs/object.c
    A clang/test/InterfaceStubs/windows.cpp
    A clang/test/Misc/loop-opt-setup.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Modules/context-hash.c
    M clang/test/Modules/crash-vfs-headermaps.m
    M clang/test/Modules/crash-vfs-include-pch.m
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/crash-vfs-path-emptydir-entries.m
    M clang/test/Modules/crash-vfs-path-symlink-component.m
    M clang/test/Modules/crash-vfs-path-symlink-topheader.m
    M clang/test/Modules/crash-vfs-path-traversal.m
    M clang/test/Modules/crash-vfs-relative-incdir.m
    M clang/test/Modules/crash-vfs-relative-overlay.m
    M clang/test/Modules/crash-vfs-run-reproducer.m
    M clang/test/Modules/crash-vfs-umbrella-frameworks.m
    A clang/test/Modules/validate-file-content.m
    A clang/test/OpenMP/constexpr_capture.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_ast_print.cpp
    A clang/test/OpenMP/master_taskloop_codegen.cpp
    A clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_final_messages.cpp
    A clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_firstprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_grainsize_messages.cpp
    A clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_lastprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_loop_messages.cpp
    A clang/test/OpenMP/master_taskloop_misc_messages.c
    A clang/test/OpenMP/master_taskloop_num_tasks_messages.cpp
    A clang/test/OpenMP/master_taskloop_priority_messages.cpp
    A clang/test/OpenMP/master_taskloop_private_codegen.cpp
    A clang/test/OpenMP/master_taskloop_private_messages.cpp
    A clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_aligned_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
    A clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_collapse_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_final_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_grainsize_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_lastprivate_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_loop_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_misc_messages.c
    A clang/test/OpenMP/master_taskloop_simd_num_tasks_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_priority_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_private_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    A clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    A clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/openmp_offload_registration.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_if_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    A clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_collapse_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_final_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_grainsize_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_loop_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_misc_messages.c
    A clang/test/OpenMP/parallel_master_taskloop_num_tasks_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_priority_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_private_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_aligned_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_ast_print.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_collapse_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_final_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_grainsize_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_linear_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_loop_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_misc_messages.c
    A clang/test/OpenMP/parallel_master_taskloop_simd_num_tasks_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_priority_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_private_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_safelen_messages.cpp
    A clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/requires_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_codegen_registration.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
    M clang/test/PCH/cxx2a-compare.cpp
    A clang/test/PCH/cxx2a-concept-specialization-expr.cpp
    A clang/test/PCH/debug-info-pch-container-path.c
    A clang/test/PCH/validate-file-content.m
    M clang/test/Parser/cxx0x-decl.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/feature_tests.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/microsoft-ext.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Profile/gcc-flag-compatibility.c
    A clang/test/Sema/arm-mve-alias-attribute.c
    A clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/atomic-ops.c
    M clang/test/Sema/builtin-assume-aligned.c
    A clang/test/Sema/no-builtin.cpp
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/pragma-clang-section.c
    A clang/test/Sema/typo-correction-ambiguity.c
    M clang/test/Sema/warn-bitwise-compare.c
    A clang/test/SemaCUDA/constexpr-ctor.cu
    M clang/test/SemaCXX/ambig-user-defined-conversions.cpp
    M clang/test/SemaCXX/builtin-is-constant-evaluated.cpp
    M clang/test/SemaCXX/builtin-ptrtomember-ambig.cpp
    M clang/test/SemaCXX/builtin-ptrtomember-overload-1.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/copy-initialization.cpp
    M clang/test/SemaCXX/cxx0x-defaulted-functions.cpp
    M clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
    M clang/test/SemaCXX/cxx17-compat.cpp
    M clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/dynamic-cast.cpp
    M clang/test/SemaCXX/enable_if.cpp
    M clang/test/SemaCXX/lambda-invalid-capture.cpp
    M clang/test/SemaCXX/microsoft-vs-float128.cpp
    M clang/test/SemaCXX/overload-call.cpp
    M clang/test/SemaCXX/overload-member-call.cpp
    M clang/test/SemaCXX/overloaded-builtin-operators.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    M clang/test/SemaCXX/type-traits.cpp
    A clang/test/SemaCXX/warn-bitwise-compare.cpp
    A clang/test/SemaCXX/warn-constant-evaluated-constexpr.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaObjC/class-method-self.m
    M clang/test/SemaObjC/comptypes-1.m
    M clang/test/SemaObjC/comptypes-7.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    A clang/test/SemaObjCXX/class-method-self.mm
    A clang/test/SemaObjCXX/comptypes-1.mm
    A clang/test/SemaObjCXX/comptypes-7.mm
    M clang/test/SemaObjCXX/instancetype.mm
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/cxx1z-using-declaration.cpp
    M clang/test/SemaTemplate/instantiate-cast.cpp
    M clang/test/SemaTemplate/instantiate-expr-3.cpp
    M clang/test/SemaTemplate/instantiate-friend-function.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp
    A clang/test/Tooling/clang-check-offload.cpp
    M clang/test/Tooling/clang-check-pwd.cpp
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format.el
    M clang/tools/clang-fuzzer/CMakeLists.txt
    M clang/tools/clang-fuzzer/ClangFuzzer.cpp
    A clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp
    M clang/tools/clang-fuzzer/Dockerfile
    M clang/tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp
    M clang/tools/clang-fuzzer/README.txt
    A clang/tools/clang-fuzzer/corpus_examples/objc/BasicClass.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/ClassCategory.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/ClassExtension.m
    A clang/tools/clang-fuzzer/corpus_examples/objc/SharedInstance.m
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.h
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexCodeCompletion.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/unittests/AST/DeclTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Frontend/OutputStreamTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/CMakeLists.txt
    A clang/utils/TableGen/ClangASTEmitters.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    A clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/exploded-graph-rewriter.py
    M clang/www/OpenProjects.html
    M clang/www/UniversalDriver.html
    M clang/www/analyzer/alpha_checks.html
    M clang/www/analyzer/annotations.html
    M clang/www/analyzer/available_checks.html
    M clang/www/analyzer/checker_dev_manual.html
    M clang/www/analyzer/faq.html
    M clang/www/analyzer/filing_bugs.html
    M clang/www/analyzer/implicit_checks.html
    M clang/www/analyzer/index.html
    M clang/www/analyzer/installation.html
    M clang/www/analyzer/open_projects.html
    M clang/www/analyzer/potential_checkers.html
    M clang/www/analyzer/release_notes.html
    M clang/www/analyzer/scan-build.html
    M clang/www/analyzer/xcode.html
    M clang/www/comparison.html
    M clang/www/compatibility.html
    M clang/www/cxx_compatibility.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/demo/DemoInfo.html
    M clang/www/features.html
    M clang/www/get_involved.html
    M clang/www/get_started.html
    M clang/www/hacking.html
    M clang/www/index.html
    M clang/www/related.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_interface.inc
    M compiler-rt/lib/asan/asan_interface_internal.h
    M compiler-rt/lib/asan/asan_malloc_win.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.h
    M compiler-rt/lib/hwasan/hwasan_exceptions.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_interface_internal.h
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    A compiler-rt/lib/hwasan/hwasan_setjmp.S
    M compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
    A compiler-rt/lib/hwasan/hwasan_type_test.cpp
    M compiler-rt/lib/interception/tests/CMakeLists.txt
    M compiler-rt/lib/lsan/lsan_allocator.cpp
    M compiler-rt/lib/msan/CMakeLists.txt
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/msan/msan_blacklist.txt
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/CMakeLists.txt
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingRuntime.cpp
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_bitvector_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/linux.h
    M compiler-rt/lib/scudo/standalone/list.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/quarantine.h
    M compiler-rt/lib/scudo/standalone/release.h
    R compiler-rt/lib/scudo/standalone/secondary.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/stats.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/list_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/ubsan/ubsan_checks.inc
    M compiler-rt/lib/ubsan/ubsan_handlers.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Windows/demangled_names.cpp
    A compiler-rt/test/asan/TestCases/asan_update_allocation.cpp
    M compiler-rt/test/asan/TestCases/invalid-pointer-pairs.cpp
    M compiler-rt/test/builtins/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/absvdi2_test.c
    M compiler-rt/test/builtins/Unit/absvsi2_test.c
    M compiler-rt/test/builtins/Unit/absvti2_test.c
    M compiler-rt/test/builtins/Unit/adddf3vfp_test.c
    M compiler-rt/test/builtins/Unit/addsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/addvdi3_test.c
    M compiler-rt/test/builtins/Unit/addvsi3_test.c
    M compiler-rt/test/builtins/Unit/addvti3_test.c
    M compiler-rt/test/builtins/Unit/ashldi3_test.c
    M compiler-rt/test/builtins/Unit/ashlti3_test.c
    M compiler-rt/test/builtins/Unit/ashrdi3_test.c
    M compiler-rt/test/builtins/Unit/ashrti3_test.c
    M compiler-rt/test/builtins/Unit/bswapdi2_test.c
    M compiler-rt/test/builtins/Unit/bswapsi2_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/clzdi2_test.c
    M compiler-rt/test/builtins/Unit/clzsi2_test.c
    M compiler-rt/test/builtins/Unit/clzti2_test.c
    M compiler-rt/test/builtins/Unit/cmpdi2_test.c
    M compiler-rt/test/builtins/Unit/cmpti2_test.c
    M compiler-rt/test/builtins/Unit/comparedf2_test.c
    M compiler-rt/test/builtins/Unit/comparesf2_test.c
    M compiler-rt/test/builtins/Unit/cpu_model_test.c
    M compiler-rt/test/builtins/Unit/ctzdi2_test.c
    M compiler-rt/test/builtins/Unit/ctzsi2_test.c
    M compiler-rt/test/builtins/Unit/ctzti2_test.c
    M compiler-rt/test/builtins/Unit/divdc3_test.c
    M compiler-rt/test/builtins/Unit/divdf3_test.c
    M compiler-rt/test/builtins/Unit/divdf3vfp_test.c
    M compiler-rt/test/builtins/Unit/divdi3_test.c
    M compiler-rt/test/builtins/Unit/divmodsi4_test.c
    M compiler-rt/test/builtins/Unit/divsc3_test.c
    M compiler-rt/test/builtins/Unit/divsf3_test.c
    M compiler-rt/test/builtins/Unit/divsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/divsi3_test.c
    M compiler-rt/test/builtins/Unit/divtc3_test.c
    M compiler-rt/test/builtins/Unit/divtf3_test.c
    M compiler-rt/test/builtins/Unit/divti3_test.c
    M compiler-rt/test/builtins/Unit/divxc3_test.c
    M compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
    M compiler-rt/test/builtins/Unit/eqdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/eqsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/eqtf2_test.c
    R compiler-rt/test/builtins/Unit/extebdsfdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/extenddftf2_test.c
    M compiler-rt/test/builtins/Unit/extendhfsf2_test.c
    A compiler-rt/test/builtins/Unit/extendsfdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/extendsftf2_test.c
    M compiler-rt/test/builtins/Unit/ffsdi2_test.c
    M compiler-rt/test/builtins/Unit/ffssi2_test.c
    M compiler-rt/test/builtins/Unit/ffsti2_test.c
    M compiler-rt/test/builtins/Unit/fixdfdi_test.c
    M compiler-rt/test/builtins/Unit/fixdfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixdfti_test.c
    M compiler-rt/test/builtins/Unit/fixsfdi_test.c
    M compiler-rt/test/builtins/Unit/fixsfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixsfti_test.c
    M compiler-rt/test/builtins/Unit/fixtfdi_test.c
    M compiler-rt/test/builtins/Unit/fixtfsi_test.c
    M compiler-rt/test/builtins/Unit/fixtfti_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixunsdfti_test.c
    M compiler-rt/test/builtins/Unit/fixunssfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunssfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunssfsivfp_test.c
    M compiler-rt/test/builtins/Unit/fixunssfti_test.c
    M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunstfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunstfti_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfdi_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfsi_test.c
    M compiler-rt/test/builtins/Unit/fixunsxfti_test.c
    M compiler-rt/test/builtins/Unit/fixxfdi_test.c
    M compiler-rt/test/builtins/Unit/fixxfti_test.c
    M compiler-rt/test/builtins/Unit/floatdidf_test.c
    M compiler-rt/test/builtins/Unit/floatdisf_test.c
    M compiler-rt/test/builtins/Unit/floatditf_test.c
    M compiler-rt/test/builtins/Unit/floatdixf_test.c
    M compiler-rt/test/builtins/Unit/floatsidfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatsisfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatsitf_test.c
    M compiler-rt/test/builtins/Unit/floattidf_test.c
    M compiler-rt/test/builtins/Unit/floattisf_test.c
    M compiler-rt/test/builtins/Unit/floattitf_test.c
    M compiler-rt/test/builtins/Unit/floattixf_test.c
    M compiler-rt/test/builtins/Unit/floatundidf_test.c
    M compiler-rt/test/builtins/Unit/floatundisf_test.c
    M compiler-rt/test/builtins/Unit/floatunditf_test.c
    M compiler-rt/test/builtins/Unit/floatundixf_test.c
    M compiler-rt/test/builtins/Unit/floatunsitf_test.c
    M compiler-rt/test/builtins/Unit/floatunssidfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatunssisfvfp_test.c
    M compiler-rt/test/builtins/Unit/floatuntidf_test.c
    M compiler-rt/test/builtins/Unit/floatuntisf_test.c
    M compiler-rt/test/builtins/Unit/floatuntitf_test.c
    M compiler-rt/test/builtins/Unit/floatuntixf_test.c
    M compiler-rt/test/builtins/Unit/gedf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/getf2_test.c
    M compiler-rt/test/builtins/Unit/gtdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gtsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/gttf2_test.c
    M compiler-rt/test/builtins/Unit/ledf2vfp_test.c
    M compiler-rt/test/builtins/Unit/lesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/letf2_test.c
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/builtins/Unit/lit.site.cfg.py.in
    M compiler-rt/test/builtins/Unit/lshrdi3_test.c
    M compiler-rt/test/builtins/Unit/lshrti3_test.c
    M compiler-rt/test/builtins/Unit/ltdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/ltsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/lttf2_test.c
    M compiler-rt/test/builtins/Unit/moddi3_test.c
    M compiler-rt/test/builtins/Unit/modsi3_test.c
    M compiler-rt/test/builtins/Unit/modti3_test.c
    M compiler-rt/test/builtins/Unit/muldc3_test.c
    M compiler-rt/test/builtins/Unit/muldf3vfp_test.c
    M compiler-rt/test/builtins/Unit/muldi3_test.c
    M compiler-rt/test/builtins/Unit/mulodi4_test.c
    M compiler-rt/test/builtins/Unit/mulosi4_test.c
    M compiler-rt/test/builtins/Unit/muloti4_test.c
    M compiler-rt/test/builtins/Unit/mulsc3_test.c
    M compiler-rt/test/builtins/Unit/mulsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/multc3_test.c
    M compiler-rt/test/builtins/Unit/multf3_test.c
    M compiler-rt/test/builtins/Unit/multi3_test.c
    M compiler-rt/test/builtins/Unit/mulvdi3_test.c
    M compiler-rt/test/builtins/Unit/mulvsi3_test.c
    M compiler-rt/test/builtins/Unit/mulvti3_test.c
    M compiler-rt/test/builtins/Unit/mulxc3_test.c
    M compiler-rt/test/builtins/Unit/nedf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negdf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negdi2_test.c
    M compiler-rt/test/builtins/Unit/negsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/negti2_test.c
    M compiler-rt/test/builtins/Unit/negvdi2_test.c
    M compiler-rt/test/builtins/Unit/negvsi2_test.c
    M compiler-rt/test/builtins/Unit/negvti2_test.c
    M compiler-rt/test/builtins/Unit/nesf2vfp_test.c
    M compiler-rt/test/builtins/Unit/netf2_test.c
    M compiler-rt/test/builtins/Unit/paritydi2_test.c
    M compiler-rt/test/builtins/Unit/paritysi2_test.c
    M compiler-rt/test/builtins/Unit/parityti2_test.c
    M compiler-rt/test/builtins/Unit/popcountdi2_test.c
    M compiler-rt/test/builtins/Unit/popcountsi2_test.c
    M compiler-rt/test/builtins/Unit/popcountti2_test.c
    M compiler-rt/test/builtins/Unit/powidf2_test.c
    M compiler-rt/test/builtins/Unit/powisf2_test.c
    M compiler-rt/test/builtins/Unit/powitf2_test.c
    M compiler-rt/test/builtins/Unit/powixf2_test.c
    M compiler-rt/test/builtins/Unit/subdf3vfp_test.c
    M compiler-rt/test/builtins/Unit/subsf3vfp_test.c
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/builtins/Unit/subvdi3_test.c
    M compiler-rt/test/builtins/Unit/subvsi3_test.c
    M compiler-rt/test/builtins/Unit/subvti3_test.c
    M compiler-rt/test/builtins/Unit/trampoline_setup_test.c
    M compiler-rt/test/builtins/Unit/truncdfhf2_test.c
    M compiler-rt/test/builtins/Unit/truncdfsf2_test.c
    M compiler-rt/test/builtins/Unit/truncdfsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/truncsfhf2_test.c
    M compiler-rt/test/builtins/Unit/trunctfdf2_test.c
    M compiler-rt/test/builtins/Unit/trunctfsf2_test.c
    M compiler-rt/test/builtins/Unit/ucmpdi2_test.c
    M compiler-rt/test/builtins/Unit/ucmpti2_test.c
    M compiler-rt/test/builtins/Unit/udivdi3_test.c
    M compiler-rt/test/builtins/Unit/udivmoddi4_test.c
    M compiler-rt/test/builtins/Unit/udivmodsi4_test.c
    M compiler-rt/test/builtins/Unit/udivmodti4_test.c
    M compiler-rt/test/builtins/Unit/udivsi3_test.c
    M compiler-rt/test/builtins/Unit/udivti3_test.c
    M compiler-rt/test/builtins/Unit/umoddi3_test.c
    M compiler-rt/test/builtins/Unit/umodsi3_test.c
    M compiler-rt/test/builtins/Unit/umodti3_test.c
    M compiler-rt/test/builtins/Unit/unorddf2vfp_test.c
    M compiler-rt/test/builtins/Unit/unordsf2vfp_test.c
    M compiler-rt/test/builtins/Unit/unordtf2_test.c
    M compiler-rt/test/cfi/CMakeLists.txt
    A compiler-rt/test/cfi/multiple-inheritance2.cpp
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/hwasan/CMakeLists.txt
    R compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp
    A compiler-rt/test/hwasan/TestCases/longjmp-setjmp-interception.c
    M compiler-rt/test/hwasan/TestCases/tail-magic.c
    M compiler-rt/test/hwasan/TestCases/try-catch.cpp
    M compiler-rt/test/msan/CMakeLists.txt
    M compiler-rt/test/msan/iconv.cpp
    A compiler-rt/test/profile/ContinuousSyncMode/basic.c
    A compiler-rt/test/profile/ContinuousSyncMode/darwin-proof-of-concept.c
    A compiler-rt/test/profile/ContinuousSyncMode/lit.local.cfg.py
    A compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
    A compiler-rt/test/profile/ContinuousSyncMode/pid-substitution.c
    A compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
    A compiler-rt/test/profile/ContinuousSyncMode/set-filename.c
    A compiler-rt/test/profile/Inputs/instrprof-get-filename-dso.c
    A compiler-rt/test/profile/Posix/instrprof-get-filename-merge-mode.c
    R compiler-rt/test/profile/Posix/instrprof-set-filename-shared.test
    M compiler-rt/test/profile/instrprof-write-file.c
    R compiler-rt/test/sanitizer_common/TestCases/Linux/getrandom.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
    A compiler-rt/test/sanitizer_common/TestCases/max_allocation_size.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/TestCases/Pointer/index-overflow.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-constants.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-summary.cpp
    A compiler-rt/test/ubsan/TestCases/Pointer/nullptr-and-nonzero-offset-variable.cpp
    M compiler-rt/test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp
    A compiler-rt/test/ubsan_minimal/TestCases/nullptr-and-nonzero-offset.c
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M compiler-rt/www/index.html
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/README.txt
    R debuginfo-tests/aggregate-indirect-arg.cpp
    R debuginfo-tests/apple-accel.cpp
    R debuginfo-tests/asan-blocks.c
    R debuginfo-tests/asan-deque.cpp
    R debuginfo-tests/asan.c
    R debuginfo-tests/block_var.m
    R debuginfo-tests/blocks.m
    R debuginfo-tests/ctor.cpp
    R debuginfo-tests/dbg-arg.c
    A debuginfo-tests/dexter-tests/aggregate-indirect-arg.cpp
    A debuginfo-tests/dexter-tests/asan-deque.cpp
    A debuginfo-tests/dexter-tests/asan.c
    A debuginfo-tests/dexter-tests/ctor.cpp
    A debuginfo-tests/dexter-tests/dbg-arg.c
    A debuginfo-tests/dexter-tests/global-constant.cpp
    A debuginfo-tests/dexter-tests/hello.c
    A debuginfo-tests/dexter-tests/inline-line-gap.cpp
    A debuginfo-tests/dexter-tests/nrvo-string.cpp
    A debuginfo-tests/dexter-tests/nrvo.cpp
    A debuginfo-tests/dexter-tests/realigned-frame.cpp
    A debuginfo-tests/dexter-tests/stack-var.c
    A debuginfo-tests/dexter-tests/vla.c
    A debuginfo-tests/dexter/.gitignore
    A debuginfo-tests/dexter/Commands.md
    A debuginfo-tests/dexter/LICENSE.txt
    A debuginfo-tests/dexter/README.md
    A debuginfo-tests/dexter/dex/__init__.py
    A debuginfo-tests/dexter/dex/builder/Builder.py
    A debuginfo-tests/dexter/dex/builder/ParserOptions.py
    A debuginfo-tests/dexter/dex/builder/__init__.py
    A debuginfo-tests/dexter/dex/builder/scripts/posix/clang-c.sh
    A debuginfo-tests/dexter/dex/builder/scripts/posix/clang.sh
    A debuginfo-tests/dexter/dex/builder/scripts/windows/clang-cl_vs2015.bat
    A debuginfo-tests/dexter/dex/builder/scripts/windows/clang.bat
    A debuginfo-tests/dexter/dex/command/CommandBase.py
    A debuginfo-tests/dexter/dex/command/ParseCommand.py
    A debuginfo-tests/dexter/dex/command/StepValueInfo.py
    A debuginfo-tests/dexter/dex/command/__init__.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectProgramState.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectStepKind.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchType.py
    A debuginfo-tests/dexter/dex/command/commands/DexExpectWatchValue.py
    A debuginfo-tests/dexter/dex/command/commands/DexLabel.py
    A debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    A debuginfo-tests/dexter/dex/command/commands/DexWatch.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/Debuggers.py
    A debuginfo-tests/dexter/dex/debugger/__init__.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/README.md
    A debuginfo-tests/dexter/dex/debugger/dbgeng/__init__.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/breakpoint.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/client.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/control.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/probe_process.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/setup.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/symbols.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/symgroup.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/sysobjs.py
    A debuginfo-tests/dexter/dex/debugger/dbgeng/utils.py
    A debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    A debuginfo-tests/dexter/dex/debugger/lldb/__init__.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2015.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio2017.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/__init__.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/windows/ComInterface.py
    A debuginfo-tests/dexter/dex/debugger/visualstudio/windows/__init__.py
    A debuginfo-tests/dexter/dex/dextIR/BuilderIR.py
    A debuginfo-tests/dexter/dex/dextIR/DebuggerIR.py
    A debuginfo-tests/dexter/dex/dextIR/DextIR.py
    A debuginfo-tests/dexter/dex/dextIR/FrameIR.py
    A debuginfo-tests/dexter/dex/dextIR/LocIR.py
    A debuginfo-tests/dexter/dex/dextIR/ProgramState.py
    A debuginfo-tests/dexter/dex/dextIR/StepIR.py
    A debuginfo-tests/dexter/dex/dextIR/ValueIR.py
    A debuginfo-tests/dexter/dex/dextIR/__init__.py
    A debuginfo-tests/dexter/dex/heuristic/Heuristic.py
    A debuginfo-tests/dexter/dex/heuristic/__init__.py
    A debuginfo-tests/dexter/dex/tools/Main.py
    A debuginfo-tests/dexter/dex/tools/TestToolBase.py
    A debuginfo-tests/dexter/dex/tools/ToolBase.py
    A debuginfo-tests/dexter/dex/tools/__init__.py
    A debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    A debuginfo-tests/dexter/dex/tools/clang_opt_bisect/__init__.py
    A debuginfo-tests/dexter/dex/tools/help/Tool.py
    A debuginfo-tests/dexter/dex/tools/help/__init__.py
    A debuginfo-tests/dexter/dex/tools/list_debuggers/Tool.py
    A debuginfo-tests/dexter/dex/tools/list_debuggers/__init__.py
    A debuginfo-tests/dexter/dex/tools/no_tool_/Tool.py
    A debuginfo-tests/dexter/dex/tools/no_tool_/__init__.py
    A debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    A debuginfo-tests/dexter/dex/tools/run_debugger_internal_/__init__.py
    A debuginfo-tests/dexter/dex/tools/test/Tool.py
    A debuginfo-tests/dexter/dex/tools/test/__init__.py
    A debuginfo-tests/dexter/dex/tools/view/Tool.py
    A debuginfo-tests/dexter/dex/tools/view/__init__.py
    A debuginfo-tests/dexter/dex/utils/Environment.py
    A debuginfo-tests/dexter/dex/utils/Exceptions.py
    A debuginfo-tests/dexter/dex/utils/ExtArgParse.py
    A debuginfo-tests/dexter/dex/utils/PrettyOutputBase.py
    A debuginfo-tests/dexter/dex/utils/ReturnCode.py
    A debuginfo-tests/dexter/dex/utils/RootDirectory.py
    A debuginfo-tests/dexter/dex/utils/Timer.py
    A debuginfo-tests/dexter/dex/utils/UnitTests.py
    A debuginfo-tests/dexter/dex/utils/Version.py
    A debuginfo-tests/dexter/dex/utils/Warning.py
    A debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    A debuginfo-tests/dexter/dex/utils/__init__.py
    A debuginfo-tests/dexter/dex/utils/posix/PrettyOutput.py
    A debuginfo-tests/dexter/dex/utils/posix/__init__.py
    A debuginfo-tests/dexter/dex/utils/windows/PrettyOutput.py
    A debuginfo-tests/dexter/dex/utils/windows/__init__.py
    A debuginfo-tests/dexter/dexter.py
    A debuginfo-tests/dexter/feature_tests/Readme.md
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    A debuginfo-tests/dexter/feature_tests/lit.local.cfg
    A debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect/clang-opt-bisect.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/help/help.test
    A debuginfo-tests/dexter/feature_tests/subtools/list-debuggers/list-debuggers.test
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_paren.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_paren_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_syntax_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_type.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_type_mline.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    A debuginfo-tests/dexter/feature_tests/unittests/run.test
    R debuginfo-tests/foreach.m
    R debuginfo-tests/forward-declare-class.cpp
    M debuginfo-tests/lit.cfg.py
    R debuginfo-tests/lit.local.cfg
    M debuginfo-tests/lit.site.cfg.py.in
    A debuginfo-tests/llgdb-tests/apple-accel.cpp
    A debuginfo-tests/llgdb-tests/asan-blocks.c
    A debuginfo-tests/llgdb-tests/asan-deque.cpp
    A debuginfo-tests/llgdb-tests/asan.c
    A debuginfo-tests/llgdb-tests/block_var.m
    A debuginfo-tests/llgdb-tests/blocks.m
    A debuginfo-tests/llgdb-tests/foreach.m
    A debuginfo-tests/llgdb-tests/forward-declare-class.cpp
    A debuginfo-tests/llgdb-tests/lit.local.cfg
    A debuginfo-tests/llgdb-tests/llgdb.py
    A debuginfo-tests/llgdb-tests/nested-struct.cpp
    A debuginfo-tests/llgdb-tests/nrvo-string.cpp
    A debuginfo-tests/llgdb-tests/safestack.c
    A debuginfo-tests/llgdb-tests/static-member-2.cpp
    A debuginfo-tests/llgdb-tests/static-member.cpp
    A debuginfo-tests/llgdb-tests/test_debuginfo.pl
    R debuginfo-tests/llgdb.py
    R debuginfo-tests/nested-struct.cpp
    R debuginfo-tests/nrvo-string.cpp
    R debuginfo-tests/safestack.c
    R debuginfo-tests/sret.cpp
    R debuginfo-tests/stack-var.c
    R debuginfo-tests/static-member-2.cpp
    R debuginfo-tests/static-member.cpp
    R debuginfo-tests/test_debuginfo.pl
    R debuginfo-tests/vla.c
    A debuginfo-tests/win_cdb-tests/README.txt
    A debuginfo-tests/win_cdb-tests/lit.local.cfg.py
    R debuginfo-tests/win_cdb/README.txt
    R debuginfo-tests/win_cdb/global-constant.cpp
    R debuginfo-tests/win_cdb/hello.c
    R debuginfo-tests/win_cdb/inline-line-gap.cpp
    R debuginfo-tests/win_cdb/lit.local.cfg.py
    R debuginfo-tests/win_cdb/nrvo.cpp
    R debuginfo-tests/win_cdb/realigned-frame.cpp
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/docs/build_system.rst
    A libc/docs/redirectors.rst
    A libc/docs/redirectors_schematic.svg
    M libc/lib/CMakeLists.txt
    M libc/src/CMakeLists.txt
    A libc/src/math/CMakeLists.txt
    A libc/src/math/round/CMakeLists.txt
    A libc/src/math/round/round.cpp
    A libc/src/math/round/round.h
    A libc/src/math/round/round_redirector.cpp
    M libc/src/string/strcat/strcat_test.cpp
    M libc/src/string/strcpy/strcpy_test.cpp
    M libclc/www/index.html
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/benchmarks/CartesianBenchmarks.h
    M libcxx/benchmarks/unordered_set_operations.bench.cpp
    M libcxx/cmake/Modules/DefineLinkerScript.cmake
    M libcxx/fuzzing/fuzz_test.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/algorithm
    M libcxx/include/bit
    M libcxx/include/ctime
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/iterator
    M libcxx/include/experimental/propagate_const
    M libcxx/include/experimental/type_traits
    M libcxx/include/ext/hash_map
    M libcxx/include/forward_list
    M libcxx/include/iterator
    M libcxx/include/list
    M libcxx/include/memory
    M libcxx/include/numeric
    M libcxx/include/support/ibm/xlocale.h
    M libcxx/include/support/solaris/wchar.h
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/mutex_destructor.cpp
    M libcxx/src/support/solaris/wcsnrtombs.inc
    M libcxx/src/support/solaris/xlocale.cpp
    M libcxx/src/support/win32/support.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/numerics/bit.ops.pass.cpp
    M libcxx/test/libcxx/numerics/numeric.ops/midpoint.integer.pass.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
    M libcxx/test/std/containers/associative/map/contains.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/contains.pass.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.erasure/erase.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
    M libcxx/test/std/experimental/filesystem/fs.req.macros/feature_macro.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/ostream_joiner.cons.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/make_ostream_joiner.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.postincrement.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.pretincrement.pass.cpp
    M libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.star.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.fail.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign_convertible_propagate_const.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/copy_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.non-explicit.ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/explicit_operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/relative.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp
    M libcxx/test/std/input.output/filesystems/lit.local.cfg
    M libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/difference.pass.cpp
    M libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/subtraction.pass.cpp
    M libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/floor2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ispow2.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/log2p1.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countl_one.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countl_zero.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countr_one.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/countr_zero.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.count/popcount.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp
    M libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.fail.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/numerics/c.math/c.math.lerp/c.math.lerp.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ops/string_compare/size_size_string_view.pass.cpp
    M libcxx/test/std/strings/c.strings/cwctype.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/length.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opge.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/opgt.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.comparison/oplt.string_view.pointer.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal.pass.cpp
    M libcxx/test/std/strings/strings.erasure/erase.pass.cpp
    M libcxx/test/std/strings/strings.erasure/erase_if.pass.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_convertible.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp
    M libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_unbounded_array.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.fail.cpp
    M libcxx/test/std/utilities/optional/optional.specalg/make_optional_explicit.pass.cpp
    M libcxx/test/std/utilities/optional/optional.specalg/swap.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move_convert.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move_convert.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/nullptr.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/pointer.pass.cpp
    M libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset_self.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ok.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_sys_days.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/op_local_days.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.file/file_time.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.system/local_time.types.pass.cpp
    M libcxx/test/std/utilities/time/time.clock/time.clock.system/sys.time.types.pass.cpp
    M libcxx/test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/is_am.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/is_pm.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/make12.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.12/make24.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/hours.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/is_negative.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/minutes.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/precision.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/precision_type.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/seconds.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/subseconds.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/to_duration.pass.cpp
    M libcxx/test/std/utilities/time/time.hms/time.hms.members/width.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp
    M libcxx/test/std/utilities/utility/synopsis.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/conv.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/copy.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/conv.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_index_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_args.pass.cpp
    M libcxx/test/support/any_helpers.h
    M libcxx/test/support/archetypes.h
    M libcxx/test/support/archetypes.ipp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/nothing_to_do.pass.cpp
    M libcxx/test/support/propagate_const_helpers.h
    M libcxx/test/support/test_iterators.h
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/test_workarounds.h
    M libcxx/test/support/user_defined_integral.h
    M libcxx/utils/docker/debian9/Dockerfile.base
    M libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    M libcxx/utils/docker/scripts/run_buildbot.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/google-benchmark/.clang-format
    M libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
    M libcxx/utils/google-benchmark/cmake/posix_regex.cpp
    M libcxx/utils/google-benchmark/cmake/std_regex.cpp
    M libcxx/utils/google-benchmark/docs/AssemblyTests.md
    M libcxx/utils/google-benchmark/test/AssemblyTests.cmake
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/googlebenchmark.py
    M libcxx/www/index.html
    M libcxx/www/upcoming_meeting.html
    M libcxxabi/src/cxa_demangle.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/unwind_06.pass.cpp
    M libcxxabi/www/index.html
    M libcxxabi/www/spec.html
    M libunwind/CMakeLists.txt
    A libunwind/cmake/Modules/HandleLibunwindFlags.cmake
    M libunwind/cmake/config-ix.cmake
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/UnwindCursor.hpp
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MinGW.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/SymbolTable.h
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    A lld/Common/DWARF.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/ReleaseNotes.rst
    M lld/docs/ld.lld.1
    A lld/include/lld/Common/DWARF.h
    M lld/include/lld/Common/LLVM.h
    M lld/include/lld/Core/Error.h
    M lld/include/lld/Core/File.h
    M lld/include/lld/Core/UndefinedAtom.h
    M lld/lib/ReaderWriter/MachO/DebugInfo.h
    A lld/test/COFF/Inputs/precompa/precomp.obj
    A lld/test/COFF/Inputs/precompa/useprecomp.obj
    A lld/test/COFF/Inputs/precompb/precomp.obj
    A lld/test/COFF/Inputs/precompb/useprecomp.obj
    M lld/test/COFF/conflict-mangled.test
    M lld/test/COFF/conflict.test
    A lld/test/COFF/duplicate-cv.s
    A lld/test/COFF/duplicate-dwarf.s
    M lld/test/COFF/duplicate.test
    M lld/test/COFF/long-section-name.test
    A lld/test/COFF/precomp-link-samename.test
    M lld/test/COFF/precomp-link.test
    A lld/test/ELF/arm-exidx-empty-fn.s
    M lld/test/ELF/compressed-debug-conflict.s
    M lld/test/ELF/ctors_dtors_priority.s
    M lld/test/ELF/empty-ver.s
    M lld/test/ELF/empty-ver2.s
    M lld/test/ELF/gnustack.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    A lld/test/ELF/hexagon-jump-error.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/merge-invalid-size.s
    A lld/test/ELF/invalid/merge-writable.s
    M lld/test/ELF/invalid/sht-group.test
    M lld/test/ELF/linkerscript/filename-spec.s
    M lld/test/ELF/linkerscript/linker-script-in-search-path.s
    M lld/test/ELF/linkerscript/linkerscript.s
    M lld/test/ELF/linkerscript/memory-include.test
    M lld/test/ELF/linkerscript/output-section-include.test
    M lld/test/ELF/linkerscript/section-include.test
    M lld/test/ELF/linkerscript/version-script.s
    M lld/test/ELF/lto/save-temps.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    A lld/test/ELF/merge-relocatable.s
    M lld/test/ELF/no-soname.s
    M lld/test/ELF/partition-synthetic-sections.s
    M lld/test/ELF/reproduce-backslash.s
    M lld/test/ELF/sht-group-empty.test
    M lld/test/ELF/silent-ignore.test
    M lld/test/ELF/verdef-defaultver.s
    M lld/test/ELF/verdef-dependency.s
    M lld/test/ELF/verdef.s
    M lld/test/ELF/verneed-as-needed-weak.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/version-script-extern-undefined.s
    M lld/test/ELF/version-script-extern-wildcards.s
    M lld/test/ELF/version-script-extern.s
    M lld/test/ELF/version-script-extern2.s
    M lld/test/ELF/version-script-in-search-path.s
    M lld/test/ELF/version-script-locals-extern.s
    M lld/test/ELF/version-script-symver2.s
    R lld/test/ELF/writable-merge.s
    M lld/test/MinGW/driver.test
    M lld/test/MinGW/lib.test
    M lld/test/mach-o/bind-opcodes.yaml
    M lld/test/wasm/Inputs/globals.yaml
    A lld/test/wasm/Inputs/import-attributes.ll
    M lld/test/wasm/Inputs/locals-duplicate1.ll
    M lld/test/wasm/Inputs/locals-duplicate2.ll
    M lld/test/wasm/Inputs/undefined-globals.yaml
    M lld/test/wasm/alias.ll
    M lld/test/wasm/archive-weak-undefined.ll
    A lld/test/wasm/bss-only.ll
    M lld/test/wasm/call-indirect.ll
    M lld/test/wasm/custom-section-name.ll
    M lld/test/wasm/data-layout.ll
    M lld/test/wasm/data-segments.ll
    M lld/test/wasm/event-section.ll
    M lld/test/wasm/function-imports-first.ll
    M lld/test/wasm/function-imports.ll
    M lld/test/wasm/function-index.test
    M lld/test/wasm/gc-sections.ll
    A lld/test/wasm/import-attribute-mismatch.ll
    M lld/test/wasm/local-symbols.ll
    M lld/test/wasm/locals-duplicate.test
    A lld/test/wasm/lto/import-attributes.ll
    M lld/test/wasm/pic-static.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/stack-pointer.ll
    M lld/test/wasm/undefined-weak-call.ll
    M lld/test/wasm/weak-alias-overide.ll
    M lld/test/wasm/weak-alias.ll
    M lld/test/wasm/weak-symbols.ll
    M lld/test/wasm/weak-undefined.ll
    M lld/tools/lld/lld.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSections.h
    M lld/wasm/OutputSegment.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/docs/.htaccess
    M lldb/docs/CMakeLists.txt
    M lldb/docs/index.rst
    M lldb/docs/lldb-gdb-remote.txt
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/build.rst
    A lldb/docs/resources/contributing.rst
    R lldb/docs/resources/source.rst
    M lldb/docs/resources/test.rst
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBBreakpointLocation.h
    M lldb/include/lldb/API/SBBreakpointName.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverName.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/PropertiesBase.td
    M lldb/include/lldb/Core/STLUtils.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/ExpressionParser.h
    M lldb/include/lldb/Expression/ExpressionSourceCode.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    A lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/UUID.h
    M lldb/include/lldb/lldb-forward.h
    R lldb/packages/Python/lldbsuite/pre_kill_hook/README.md
    R lldb/packages/Python/lldbsuite/pre_kill_hook/__init__.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/darwin.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/linux.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/__init__.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/test_darwin.py
    R lldb/packages/Python/lldbsuite/pre_kill_hook/tests/test_linux.py
    R lldb/packages/Python/lldbsuite/support/fs.py
    R lldb/packages/Python/lldbsuite/support/sockutil.py
    M lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py
    M lldb/packages/Python/lldbsuite/test/commands/command/script/TestCommandScript.py
    A lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py
    M lldb/packages/Python/lldbsuite/test/commands/command/script/py_import
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-function/TestCallStdStringFunction.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/expression/char/TestExprsChar.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/TestFormatters.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/formatters/formatters.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/ignore-artificial-constructors/main.cpp
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/main.cpp
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/algorithm
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/c++/v1/module.modulemap
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/root/usr/include/libc_header.h
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/algorithm
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/include/module.modulemap
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/algorithm
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/root/usr/include/c++/v1/module.modulemap
    M lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/TestStaticInitializers.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/static-initializers/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/TestProcessList.py
    A lldb/packages/Python/lldbsuite/test/commands/platform/process/main.cpp
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/TestMPXOffsetIntersection.py
    A lldb/packages/Python/lldbsuite/test/commands/register/register/intel_xtended_registers/mpx_offset_intersection/main.cpp
    M lldb/packages/Python/lldbsuite/test/commands/register/register/register_command/TestRegisters.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
    M lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/resolver.py
    A lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/side_effect.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py
    M lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/Makefile
    M lldb/packages/Python/lldbsuite/test/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/arm64-macos.yaml
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64.yaml
    A lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64_null_signal.yaml
    M lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump/TestMiniDump.py
    M lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    M lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py
    M lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/packages/Python/lldbsuite/test/lang/c/local_variables/TestLocalVariables.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/TestCPPAccelerator.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/a.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/b.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/c.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/d.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/e.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/f.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/g.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/accelerator-table/source.h
    M lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/macosx/add-dsym/Makefile
    M lldb/packages/Python/lldbsuite/test/macosx/macabi/Makefile
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_debugger.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instruction.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_instructionlist.py
    M lldb/packages/Python/lldbsuite/test/python_api/default-constructor/sb_process.py
    M lldb/packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
    M lldb/packages/Python/lldbsuite/test/python_api/file_handle/TestFileHandle.py
    M lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
    M lldb/packages/Python/lldbsuite/test/python_api/module_section/main.cpp
    M lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py
    M lldb/packages/Python/lldbsuite/test/python_api/type/main.cpp
    M lldb/packages/Python/lldbsuite/test/python_api/watchpoint/TestWatchpointIter.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    R lldb/packages/Python/lldbsuite/test_event/dotest_channels.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/dump_formatter.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/pickled.py
    R lldb/packages/Python/lldbsuite/test_event/test/resources/invalid_decorator/TestInvalidDecorator.py
    R lldb/packages/Python/lldbsuite/test_event/test/src/TestCatchInvalidDecorator.py
    R lldb/packages/Python/lldbsuite/test_event/test/src/event_collector.py
    A lldb/scripts/Python/createPythonInit.py
    R lldb/scripts/Python/finishSwigPythonLLDB.py
    M lldb/scripts/Python/python-extensions.swig
    M lldb/scripts/Python/python-typemaps.swig
    M lldb/scripts/Python/python-wrapper.swig
    R lldb/scripts/finishSwigWrapperClasses.py
    M lldb/scripts/interface/SBBreakpoint.i
    M lldb/scripts/interface/SBBreakpointLocation.i
    M lldb/scripts/interface/SBBreakpointName.i
    M lldb/scripts/interface/SBDebugger.i
    M lldb/scripts/interface/SBFile.i
    M lldb/scripts/interface/SBInstruction.i
    M lldb/scripts/interface/SBInstructionList.i
    M lldb/scripts/interface/SBProcess.i
    M lldb/scripts/interface/SBStream.i
    M lldb/scripts/lldb.swig
    R lldb/scripts/utilsArgsParse.py
    R lldb/scripts/utilsDebug.py
    R lldb/scripts/utilsOsType.py
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointName.cpp
    M lldb/source/API/SBCommandReturnObject.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.h
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectCommands.h
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectLanguage.h
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectPlugin.h
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectSource.h
    M lldb/source/Commands/CommandObjectStats.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectType.h
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.h
    M lldb/source/Commands/CommandObjectWatchpointCommand.h
    M lldb/source/Commands/Options.td
    M lldb/source/Core/AddressResolverFileLine.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/FileLineResolver.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/StreamFile.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/DiagnosticManager.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/common/FileCache.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/ABI/CMakeLists.txt
    M lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    A lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    A lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.h
    A lldb/source/Plugins/ABI/SysV-arc/CMakeLists.txt
    M lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
    M lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    A lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
    A lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    A lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h
    A lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp
    A lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    R lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
    R lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.h
    A lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
    A lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
    M lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Symbol/CompactUnwindInfo.cpp
    M lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Symbol/UnwindTable.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    A lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/test/API/CMakeLists.txt
    R lldb/test/API/lit.cfg
    A lldb/test/API/lit.cfg.py
    R lldb/test/API/lit.site.cfg.in
    A lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/testcases
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/.clang-format
    A lldb/test/Shell/CMakeLists.txt
    M lldb/test/Shell/Commands/command-script-import.test
    M lldb/test/Shell/Driver/TestSingleQuote.test
    M lldb/test/Shell/Driver/TestTarget.test
    M lldb/test/Shell/ExecControl/StopHook/stop-hook-threads.test
    M lldb/test/Shell/ExecControl/StopHook/stop-hook.test
    M lldb/test/Shell/Expr/TestIRMemoryMap.test
    M lldb/test/Shell/Expr/TestIRMemoryMapWindows.test
    M lldb/test/Shell/Heap/heap-cstr.test
    M lldb/test/Shell/Host/TestCustomShell.test
    A lldb/test/Shell/Minidump/Inputs/basic-elf.yaml
    A lldb/test/Shell/Minidump/Windows/Inputs/broken-unwind.dmp.yaml
    A lldb/test/Shell/Minidump/Windows/Inputs/broken-unwind.exe.yaml
    A lldb/test/Shell/Minidump/Windows/broken-unwind.test
    M lldb/test/Shell/Minidump/dump-all.test
    M lldb/test/Shell/Minidump/fb-dump.test
    A lldb/test/Shell/Minidump/memory-region-from-module.yaml
    A lldb/test/Shell/Minidump/memory-region.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-corrupt-xz.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-find-symbols.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-no-lzma.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/ObjectFile/MachO/symtab.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/export-dllfunc.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/invalid-export-table.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
    R lldb/test/Shell/ObjectFile/PECOFF/subsections.yaml
    A lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/Process/TestEnvironment.test
    A lldb/test/Shell/Process/Windows/launch_failure.yaml
    A lldb/test/Shell/Register/Inputs/aarch64-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/aarch64-gp-read.cpp
    A lldb/test/Shell/Register/Inputs/arm-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/arm-gp-read.cpp
    A lldb/test/Shell/Register/aarch64-fp-read.test
    A lldb/test/Shell/Register/aarch64-gp-read.test
    A lldb/test/Shell/Register/arm-fp-read.test
    A lldb/test/Shell/Register/arm-gp-read.test
    M lldb/test/Shell/Register/x86-64-gp-read.test
    M lldb/test/Shell/Register/x86-64-gp-write.test
    M lldb/test/Shell/Register/x86-64-read.test
    M lldb/test/Shell/Register/x86-64-write.test
    M lldb/test/Shell/Register/x86-64-xmm16-read.test
    M lldb/test/Shell/Register/x86-64-xmm16-write.test
    M lldb/test/Shell/Register/x86-64-ymm-read.test
    M lldb/test/Shell/Register/x86-64-ymm-write.test
    M lldb/test/Shell/Register/x86-64-ymm16-read.test
    M lldb/test/Shell/Register/x86-64-ymm16-write.test
    M lldb/test/Shell/Register/x86-64-zmm-read.test
    M lldb/test/Shell/Register/x86-64-zmm-write.test
    M lldb/test/Shell/Register/x86-gp-read.test
    M lldb/test/Shell/Register/x86-gp-write.test
    M lldb/test/Shell/Register/x86-mm-xmm-read.test
    M lldb/test/Shell/Register/x86-mm-xmm-write.test
    M lldb/test/Shell/Register/x86-ymm-read.test
    M lldb/test/Shell/Register/x86-ymm-write.test
    M lldb/test/Shell/Register/x86-zmm-read.test
    M lldb/test/Shell/Register/x86-zmm-write.test
    A lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
    M lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test
    A lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
    M lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
    M lldb/test/Shell/Reproducer/Functionalities/TestStepping.test
    A lldb/test/Shell/Reproducer/Inputs/WorkingDir.in
    M lldb/test/Shell/Reproducer/Modules/TestModuleCXX.test
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/Reproducer/TestFileRepro.test
    M lldb/test/Shell/Reproducer/TestGDBRemoteRepro.test
    M lldb/test/Shell/Reproducer/TestRelativePath.test
    M lldb/test/Shell/Reproducer/TestReuseDirectory.test
    A lldb/test/Shell/Reproducer/TestWorkingDir.test
    M lldb/test/Shell/Settings/TestFrameFormatColor.test
    M lldb/test/Shell/Settings/TestFrameFormatNoColor.test
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms
    M lldb/test/Shell/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    A lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win-no-memory-info.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-struct.s
    A lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    A lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
    M lldb/test/Shell/SymbolFile/DWARF/debug_loc.s
    M lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-calling-conv.cpp
    M lldb/test/Shell/SymbolFile/PDB/function-level-linking.test
    M lldb/test/Shell/SymbolFile/target-symbols-add-unwind.test
    M lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test
    M lldb/test/Shell/Unwind/eh-frame-small-fde.test
    M lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
    M lldb/test/Shell/Unwind/trap_frame_sym_ctx.test
    M lldb/test/Shell/Unwind/unwind-plan-dwarf-dump.test
    M lldb/test/Shell/Watchpoint/SetErrorCases.test
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    A lldb/test/Unit/CMakeLists.txt
    M lldb/test/lit.cfg.py
    M lldb/third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py
    M lldb/tools/compact-unwind/compact-unwind-dumper.c
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
    M lldb/tools/driver/CMakeLists.txt
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-server/lldb-server.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/CMakeLists.txt
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Expression/DiagnosticManagerTest.cpp
    M lldb/unittests/ObjectFile/CMakeLists.txt
    A lldb/unittests/ObjectFile/PECOFF/CMakeLists.txt
    A lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Process/minidump/CMakeLists.txt
    R lldb/unittests/Process/minidump/Inputs/dump-content.dmp
    R lldb/unittests/Process/minidump/Inputs/linux-x86_64_not_crashed.dmp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    R lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ModuleCacheTest.cpp
    M lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M llvm/CMakeLists.txt
    M llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml
    M llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
    M llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
    M llvm/bindings/python/llvm/common.py
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/AddOCaml.cmake
    M llvm/cmake/modules/CrossCompile.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/platforms/WinMsvc.cmake
    M llvm/docs/CMake.rst
    M llvm/docs/CodeGenerator.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llc.rst
    M llvm/docs/CommandGuide/llvm-ar.rst
    M llvm/docs/CommandGuide/llvm-mca.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CompilerWriterInfo.rst
    M llvm/docs/DebuggingJITedCode.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/FuzzingLLVM.rst
    M llvm/docs/GettingStarted.rst
    R llvm/docs/GlobalISel.rst
    A llvm/docs/GlobalISel/GMIR.rst
    A llvm/docs/GlobalISel/GenericOpcode.rst
    A llvm/docs/GlobalISel/IRTranslator.rst
    A llvm/docs/GlobalISel/InstructionSelect.rst
    A llvm/docs/GlobalISel/KnownBits.rst
    A llvm/docs/GlobalISel/Legalizer.rst
    A llvm/docs/GlobalISel/Pipeline.rst
    A llvm/docs/GlobalISel/Porting.rst
    A llvm/docs/GlobalISel/RegBankSelect.rst
    A llvm/docs/GlobalISel/Resources.rst
    A llvm/docs/GlobalISel/block-extract.png
    A llvm/docs/GlobalISel/index.rst
    A llvm/docs/GlobalISel/pipeline-overview-customized.png
    A llvm/docs/GlobalISel/pipeline-overview-with-combiners.png
    A llvm/docs/GlobalISel/pipeline-overview.png
    A llvm/docs/GlobalISel/testing-pass-level.png
    A llvm/docs/GlobalISel/testing-unit-level.png
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/MIRLangRef.rst
    A llvm/docs/MemTagSanitizer.rst
    M llvm/docs/OptBisect.rst
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Remarks.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/TypeMetadata.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/_templates/indexsidebar.html
    M llvm/docs/_themes/llvm-theme/static/llvm-theme.css

  Log Message:
  -----------
  [DPWBS-1106] Merge community 'master' into HighTec 'htc/master'

There are a few changes within the TriCore directory that were necessary.
The following table lists the changed files and the corresponding community master commits:

TriCoreMCTargetDesc.cpp:        4b63ca1379a8a6399c3d29560623ee832c818919
TriCoreFrameLowering.h :        882c43d703cd63889a5541bf8f2c014733cbbbee
TriCoreCallLowering.cpp:        e74c5b96610dfb03825d31035f50813af58beac5
                                9f9151d49410cee6aa8528b109f3753878b30ba3
call-translator.ll:             e74c5b96610dfb03825d31035f50813af58beac5
clang/test/Preprocessor/init.c: 5e866e411caad4c4e17e7e0c67b06d28451e1bf2


  Commit: 456224f2f613665e95ced3d961c660fb48689f41
      https://github.com/llvm/llvm-project/commit/456224f2f613665e95ced3d961c660fb48689f41
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/context-loading-and-storing-valid.s

  Log Message:
  -----------
  [DPWBS-1072] Add support for Context Loading and Storing instructions


  Commit: 029c7df41fab3a930ae892b2c0ef67047a18fbd6
      https://github.com/llvm/llvm-project/commit/029c7df41fab3a930ae892b2c0ef67047a18fbd6
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir

  Log Message:
  -----------
  [DPWBS-1088] test(Legalizer): add legalization test for constants


  Commit: 133224c1ab8b4d493207bdf6aeb4f1e55de623ba
      https://github.com/llvm/llvm-project/commit/133224c1ab8b4d493207bdf6aeb4f1e55de623ba
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    R llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constant-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1088] feat(RegisterBankSelect): add support for pointers

add test for pointer constant

remove invalid pointer constant test


  Commit: df22539136639566c7bc52c3bb47e4955249bae6
      https://github.com/llvm/llvm-project/commit/df22539136639566c7bc52c3bb47e4955249bae6
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir

  Log Message:
  -----------
  [DPWBS-1088] feat(InstructionSelector): add handling for pointer and scalar constants

add selection test for G_CONSTANT


  Commit: a82dbc4f201e989ca8a26233c68c2270c791d90e
      https://github.com/llvm/llvm-project/commit/a82dbc4f201e989ca8a26233c68c2270c791d90e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-1088] fix(RegisterInfo): use separate SubRegIndex for data and address regs

To allow easy addition of new potential registers (e.g. double-extended
registers) while keeping a consistent naming scheme, subreg indices for
extended registers are renamed and split into separate indices for
data and address registers: dsub0, dsub1, asub0, asub1.

This also fixes a bug that occurred in TableGen where the super-register
class was inferred from the subregister index, causing ExtAddrRegClass
to win by default due to alphabetical ordering.

Odd subregisters dsub1 and asub1 also get an offset of 32 bits set.

BREAKING CHANGES: SubRegIndex even, odd has been split into asub0,
asub1, dsub0, dsub1


  Commit: 9149b3d56f64a67f655e950f5d764aa02c0396ab
      https://github.com/llvm/llvm-project/commit/9149b3d56f64a67f655e950f5d764aa02c0396ab
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/accumulating-bit-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1065] Add support for Accumulating Bit Operations instructions


  Commit: 157e544746553d8c9a22a9ba49e0a528771ee9c5
      https://github.com/llvm/llvm-project/commit/157e544746553d8c9a22a9ba49e0a528771ee9c5
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/floating-point-operations-valid.s

  Log Message:
  -----------
  [DPWBS-1096] Add support for Floating Point Operations instructions


  Commit: a23969ff62e000b7bcea5ddbf631ae6ed1479563
      https://github.com/llvm/llvm-project/commit/a23969ff62e000b7bcea5ddbf631ae6ed1479563
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/min-max-sature.s

  Log Message:
  -----------
  [DPWBS-1058] Add support for Min, Max, Saturate instructions


  Commit: 0d3be2474a804e9942aeb3c6a54aeeeaabf281d1
      https://github.com/llvm/llvm-project/commit/0d3be2474a804e9942aeb3c6a54aeeeaabf281d1
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1056] Fix numbering of instruction group


  Commit: b454eb55b9d85ef6f5bb6792f92ceecbf835ef36
      https://github.com/llvm/llvm-project/commit/b454eb55b9d85ef6f5bb6792f92ceecbf835ef36
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/conditional-arithmetic-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1059] Add support for conditional arithmetic instructions


  Commit: c869c340be72d685490b5ecc23e28be60eaaed7d
      https://github.com/llvm/llvm-project/commit/c869c340be72d685490b5ecc23e28be60eaaed7d
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/absolute-value-absolute-difference.s

  Log Message:
  -----------
  [DPWBS-1057] Add support for Absolute Value, Absolute Difference instructions


  Commit: ea7ad28623fad3587e7267d307683aeb6cf66e56
      https://github.com/llvm/llvm-project/commit/ea7ad28623fad3587e7267d307683aeb6cf66e56
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-and.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-or.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-xor.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(Legalizer): add legality rules for G_AND, G_OR, G_XOR

G_AND, G_OR, G_XOR are only legal on s32 type.

add legalizer tests for and, or, xor

remove unused import


  Commit: 0e742bb40691390f6acce3100aca8269a1615d7f
      https://github.com/llvm/llvm-project/commit/0e742bb40691390f6acce3100aca8269a1615d7f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(RegisterBankSelect): add case for G_AND, G_OR, G_XOR to getInstrMapping

add regbankselect tests for G_AND, G_OR, G_XOR


  Commit: e5ca87b1c7bd25a57d549c8525d7f84053347078
      https://github.com/llvm/llvm-project/commit/e5ca87b1c7bd25a57d549c8525d7f84053347078
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1089] feat(InstructionSelector): add patterns for and, or, xor

add selection tests for and, or, xor


  Commit: d4e82dac51ba6d5ae97f7f3e71e0c4042eab4aeb
      https://github.com/llvm/llvm-project/commit/d4e82dac51ba6d5ae97f7f3e71e0c4042eab4aeb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1089] test(RegisterBankSelect): remove s64 variants of arithmatic tests

The s64 regbankselect tests were testing whether arithmetics on s64
types using G_{UN}MERGE_VALUES were assigned the correct register bank.
However, G_{UN}MERGE_VALUES are already tested in their own tests and
the rest of the test was testing exactly the same as the s32 variants.

Therefore, this commit removes the s64 tests and adds tests for add/sub
with carry.


  Commit: 6b1ee9a40e994aa86886371f72452c62f3df2378
      https://github.com/llvm/llvm-project/commit/6b1ee9a40e994aa86886371f72452c62f3df2378
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/system-instructions-valid.s

  Log Message:
  -----------
  [DPWBS-1073] Add support for System instructions


  Commit: f1a1b3c172493b1ac9be0e1dae9f9a42398e8138
      https://github.com/llvm/llvm-project/commit/f1a1b3c172493b1ac9be0e1dae9f9a42398e8138
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/address-comparison-valid.s

  Log Message:
  -----------
  [DPWBS-1067] Add support for Address Comparison instructions


  Commit: b668c0897ec219ace86c2d3665594b7541215c41
      https://github.com/llvm/llvm-project/commit/b668c0897ec219ace86c2d3665594b7541215c41
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/floating-point-conversion-valid.s

  Log Message:
  -----------
  [DPWBS-1102] Add support for floating point conversion instructions.


  Commit: 421cda5c76a3cb892593dee55189f5a0a7c16d74
      https://github.com/llvm/llvm-project/commit/421cda5c76a3cb892593dee55189f5a0a7c16d74
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-compare-valid.s

  Log Message:
  -----------
  [DPWBS-1076] Add support for packed compare instructions


  Commit: d242baaf0e7658653ee126ab80e1fbc857c077b8
      https://github.com/llvm/llvm-project/commit/d242baaf0e7658653ee126ab80e1fbc857c077b8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir

  Log Message:
  -----------
  [DPWBS-1090] feat(Legalizer): add legality rules for G_ICMP, G_SELECT

G_ICMP takes s32 inputs and produces an s32 result. G_SELECT takes
an s1 and two s32 as inputs and produces an s32 result.

add legalizer tests for integer compares

add legalizer tests for G_SELECT

add legalizer tests for G_*EXT

remove unused include


  Commit: 67625a2c4e4d0131c4f1b40c9ab1800714357c7d
      https://github.com/llvm/llvm-project/commit/67625a2c4e4d0131c4f1b40c9ab1800714357c7d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ext-trunc.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-integer-cmp.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1090] test(RegisterBankSelect): add regbank tests for G_ICMP, G_SELECT

add regbank tests for G_*EXT and G_TRUNC


  Commit: 0bb164b234cba7eb61f6d885101f2024ad198a39
      https://github.com/llvm/llvm-project/commit/0bb164b234cba7eb61f6d885101f2024ad198a39
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp.mir

  Log Message:
  -----------
  [DPWBS-1090] feat(InstructionSelector): select G_ICMP to target instr

G_ICMP is lowered depending on the predicate.

Predicates ne, eq, sge, uge, slt and ult are lowered to NE, EQ, GE,
GEU, LT and LTU.

Predicates sgt, ugt, sle and ule are lowered using equivalent LT, LTU,
GE and GEU instructions.


  Commit: cd00765c5f726eb1b7d179203183cc762c75b8d0
      https://github.com/llvm/llvm-project/commit/cd00765c5f726eb1b7d179203183cc762c75b8d0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-integer-cmp.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-integer-cmp.mir

  Log Message:
  -----------
  [DPBWS-1090] feat(InstructionSelector): add support for pointer compares


  Commit: 41046642ca8628d5f795dc06a4f83c92757aba5d
      https://github.com/llvm/llvm-project/commit/41046642ca8628d5f795dc06a4f83c92757aba5d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  [DPWBS-1125] ci(Jenkins): build htc/master nightly between 2:00 and 3:59

use JENKINS_NUM_CORES for number of parallel jobs

Closes [DPWBS-1125]


  Commit: a08ada0abdcaaf40aef2882d5c9170fb8811cb9f
      https://github.com/llvm/llvm-project/commit/a08ada0abdcaaf40aef2882d5c9170fb8811cb9f
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/lower-context-saving-and-restoring-valid.s

  Log Message:
  -----------
  [DPWBS-1071] Add support for Context Loading and Storing instructions


  Commit: 02c0a1e8a0f4aca5af656c9303b1b395f111a550
      https://github.com/llvm/llvm-project/commit/02c0a1e8a0f4aca5af656c9303b1b395f111a550
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/fast-call-valid.s
    A llvm/test/MC/TriCore/fast-call-xfail-valid.s

  Log Message:
  -----------
  [DPWBS-1099] Add support for Fast Call instructions


  Commit: 8ef52a95264d12d83c06faa2cbfdeae057f542eb
      https://github.com/llvm/llvm-project/commit/8ef52a95264d12d83c06faa2cbfdeae057f542eb
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1091] fix(InstrInfo): fix instruction description for jumps

add isTerminator, isBarrier to unconditional jumps

add isIndirectBranch to indirect jump JI


  Commit: e9455b76fd0b714ec4cab1ad1515a7e5fe0c0705
      https://github.com/llvm/llvm-project/commit/e9455b76fd0b714ec4cab1ad1515a7e5fe0c0705
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-branch.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(Legalizer): add legality rules for G_BRCOND, G_BRINDIRECT

G_BRCOND is valid for s1 or s32 conditions. Allowing s1 here avoids
a redundant G_TRUNC->G_ZEXT after an G_ICMP.
G_BRINDIRECT is only valid for pointers.

add legalizer test for G_BRCOND and G_BRINDIRECT


  Commit: d516bceb15cb09927d2aa503be4c9def19da8b71
      https://github.com/llvm/llvm-project/commit/d516bceb15cb09927d2aa503be4c9def19da8b71
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGenRegisterBankInfo.def
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-trunc.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(RegisterBankSelect): handle G_TRUNC and extended pointer regs

add assertions for truncation mappings

add regbankselect test case for G_TRUNC


  Commit: cdcd1bb29f73c4d16090d2b98311666eca288767
      https://github.com/llvm/llvm-project/commit/cdcd1bb29f73c4d16090d2b98311666eca288767
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-branch.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-trunc.mir

  Log Message:
  -----------
  [DPWBS-1091] feat(InstructionSelector): select G_BR, G_BRCOND, G_BRINDIRECT, G_TRUNC

G_BRCOND tries to match a compare-and-branch and uses a corresponding
jump instruction. If this fails a simple JNE 0 / JNZ.A is used instead.

G_TRUNC lowers to a COPY instruction. Truncation from an extended to a
normal register is done by a subregister copy.

add branch selection tests

add selection tests for G_TRUNC


  Commit: 684241cbe9c63997fcbbceebf01977c10cb8d137
      https://github.com/llvm/llvm-project/commit/684241cbe9c63997fcbbceebf01977c10cb8d137
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1091] refactor(InstructionSelector): arrange helper methods alphabetically


  Commit: 09346c0b49c149617ab425ea7d52165fff7a80f2
      https://github.com/llvm/llvm-project/commit/09346c0b49c149617ab425ea7d52165fff7a80f2
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreAsmBackend.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreBaseInfo.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreFixupKinds.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCExpr.h
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/common-fixups-and-relocations-invalid.s
    A llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s
    A llvm/test/MC/TriCore/operand-modifiers-invalid.s

  Log Message:
  -----------
  [DPWBS-1054] Add common fixups and relocations


  Commit: e29447b299791c5f789ec716ef391c161a142932
      https://github.com/llvm/llvm-project/commit/e29447b299791c5f789ec716ef391c161a142932
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/cache-valid.s

  Log Message:
  -----------
  [DPWBS-1098] Add support for Cache instructions


  Commit: 852a3029e1821f50e1e3030903294e6e35617423
      https://github.com/llvm/llvm-project/commit/852a3029e1821f50e1e3030903294e6e35617423
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-non-pow2-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid-memsize.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] feat(Legalizer): add legality rules for G_*LOAD and G_STORE

G_*LOAD requires the result to be s32 or s64. G_STORE requires the type
of the value to be equal to the memory size that is to be stored (e.g.
storing an 8 bits requires a memory size of 8-bits).

Expand G_*EXT legality rules to allow extension to s8 and s16, as they
are consumed by G_STORE.

Any truncating stores, as well as loads/stores with a non-power-of-2
memory size are lowered.

Both G_*LOAD and G_STORE require a minimum alignment of 8-bits.

add legalizer tests for G_*LOAD, G_STORE

add unsupported legality tests for 128-bit and non-pow2 load/store

add tests for extension to s8, s16


  Commit: a545d22b49b30c0183d4d1ba85705b5ee55b2c83
      https://github.com/llvm/llvm-project/commit/a545d22b49b30c0183d4d1ba85705b5ee55b2c83
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] test(RegisterBankSelect): add tests for G_*LOAD, G_STORE


  Commit: b04640beea60cc2dc374530d7c8c1627c52b1ed8
      https://github.com/llvm/llvm-project/commit/b04640beea60cc2dc374530d7c8c1627c52b1ed8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td

  Log Message:
  -----------
  [DPWBS-1092] fix(InstrInfo): fix ValueType for signed and unsigned immediates, off16

To be able to emit instructions like MOV_dc 0 directly from TableGen
we need to tell TableGen that certain value types are equivalent to our
defined immediates (e.g. i8 should be equivalent to signed/unsigned
imm8.

This commit also adds GlobalISel-compatible ImmLeafs which check that
the immediate value is in range.


  Commit: 4273cd3d91ba92569e605c9aab228e1025b25a28
      https://github.com/llvm/llvm-project/commit/4273cd3d91ba92569e605c9aab228e1025b25a28
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-sextload.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-zextload.mir

  Log Message:
  -----------
  [DPWBS-1092] feat(InstructionSelector): add selection support for load/store

Most loads/stores are handled through TableGen patterns. Loads/stores on
the AddrRegBank are selected manually due to the lack of pointer types
and support for specifying the result regbank in selection patterns.

add selection tests for load/store


  Commit: 9f3803f6230b2f43b966dc7042c50d55f2476ea8
      https://github.com/llvm/llvm-project/commit/9f3803f6230b2f43b966dc7042c50d55f2476ea8
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td

  Log Message:
  -----------
  [DPWBS-1092] refactor(InstructionSelector): extract common patterns to helper


  Commit: d8affdcc9ff8a6932cc24b35561b1f17374fa1f1
      https://github.com/llvm/llvm-project/commit/d8affdcc9ff8a6932cc24b35561b1f17374fa1f1
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1074] Add support for packed arithmetic instructions


  Commit: 4447ae5e74e2d8fa423888f0008247dcfcda591d
      https://github.com/llvm/llvm-project/commit/4447ae5e74e2d8fa423888f0008247dcfcda591d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-constant.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(Legalizer): add legality rule for G_GLOBAL_VALUE

G_GLOBAL_VALUE is only valid for p0 pointers

add legality test for G_GLOBAL_VALUE


  Commit: 627da7327263661903c46ed9f22a5db53596a5ae
      https://github.com/llvm/llvm-project/commit/627da7327263661903c46ed9f22a5db53596a5ae
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-constants.mir

  Log Message:
  -----------
  [DPWBS-1118] test(RegisterBankSelect): add regbank selection test for G_GLOBAL_VALUE


  Commit: 88b022051468d69a058f42b928c6f4eff1264e2d
      https://github.com/llvm/llvm-project/commit/88b022051468d69a058f42b928c6f4eff1264e2d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreBaseInfo.h
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/MIR/TriCore/expected-target-flag-name.mir
    A llvm/test/CodeGen/MIR/TriCore/invalid-target-flag-name.mir
    A llvm/test/CodeGen/MIR/TriCore/lit.local.cfg
    A llvm/test/CodeGen/MIR/TriCore/target-flags.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(MCTargetDesc,InstrInfo): define Target Operand Flag enum in TriCoreBaseInfo

Target Operand Flags are used in the instruction selector to select
specific bits from a global value reference.

Implement target flag serialization to emit a meaningful string in MIR.

add serialization tests


  Commit: 22f20beef22787f08b870e71dd1da7c68ff1ae26
      https://github.com/llvm/llvm-project/commit/22f20beef22787f08b870e71dd1da7c68ff1ae26
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.h
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/lib/Target/TriCore/TriCoreMCInstLower.h

  Log Message:
  -----------
  [DPWBS-1118] refactor(MCInstLower): move TriCoreMCInstLower to its own class


  Commit: 837527ca6589b3f1f588b781ec1ffb3bdb0084db
      https://github.com/llvm/llvm-project/commit/837527ca6589b3f1f588b781ec1ffb3bdb0084db
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreAsmPrinter.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.h
    A llvm/test/CodeGen/TriCore/lower-global-value.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(MCInstLower): add lowering for MO_GlobalAddress

MO_GlobalAddress is lowered by interpreting the target flags and
setting the corresponding ref flags.

add lowering test for global values


  Commit: 060f78358739e7cb7bc0fb58ae4680ab279c2f82
      https://github.com/llvm/llvm-project/commit/060f78358739e7cb7bc0fb58ae4680ab279c2f82
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-constants.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(InstructionSelector): emit MOVH.A, LEA for G_GLOBAL_VALUE

Use the MO_LO and MO_HI target flags to select the lower and higher bits
of the referenced label.

add selection test for G_GLOBAL_VALUE

add TODO for small data section support


  Commit: b9fc6e8a632068c83f6e54cf8f5c07b6b12d561b
      https://github.com/llvm/llvm-project/commit/b9fc6e8a632068c83f6e54cf8f5c07b6b12d561b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/constrain-copy.mir

  Log Message:
  -----------
  [DPWBS-1118] feat(InstructionSelector): constrain destination register for COPY

COPYs are not constrained implicitly but require explicit constraining.
Constrain the destination register to a register class fitting the
selected register bank and the type. The source register is not
constrained as it is constrained once it is encountered at the next use
or definition.

add test to check COPY constraining


  Commit: 08ace85bd395e3b9b55d8500f8e042f860da55a5
      https://github.com/llvm/llvm-project/commit/08ace85bd395e3b9b55d8500f8e042f860da55a5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-invalid.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-store-invalid.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(Legalizer): add legality rule for G_PTR_ADD

G_PTR_ADD requires the types to be p0 and s32.

add legalizer tests for G_PTR_ADD

update load-store tests for s128 load/store legalization


  Commit: fcf3f66099373acf238a698f22e1c404bf6a8c9d
      https://github.com/llvm/llvm-project/commit/fcf3f66099373acf238a698f22e1c404bf6a8c9d
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(RegisterBankSelect): put G_PTR_ADD on AddrRegBank

The TriCore instructions for pointer addition expect the same regbank
for all operands. Therefore all operands must be assigned the same
regbank.

add regbank test for G_PTR_ADD


  Commit: 0757209b1c0a97f926f197fd092a63b0748f688b
      https://github.com/llvm/llvm-project/commit/0757209b1c0a97f926f197fd092a63b0748f688b
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1124] refactor(InstructionSelector): rearrange switch cases alphabetically


  Commit: 845140bf18b8c30bed03470ecb9350083af44455
      https://github.com/llvm/llvm-project/commit/845140bf18b8c30bed03470ecb9350083af44455
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1124] feat(InstructionSelector): select G_PTR_ADD to ADD.A or ADD depending on regbank

G_PTR_ADD can be translated into a simple ADD instruction. Depending on
the regbank we're operating on we need to use ADD or ADD.A.

add G_PTR_ADD selection test case


  Commit: 0b0c50b973544b09bb08cbb49236452f43d27404
      https://github.com/llvm/llvm-project/commit/0b0c50b973544b09bb08cbb49236452f43d27404
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(Legalizer): add legality rules for G_SHL, G_ASHR, G_LSHR

All three instructions take i32 inputs (src and shift amount) and produce
i32 shift results.

Add legalizer tests.


  Commit: 0b94d2dcada9923b019d47ea4f9f9aebc9bc80b9
      https://github.com/llvm/llvm-project/commit/0b94d2dcada9923b019d47ea4f9f9aebc9bc80b9
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-shifts.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(RegisterBankSelect): add case for G_SHL, G_ASHR, G_LSHR to getInstrMapping

Allthough all legal cases are already inferred correctly in the default case of getInstrMapping,
I decided to add them explicitly to the same-kind-of-operand handling.

add regbankselect tests for all legal inputs


  Commit: d83bde93b7fe34bfd85a95196c01ba221aae7681
      https://github.com/llvm/llvm-project/commit/d83bde93b7fe34bfd85a95196c01ba221aae7681
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-shifts.mir

  Log Message:
  -----------
  [DPWBS-1131] feat(InstructionSelector): add selection support for shifts

add selection tests


  Commit: 531a7db561a23406c6f50d9b8476bbd06e495291
      https://github.com/llvm/llvm-project/commit/531a7db561a23406c6f50d9b8476bbd06e495291
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCCodeEmitter.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/loop-valid.s

  Log Message:
  -----------
  [DPWBS-1068] Add support for Loop instructions


  Commit: 3807b922d32540aa747c3dbc497a2486452d9530
      https://github.com/llvm/llvm-project/commit/3807b922d32540aa747c3dbc497a2486452d9530
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(Legalizer): add legality rule for G_PHI

G_PHI is legal for any types that are consumed by any legal instruction.
This avoids unnecessary G_TRUNC/G_*EXT artifacts. Any other type is
narrowed or widened as needed.

add legalizer tests for G_PHI


  Commit: d3199bd0afa3a25a3e55e7174c84a2d46ac9af79
      https://github.com/llvm/llvm-project/commit/d3199bd0afa3a25a3e55e7174c84a2d46ac9af79
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(RegisterBankSelect): use default regbank mapping logic for G_PHI

G_PHI is special in that only the mapping of the destination matters.
This is already handled by the default framework. In fact, an assertion
is triggered when creating a G_PHI mapping with more than one
operand mapping.

add regbank selection tests for G_PHI


  Commit: c1dcf0e8c1b55d9a6fd19307c3c23ac6f5667d35
      https://github.com/llvm/llvm-project/commit/c1dcf0e8c1b55d9a6fd19307c3c23ac6f5667d35
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-phi.mir

  Log Message:
  -----------
  [DPWBS-1137] feat(InstructionSelector): constrain dst register for G_PHI. translate to PHI

G_PHI is like a COPY in that the destination register needs to be constrained.
In addition the OpCode must also be updated to PHI.

add instruction selection tests for G_PHI


  Commit: a8147684fcbef77dcad71f17e2f9523ae262bac0
      https://github.com/llvm/llvm-project/commit/a8147684fcbef77dcad71f17e2f9523ae262bac0
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/cache-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1110] Add support for cache instructions tc18


  Commit: 42e35fbbc0c243e2e241cf1ea0de6eaa72c8c240
      https://github.com/llvm/llvm-project/commit/42e35fbbc0c243e2e241cf1ea0de6eaa72c8c240
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/TriCore/copy-phys-reg.mir

  Log Message:
  -----------
  [DPWBS-1123] Implement copyPhysReg

Add support for physical register copies and add tests for each case we support at the moment.


  Commit: 6c2c072c22308c900f3d23a5f24f897e5e2188d7
      https://github.com/llvm/llvm-project/commit/6c2c072c22308c900f3d23a5f24f897e5e2188d7
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-invalid-inttoptr.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(Legalizer): add legality rules for G_INTTOPTR and G_PTRTOINT

G_INTTOPTR requires the scalar to have the same number of bits as
the pointer as otherwise the address is undefined.

G_PTRTOINT produces a 32-bit scalar from a 32-bit pointer but
allows transforming the scalar to make the type fit.

add G_INTTOPTR and G_PTRTOINT tests

add invalid G_INTTOPTR test


  Commit: 0683914c21181c31e89d132fcfa18f477613433e
      https://github.com/llvm/llvm-project/commit/0683914c21181c31e89d132fcfa18f477613433e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(RegisterBankSelect): use same RegBank for G_INTTOPTR and G_PTRTOINT

G_INTTOPTR and G_PTRTOINT can be same-bank or cross-bank. In the default
case we prefer them to be same-bank due to lower costs. As register
bank the register bank of the source operand is preferred to avoid
adding a cross-bank copy for the source operand.

add G_INTTOPTR and G_PTRTOINT regbank tests


  Commit: 9eb8b55f18344018ec965271c02b1404eac70974
      https://github.com/llvm/llvm-project/commit/9eb8b55f18344018ec965271c02b1404eac70974
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ptr-int.mir

  Log Message:
  -----------
  [DPWBS-1138] feat(InstructionSelector): select G_INTTOPTR and G_PTRTOINT to COPY

G_INTTOPTR and G_PTRTOINT translate to a simple COPY. Therefore it
is enough to constrain the destination register and change the
op-code to COPY.

add G_INTTOPTR and G_PTRTOINT selection tests


  Commit: 6f12784613c9fae27d855e9251675e6589d02122
      https://github.com/llvm/llvm-project/commit/6f12784613c9fae27d855e9251675e6589d02122
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/packed-multiply-and-mac-q-format-valid.s

  Log Message:
  -----------
  [DPWBS-1103] Add support for Packed Multiply and MAC Q-Format instructions


  Commit: 2ee2979460f9d251ee9d75620d621405a7675869
      https://github.com/llvm/llvm-project/commit/2ee2979460f9d251ee9d75620d621405a7675869
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] feat(Legalizer): add legality rule for G_FRAME_INDEX

G_FRAME_INDEX is only legal for pointers

add legalizer tests for G_FRAME_INDEX


  Commit: 9ee35ee8e6da38e0c0a12cff62515b6762d3c0f2
      https://github.com/llvm/llvm-project/commit/9ee35ee8e6da38e0c0a12cff62515b6762d3c0f2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] test(RegisterBankSelect): add regbank selection test for G_FRAME_INDEX


  Commit: 548ac0d07ed7d37e8bb8ead55411231cf7e1feba
      https://github.com/llvm/llvm-project/commit/548ac0d07ed7d37e8bb8ead55411231cf7e1feba
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1139] feat(InstructionSelector): select G_FRAME_INDEX to LEA_aac

In the instruction selector G_FRAME_INDEX needs to be
lowered to a target instruction. However, the actual
lowering to a stack-address computation happens later.

Therefore this instruction selection prepares the
actual lowering later. For this purpose we emit
a LEA_aac with offset 0. This instruction will be
changed into the format we need at a later stage.

add selection tests for G_FRAME_INDEX


  Commit: 7565e4978f35fe6afeafea826258df02b9ec69b9
      https://github.com/llvm/llvm-project/commit/7565e4978f35fe6afeafea826258df02b9ec69b9
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    A llvm/test/CodeGen/TriCore/elim-frame-index-xfail.mir
    A llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): implement eliminateFrameIndex

Replace frame index operand with $a14 and immediate if offset does not
exceed 16-bits.

Otherwise, materialize the offset into a register and use an explicit
ADDA_aaa $a14, %offset instruction. Replace the frame index with the
result of this instruction and set the offset immediate to 0.

add tests for eliminateFrameIndex

add XFAIL test until we implement emitProlog/emitEpilogue


  Commit: 51d6059e8d91cda35dca6cf42586160e64250649
      https://github.com/llvm/llvm-project/commit/51d6059e8d91cda35dca6cf42586160e64250649
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    A llvm/test/CodeGen/TriCore/stack-slots.mir

  Log Message:
  -----------
  [DPWBS-1148] feat(InstrInfo): implement storeRegToStackSlot/loadRegFromStackSlot

These functions are used to spill and reload values to / from the stack.
We need to handle all possible register sizes, i.e. 32 and 64 bit.

Tests are added for each case to demonstrate that we choose the correct
instruction for the given register class.


  Commit: e502fc4adfc6d2d5ccd8478dc5ae3ff707881944
      https://github.com/llvm/llvm-project/commit/e502fc4adfc6d2d5ccd8478dc5ae3ff707881944
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/test/CodeGen/TriCore/lower-regmask.mir

  Log Message:
  -----------
  [DPWBS-1152] feat(TriCoreMCInstLower): handle MO_RegisterMask operands

There is nothing to be done for MO_RegisterMask operands during the lowering,
however we need to explicitly opt-out of the report_fatal_error here.


  Commit: c83049829438d8c2808998c74bf55df69b5fdcc4
      https://github.com/llvm/llvm-project/commit/c83049829438d8c2808998c74bf55df69b5fdcc4
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    A llvm/test/CodeGen/TriCore/lower-machinebasicblock.mir

  Log Message:
  -----------
  [DPWBS-1152] feat(TriCoreMCInstLower): handle MO_MachineBasicBlock operands

Transform basic block references into MCSymbolRefExpr expressions.


  Commit: 28d518cc5ca29c831cc1e9eb701abd0b3d13c7b0
      https://github.com/llvm/llvm-project/commit/28d518cc5ca29c831cc1e9eb701abd0b3d13c7b0
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/store-bit-and-bit-field-valid.s

  Log Message:
  -----------
  [DPWBS-1070] Add support for Store Bit and Bit Field instructions


  Commit: bc1a0f0793ee40c1c1a78182b5457aae9ccdb2f2
      https://github.com/llvm/llvm-project/commit/bc1a0f0793ee40c1c1a78182b5457aae9ccdb2f2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/tricore-toolchain.c

  Log Message:
  -----------
  [DPWBS-1010] fix(Driver): Create HighTec driver for TriCore target triple

The HighTec toolchain driver was not created for the TriCore target triple.
As a consequence, the system assembler and linker was called instead of the
integrated assembler and tricore-ld. This is now fixed.

A test is added to make sure we are really calling the integrated assembler
and tricore-ld.


  Commit: 468c74984745a5fa4f1b64957677351c401f0a6a
      https://github.com/llvm/llvm-project/commit/468c74984745a5fa4f1b64957677351c401f0a6a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreMCInstLower.cpp
    M llvm/test/CodeGen/TriCore/lower-global-value.mir

  Log Message:
  -----------
  [DPWBS-1118] fix(MCInstLower): do not wrap MCExpr in TriCoreMCExpr when RefFlags are VK_TRICORE_None

This fixes a bug where TriCoreMCCodeEmitter::createFixups ran into an llvm_unreachable
because it encountered a TriCoreMCExpr of kind VK_TRICORE_None. This happened because
lowerSymbolOperand wrapped the MCExpr for symbols regardless of the RefFlags.

Wrapping is only needed when using target specific RefFlags. Making the wrapping
conditional on the RefFlags fixes this bug.


  Commit: 92078fade5a454c7a6e9cf2b9c24b9511e5e94f0
      https://github.com/llvm/llvm-project/commit/92078fade5a454c7a6e9cf2b9c24b9511e5e94f0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp

  Log Message:
  -----------
  [DPWBS-1148] fix(TriCoreInstrInfo): remove previously inserted (incorrect) assertions

When implementing storeRegToStackSlot/loadRegFromStackSlot, I tried to follow other
backends as much as possible. AArch64 needs to check whether the source/destination
register is a virtual register and restrict its register class, since their load/store
instruction may not use the stack pointer as source/destination operand.

Initially I didn't understand why the check for a virtual register needs to be performed,
since other backends don't check it. Thus I introduced the assertions to remind myself
to look into it again once this case really occurs. Now that its understood, and our
hardware doesn't have this restriction, we can remove the assertion again.


  Commit: c8c6cba7f440e286a0f5118aa81eac8274d0466c
      https://github.com/llvm/llvm-project/commit/c8c6cba7f440e286a0f5118aa81eac8274d0466c
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFStreamer.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFStreamer.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.h
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreTargetStreamer.cpp
    A llvm/lib/Target/TriCore/MCTargetDesc/TriCoreTargetStreamer.h
    A llvm/test/MC/TriCore/elf-flags.s
    M llvm/test/MC/TriCore/elf-header.s

  Log Message:
  -----------
  [DPWBS-1153] feat(TriCoreTargetStreamer) set ELF header E_FLAGS

This change introduces two new classes:

TriCoreTargetStreamer: it provides an abstract interface to the
target specific assembly and object streamers. We need it as a
superclass for our TriCore specific ELF streamer.
For now, we don't need a TriCore specific assembly streamer.

TriCoreTargetELFStreamer: it wraps the actual MCELFStreamer class
and sets the TriCore specfic ELF E_FLAGS.


  Commit: 8586a9538b1c2c48ac16ba3275fe9376978d929c
      https://github.com/llvm/llvm-project/commit/8586a9538b1c2c48ac16ba3275fe9376978d929c
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-mul.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(Legalizer): add support for G_MUL and G_UMULH artifact

G_MUL and G_UMULH are both simple binary operators which are
only legal for s32 types.

add legalizer tests


  Commit: 7b512fc48a7d3773ba8c0c65717c97d42fec56a4
      https://github.com/llvm/llvm-project/commit/7b512fc48a7d3773ba8c0c65717c97d42fec56a4
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(RegisterBankSelect): make G_MUL use getSameKindOfOperandsMapping

G_MUL is a simple binary operator which needs the same mapping
for all operands

add regbank tests


  Commit: 22d0d8c545e73ade52219a87f74a194b4b4be3fd
      https://github.com/llvm/llvm-project/commit/22d0d8c545e73ade52219a87f74a194b4b4be3fd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1154] feat(InstructionSelector): select G_MUL into MUL_ddd

add selection tests


  Commit: 5bdc6ba90009c943924eee7274d5579c3ecceb8d
      https://github.com/llvm/llvm-project/commit/5bdc6ba90009c943924eee7274d5579c3ecceb8d
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding legality rule for G_SDIV and the corresponding test cases.


  Commit: 1cf2e8759d04dd464dfa8ffeb7a36549820e8211
      https://github.com/llvm/llvm-project/commit/1cf2e8759d04dd464dfa8ffeb7a36549820e8211
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding RegisterBank selection for G_SDIV and the corresponding test case.


  Commit: 5b60eb6934b44632ea1e070ed05c6b67e4585ba4
      https://github.com/llvm/llvm-project/commit/5b60eb6934b44632ea1e070ed05c6b67e4585ba4
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1156] Add support for G_SDIV

Adding Instruction Selection support for G_SDIV and the corresponding test case.


  Commit: 853454eaf7aae54fcc690839853509244ad13dfa
      https://github.com/llvm/llvm-project/commit/853454eaf7aae54fcc690839853509244ad13dfa
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding legality rule for G_SREM and the corresponding test cases.


  Commit: 02b0a0426564323513797efbdf535ffb4508c3a6
      https://github.com/llvm/llvm-project/commit/02b0a0426564323513797efbdf535ffb4508c3a6
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-arithmetics.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding RegisterBank selection for G_SREM and the corresponding test case.


  Commit: 7443d0b587f4a49bc805a382d7691a8d770718f1
      https://github.com/llvm/llvm-project/commit/7443d0b587f4a49bc805a382d7691a8d770718f1
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/select-binop.mir

  Log Message:
  -----------
  [DPWBS-1155] Add support for G_SREM

Adding Instruction Selection support for G_SREM and the corresponding test case.


  Commit: 97ae19cabbe50962722a38bb2e1f57d4f080e550
      https://github.com/llvm/llvm-project/commit/97ae19cabbe50962722a38bb2e1f57d4f080e550
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/test/MC/TriCore/q-format-multiply-add-subtract-valid.s

  Log Message:
  -----------
  [DPWBS-1104] Add support for Q-Format Multiply-Add-Subtract instructions


  Commit: 1aacc5e2dd050e34b11d0d731906e19a42a431f0
      https://github.com/llvm/llvm-project/commit/1aacc5e2dd050e34b11d0d731906e19a42a431f0
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] fix(TriCoreCallLowering): emit ADJCALLSTACKDOWN/UP pairs around calls.

During the call lowering, we have to determine the amount of stack required to pass the
arguments to a function. It is recorded and communicated to the prolog/epilog insertion
pass via pairs of ADJCALLSTACKDOWN/UP pseudo instructions. Once the stack layout is fixed,
the pseudo instructions are eliminated through the TargetFrameLowering function
eliminateCallFramePseudoInstr, which will be implemented in another patch.

The call-translator.ll test is updated to include the new pseudo instructions around the
calls with the correct stack sizes.


  Commit: 67fd2843e15c9e2cd229c73c6d3f0f0b45f87089
      https://github.com/llvm/llvm-project/commit/67fd2843e15c9e2cd229c73c6d3f0f0b45f87089
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreCallingConv.td
    M llvm/test/CodeGen/TriCore/GlobalIsel/call-translator.ll

  Log Message:
  -----------
  [DPWBS-1041] Add support for floating point types in calling convention

So far we did not have handling for f32/f64 types in the calling convention
description. During a workshop this example was used to explain how to
extend the calling convention and how the call lowering for GlobalISel works.

The tests show that we now can handle floating point arguments and return values
correctly.


  Commit: 8b3784e5a75a6854ea791e6b4509aea89c7a9e9f
      https://github.com/llvm/llvm-project/commit/8b3784e5a75a6854ea791e6b4509aea89c7a9e9f
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCAsmInfo.cpp
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp

  Log Message:
  -----------
  [DPWBS-1149] feat(MCAsmInfo,MCTargetDesc): enable DWARF CFI directives

By default the CFA is defined as SP with offset 0


  Commit: 3e59b2a29d5aec520e6fc97fee919f0d3806d9bd
      https://github.com/llvm/llvm-project/commit/3e59b2a29d5aec520e6fc97fee919f0d3806d9bd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp

  Log Message:
  -----------
  [DPWBS-1149] style(MCTargetDesc): fix code style


  Commit: 60255e50aa8c924d6af44e451af2b68d7606f2f5
      https://github.com/llvm/llvm-project/commit/60255e50aa8c924d6af44e451af2b68d7606f2f5
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): add getStackRegister utility function


  Commit: 48fc597dccad3c36d33ea2e69618c0778b5c2a97
      https://github.com/llvm/llvm-project/commit/48fc597dccad3c36d33ea2e69618c0778b5c2a97
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] refactor(InstrInfo,RegisterInfo): extract frame offset calculation to InstrInfo::emitFrameOffset


  Commit: 0bc1970948f641a5b7a99d605789feedf0fd66a9
      https://github.com/llvm/llvm-project/commit/0bc1970948f641a5b7a99d605789feedf0fd66a9
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp

  Log Message:
  -----------
  [DPWBS-1149] feat(FrameLowering,RegisterInfo): mark $a14 as reserved if the function has a frame pointer

$a14 is the frame pointer, if a frame pointer is used. To let the
register allocator know that it cannot freely use $a14 we need to mark
it as a reserved register.


  Commit: bc47ea810e01da6dbc1a79b27568ad803dbdbaaf
      https://github.com/llvm/llvm-project/commit/bc47ea810e01da6dbc1a79b27568ad803dbdbaaf
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.cpp
    M llvm/lib/Target/TriCore/TriCoreFrameLowering.h
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.h
    A llvm/test/CodeGen/TriCore/HDP-1144-01.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-02.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-03.ll
    A llvm/test/CodeGen/TriCore/HDP-1144-04.ll
    R llvm/test/CodeGen/TriCore/elim-frame-index-xfail.mir
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir
    A llvm/test/CodeGen/TriCore/frame-info.ll
    A llvm/test/CodeGen/TriCore/prologue-epilogue-invalid-stack-size.mir
    A llvm/test/CodeGen/TriCore/prologue-epilogue-remarks.mir
    A llvm/test/CodeGen/TriCore/prologue-epilogue.mir
    A llvm/test/CodeGen/TriCore/xfail-frame-info.ll
    A llvm/test/CodeGen/TriCore/xfail-omit-frame-pointer.ll
    A llvm/test/CodeGen/TriCore/xfail-prologue-epilogue-stack-realign.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(FrameLowering): implement emitPrologue

Emit prologue if function uses a stack. Prologue sets up the stack and
frame pointer. Frame pointer initialization is only done when function
uses a frame pointer.

CFI directives for CFA calculation are emitted using the FP if available
or the SP + offset otherwise.

Stack realignment and funclets are not supported yet. An error is
reported if a function requires stack alignment.

There is no need to implement emitEpilogue since SP and FP are
implicitly restored on a return.

Call frame pseudo instructions are eliminated and update the stack
pointer if a call frame has not been reserved. Call frame reservation
is done if no variable-sized objects are on the stack.

When updating the stack pointer and a frame pointer is not available the
CFA offset is also updated.

Emit prologue always sets the FP $a14 to the current SP. A later
optimization should be implemented to eliminate this if $a14 is never
used.

The maximum allowed stack size is 2 ** 32 bytes.

update elim-frame-index tests

add prologue-epilogue tests

add XFAIL test for stack realignment

add XFAIL test for function with no frame pointer (-fomit-frame-pointer)

add invalid test for a too-large stack

add test that CFI directives are printed in assembly

Add XFAIL tests from the GCC bug HDP-1144.
These tests check that instructions using the stack are not scheduled before
prologue instructions. At the moment we are not able to translate these tests
to assembly yet, therefore these tests are added as XFAILs and will be
updated once we can compile them


  Commit: dcea6850291c36a6a9b4c2265d9ef303775febab
      https://github.com/llvm/llvm-project/commit/dcea6850291c36a6a9b4c2265d9ef303775febab
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.cpp
    M llvm/test/CodeGen/TriCore/elim-frame-index.mir

  Log Message:
  -----------
  [DPWBS-1149] feat(RegisterInfo): delete LEA during frame index elimination if possible

Delete LEA during frame index elimination if the lowered frame index
operand would cause the LEA to be a NOP (add 0).


  Commit: 0f717472dcc3b5ce16ea576b84e6c45142e66368
      https://github.com/llvm/llvm-project/commit/0f717472dcc3b5ce16ea576b84e6c45142e66368
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreELFObjectWriter.cpp
    M llvm/test/MC/TriCore/common-fixups-and-relocations-valid.s

  Log Message:
  -----------
  [DPWBS-1161] feat(ELFObjectWriter): force relocations to use a symbol

tricore-ld cannot handle mergeable sections when a section-relative
relocation is used. To get around this problem we force relocations with
symbols for now.
This should be reverted once we have our own linker that can handle
this correctly

fix relocation tests


  Commit: fa0935b540c02cca3b6e023e05aba7cc47d7b589
      https://github.com/llvm/llvm-project/commit/fa0935b540c02cca3b6e023e05aba7cc47d7b589
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/fpu-arithmetic-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1109] Add support for fpu arithmetic instructions tc1.8


  Commit: 714596a287c993f4b23b546c7eedc2ab3fde859a
      https://github.com/llvm/llvm-project/commit/714596a287c993f4b23b546c7eedc2ab3fde859a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.h
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-memcpy-et-al.mir

  Log Message:
  -----------
  [DPWBS-1191] Add support for memory functions memcpy, memset, memmove

The IRTranslator translates the LLVM IR intrinsics llvm.{memcpy,memset,memmove}
into G_INTRINSIC_W_SIDE_EFFECTS with the respective intrinsic ID.
By default, all G_INTRINSIC_W_SIDE_EFFECTS are legal and are passed through
the pipeline until a stage handles it, or fails at instruction-selection.

We want to handle the memory functions at legalization phase and emit library
calls. This is done through the legalizeIntrinsic target hook.

This change is a straight copy from cf12c7815fe.


  Commit: 741ecf73755f5e5394e23fa25b3d82cfc300a461
      https://github.com/llvm/llvm-project/commit/741ecf73755f5e5394e23fa25b3d82cfc300a461
  Author: akaszas <attila.kaszas at hightec-rt.com>
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/fpu-conversion-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1108] Add support for FPU Conversion instructions (TC1.8.0)


  Commit: ab32a92a1cfe5f12d8a2d4fad9d37976fd9ab92b
      https://github.com/llvm/llvm-project/commit/ab32a92a1cfe5f12d8a2d4fad9d37976fd9ab92b
  Author: Edgar Solymosi <edgar.solymosi at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/AsmParser/TriCoreAsmParser.cpp
    M llvm/lib/Target/TriCore/Disassembler/TriCoreDisassembler.cpp
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/test/MC/TriCore/other-instructions-tc1.8-valid.s

  Log Message:
  -----------
  [DPWBS-1112] Add support for other instructions tc1.8


  Commit: 54818b3b1248208b6038d4e326b122c1641059dd
      https://github.com/llvm/llvm-project/commit/54818b3b1248208b6038d4e326b122c1641059dd
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    A CONTRIBUTING.md
    M README.md
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.h
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
    M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.el
    M clang-tools-extra/clang-include-fixer/tool/clang-include-fixer.py
    M clang-tools-extra/clang-move/tool/ClangMove.cpp
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/Query.h
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    A clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.h
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.h
    A clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.h
    A clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousSemicolonCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    A clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    A clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.h
    A clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    A clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
    A clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
    A clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/google/GlobalNamesInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/google/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
    M clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeUniqueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseOverrideCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.h
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.h
    M clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ConstReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.h
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    A clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
    A clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/DeclRefExprUtils.cpp
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.h
    M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
    M clang-tools-extra/clang-tidy/utils/LexerUtils.h
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    A clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    A clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CollectMacros.h
    A clang-tools-extra/clangd/CompileCommands.cpp
    A clang-tools-extra/clangd/CompileCommands.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Context.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/ExpectedTypes.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/FindTarget.h
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    A clang-tools-extra/clangd/Hover.cpp
    A clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    A clang-tools-extra/clangd/PathMapping.cpp
    A clang-tools-extra/clangd/PathMapping.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/Selection.h
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SemanticSelection.cpp
    A clang-tools-extra/clangd/Shutdown.cpp
    A clang-tools-extra/clangd/Shutdown.h
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/SourceCode.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/Transport.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    M clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Index.cpp
    M clang-tools-extra/clangd/index/Index.h
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/MemIndex.h
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/Merge.h
    M clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    A clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    A clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/test/Inputs/path-mappings/server/foo.h
    A clang-tools-extra/clangd/test/document-link.test
    A clang-tools-extra/clangd/test/exit-eof.test
    M clang-tools-extra/clangd/test/hover.test
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/path-mappings.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    A clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    A clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    A clang-tools-extra/clangd/unittests/PathMappingTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-doc.rst
    M clang-tools-extra/docs/clang-include-fixer.rst
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/Contributing.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-factory-scale.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-bad-signal-to-kill-thread.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-branch-clone.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-exception-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-fold-init-type.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-enum-usage.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-unused-return-value.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl37-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-dcl51-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-mem57-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-oop58-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-pos44-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-runtime-int.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-multiway-paths-covered.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-undelegated-constructor.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-qualified-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-bind.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-deprecated-headers.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-using.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-algorithm.rst
    A clang-tools-extra/docs/clang-tidy/checks/performance-no-automatic-move.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-implicit-bool-conversion.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-magic-numbers.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-member-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-string-init.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd/Installation.rst
    M clang-tools-extra/docs/conf.py
    M clang-tools-extra/docs/doxygen.cfg.in
    M clang-tools-extra/docs/pp-trace.rst
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-change-namespace/macro.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-bad-signal-to-kill-thread.cpp
    A clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/system/system-header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/user-header.h
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone-if-constexpr-template.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-c.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-invert.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-fsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-funsigned-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse-with-option.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop57-cpp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-oop58-cpp.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-owning-memory-containers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments-c++17.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-readability-namespace-comments.cpp
    R clang-tools-extra/test/clang-tidy/checkers/google-readability-nested-namespace-comments.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind-permissive-parameter-list.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-avoid-bind.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default-copy.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-equals-default.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-override-allow-override-and-final.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.m
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-arc.mm
    A clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements-constexpr-if-templates.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-const-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-no-warn.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-bitfields.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-todo.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-qualified-auto-cxx20.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-qualified-auto.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-declaration.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init-msvc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/run-clang-tidy.cpp
    A clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
    M clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    A clang-tools-extra/unittests/clang-tidy/AddConstTest.cpp
    M clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/bindings/xml/comment-xml-schema.rng
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/Block-ABI-Apple.rst
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/LTOVisibility.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibASTMatchersTutorial.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/conf.py
    M clang/docs/conf.py
    M clang/docs/tools/dump_format_style.py
    M clang/examples/AnnotateFunctions/AnnotateFunctions.cpp
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/CXCompilationDatabase.h
    M clang/include/clang-c/CXErrorCode.h
    M clang/include/clang-c/CXString.h
    M clang/include/clang-c/Documentation.h
    A clang/include/clang-c/ExternC.h
    M clang/include/clang-c/FatalErrorHandler.h
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.h
    A clang/include/clang/AST/ASTConcept.h
    M clang/include/clang/AST/ASTConsumer.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTFwd.h
    M clang/include/clang/AST/ASTImporter.h
    M clang/include/clang/AST/ASTLambda.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    A clang/include/clang/AST/AbstractBasicReader.h
    A clang/include/clang/AST/AbstractBasicWriter.h
    A clang/include/clang/AST/AbstractTypeReader.h
    A clang/include/clang/AST/AbstractTypeWriter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CMakeLists.txt
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/ComparisonCategories.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclGroup.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    A clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/ExprObjC.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/OpenMPClause.h
    A clang/include/clang/AST/PropertiesBase.td
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtDataCollectors.td
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/StmtVisitor.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeLocVisitor.h
    A clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/AST/UnresolvedSet.h
    M clang/include/clang/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/ASTMatchers/Dynamic/Parser.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
    A clang/include/clang/Analysis/FlowSensitive/DataflowWorklist.h
    A clang/include/clang/Basic/ASTNode.td
    M clang/include/clang/Basic/AddressSpaces.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/Builtins.h
    M clang/include/clang/Basic/BuiltinsARM.def
    M clang/include/clang/Basic/BuiltinsHexagon.def
    A clang/include/clang/Basic/BuiltinsHexagonDep.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/CommentNodes.td
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticCommentKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/ObjCRuntime.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.h
    M clang/include/clang/Basic/SourceLocation.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/XRayInstr.h
    M clang/include/clang/Basic/arm_fp16.td
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/ConstantInitFuture.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Job.h
    A clang/include/clang/Driver/OptionUtils.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/MultiplexConsumer.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Frontend/Utils.h
    M clang/include/clang/Index/IndexDataConsumer.h
    M clang/include/clang/Lex/ModuleLoader.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/ExternalSemaSource.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ObjCMethodList.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Ownership.h
    M clang/include/clang/Sema/ParsedTemplate.h
    M clang/include/clang/Sema/Sema.h
    A clang/include/clang/Sema/SemaConcept.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    A clang/include/clang/Serialization/ASTRecordReader.h
    A clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ContinuousRangeMap.h
    M clang/include/clang/Serialization/InMemoryModuleCache.h
    R clang/include/clang/Serialization/Module.h
    A clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/ModuleManager.h
    A clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/Tooling/CompilationDatabase.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h
    M clang/include/clang/Tooling/Syntax/BuildTree.h
    A clang/include/clang/Tooling/Syntax/Mutations.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/Tooling/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/SourceCode.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/ObjCMT.cpp
    A clang/lib/AST/ASTConcept.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/Comment.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/DeclarationName.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprClassification.cpp
    A clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    M clang/lib/AST/Interp/Context.cpp
    M clang/lib/AST/Interp/Context.h
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftCXXABI.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/QualTypeNames.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Parser.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/Consumed.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/ThreadSafetyCommon.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/BPF.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/TCE.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/Basic/Version.cpp
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGObjCRuntime.h
    M clang/lib/CodeGen/CGOpenCLRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGValue.h
    M clang/lib/CodeGen/CMakeLists.txt
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ModuleBuilder.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    A clang/lib/Driver/OptionUtils.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.h
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.h
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.h
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/Gnu.h
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/HIP.h
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Hurd.h
    M clang/lib/Driver/ToolChains/InterfaceStubs.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/BreakableToken.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/MultiplexConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnostic.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/altivec.h
    A clang/lib/Headers/arm_cmse.h
    M clang/lib/Headers/avx512bwintrin.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/avx512vlbwintrin.h
    M clang/lib/Headers/avx512vlintrin.h
    M clang/lib/Headers/avxintrin.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/intrin.h
    M clang/lib/Headers/mwaitxintrin.h
    M clang/lib/Headers/pmmintrin.h
    M clang/lib/Headers/ppc_wrappers/emmintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexSymbol.cpp
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/CMakeLists.txt
    M clang/lib/Parse/ParseAST.cpp
    M clang/lib/Parse/ParseCXXInlineMethods.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAccess.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaCoroutine.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExceptionSpec.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaModule.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAsm.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTCommon.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/Serialization/CMakeLists.txt
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/Serialization/InMemoryModuleCache.cpp
    R clang/lib/Serialization/Module.cpp
    A clang/lib/Serialization/ModuleFile.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    A clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    A clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    A clang/lib/StaticAnalyzer/Checkers/Iterator.h
    R clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    A clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.h
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Yaml.h
    M clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    A clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/CMakeLists.txt
    A clang/lib/Tooling/Syntax/ComputeReplacements.cpp
    A clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    A clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/test/AST/Interp/cond.cpp
    M clang/test/AST/ast-dump-comment.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl-json.m
    M clang/test/AST/ast-dump-expr-json.c
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr-json.m
    A clang/test/AST/ast-dump-file-line-json.c
    M clang/test/AST/ast-dump-funcs-json.cpp
    M clang/test/AST/ast-dump-if-json.cpp
    M clang/test/AST/ast-dump-macro-json.c
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/AST/ast-dump-records-json.cpp
    M clang/test/AST/ast-dump-stmt-json.c
    M clang/test/AST/ast-dump-stmt-json.cpp
    M clang/test/AST/ast-dump-stmt-json.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-print-attr.c
    M clang/test/AST/dump.cpp
    M clang/test/AST/gen_ast_dump_json_test.py
    A clang/test/AST/language_address_space_attribute.cpp
    A clang/test/AST/pr43983.cpp
    M clang/test/Analysis/Inputs/expected-plists/nullability-notes.m.plist
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/Inputs/system-header-simulator-objc.h
    M clang/test/Analysis/Inputs/taint-generic-config.yaml
    M clang/test/Analysis/NSContainers.m
    A clang/test/Analysis/a_flaky_crash.cpp
    A clang/test/Analysis/aggrinit-cfg-output.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/blocks.m
    M clang/test/Analysis/bsd-string.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/const-method-call.cpp
    M clang/test/Analysis/cstring-ranges.c
    A clang/test/Analysis/debug-iterator-modeling.cpp
    A clang/test/Analysis/designated-initializer-values.c
    M clang/test/Analysis/designated-initializer.c
    M clang/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif
    M clang/test/Analysis/diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    M clang/test/Analysis/diagnostics/sarif-multi-diagnostic-test.c
    M clang/test/Analysis/expr-inspection.c
    A clang/test/Analysis/fuchsia_handle.cpp
    A clang/test/Analysis/handle_constructors_for_default_arguments.cpp
    A clang/test/Analysis/handle_constructors_with_new_array.cpp
    M clang/test/Analysis/initializers-cfg-output.cpp
    M clang/test/Analysis/invalidated-iterator.cpp
    A clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/localization-aggressive.m
    M clang/test/Analysis/malloc.mm
    M clang/test/Analysis/mismatched-iterator.cpp
    M clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
    M clang/test/Analysis/nonnull-global-constants.mm
    M clang/test/Analysis/null-deref-path-notes.c
    M clang/test/Analysis/null-deref-ps-region.c
    M clang/test/Analysis/nullability-notes.m
    A clang/test/Analysis/nullability.m
    A clang/test/Analysis/placement-new-user-defined.cpp
    A clang/test/Analysis/placement-new.cpp
    A clang/test/Analysis/pointer-escape-on-conservative-calls.c
    M clang/test/Analysis/properties.m
    A clang/test/Analysis/security-syntax-checks-nscoder.m
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/string.c
    M clang/test/Analysis/structured_bindings.cpp
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/taint-generic.cpp
    M clang/test/Analysis/temp-obj-dtors-cfg-output.cpp
    A clang/test/Analysis/uninit-val-const-likeness.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp
    A clang/test/CXX/class.derived/class.virtual/p6.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p1.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p2.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p3.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p4.cpp
    A clang/test/CXX/class/class.compare/class.compare.default/p5.cpp
    M clang/test/CXX/class/class.compare/class.eq/p1.cpp
    A clang/test/CXX/class/class.compare/class.eq/p2.cpp
    A clang/test/CXX/class/class.compare/class.eq/p3.cpp
    M clang/test/CXX/class/class.compare/class.rel/p1.cpp
    A clang/test/CXX/class/class.compare/class.rel/p2.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p1.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    A clang/test/CXX/class/class.compare/class.spaceship/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5.cpp
    M clang/test/CXX/dcl.decl/dcl.init/p14-0x.cpp
    A clang/test/CXX/dcl/dcl.decl/p3.cpp
    M clang/test/CXX/drs/dr13xx.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr1xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    A clang/test/CXX/except/except.spec/p11-2a.cpp
    A clang/test/CXX/expr/expr.arith.conv/p2.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.id/mixed-constraints.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.id/p4.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.closure/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p11-1y.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/equivalence.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/p3.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/requires-expr.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/simple-requirement.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    A clang/test/CXX/over/over.match/over.match.best/p1-2a.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/p1.cpp
    A clang/test/CXX/over/over.match/over.match.viable/p3.cpp
    A clang/test/CXX/over/over.over/p4-2a.cpp
    M clang/test/CXX/special/class.inhctor/p3.cpp
    A clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.constr/partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.decl/p3.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/var-template-decl.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    A clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.decls/temp.variadic/init-capture.cpp
    A clang/test/CXX/temp/temp.explicit/p8.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p5-0x.cpp
    A clang/test/CXX/temp/temp.param/p10-2a.cpp
    M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/p2.cpp
    A clang/test/ClangScanDeps/Inputs/has_include_if_elif.json
    A clang/test/ClangScanDeps/has_include_if_elif.cpp
    A clang/test/CodeCompletion/ctor-signature.cpp
    M clang/test/CodeCompletion/function-templates.cpp
    M clang/test/CodeCompletion/lambdas.cpp
    M clang/test/CodeCompletion/patterns.cpp
    M clang/test/CodeCompletion/templates.cpp
    M clang/test/CodeGen/2008-07-30-implicit-initialization.c
    A clang/test/CodeGen/Inputs/sanitizer-blacklist-vfsoverlay.yaml
    A clang/test/CodeGen/Inputs/thinlto_expect1.proftext
    A clang/test/CodeGen/Inputs/thinlto_expect2.proftext
    A clang/test/CodeGen/aarch64-branch-protection-attr.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    A clang/test/CodeGen/aarch64-neon-vcadd.c
    M clang/test/CodeGen/annotations-global.c
    A clang/test/CodeGen/arm-cmse-nonsecure.c
    A clang/test/CodeGen/arm-cmse-secure.c
    A clang/test/CodeGen/arm-cmse.c
    M clang/test/CodeGen/arm-float-helpers.c
    M clang/test/CodeGen/arm-fp16-arguments.c
    A clang/test/CodeGen/arm-mve-intrinsics/admin.c
    A clang/test/CodeGen/arm-mve-intrinsics/compare.c
    A clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    A clang/test/CodeGen/arm-mve-intrinsics/load-store.c
    A clang/test/CodeGen/arm-mve-intrinsics/predicates.c
    M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    M clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    A clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vabdq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vadc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vandq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vbicq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcmlaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm-dyadic.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    A clang/test/CodeGen/arm-mve-intrinsics/vector-shift-var.c
    A clang/test/CodeGen/arm-mve-intrinsics/veorq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhcaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vld24.c
    M clang/test/CodeGen/arm-mve-intrinsics/vldr.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vornq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vorrq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrhaddq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    A clang/test/CodeGen/arm-neon-vcadd.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    A clang/test/CodeGen/arm64_32-vaarg.c
    A clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asm-label.c
    M clang/test/CodeGen/atomic-ops-libcall.c
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/backend-unsupported-error.ll
    A clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
    A clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
    A clang/test/CodeGen/builtin-align-array.c
    A clang/test/CodeGen/builtin-align-assumption.c
    A clang/test/CodeGen/builtin-align.c
    A clang/test/CodeGen/builtin_float.c
    M clang/test/CodeGen/builtins-arm64.c
    M clang/test/CodeGen/builtins-hexagon-circ.c
    A clang/test/CodeGen/builtins-hexagon-v67-audio.c
    A clang/test/CodeGen/builtins-hexagon-v67.c
    M clang/test/CodeGen/builtins-mips-args.c
    M clang/test/CodeGen/builtins-mips.c
    M clang/test/CodeGen/builtins-ppc-p8vector.c
    A clang/test/CodeGen/builtins-ppc-xl-xst.c
    M clang/test/CodeGen/builtins-systemz-vector.c
    M clang/test/CodeGen/builtins-systemz-vector2.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/builtins.c
    A clang/test/CodeGen/catch-implicit-conversions-basics-negatives.c
    A clang/test/CodeGen/catch-implicit-conversions-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-arithmetic-value-change-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-conversions-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-sign-changes-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-integer-sign-changes-incdec.c
    A clang/test/CodeGen/catch-implicit-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c
    A clang/test/CodeGen/catch-implicit-unsigned-integer-truncations-incdec-basics.c
    A clang/test/CodeGen/cfi-check-fail-attrs.c
    A clang/test/CodeGen/complex-builtins-2.c
    A clang/test/CodeGen/complex-libcalls-2.c
    M clang/test/CodeGen/complex-libcalls.c
    A clang/test/CodeGen/constrained-math-builtins.c
    A clang/test/CodeGen/convergent-functions.cpp
    M clang/test/CodeGen/debug-info-compilation-dir.c
    A clang/test/CodeGen/debug-info-extern-basic.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-extern-duplicate.c
    A clang/test/CodeGen/debug-info-extern-multi.c
    A clang/test/CodeGen/debug-info-extern-unused.c
    R clang/test/CodeGen/debug-info-param-modification.c
    A clang/test/CodeGen/debug-info-sysroot.c
    M clang/test/CodeGen/debug-nvptx.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/dwarf-version.c
    M clang/test/CodeGen/exceptions-seh-finally.c
    M clang/test/CodeGen/fp-contract-pragma.cpp
    A clang/test/CodeGen/fpconstrained-cmp-double.c
    A clang/test/CodeGen/fpconstrained-cmp-float.c
    A clang/test/CodeGen/fpconstrained.c
    A clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/guard_nocf.c
    M clang/test/CodeGen/hexagon-brev-ld-ptr-incdec.c
    M clang/test/CodeGen/hexagon-brev-store-elm.c
    A clang/test/CodeGen/label-array-aggregate-init.c
    M clang/test/CodeGen/libcalls-fno-builtin.c
    M clang/test/CodeGen/memccpy-libcall.c
    A clang/test/CodeGen/memcpy-nobuiltin.c
    A clang/test/CodeGen/memcpy-nobuiltin.inc
    A clang/test/CodeGen/mempcpy-libcall.c
    M clang/test/CodeGen/mnop-mcount.c
    M clang/test/CodeGen/mozilla-ms-inline-asm.c
    A clang/test/CodeGen/mrecord-mcount.c
    M clang/test/CodeGen/ms-inline-asm-64.c
    M clang/test/CodeGen/ms-inline-asm.c
    M clang/test/CodeGen/ms-inline-asm.cpp
    A clang/test/CodeGen/ms-mixed-ptr-sizes.c
    A clang/test/CodeGen/opt-record-1.c
    A clang/test/CodeGen/packed-stack.c
    A clang/test/CodeGen/patchable-function-entry.c
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-mmintrin.c
    M clang/test/CodeGen/ppc-pmmintrin.c
    M clang/test/CodeGen/ppc-smmintrin.c
    M clang/test/CodeGen/ppc-tmmintrin.c
    M clang/test/CodeGen/ppc-xmmintrin.c
    A clang/test/CodeGen/riscv-metadata.c
    M clang/test/CodeGen/riscv32-ilp32d-abi.c
    A clang/test/CodeGen/s390x-packed-struct-func-arg.c
    M clang/test/CodeGen/split-debug-output.c
    M clang/test/CodeGen/target-data.c
    A clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
    M clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll
    A clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto-slp-vectorize-pm.c
    M clang/test/CodeGen/thinlto-split-dwarf.c
    M clang/test/CodeGen/thinlto_backend.ll
    A clang/test/CodeGen/ubsan-blacklist-vfs.c
    M clang/test/CodeGen/vectorcall.c
    A clang/test/CodeGen/wasm-export-name.c
    M clang/test/CodeGen/x86_32-inline-asm.c
    A clang/test/CodeGen/xray-ignore-loops.cpp
    M clang/test/CodeGen/xray-instrumentation-bundles.cpp
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    A clang/test/CodeGenCXX/Inputs/profile-remap-error.map
    M clang/test/CodeGenCXX/Inputs/std-compare.h
    M clang/test/CodeGenCXX/apple-kext.cpp
    M clang/test/CodeGenCXX/armv7k.cpp
    M clang/test/CodeGenCXX/atomicinit.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local.cpp
    M clang/test/CodeGenCXX/cxx2a-compare.cpp
    M clang/test/CodeGenCXX/cxx2a-three-way-comparison.cpp
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    A clang/test/CodeGenCXX/debug-info-template-align.cpp
    M clang/test/CodeGenCXX/discard-name-values.cpp
    M clang/test/CodeGenCXX/dllexport-dtor-thunks.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-dtor-thunks.cpp
    A clang/test/CodeGenCXX/exceptions-seh-filter-uwtable.cpp
    A clang/test/CodeGenCXX/guard_nocf.cpp
    A clang/test/CodeGenCXX/mangle-ptr-size-address-space.cpp
    A clang/test/CodeGenCXX/may_alias.cpp
    M clang/test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    A clang/test/CodeGenCXX/mingw-thread-local.cpp
    A clang/test/CodeGenCXX/no-unique-address-2.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    A clang/test/CodeGenCXX/pragma-loop-pr27643.cpp
    M clang/test/CodeGenCXX/pragma-loop.cpp
    A clang/test/CodeGenCXX/profile-remap-error.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    M clang/test/CodeGenCXX/tls-init-funcs.cpp
    A clang/test/CodeGenCXX/vector-conditional.cpp
    M clang/test/CodeGenCXX/vector-splat-conversion.cpp
    A clang/test/CodeGenCXX/virtual-compare.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    A clang/test/CodeGenHIP/printf-aggregate.cpp
    A clang/test/CodeGenHIP/printf.cpp
    M clang/test/CodeGenObjC/arc-blocks.m
    A clang/test/CodeGenObjC/debug-info-direct-method.m
    A clang/test/CodeGenObjC/debug-info-objc-property-dwarf5.m
    M clang/test/CodeGenObjC/debug-info-synthesis.m
    M clang/test/CodeGenObjC/debug-property-synth.m
    M clang/test/CodeGenObjC/debuginfo-properties.m
    A clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/encode-test-2.m
    M clang/test/CodeGenObjC/gnu-init.m
    A clang/test/CodeGenObjC/initialize-function-static.m
    M clang/test/CodeGenObjC/instance-method-metadata.m
    M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
    A clang/test/CodeGenObjC/nontrivial-struct-param-init.m
    M clang/test/CodeGenObjC/objc-alloc-init.m
    M clang/test/CodeGenObjCXX/arc-blocks.mm
    M clang/test/CodeGenObjCXX/nrvo.mm
    M clang/test/CodeGenObjCXX/property-dot-reference.mm
    A clang/test/CodeGenObjCXX/synthesized-property-cleanup.mm
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl
    R clang/test/CodeGenOpenCL/denorms-are-zero.cl
    M clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
    R clang/test/CodeGenOpenCL/gfx9-fp32-denorms.cl
    M clang/test/CodeGenOpenCLCXX/address-space-deduction.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-derived-base.cl
    A clang/test/CodeGenOpenCLCXX/constexpr.cl
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    A clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy0.s
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy1.s
    A clang/test/Driver/Inputs/aix_ppc_tree/dummy2.s
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/bin/riscv32-unknown-elf-ld
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crtbegin.o
    A clang/test/Driver/Inputs/basic_riscv32_nogcc_tree/riscv32-unknown-elf/lib/crtend.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/bin/riscv64-unknown-elf-ld
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crtbegin.o
    A clang/test/Driver/Inputs/basic_riscv64_nogcc_tree/riscv64-unknown-elf/lib/crtend.o
    A clang/test/Driver/Inputs/hexagon_tree/Tools/bin/ld.lld
    A clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32i/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32i/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32iac/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32iac/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32im/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32im/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imac/ilp32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imac/ilp32/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imafc/ilp32f/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv32imafc/ilp32f/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imac/lp64/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imac/lp64/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imafdc/lp64d/crtbegin.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/lib/gcc/riscv64-unknown-elf/8.2.0/rv64imafdc/lp64d/crtend.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/bin/ld
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32i/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32iac/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32im/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32imac/ilp32/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv32imafc/ilp32f/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv64imac/lp64/crt0.o
    A clang/test/Driver/Inputs/multilib_riscv_elf_sdk/riscv64-unknown-elf/lib/rv64imafdc/lp64d/crt0.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crt1.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crti.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/crtn.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/gcc/powerpc64-suse-linux/9/crtbegin.o
    A clang/test/Driver/Inputs/opensuse_tumbleweed_ppc_tree/usr/lib/gcc/powerpc64-suse-linux/9/crtend.o
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.asan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.lsan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_ios_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_iossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_minimal_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_osx_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_tvos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_tvossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_watchos_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ubsan_watchossim_dynamic.dylib
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/riscv64-fuchsia/libclang_rt.builtins.a
    M clang/test/Driver/XRay/xray-instrument-macos.c
    M clang/test/Driver/XRay/xray-instrument-os.c
    M clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp
    M clang/test/Driver/XRay/xray-mode-flags.cpp
    M clang/test/Driver/XRay/xray-nolinkdeps.cpp
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aix-as.c
    M clang/test/Driver/amdgpu-toolchain.c
    A clang/test/Driver/android-no-installed-libcxx.cpp
    M clang/test/Driver/arm-mfpu.c
    M clang/test/Driver/arm64-as.s
    A clang/test/Driver/arm64_32-link.c
    M clang/test/Driver/cc-log-diagnostics.c
    A clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/check-time-trace.cpp
    A clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/compiler-rt-unwind.c
    M clang/test/Driver/constructors.c
    M clang/test/Driver/cross-linux.c
    A clang/test/Driver/cuda-flush-denormals-to-zero.cu
    A clang/test/Driver/cuda-options-freebsd.cu
    M clang/test/Driver/darwin-infer-simulator-sdkroot.c
    A clang/test/Driver/darwin-ld-platform-version-ios.c
    A clang/test/Driver/darwin-ld-platform-version-macos.c
    A clang/test/Driver/darwin-ld-platform-version-tvos.c
    A clang/test/Driver/darwin-ld-platform-version-watchos.c
    M clang/test/Driver/darwin-ld.c
    A clang/test/Driver/darwin-opt-record.c
    M clang/test/Driver/darwin-sdkroot.c
    A clang/test/Driver/debug-default-version.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/debug-prefix-map.S
    M clang/test/Driver/debug-prefix-map.c
    M clang/test/Driver/denormal-fp-math.c
    M clang/test/Driver/fast-math.c
    M clang/test/Driver/fembed-bitcode.c
    M clang/test/Driver/fopenmp.c
    A clang/test/Driver/fp-model.c
    A clang/test/Driver/fpatchable-function-entry.c
    M clang/test/Driver/frame-pointer-elim.c
    A clang/test/Driver/frame-pointer-elim.cl
    M clang/test/Driver/freebsd.c
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/fuchsia.cpp
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gold-lto.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-options.hip
    A clang/test/Driver/hip-printf.hip
    A clang/test/Driver/hip-toolchain-dwarf.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    A clang/test/Driver/hip-toolchain-opt.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.s
    M clang/test/Driver/linux-ld.c
    A clang/test/Driver/mbackchain.c
    A clang/test/Driver/mcount.c
    A clang/test/Driver/mfentry.c
    A clang/test/Driver/mingw-implicit-extension-cross.c
    A clang/test/Driver/mingw-implicit-extension-windows.c
    M clang/test/Driver/mips-mti-linux.c
    M clang/test/Driver/nacl-direct.c
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/opencl.cl
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-features.cpp
    M clang/test/Driver/riscv-abi.c
    M clang/test/Driver/riscv-arch.c
    M clang/test/Driver/riscv-gnutools.c
    A clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv32-toolchain.c
    A clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/stdlibxx-isystem.cpp
    M clang/test/Driver/target-triple-deployment.c
    A clang/test/Driver/tls-size.c
    M clang/test/Driver/unknown-arg.c
    M clang/test/Driver/warning-options_pedantic.cpp
    A clang/test/Driver/wasm-toolchain-lto.c
    M clang/test/Driver/wasm-toolchain.c
    A clang/test/Driver/x86-malign-branch.c
    A clang/test/Driver/x86-malign-branch.s
    R clang/test/Frontend/Inputs/resource_dir_with_cfi_blacklist/share/cfi_blacklist.txt
    A clang/test/Frontend/Inputs/resource_dir_with_sanitizer_blacklist/share/ubsan_blacklist.txt
    A clang/test/Frontend/absolute-paths-symlinks.c
    M clang/test/Frontend/absolute-paths.c
    M clang/test/Frontend/ast-main.cpp
    M clang/test/Frontend/dependency-gen.c
    M clang/test/Frontend/macro_defined_type.cpp
    A clang/test/Frontend/sycl-aux-triple.cpp
    A clang/test/Frontend/x86-embed-bitcode.ll
    A clang/test/Headers/arm-cmse-header-ns.c
    A clang/test/Headers/arm-cmse-header.c
    M clang/test/Headers/ms-intrin.cpp
    M clang/test/Headers/x86-intrinsics-headers-clean.cpp
    M clang/test/Headers/x86intrin-2.c
    M clang/test/Import/cxx-anon-namespace/test.cpp
    M clang/test/Import/enum/test.cpp
    A clang/test/Import/namespace/Inputs/NS.cpp
    A clang/test/Import/namespace/test.cpp
    M clang/test/Import/struct-and-var/test.cpp
    M clang/test/Import/template-specialization/test.cpp
    A clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
    M clang/test/Index/annotate-comments-typedef.m
    M clang/test/Index/comment-to-html-xml-conversion.cpp
    M clang/test/Index/comment-xml-schema.c
    M clang/test/Index/index-module-with-vfs.m
    M clang/test/Index/opencl-types.cl
    M clang/test/Index/pragma-diag-reparse.c
    M clang/test/Index/print-display-names.cpp
    M clang/test/Index/print-type.cpp
    M clang/test/Index/warning-flags.c
    A clang/test/InterfaceStubs/XlinkerInputArgs.cpp
    A clang/test/InterfaceStubs/blocks.c
    A clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/class-template-specialization.cpp
    A clang/test/InterfaceStubs/constructor-using-shadow.cpp
    A clang/test/InterfaceStubs/cxx-conversion.cpp
    A clang/test/InterfaceStubs/cxxdeduction-guide.cpp
    M clang/test/InterfaceStubs/driver-test.c
    A clang/test/InterfaceStubs/driver-test2.c
    A clang/test/InterfaceStubs/driver-test3.c
    M clang/test/InterfaceStubs/externstatic.c
    M clang/test/InterfaceStubs/function-template-specialization.cpp
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    A clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    A clang/test/InterfaceStubs/lambda.cpp
    A clang/test/InterfaceStubs/namespace-alias.cpp
    A clang/test/InterfaceStubs/namespace.cpp
    A clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    A clang/test/InterfaceStubs/ppc.cpp
    A clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    A clang/test/InterfaceStubs/template-template-parm-decl.cpp
    A clang/test/InterfaceStubs/trycatch.cpp
    A clang/test/InterfaceStubs/unresolved-using-typename.cpp
    A clang/test/InterfaceStubs/usings.cpp
    A clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/virtual.cpp
    M clang/test/InterfaceStubs/visibility.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/minimize_source_to_dependency_directives_invalid_error.c
    M clang/test/Misc/Inputs/serialized-diags-stable.dia
    R clang/test/Misc/permissions.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/serialized-diags-stable.c
    M clang/test/Misc/target-invalid-cpu-note.c
    A clang/test/Misc/warning-wall.c
    A clang/test/Modules/Inputs/codegen-extern-template.modulemap
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/A.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/B.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/C.h
    R clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/a.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/b.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/c.h
    A clang/test/Modules/Inputs/merge-lifetime-extended-temporary/module.modulemap
    A clang/test/Modules/Inputs/rec-types/a.h
    A clang/test/Modules/Inputs/rec-types/b.h
    A clang/test/Modules/Inputs/rec-types/c.h
    A clang/test/Modules/Inputs/rec-types/module.modulemap
    A clang/test/Modules/codegen-extern-template.cpp
    A clang/test/Modules/codegen-extern-template.h
    M clang/test/Modules/crash-vfs-ivfsoverlay.m
    M clang/test/Modules/debug-info-moduleimport.m
    M clang/test/Modules/double-quotes.m
    M clang/test/Modules/framework-public-includes-private.m
    R clang/test/Modules/implicit-invalidate-chain.c
    M clang/test/Modules/lsv-debuginfo.cpp
    A clang/test/Modules/merge-lifetime-extended-temporary.cpp
    M clang/test/Modules/odr_hash.cpp
    M clang/test/Modules/redecl-merge.m
    A clang/test/Modules/structural-equivalent-recursive-types.c
    A clang/test/OpenMP/aux-triple-macros.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    A clang/test/OpenMP/crash-skipped-bodies-template-inst.cpp
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_reduction_ast_print.cpp
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    A clang/test/OpenMP/declare_reduction_codegen_in_templates.cpp
    M clang/test/OpenMP/declare_reduction_messages.c
    M clang/test/OpenMP/declare_reduction_messages.cpp
    M clang/test/OpenMP/declare_simd_messages.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    A clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    A clang/test/OpenMP/declare_variant_mixed_codegen.c
    A clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/distribute_ast_print.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_shared_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_shared_messages.cpp
    M clang/test/OpenMP/distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/distribute_simd_ast_print.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/distribute_simd_if_messages.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_simd_linear_messages.cpp
    M clang/test/OpenMP/distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/distribute_simd_misc_messages.c
    M clang/test/OpenMP/distribute_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_messages.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_simd_ast_print.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    A clang/test/OpenMP/for_simd_if_messages.cpp
    M clang/test/OpenMP/for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/for_simd_misc_messages.c
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_misc_messages.c
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    A clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    A clang/test/OpenMP/nvptx_target_pure_deleted_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_codegen.cpp
    M clang/test/OpenMP/openmp_check.cpp
    M clang/test/OpenMP/openmp_offload_registration.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_misc_messages.c
    A clang/test/OpenMP/parallel_master_ast_print.cpp
    A clang/test/OpenMP/parallel_master_codegen.cpp
    A clang/test/OpenMP/parallel_master_copyin_messages.cpp
    A clang/test/OpenMP/parallel_master_default_messages.cpp
    A clang/test/OpenMP/parallel_master_firstprivate_messages.cpp
    A clang/test/OpenMP/parallel_master_if_messages.cpp
    A clang/test/OpenMP/parallel_master_message.cpp
    A clang/test/OpenMP/parallel_master_num_threads_messages.cpp
    A clang/test/OpenMP/parallel_master_private_messages.cpp
    A clang/test/OpenMP/parallel_master_proc_bind_messages.cpp
    A clang/test/OpenMP/parallel_master_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_shared_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_misc_messages.c
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_sections_lastprivate_messages.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_messages.cpp
    M clang/test/OpenMP/simd_aligned_messages.cpp
    M clang/test/OpenMP/simd_ast_print.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    A clang/test/OpenMP/simd_if_messages.cpp
    M clang/test/OpenMP/simd_lastprivate_messages.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/simd_misc_messages.c
    M clang/test/OpenMP/target_ast_print.cpp
    A clang/test/OpenMP/target_defaultmap_codegen.cpp
    M clang/test/OpenMP/target_defaultmap_messages.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_depend_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_messages.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_if_messages.cpp
    M clang/test/OpenMP/target_parallel_map_messages.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_if_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_loop_messages.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    M clang/test/OpenMP/target_simd_misc_messages.c
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_depend_messages.cpp
    M clang/test/OpenMP/target_update_from_messages.cpp
    M clang/test/OpenMP/target_update_to_messages.cpp
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_ast_print.cpp
    M clang/test/OpenMP/taskloop_simd_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_misc_messages.c
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_shared_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_messages.cpp
    A clang/test/OpenMP/teams_distribute_simd_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_linear_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_shared_messages.cpp
    M clang/test/OpenMP/teams_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_reduction_messages.cpp
    M clang/test/OpenMP/teams_shared_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/Inputs/std-compare.h
    A clang/test/PCH/codegen.cpp
    M clang/test/PCH/cxx-explicit-specifier.cpp
    M clang/test/PCH/cxx-templates.cpp
    M clang/test/PCH/cxx-templates.h
    A clang/test/PCH/cxx2a-defaulted-comparison.cpp
    A clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/PCH/late-parsed-instantiations.cpp
    A clang/test/PCH/ms-pch-macro.c
    M clang/test/PCH/no-escaping-block-tail-calls.cpp
    M clang/test/Parser/asm.c
    M clang/test/Parser/cxx-ambig-decl-expr.cpp
    M clang/test/Parser/cxx-concepts-ambig-constraint-expr.cpp
    M clang/test/Parser/cxx-concepts-requires-clause.cpp
    M clang/test/Parser/cxx-decl.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    A clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
    A clang/test/Parser/cxx2a-constrained-template-param.cpp
    A clang/test/Parser/explicit-bool.cpp
    M clang/test/Parser/ms-inline-asm.c
    A clang/test/Parser/nested_blocks_overflow.cpp
    A clang/test/Parser/nested_function_prototype_overflow.cpp
    A clang/test/Parser/nested_lambda_overflow.cpp
    M clang/test/Parser/opencl-astype.cl
    M clang/test/Parser/opencl-atomics-cl20.cl
    A clang/test/Parser/warn-misleading-indentation-fix.cpp
    A clang/test/Parser/warn-misleading-indentation.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/arm64_32.c
    A clang/test/Preprocessor/file_test.c
    A clang/test/Preprocessor/file_test.h
    M clang/test/Preprocessor/has_c_attribute.c
    A clang/test/Preprocessor/has_c_attribute.cpp
    M clang/test/Preprocessor/hexagon-predefines.c
    A clang/test/Preprocessor/init-ppc64.c
    M clang/test/Preprocessor/init-v7k-compat.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/predefined-win-macros.c
    M clang/test/Preprocessor/stdint.c
    M clang/test/Preprocessor/ucn-pp-identifier.c
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/__try.c
    M clang/test/Sema/aarch64-neon-vector-types.c
    M clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/atomic-ops.c
    A clang/test/Sema/attr-guard_nocf.c
    A clang/test/Sema/attr-handles.cpp
    M clang/test/Sema/attr-target.c
    M clang/test/Sema/block-return-1.c
    M clang/test/Sema/block-return-3.c
    A clang/test/Sema/bpf-attr-preserve-access-index.c
    A clang/test/Sema/bpf-attr-preserve-access-index.cpp
    A clang/test/Sema/branch-protection-attr-err.c
    A clang/test/Sema/builtin-align.c
    A clang/test/Sema/builtin-fpclassification.c
    M clang/test/Sema/builtins-hexagon-v55.c
    M clang/test/Sema/builtins-hexagon-v60.c
    M clang/test/Sema/builtins-hexagon-v62.c
    M clang/test/Sema/builtins-hvx-none.c
    M clang/test/Sema/builtins-hvx-v60.c
    M clang/test/Sema/builtins-hvx-v62.c
    A clang/test/Sema/builtins-mips-features.c
    M clang/test/Sema/crash-invalid-builtin.c
    A clang/test/Sema/eval-info.c
    M clang/test/Sema/exprs.c
    M clang/test/Sema/freemain.c
    A clang/test/Sema/no-warn-missing-prototype.c
    A clang/test/Sema/overload-arm-mve.c
    A clang/test/Sema/patchable-function-entry-attr.c
    A clang/test/Sema/patchable-function-entry-attr.cpp
    M clang/test/Sema/return.c
    M clang/test/Sema/switch.c
    M clang/test/Sema/types.c
    M clang/test/Sema/vector-gcc-compat.cpp
    M clang/test/Sema/warn-bitwise-compare.c
    M clang/test/Sema/warn-conditional-emum-types-mismatch.c
    A clang/test/Sema/warn-documentation-fixits.c
    M clang/test/Sema/warn-documentation-fixits.cpp
    M clang/test/Sema/warn-documentation.cpp
    M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
    M clang/test/Sema/warn-overlap.c
    A clang/test/Sema/warn-stringcompare.c
    M clang/test/Sema/warn-unsequenced.c
    M clang/test/SemaCXX/Inputs/std-compare.h
    M clang/test/SemaCXX/address-space-references.cpp
    M clang/test/SemaCXX/attr-gsl-owner-pointer.cpp
    M clang/test/SemaCXX/attr-noreturn.cpp
    A clang/test/SemaCXX/builtin-align-cxx.cpp
    M clang/test/SemaCXX/builtin-object-size-cxx14.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    A clang/test/SemaCXX/compare-modules-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/convert-to-bool.cpp
    M clang/test/SemaCXX/converting-constructor.cpp
    M clang/test/SemaCXX/copy-initialization.cpp
    M clang/test/SemaCXX/coreturn.cpp
    M clang/test/SemaCXX/coroutines.cpp
    M clang/test/SemaCXX/cxx0x-noexcept-expression.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    M clang/test/SemaCXX/default1.cpp
    A clang/test/SemaCXX/deprecated-copy.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/enum.cpp
    M clang/test/SemaCXX/exceptions-seh.cpp
    M clang/test/SemaCXX/explicit.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/ms-uuid.cpp
    M clang/test/SemaCXX/ref-init-ambiguous.cpp
    M clang/test/SemaCXX/return-noreturn.cpp
    M clang/test/SemaCXX/self-comparison.cpp
    M clang/test/SemaCXX/std-compare-cxx2a.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    A clang/test/SemaCXX/vector-conditional.cpp
    M clang/test/SemaCXX/warn-bitwise-compare.cpp
    M clang/test/SemaCXX/warn-bool-conversion.cpp
    M clang/test/SemaCXX/warn-enum-compare.cpp
    M clang/test/SemaCXX/warn-missing-noreturn.cpp
    A clang/test/SemaCXX/warn-range-loop-analysis-trivially-copyable.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaCXX/warn-unused-variables.cpp
    M clang/test/SemaObjC/arc.m
    A clang/test/SemaObjC/atomic-property-synthesis-rules.m
    R clang/test/SemaObjC/atomoic-property-synnthesis-rules.m
    A clang/test/SemaObjC/default-synthesize-sourceloc.m
    M clang/test/SemaObjC/iboutlet.m
    A clang/test/SemaObjC/method-direct-one-definition.m
    A clang/test/SemaObjC/method-direct-properties.m
    A clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/arc-overloading.mm
    M clang/test/SemaObjCXX/arc-ptr-comparison.mm
    M clang/test/SemaObjCXX/composite-objc-pointertype.mm
    M clang/test/SemaOpenCL/access-qualifier.cl
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/arithmetic-conversions.cl
    M clang/test/SemaOpenCL/as_type.cl
    M clang/test/SemaOpenCL/atomic-ops.cl
    M clang/test/SemaOpenCL/cl20-device-side-enqueue.cl
    M clang/test/SemaOpenCL/clk_event_t.cl
    M clang/test/SemaOpenCL/event_t.cl
    M clang/test/SemaOpenCL/extension-begin.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaOpenCL/half.cl
    M clang/test/SemaOpenCL/images.cl
    M clang/test/SemaOpenCL/intel-subgroup-avc-ext-types.cl
    M clang/test/SemaOpenCL/invalid-block.cl
    M clang/test/SemaOpenCL/invalid-image.cl
    M clang/test/SemaOpenCL/invalid-kernel-parameters.cl
    M clang/test/SemaOpenCL/invalid-pipe-builtin-cl2.0.cl
    M clang/test/SemaOpenCL/invalid-pipes-cl2.0.cl
    M clang/test/SemaOpenCL/null_literal.cl
    M clang/test/SemaOpenCL/null_queue.cl
    M clang/test/SemaOpenCL/numbered-address-space.cl
    M clang/test/SemaOpenCL/predefined-expr.cl
    M clang/test/SemaOpenCL/queue_t_overload.cl
    M clang/test/SemaOpenCL/sampler_t.cl
    M clang/test/SemaOpenCL/shifts.cl
    M clang/test/SemaOpenCL/to_addr_builtin.cl
    M clang/test/SemaOpenCL/vec_step.cl
    M clang/test/SemaOpenCL/vector_conv_invalid.cl
    A clang/test/SemaOpenCLCXX/address-space-cond.cl
    M clang/test/SemaOpenCLCXX/address-space-deduction.cl
    A clang/test/SemaOpenCLCXX/address-space-lambda.cl
    M clang/test/SemaOpenCLCXX/address-space-of-this-class-scope.cl
    M clang/test/SemaOpenCLCXX/address-space-templates.cl
    A clang/test/SemaOpenCLCXX/addrspace-auto.cl
    M clang/test/SemaOpenCLCXX/restricted.cl
    A clang/test/SemaSYCL/kernel-attribute-on-non-sycl.cpp
    A clang/test/SemaSYCL/kernel-attribute.cpp
    M clang/test/SemaTemplate/address_space-dependent.cpp
    M clang/test/SemaTemplate/alias-templates.cpp
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/dependent-names.cpp
    M clang/test/SemaTemplate/destructor-template.cpp
    M clang/test/SemaTemplate/enum-argument.cpp
    A clang/test/SemaTemplate/instantiate-expanded-type-constraint.cpp
    A clang/test/SemaTemplate/instantiate-requires-clause.cpp
    A clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/instantiation-depth-default.cpp
    M clang/test/SemaTemplate/late-parsing-eager-instantiation.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    A clang/test/SemaTemplate/non-integral-switch-cond.cpp
    M clang/test/SemaTemplate/pack-deduction.cpp
    M clang/test/SemaTemplate/rdar9173693.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/VFS/external-names.c
    M clang/test/VFS/framework-import.m
    M clang/test/VFS/implicit-include.c
    M clang/test/VFS/include-mixed-real-and-virtual.c
    M clang/test/VFS/include-real-from-virtual.c
    M clang/test/VFS/include-virtual-from-real.c
    M clang/test/VFS/include.c
    M clang/test/VFS/incomplete-umbrella.m
    M clang/test/VFS/module-import.m
    M clang/test/VFS/module_missing_vfs.m
    M clang/test/VFS/real-path-found-first.m
    M clang/test/VFS/relative-path.c
    M clang/test/VFS/subframework-symlink.m
    M clang/test/VFS/test_nonmodular.c
    M clang/test/VFS/umbrella-framework-import-skipnonexist.m
    M clang/test/VFS/vfsroot-include.c
    M clang/test/VFS/vfsroot-module.m
    M clang/test/VFS/vfsroot-with-overlay.c
    M clang/test/lit.site.cfg.py.in
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
    M clang/tools/clang-format-vs/README.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-test.el
    M clang/tools/clang-format/clang-format.py
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXComment.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CXIndexDataConsumer.cpp
    M clang/tools/libclang/CXIndexDataConsumer.h
    M clang/tools/scan-build-py/libscanbuild/analyze.py
    M clang/tools/scan-build-py/libscanbuild/clang.py
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/Language.cpp
    M clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/CFGBuildResult.h
    M clang/unittests/Analysis/CFGTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/CodeGen/IRMatchers.h
    M clang/unittests/Driver/CMakeLists.txt
    M clang/unittests/Driver/DistroTest.cpp
    A clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestJava.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Lex/DependencyDirectivesSourceMinimizerTest.cpp
    M clang/unittests/Sema/CodeCompleteTest.cpp
    M clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/QualTypeNamesTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/MemberPointerTypeLoc.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    A clang/utils/TableGen/ASTTableGen.cpp
    A clang/utils/TableGen/ASTTableGen.h
    M clang/utils/TableGen/CMakeLists.txt
    R clang/utils/TableGen/ClangASTEmitters.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    A clang/utils/TableGen/ClangASTPropertiesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangTypeNodesEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/exploded-graph-rewriter.py
    A clang/utils/convert_arm_neon.py
    M clang/utils/creduce-clang-crash.py
    M clang/utils/perf-training/CMakeLists.txt
    M clang/utils/perf-training/lit.cfg
    M clang/utils/perf-training/lit.site.cfg.in
    M clang/utils/perf-training/order-files.lit.cfg
    M clang/utils/perf-training/order-files.lit.site.cfg.in
    M clang/utils/perf-training/perf-helper.py
    M clang/www/UniversalDriver.html
    M clang/www/analyzer/available_checks.html
    A clang/www/analyzer/codechecker.html
    A clang/www/analyzer/command-line.html
    M clang/www/analyzer/index.html
    M clang/www/analyzer/open_projects.html
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/features.html
    M clang/www/hacking.html
    M clang/www/index.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/CMakeLists.txt
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    A compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    A compiler-rt/lib/builtins/i386/fp_mode.c
    A compiler-rt/lib/builtins/ppc/fixtfti.c
    M compiler-rt/lib/builtins/ppc/fixunstfti.c
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/crt/crtbegin.c
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    M compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
    M compiler-rt/lib/fuzzer/afl/afl_driver.cpp
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/definitions.h
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/tests/compression.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.h
    A compiler-rt/lib/hwasan/scripts/CMakeLists.txt
    A compiler-rt/lib/hwasan/scripts/hwasan_symbolize
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    R compiler-rt/lib/profile/InstrProfData.inc
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.h
    A compiler-rt/lib/profile/InstrProfilingBiasVar.c
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingInternal.h
    M compiler-rt/lib/profile/InstrProfilingMerge.c
    M compiler-rt/lib/profile/InstrProfilingMergeFile.c
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingUtil.c
    M compiler-rt/lib/profile/InstrProfilingUtil.h
    M compiler-rt/lib/profile/InstrProfilingValue.c
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    A compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_netbsd_compat.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_common_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    A compiler-rt/lib/scudo/standalone/benchmarks/CMakeLists.txt
    A compiler-rt/lib/scudo/standalone/benchmarks/malloc_benchmark.cpp
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/checksum.cpp
    M compiler-rt/lib/scudo/standalone/checksum.h
    M compiler-rt/lib/scudo/standalone/chunk.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/flags.cpp
    M compiler-rt/lib/scudo/standalone/flags.h
    M compiler-rt/lib/scudo/standalone/flags_parser.cpp
    M compiler-rt/lib/scudo/standalone/flags_parser.h
    M compiler-rt/lib/scudo/standalone/fuchsia.cpp
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    A compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/platform.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/quarantine.h
    M compiler-rt/lib/scudo/standalone/report.cpp
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/stats.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/checksum_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/chunk_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/list_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/map_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/quarantine_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/report_test.cpp
    A compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h
    M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/stats_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/strings_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/tsd_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/vector_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_cpp_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/vector.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c_checks.h
    M compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
    M compiler-rt/test/asan/TestCases/Darwin/malloc_zone-protected.cpp
    M compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp
    M compiler-rt/test/asan/TestCases/asan_and_llvm_coverage_test.cpp
    M compiler-rt/test/asan/TestCases/default_blacklist.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/Unit/addtf3_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cdcmpeq_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cdcmple_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cfcmpeq_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_cfcmple_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_drsub_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_frsub_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_idivmod_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_uidivmod_test.c
    M compiler-rt/test/builtins/Unit/arm/aeabi_uldivmod_test.c
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/builtins/Unit/enable_execute_stack_test.c
    A compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
    A compiler-rt/test/builtins/Unit/ppc/fixtfti_test.h
    M compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.h
    M compiler-rt/test/builtins/Unit/riscv/mulsi3_test.c
    M compiler-rt/test/builtins/Unit/subtf3_test.c
    M compiler-rt/test/cfi/cross-dso/stats.cpp
    M compiler-rt/test/crt/ctor_dtor.c
    M compiler-rt/test/fuzzer/large.test
    M compiler-rt/test/fuzzer/lit.cfg.py
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/TestCases/Linux/guard-page.c
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/default_blacklist.cpp
    M compiler-rt/test/msan/fread_fwrite.cpp
    M compiler-rt/test/msan/lit.cfg.py
    A compiler-rt/test/msan/qsort.cpp
    M compiler-rt/test/profile/ContinuousSyncMode/basic.c
    R compiler-rt/test/profile/ContinuousSyncMode/lit.local.cfg.py
    M compiler-rt/test/profile/ContinuousSyncMode/multiple-DSOs.c
    A compiler-rt/test/profile/ContinuousSyncMode/online-merging.c
    M compiler-rt/test/profile/ContinuousSyncMode/pid-substitution.c
    A compiler-rt/test/profile/ContinuousSyncMode/runtime-counter-relocation.c
    M compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
    M compiler-rt/test/profile/ContinuousSyncMode/set-filename.c
    A compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c
    A compiler-rt/test/profile/Windows/instrprof-multiprocess.test
    A compiler-rt/test/profile/Windows/lit.local.cfg.py
    M compiler-rt/test/profile/instrprof-basic.c
    M compiler-rt/test/profile/instrprof-darwin-exports.c
    M compiler-rt/test/profile/instrprof-set-filename.c
    M compiler-rt/test/profile/instrprof-value-prof.test
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/symbolizer-function-offset-atos.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/symbolizer-function-offset-dladdr.cpp
    M compiler-rt/test/sanitizer_common/TestCases/options-help.cpp
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    A compiler-rt/test/sanitizer_common/netbsd_commands/run_noaslr.sh
    A compiler-rt/test/sanitizer_common/netbsd_commands/run_nomprotect.sh
    M compiler-rt/test/scudo/standalone/unit/lit.site.cfg.py.in
    M compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/lit.cfg.py
    R compiler-rt/test/tsan/race_range_pc.cc
    A compiler-rt/test/tsan/race_range_pc.cpp
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/integer-conversion-incdec.c
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/integer-sign-change-incdec.c
    A compiler-rt/test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-incdec.c
    M compiler-rt/test/ubsan/lit.common.cfg.py
    M compiler-rt/test/xray/CMakeLists.txt
    R compiler-rt/test/xray/Unit/lit.site.cfg.py.in
    M compiler-rt/test/xray/lit.cfg.py
    M compiler-rt/unittests/lit.common.unit.configured.in
    M compiler-rt/utils/generate_netbsd_ioctls.awk
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
    A debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.gdb
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/config/CMakeLists.txt
    A libc/config/linux/CMakeLists.txt
    A libc/config/linux/api.td
    A libc/config/linux/errno.h.in
    A libc/config/linux/platfrom_defs.h.inc
    A libc/config/linux/syscall_numbers.h.inc
    A libc/config/linux/x86_64/CMakeLists.txt
    A libc/config/linux/x86_64/syscall.h.inc
    A libc/config/public_api.td
    A libc/docs/ground_truth_specification.rst
    A libc/docs/header_gen_scheme.svg
    M libc/docs/header_generation.rst
    A libc/docs/mechanics_of_public_api.rst
    M libc/docs/source_layout.rst
    M libc/include/CMakeLists.txt
    A libc/include/__posix-types.h
    A libc/include/errno.h.def
    R libc/include/string.h
    A libc/include/string.h.def
    A libc/include/sys/mman.h.def
    A libc/include/sys/syscall.h.def
    M libc/lib/CMakeLists.txt
    A libc/spec/linux.td
    A libc/spec/posix.td
    A libc/spec/spec.td
    A libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/common.h.def
    R libc/src/__support/linux/entrypoint_macro.h.inc
    A libc/src/errno/CMakeLists.txt
    A libc/src/errno/errno_location.cpp
    A libc/src/errno/llvmlibc_errno.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/strcat.cpp
    A libc/src/string/strcat.h
    R libc/src/string/strcat/CMakeLists.txt
    R libc/src/string/strcat/strcat.cpp
    R libc/src/string/strcat/strcat.h
    R libc/src/string/strcat/strcat_test.cpp
    A libc/src/string/strcpy.cpp
    A libc/src/string/strcpy.h
    R libc/src/string/strcpy/CMakeLists.txt
    R libc/src/string/strcpy/strcpy.cpp
    R libc/src/string/strcpy/strcpy.h
    R libc/src/string/strcpy/strcpy_test.cpp
    A libc/src/sys/CMakeLists.txt
    A libc/src/sys/mman/CMakeLists.txt
    A libc/src/sys/mman/mmap.cpp
    A libc/src/sys/mman/mmap.h
    A libc/src/sys/mman/munmap.cpp
    A libc/src/sys/mman/munmap.h
    A libc/src/unistd/CMakeLists.txt
    A libc/src/unistd/syscall.h.def
    A libc/test/CMakeLists.txt
    A libc/test/config/CMakeLists.txt
    A libc/test/config/linux/CMakeLists.txt
    A libc/test/config/linux/x86_64/CMakeLists.txt
    A libc/test/config/linux/x86_64/syscall_test.cpp
    A libc/test/src/CMakeLists.txt
    A libc/test/src/errno/CMakeLists.txt
    A libc/test/src/errno/errno_test.cpp
    A libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcat_test.cpp
    A libc/test/src/string/strcpy_test.cpp
    A libc/test/src/sys/CMakeLists.txt
    A libc/test/src/sys/mman/CMakeLists.txt
    A libc/test/src/sys/mman/mmap_test.cpp
    A libc/utils/CMakeLists.txt
    A libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/Command.cpp
    A libc/utils/HdrGen/Command.h
    A libc/utils/HdrGen/Generator.cpp
    A libc/utils/HdrGen/Generator.h
    A libc/utils/HdrGen/IncludeFileCommand.cpp
    A libc/utils/HdrGen/IncludeFileCommand.h
    A libc/utils/HdrGen/Main.cpp
    A libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/Test.cpp
    A libc/utils/UnitTest/Test.h
    R libc/utils/build_scripts/gen_hdr.py
    R libclc/.travis.yml
    R libclc/build/metabuild.py
    R libclc/build/ninja_syntax.py
    R libclc/configure.py
    M libcxx/CMakeLists.txt
    M libcxx/CREDITS.TXT
    M libcxx/benchmarks/string.bench.cpp
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/conf.py
    M libcxx/fuzzing/RoutineNames.txt
    A libcxx/fuzzing/fuzz_test_template.cpp
    M libcxx/fuzzing/fuzzing.cpp
    M libcxx/fuzzing/fuzzing.h
    M libcxx/include/__bit_reference
    M libcxx/include/__config
    M libcxx/include/__functional_03
    M libcxx/include/__hash_table
    M libcxx/include/__libcpp_version
    M libcxx/include/__mutex_base
    M libcxx/include/__split_buffer
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/__tree
    M libcxx/include/algorithm
    M libcxx/include/chrono
    M libcxx/include/cstdlib
    M libcxx/include/ctime
    M libcxx/include/deque
    M libcxx/include/ext/hash_map
    M libcxx/include/filesystem
    M libcxx/include/forward_list
    M libcxx/include/future
    M libcxx/include/iterator
    M libcxx/include/list
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/mutex
    M libcxx/include/numeric
    M libcxx/include/queue
    M libcxx/include/random
    M libcxx/include/regex
    M libcxx/include/span
    M libcxx/include/string
    M libcxx/include/support/android/locale_bionic.h
    M libcxx/include/support/win32/locale_win32.h
    M libcxx/include/thread
    M libcxx/include/type_traits
    M libcxx/include/valarray
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/src/algorithm.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/condition_variable.cpp
    M libcxx/src/debug.cpp
    M libcxx/src/experimental/memory_resource.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/memory.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/regex.cpp
    M libcxx/src/shared_mutex.cpp
    M libcxx/src/string.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/containers/sequences/vector/asan_throw.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
    A libcxx/test/libcxx/fuzzing/fuzzer_test.h
    A libcxx/test/libcxx/fuzzing/geometric_distribution.pass.cpp
    R libcxx/test/libcxx/fuzzing/nth_element.cpp
    A libcxx/test/libcxx/fuzzing/nth_element.pass.cpp
    R libcxx/test/libcxx/fuzzing/partial_sort.cpp
    A libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/partial_sort_copy.cpp
    A libcxx/test/libcxx/fuzzing/partial_sort_copy.pass.cpp
    R libcxx/test/libcxx/fuzzing/partition.cpp
    A libcxx/test/libcxx/fuzzing/partition.pass.cpp
    R libcxx/test/libcxx/fuzzing/partition_copy.cpp
    A libcxx/test/libcxx/fuzzing/partition_copy.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_ECMAScript.cpp
    A libcxx/test/libcxx/fuzzing/regex_ECMAScript.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_POSIX.cpp
    A libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_awk.cpp
    A libcxx/test/libcxx/fuzzing/regex_awk.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_egrep.cpp
    A libcxx/test/libcxx/fuzzing/regex_egrep.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_extended.cpp
    A libcxx/test/libcxx/fuzzing/regex_extended.pass.cpp
    R libcxx/test/libcxx/fuzzing/regex_grep.cpp
    A libcxx/test/libcxx/fuzzing/regex_grep.pass.cpp
    R libcxx/test/libcxx/fuzzing/sort.cpp
    A libcxx/test/libcxx/fuzzing/sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/stable_partition.cpp
    A libcxx/test/libcxx/fuzzing/stable_partition.pass.cpp
    R libcxx/test/libcxx/fuzzing/stable_sort.cpp
    A libcxx/test/libcxx/fuzzing/stable_sort.pass.cpp
    R libcxx/test/libcxx/fuzzing/unique.cpp
    A libcxx/test/libcxx/fuzzing/unique.pass.cpp
    R libcxx/test/libcxx/fuzzing/unique_copy.cpp
    A libcxx/test/libcxx/fuzzing/unique_copy.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_concepts.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_traits.pass.cpp
    M libcxx/test/libcxx/iterators/trivial_iterators.pass.cpp
    A libcxx/test/libcxx/memory/compressed_pair/compressed_pair.pass.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.sh.cpp
    M libcxx/test/libcxx/modules/clocale_exports.sh.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.sh.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.sh.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.sh.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.pass.cpp
    M libcxx/test/std/containers/views/span.cons/span.pass.cpp
    M libcxx/test/std/containers/views/span.cons/stdarray.pass.cpp
    M libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.traits/pointer.pass.cpp
    A libcxx/test/std/iterators/iterator.primitives/std.iterator.tags/contiguous_iterator_tag.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/bit.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
    M libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.members/max.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.members/min.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/move.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign3.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/copy.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/move.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/weak_result.pass.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.fail.cpp
    M libcxx/test/std/utilities/meta/meta.const.eval/is_constant_evaluated.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/std/utilities/time/date.time/ctime.pass.cpp
    M libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
    M libcxx/test/support/charconv_test_helpers.h
    M libcxx/test/support/container_debug_tests.h
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/test_macros.h
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/utils/libcxx/test/tracing.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_exception_storage.cpp
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/cxa_thread_atexit.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/src/demangle/Utility.h
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/CMakeLists.txt
    M libunwind/cmake/config-ix.cmake
    M libunwind/docs/conf.py
    M libunwind/include/__libunwind_config.h
    M libunwind/include/libunwind.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/RWMutex.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/UnwindRegistersSave.S
    M libunwind/src/config.h
    M libunwind/src/libunwind.cpp
    M libunwind/test/CMakeLists.txt
    M libunwind/test/libunwind/test/config.py
    M libunwind/test/lit.site.cfg.in
    A libunwind/test/signal_frame.pass.cpp
    M lld/CMakeLists.txt
    M lld/COFF/CMakeLists.txt
    M lld/COFF/Chunks.h
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/MinGW.h
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Filesystem.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/MapFile.cpp
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SymbolTable.h
    M lld/ELF/Symbols.cpp
    M lld/ELF/Symbols.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Thunks.h
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/Driver.rst
    M lld/docs/NewLLD.rst
    M lld/docs/ReleaseNotes.rst
    M lld/docs/WebAssembly.rst
    M lld/docs/conf.py
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/docs/windows_support.rst
    M lld/include/lld/Common/Driver.h
    M lld/include/lld/Common/ErrorHandler.h
    M lld/include/lld/Common/LLVM.h
    M lld/include/lld/Common/Version.inc.in
    M lld/include/lld/Core/Atom.h
    M lld/include/lld/Core/Instrumentation.h
    M lld/include/lld/Core/Reference.h
    M lld/include/lld/ReaderWriter/MachOLinkingContext.h
    M lld/lib/Core/Resolver.cpp
    M lld/lib/Core/SymbolTable.cpp
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
    M lld/lib/ReaderWriter/MachO/File.h
    M lld/lib/ReaderWriter/MachO/GOTPass.cpp
    M lld/lib/ReaderWriter/MachO/LayoutPass.cpp
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
    M lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/Inputs/undefined-symbol-lto-a.ll
    M lld/test/COFF/Inputs/undefined-symbol-lto-b.ll
    M lld/test/COFF/align.s
    M lld/test/COFF/arm64-thunks.s
    A lld/test/COFF/autoimport-lto.ll
    A lld/test/COFF/driver-opt.s
    A lld/test/COFF/duplicate-absolute-same.s
    A lld/test/COFF/duplicate-absolute.s
    M lld/test/COFF/entry-inference.test
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/out.test
    M lld/test/COFF/pdb-type-server-simple.test
    A lld/test/COFF/pdbstripped.test
    M lld/test/COFF/wholearchive.s
    M lld/test/ELF/Inputs/undef-bad-debug.s
    M lld/test/ELF/aarch64-bti-pac-cli-error.s
    M lld/test/ELF/aarch64-call26-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    A lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
    A lld/test/ELF/aarch64-cortex-a53-843419-thunk-range.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-feature-bti.s
    M lld/test/ELF/aarch64-feature-btipac.s
    M lld/test/ELF/aarch64-feature-pac.s
    M lld/test/ELF/aarch64-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/aarch64-gnu-ifunc-plt.s
    M lld/test/ELF/aarch64-gnu-ifunc.s
    M lld/test/ELF/aarch64-gnu-ifunc2.s
    M lld/test/ELF/aarch64-ifunc-bti.s
    M lld/test/ELF/aarch64-jump26-thunk.s
    M lld/test/ELF/aarch64-movw-tprel.s
    M lld/test/ELF/aarch64-thunk-pi.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/aarch64-thunk-section-location.s
    M lld/test/ELF/aarch64-undefined-weak.s
    A lld/test/ELF/arm-fix-cortex-a8-thunk-align.s
    M lld/test/ELF/arm-fix-cortex-a8-thunk.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-undefined-weak.s
    A lld/test/ELF/common-shared.s
    A lld/test/ELF/compressed-debug-level.test
    M lld/test/ELF/dynamic-linker.s
    A lld/test/ELF/exclude-libs-undef.s
    A lld/test/ELF/gc-sections-group-debug.s
    A lld/test/ELF/gc-sections-group.s
    M lld/test/ELF/global-offset-table-position-aarch64.s
    M lld/test/ELF/gnu-ifunc-canon.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/gnu-ifunc-shared.s
    M lld/test/ELF/gnu-ifunc.s
    A lld/test/ELF/gnu-property-align-32.s
    A lld/test/ELF/gnu-property-align.s
    A lld/test/ELF/hexagon-tls-ie.s
    A lld/test/ELF/hexagon-tls-le.s
    R lld/test/ELF/i386-cet.s
    A lld/test/ELF/i386-feature-cet.s
    A lld/test/ELF/icf-preemptible.s
    M lld/test/ELF/linkerscript/assert.s
    A lld/test/ELF/linkerscript/discard-gnu-version.s
    A lld/test/ELF/linkerscript/discard-group.s
    M lld/test/ELF/linkerscript/discard-section-err.s
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/lto/cpu-string.ll
    A lld/test/ELF/lto/init-fini.ll
    A lld/test/ELF/lto/slp-vectorize-pm.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    A lld/test/ELF/mips-eh_frame-pic.s
    A lld/test/ELF/mips-jalr-non-functions.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    R lld/test/ELF/ppc32-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/ppc32-gnu-ifunc.s
    A lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    A lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-tls-gd.s
    M lld/test/ELF/ppc32-tls-ld.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-abs64-dyn.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-dtprel.s
    M lld/test/ELF/ppc64-error-toc-restore.s
    M lld/test/ELF/ppc64-error-toc-tail-call.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    A lld/test/ELF/ppc64-long-branch-pi.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-relocs.s
    R lld/test/ELF/ppc64-shared-long_branch.s
    M lld/test/ELF/ppc64-tls-gd.s
    M lld/test/ELF/ppc64-toc-relax-ifunc.s
    M lld/test/ELF/ppc64-toc-restore.s
    A lld/test/ELF/pt-gnu-property.s
    A lld/test/ELF/riscv-elf-flags.s
    A lld/test/ELF/riscv-reloc-align.s
    A lld/test/ELF/riscv-undefined-weak.s
    M lld/test/ELF/sectionstart.s
    A lld/test/ELF/ttext-segment.s
    A lld/test/ELF/undef-not-suggest.test
    M lld/test/ELF/undef-spell-corrector.s
    A lld/test/ELF/undef-suggest-extern-c.s
    A lld/test/ELF/undef-suggest-extern-c2.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/verdef-defaultver.s
    M lld/test/ELF/verdef-dependency.s
    M lld/test/ELF/verdef.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/weak-undef-hidden.s
    M lld/test/ELF/weak-undef-lib.s
    R lld/test/ELF/weak-undef-no-shared-libs.s
    R lld/test/ELF/x86-64-cet.s
    A lld/test/ELF/x86-64-feature-cet.s
    M lld/test/lit.site.cfg.py.in
    M lld/test/wasm/Inputs/debuginfo1.ll
    M lld/test/wasm/Inputs/debuginfo2.ll
    M lld/test/wasm/debug-removed-fn.ll
    M lld/test/wasm/debuginfo.test
    A lld/test/wasm/export-name.ll
    M lld/test/wasm/export-optional-lazy.ll
    A lld/test/wasm/import-name.ll
    R lld/test/wasm/import-names.ll
    A lld/test/wasm/lto/Inputs/libcall-archive.ll
    A lld/test/wasm/lto/libcall-archive.ll
    M lld/test/wasm/signature-mismatch-export.ll
    M lld/test/wasm/signature-mismatch-unknown.ll
    M lld/test/wasm/signature-mismatch.ll
    M lld/tools/lld/lld.cpp
    M lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.h
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    A lldb/bindings/CMakeLists.txt
    A lldb/bindings/headers.swig
    A lldb/bindings/interface/SBAddress.i
    A lldb/bindings/interface/SBAttachInfo.i
    A lldb/bindings/interface/SBBlock.i
    A lldb/bindings/interface/SBBreakpoint.i
    A lldb/bindings/interface/SBBreakpointLocation.i
    A lldb/bindings/interface/SBBreakpointName.i
    A lldb/bindings/interface/SBBroadcaster.i
    A lldb/bindings/interface/SBCommandInterpreter.i
    A lldb/bindings/interface/SBCommandReturnObject.i
    A lldb/bindings/interface/SBCommunication.i
    A lldb/bindings/interface/SBCompileUnit.i
    A lldb/bindings/interface/SBData.i
    A lldb/bindings/interface/SBDebugger.i
    A lldb/bindings/interface/SBDeclaration.i
    A lldb/bindings/interface/SBError.i
    A lldb/bindings/interface/SBEvent.i
    A lldb/bindings/interface/SBExecutionContext.i
    A lldb/bindings/interface/SBExpressionOptions.i
    A lldb/bindings/interface/SBFile.i
    A lldb/bindings/interface/SBFileSpec.i
    A lldb/bindings/interface/SBFileSpecList.i
    A lldb/bindings/interface/SBFrame.i
    A lldb/bindings/interface/SBFunction.i
    A lldb/bindings/interface/SBHostOS.i
    A lldb/bindings/interface/SBInstruction.i
    A lldb/bindings/interface/SBInstructionList.i
    A lldb/bindings/interface/SBLanguageRuntime.i
    A lldb/bindings/interface/SBLaunchInfo.i
    A lldb/bindings/interface/SBLineEntry.i
    A lldb/bindings/interface/SBListener.i
    A lldb/bindings/interface/SBMemoryRegionInfo.i
    A lldb/bindings/interface/SBMemoryRegionInfoList.i
    A lldb/bindings/interface/SBModule.i
    A lldb/bindings/interface/SBModuleSpec.i
    A lldb/bindings/interface/SBPlatform.i
    A lldb/bindings/interface/SBProcess.i
    A lldb/bindings/interface/SBProcessInfo.i
    A lldb/bindings/interface/SBQueue.i
    A lldb/bindings/interface/SBQueueItem.i
    A lldb/bindings/interface/SBSection.i
    A lldb/bindings/interface/SBSourceManager.i
    A lldb/bindings/interface/SBStream.i
    A lldb/bindings/interface/SBStringList.i
    A lldb/bindings/interface/SBStructuredData.i
    A lldb/bindings/interface/SBSymbol.i
    A lldb/bindings/interface/SBSymbolContext.i
    A lldb/bindings/interface/SBSymbolContextList.i
    A lldb/bindings/interface/SBTarget.i
    A lldb/bindings/interface/SBThread.i
    A lldb/bindings/interface/SBThreadCollection.i
    A lldb/bindings/interface/SBThreadPlan.i
    A lldb/bindings/interface/SBTrace.i
    A lldb/bindings/interface/SBTraceOptions.i
    A lldb/bindings/interface/SBType.i
    A lldb/bindings/interface/SBTypeCategory.i
    A lldb/bindings/interface/SBTypeEnumMember.i
    A lldb/bindings/interface/SBTypeFilter.i
    A lldb/bindings/interface/SBTypeFormat.i
    A lldb/bindings/interface/SBTypeNameSpecifier.i
    A lldb/bindings/interface/SBTypeSummary.i
    A lldb/bindings/interface/SBTypeSynthetic.i
    A lldb/bindings/interface/SBUnixSignals.i
    A lldb/bindings/interface/SBValue.i
    A lldb/bindings/interface/SBValueList.i
    A lldb/bindings/interface/SBVariablesOptions.i
    A lldb/bindings/interface/SBWatchpoint.i
    A lldb/bindings/interfaces.swig
    A lldb/bindings/lua.swig
    A lldb/bindings/lua/lua-typemaps.swig
    A lldb/bindings/macros.swig
    A lldb/bindings/python.swig
    A lldb/bindings/python/createPythonInit.py
    A lldb/bindings/python/python-extensions.swig
    A lldb/bindings/python/python-swigsafecast.swig
    A lldb/bindings/python/python-typemaps.swig
    A lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/AddLLDB.cmake
    A lldb/cmake/modules/FindCursesAndPanel.cmake
    M lldb/cmake/modules/FindLibEdit.cmake
    A lldb/cmake/modules/FindLuaAndSwig.cmake
    A lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    R lldb/packages/Python/lldbsuite/test/.categories
    R lldb/scripts/Python/createPythonInit.py
    R lldb/scripts/Python/python-swigsafecast.swig
    R lldb/scripts/Python/python-wrapper.swig
    R lldb/scripts/interface/SBAttachInfo.i
    R lldb/scripts/interface/SBBroadcaster.i
    R lldb/scripts/interface/SBCommandInterpreter.i
    R lldb/scripts/interface/SBCommunication.i
    R lldb/scripts/interface/SBEvent.i
    R lldb/scripts/interface/SBExpressionOptions.i
    R lldb/scripts/interface/SBFileSpecList.i
    R lldb/scripts/interface/SBHostOS.i
    R lldb/scripts/interface/SBLanguageRuntime.i
    R lldb/scripts/interface/SBLaunchInfo.i
    R lldb/scripts/interface/SBListener.i
    R lldb/scripts/interface/SBMemoryRegionInfoList.i
    R lldb/scripts/interface/SBPlatform.i
    R lldb/scripts/interface/SBProcessInfo.i
    R lldb/scripts/interface/SBQueue.i
    R lldb/scripts/interface/SBQueueItem.i
    R lldb/scripts/interface/SBSourceManager.i
    R lldb/scripts/interface/SBStream.i
    R lldb/scripts/interface/SBStructuredData.i
    R lldb/scripts/interface/SBThreadCollection.i
    R lldb/scripts/interface/SBThreadPlan.i
    R lldb/scripts/interface/SBTrace.i
    R lldb/scripts/interface/SBTraceOptions.i
    R lldb/scripts/interface/SBVariablesOptions.i
    R lldb/scripts/swig_bot_lib/__init__.py
    R lldb/tools/lldb-mi/lldb-mi.exports

  Log Message:
  -----------
  [DPWBS-1200] Merge community 'master' into HighTec 'htc/master'

Due to interface changes there were a few necessary changes to TriCore
specific files. The following table lists the changed files and the
corresponding community master commits:

TriCoreInstrInfo.h/.cpp:        e6c9a9af398baf40537d45498e0aaf417c1306dc
TriCoreInstPrinter.h/.cpp:      aa708763d30384c0da0b0779be96ba45f65773df
TriCoreRegisterBankInfo.h/.cpp: 21309eafdebaa0041a83a026ae011e305b2f52a0
TriCoreMCInstLower.cpp:         a transitive include of TargetMachine.h
                                was removed somewhere and had to be
                                included here
TriCoreDisassembler.cpp:        6fdd6a7b3f696972edc244488f59532d05136a27
TriCoreTargetMachine.cpp:       05da2fe52162c80dfa18aedf70cf73cb11201811
TriCore/*/CMakeLists.txt:       ab411801b82783eb7f652701ccfce81b16cf1811
legalize-phi.mir:               6da7dbb806dce9fbc05416482a5b895efdea96b0


  Commit: 49884634ddae623273e362b8235e376f60907624
      https://github.com/llvm/llvm-project/commit/49884634ddae623273e362b8235e376f60907624
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M llvm/include/llvm/ADT/Triple.h

  Log Message:
  -----------
  [DPWBS-1166] feat(Triple): add isTriCore function

This function is still unused but is added in preparation
for the [DPWBS-1166] patch


  Commit: 5c23ed8db17f497ebae3088855300fbf090866a2
      https://github.com/llvm/llvm-project/commit/5c23ed8db17f497ebae3088855300fbf090866a2
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/test/CodeGen/tricore-abi.c
    A clang/test/Layout/tricore-layout.c
    A clang/test/Layout/tricore-layout.cpp

  Log Message:
  -----------
  [DPWBS-1166] Implement TriCore EABI bitfield layout

The TriCore EABI specifies several non-standard rules to be followed
during the layout of bitfields. We try to follow the EABI as close as
possible. Unfortunately, not all aspects are defined and we add the
following rules:

* An unnamed (anonymous) bitfield does not alter the alignment of the
structure (C++ does not count anonymous bitfields as members of a class object)
* For any given bitfield, at most the smallest integer type large
enough to hold the bitfield is allocated

Added tests for all examples from the EABI document, plus additional
corner cases. Moreover, the tricore-abi.c test previously did not check
for EABI compliancy, now it does.


  Commit: 72fd77edea1c33459a6f75638246a50d0d300e0a
      https://github.com/llvm/llvm-project/commit/72fd77edea1c33459a6f75638246a50d0d300e0a
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1164] test(Legalizer): prepare test with generator

Updating the legality rules for legalizer artifacts have a big impact
on many different tests. To update these tests a update script is
usually used. If the tests where hand-written however, this causes very
large non-functional changes as the generator has a different naming
scheme than a human would use.

In order to prepare for this, this commit updates all tests that will be
affected by the legality changes. This way, the commit with the
functional changes only contains the functional changes in the tests as
well.


  Commit: 19477ba8fa653c5524bc4f19a069714985257fe2
      https://github.com/llvm/llvm-project/commit/19477ba8fa653c5524bc4f19a069714985257fe2
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ext.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ptr-add.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sdiv.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-srem.mir

  Log Message:
  -----------
  [DPWBS-1164] feat(Legalizer): rewrite legality rules for extensions

Extensions are legal if the destination type fits in a
register, i.e. has 32 or 64-bit.

update tests after legalizing G_SEXT_INREG


  Commit: bcae1a26db42667ce07cb9b73df99c66f36d6ee0
      https://github.com/llvm/llvm-project/commit/bcae1a26db42667ce07cb9b73df99c66f36d6ee0
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-ext-trunc.mir

  Log Message:
  -----------
  [DPWBS-1164] test(RegisterBankSelect): add G_SEXT_INREG test


  Commit: 1e447ba5ffa46c48551eb510d1209eb0006e74b3
      https://github.com/llvm/llvm-project/commit/1e447ba5ffa46c48551eb510d1209eb0006e74b3
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-ext.mir

  Log Message:
  -----------
  [DPWBS-1164] feat(InstructionSelector): select extensions to target instructions

32-bit sign extensions use the extract instruction to extract and
sign-extend the source bits.

64-bit sign extensions can be expressed by a simple mul-by-1 if the
source size is 32-bit. If the source size is smaller than 32-bits
the extract instruction is again used, combined with an arithmetic
right-shift to set the upper 32-bits. If the source size is bigger than
32-bits a simple 32-bit sign-extension on the upper 32-bits is done.

Zero-extension uses the insert instruction to insert zero-bits in the
upper bits of the source. A 64-bit zero-extension moves 0 to the upper
32-bits if the source size is smaller than 32-bits.

G_ANYEXT leaves the upper bits unspecified. This is therefore translated
to a simple COPY instruction if the extension stays in the same register
or an IMPLICIT_DEF with an INSERT_SUBREG instruction otherwise.

add selection tests for extensions


  Commit: 4d6a7b0505bd62d055e17ff4a841606450432faf
      https://github.com/llvm/llvm-project/commit/4d6a7b0505bd62d055e17ff4a841606450432faf
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp

  Log Message:
  -----------
  [DPWBS-1164] chore(InstructionSelector): remove unused private field


  Commit: b4abbd94f5605bece8d16d3fb0b4ad1a93362334
      https://github.com/llvm/llvm-project/commit/b4abbd94f5605bece8d16d3fb0b4ad1a93362334
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-implicit-def.mir

  Log Message:
  -----------
  [DPWBS-1170] fix(Legalizer): fix legality rule for G_IMPLICIT_DEF

The rules for G_IMPLICIT_DEF allowed s2 and s4 types due to
an erroneous clampScalar rule in combination with
widenScalarToNextPow2.

Furthermore the widenScalarToNextPow2 rule required a
minimum size of 32-bits, which is actually not required.

fix G_IMPLICIT_DEF test


  Commit: 72e91520ff0fc09999858ec68274bf31ddb5eb47
      https://github.com/llvm/llvm-project/commit/72e91520ff0fc09999858ec68274bf31ddb5eb47
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-merge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values-invalid.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-merge-values.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-unmerge-values-s96-s16-crash.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(Legalizer): require pow-2 types between 8 and 64-bit for merge/unmerge

Previous legalization rules for G_MERGE_VALUES and G_UNMERGE_VALUES
only allowed 32 and 64-bit types. However, for TriCore we support all
power-of-2 merges/unmerges up to 64-bit. Furthermore, smaller
merges/unmerges are actually required as we sometimes have to split up
misaligned load/store instructions. This requires a complete rewrite of
the legalization rules for merge/unmerge.

add legalization tests for merge/unmerge


  Commit: 31960a83e901e7978a7e768c2790434a37e3ae20
      https://github.com/llvm/llvm-project/commit/31960a83e901e7978a7e768c2790434a37e3ae20
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-merge-unmerge.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(RegisterBankSelect): override default mapping for merge/unmerge

Require data regbank unless subregister copy can be used. This boils
down to:
- Staying within 32-bit: data regbank
- 32-bit to/from 64-bit: both ok
- < 32-bit to/from 64-bit: data regbank for smaller type

add regbank selection tests


  Commit: e80c66bc79a342ab1d74d48b753ab7065e3d4c4e
      https://github.com/llvm/llvm-project/commit/e80c66bc79a342ab1d74d48b753ab7065e3d4c4e
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-merge-unmerge.mir

  Log Message:
  -----------
  [DPWBS-1170] feat(InstructionSelector): select merge/unmerge to target instructions

Merge/unmerge are implemented using the EXTR and INSERT instruction of
TriCore for 32-bit merges/unmerges and subregister copies for 64-bit
merges/unmerges.

add selection tests for merge/unmerge


  Commit: 92a5d5b6b4619b32f2ea891f7de70c0b0380c114
      https://github.com/llvm/llvm-project/commit/92a5d5b6b4619b32f2ea891f7de70c0b0380c114
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-load-store.mir
    R llvm/test/CodeGen/TriCore/GlobalIsel/legalize-non-pow2-load-store.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-non-pow-2-memory.mir

  Log Message:
  -----------
  [DPWBS-1162] fix(Legalizer): require natural alignment for load/store

Previously we allowed misaligned load/store instructions although
TriCore has no support for them, causing traps during execution. This
commits refactors the load/store legalization rules to break up
unaligned load/store instruction. Maximum required alignment is 16-bit
for scalars and 32-bit for pointers.

add unaligned load/store test

replace invalid test for non-pow2 load/stores with proper XFAIL test


  Commit: 7530322d8890912d0aa823dc90b3e3648e984a65
      https://github.com/llvm/llvm-project/commit/7530322d8890912d0aa823dc90b3e3648e984a65
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/lib/Target/TriCore/MCTargetDesc/TriCoreMCTargetDesc.cpp
    M llvm/lib/Target/TriCore/TriCore.td
    M llvm/lib/Target/TriCore/TriCoreInstrFormats.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfo.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoOperands.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC161.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTC162.td
    M llvm/lib/Target/TriCore/TriCoreInstrInfoTC18.td
    A llvm/lib/Target/TriCore/TriCoreInstrInfoTemplates.td
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h
    A llvm/test/MC/TriCore/tc161-valid.s
    A llvm/test/MC/TriCore/tc162-valid.s
    A llvm/test/MC/TriCore/tc18-valid.s

  Log Message:
  -----------
  [DPWBS-1113] Add support for selecting different ISA via subtarget selection


  Commit: 362e0bfe2dfbc5674bfa436577831a92593ce8a2
      https://github.com/llvm/llvm-project/commit/362e0bfe2dfbc5674bfa436577831a92593ce8a2
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/MC/TriCore/conditional-branch-valid.s

  Log Message:
  -----------
  [DPWBS-1044] Add missing tests for conditional branch


  Commit: f5813d7786ca1d4efb39c8968ee71d200d774da0
      https://github.com/llvm/llvm-project/commit/f5813d7786ca1d4efb39c8968ee71d200d774da0
  Author: Zoltan Toth <zoltan.toth at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/MC/TriCore/packed-arithmetic-valid.s

  Log Message:
  -----------
  [DPWBS-1074] Add missing tests for packaed arithmetic


  Commit: 72f004d96a5d457664c9c4d7a32ac10294759765
      https://github.com/llvm/llvm-project/commit/72f004d96a5d457664c9c4d7a32ac10294759765
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir

  Log Message:
  -----------
  [DPWBS-1193] Re-generate the legalizer tests for easier maintainability


  Commit: c542ccb8c5e3786d26c0d801120a3c0e1edcc325
      https://github.com/llvm/llvm-project/commit/c542ccb8c5e3786d26c0d801120a3c0e1edcc325
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-ashr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-integer-cmp.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-lshr.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-select.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-shl.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1193] Change legality rule for G_SELECT.

All instructions producing a condition produce s32. There is no point in truncating
it to s1, which would translate to an AND instruction.


  Commit: 314af651504f4f031a6a3204a89bd4cd9bdc98e7
      https://github.com/llvm/llvm-project/commit/314af651504f4f031a6a3204a89bd4cd9bdc98e7
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreRegisterBankInfo.cpp
    M llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-select.mir

  Log Message:
  -----------
  [DPWBS-1193] fix(regbankselect) for G_SELECT

We added tests previously for regbankselect, however we didn't really
implement it. We can only directly support G_SELECT on the data regbank,
hence need to introduce copies for pointer select.


  Commit: f20c5312df1874b1eba9cbe16860831d8da93609
      https://github.com/llvm/llvm-project/commit/f20c5312df1874b1eba9cbe16860831d8da93609
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreInstructionSelector.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-select.mir

  Log Message:
  -----------
  [DPWBS-1193] feat(InstructionSelector): select G_SELECT to SEL_dddd.

The scalar select can be done in TableGen, for pointer select we need
to escape into C++, sadly.


  Commit: 0983297fa8eb04a39114847d87b15105c78f21e1
      https://github.com/llvm/llvm-project/commit/0983297fa8eb04a39114847d87b15105c78f21e1
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreSubtarget.cpp
    M llvm/lib/Target/TriCore/TriCoreSubtarget.h

  Log Message:
  -----------
  [DPWBS-1174] fix(TriCoreSubtarget): fix parameter order

Moreover, the subtarget-features should be disabled by default.
The selected CPU (default or via -mcpu) will enable the subtarget-features
that it needs.


  Commit: 20804b6f66dfb844e2fe184145937390442d50b8
      https://github.com/llvm/llvm-project/commit/20804b6f66dfb844e2fe184145937390442d50b8
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fpext.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-fpext.mir

  Log Message:
  -----------
  [DPWBS-1178] feat(Legalizer): Add legalizer rules for G_FPEXT

For TC18, we can directly support extensions from single to double
precision. For earlier architectures, we need to emit a library call.

Extending from half-precision to double-precision is currently
unsupported.


  Commit: 9653ec9f1ecc8adb0ddc9fa87f87c5cf70ab5f8a
      https://github.com/llvm/llvm-project/commit/9653ec9f1ecc8adb0ddc9fa87f87c5cf70ab5f8a
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptrunc.mir
    A llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-fptrunc.mir

  Log Message:
  -----------
  [DPWBS-1184] feat(Legalizer): Add legalizer rules for G_FPTRUNC

For TC18, we can directly support truncations from double to single
precision. For earlier architectures, we need to emit a library call.

Truncating from double-precision to half-precision is currently
unsupported.


  Commit: ae751d475e7eae5805f00de7c6b916df20b786e6
      https://github.com/llvm/llvm-project/commit/ae751d475e7eae5805f00de7c6b916df20b786e6
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/TriCore/GlobalIsel/xfail-legalize-merge-values.mir

  Log Message:
  -----------
  [DPWBS-1170] fix(test): XFAIL tests need to output stderr to stdout


  Commit: 91cd2da0068363714f7ba403603108ee41738ddc
      https://github.com/llvm/llvm-project/commit/91cd2da0068363714f7ba403603108ee41738ddc
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding legality rule for G_FPTOSI and the corresponding test cases.


  Commit: 63c5df471bb90617abd7c622bb0a89e8300db489
      https://github.com/llvm/llvm-project/commit/63c5df471bb90617abd7c622bb0a89e8300db489
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding RegisterBank selection for G_FPTOSI and the corresponding test cases.


  Commit: 6a642af2ba0301f796bf6a901dd36f7abd43bad7
      https://github.com/llvm/llvm-project/commit/6a642af2ba0301f796bf6a901dd36f7abd43bad7
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    M llvm/lib/Target/TriCore/TriCoreRegisterInfo.td

  Log Message:
  -----------
  [DPWBS-1177] Adding floating point type support for registers and making preparation for floating point instructions in TriCoreGISelPattern.td


  Commit: a7f606fc11a8cf46784814c97ab29aa7f05ba015
      https://github.com/llvm/llvm-project/commit/a7f606fc11a8cf46784814c97ab29aa7f05ba015
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-fptosi.mir

  Log Message:
  -----------
  [DPWBS-1177] Adding Instruction Selection support for G_FPTOSI and the corresponding test cases.


  Commit: 8e6b6000bef45b3c097296a8cc95006e9cefac6b
      https://github.com/llvm/llvm-project/commit/8e6b6000bef45b3c097296a8cc95006e9cefac6b
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreLegalizerInfo.cpp
    A llvm/test/CodeGen/TriCore/GlobalIsel/legalize-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding legality rule for G_SITOFP and the corresponding test cases.


  Commit: 50e22155e5b7ee2d7aa64dacc289d8fb0c939ab9
      https://github.com/llvm/llvm-project/commit/50e22155e5b7ee2d7aa64dacc289d8fb0c939ab9
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    A llvm/test/CodeGen/TriCore/GlobalIsel/regbankselect-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding RegisterBank selection test cases for G_SITOFP. The selection handled by default.


  Commit: cad192ba4ecd30546e6306a598621d66c50d6cda
      https://github.com/llvm/llvm-project/commit/cad192ba4ecd30546e6306a598621d66c50d6cda
  Author: dszabo <david.szabo at hightec-rt.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/lib/Target/TriCore/TriCoreGISelPattern.td
    A llvm/test/CodeGen/TriCore/GlobalIsel/select-sitofp.mir

  Log Message:
  -----------
  [DPWBS-1181] Adding Instruction Selection pattern for G_SITOFP and the corresponding test cases.


  Commit: 0233b373a43fc8e040548f1b6afaaee0fa9ec5fa
      https://github.com/llvm/llvm-project/commit/0233b373a43fc8e040548f1b6afaaee0fa9ec5fa
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M .arcconfig
    M clang-tools-extra/CODE_OWNERS.TXT
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/InMemorySymbolIndex.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.h
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.h
    M clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
    M clang-tools-extra/clang-include-fixer/plugin/IncludeFixerPlugin.cpp
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-move/tool/ClangMove.cpp
    M clang-tools-extra/clang-query/QueryParser.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MoveForwardingReferenceCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
    M clang-tools-extra/clang-tidy/misc/MisplacedConstCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/rename_check.py
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    A clang-tools-extra/clang-tidy/tool/ClangTidyMain.h
    A clang-tools-extra/clang-tidy/tool/ClangTidyToolMain.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
    M clang-tools-extra/clang-tidy/utils/IncludeInserter.cpp
    M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.cpp
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.h
    M clang-tools-extra/clangd/ClangdServer.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/ExpectedTypes.cpp
    M clang-tools-extra/clangd/FS.cpp
    M clang-tools-extra/clangd/FSProvider.cpp
    M clang-tools-extra/clangd/FSProvider.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/PathMapping.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/Shutdown.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/Threading.cpp
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    M clang-tools-extra/clangd/clients/clangd-vscode/package.json
    M clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    A clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundQueue.cpp
    M clang-tools-extra/clangd/index/CanonicalIncludes.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExpandMacro.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/test/did-change-configuration-params.test
    M clang-tools-extra/clangd/test/hover.test
    M clang-tools-extra/clangd/test/rename.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ASTTests.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/ExpectedTypeTest.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/FuzzyMatchTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HeaderSourceSwitchTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PrintASTTests.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolInfoTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/clangd/xpc/test-client/ClangdXPCTestClient.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-misplaced-const.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/modularize/CoverageChecker.cpp
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/ModularizeUtilities.cpp
    M clang-tools-extra/modularize/ModuleAssistant.cpp
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/absl/strings/internal-file.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-no-internal-dependencies.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.c
    M clang-tools-extra/test/clang-tidy/checkers/misc-misplaced-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-main-like.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    M clang-tools-extra/unittests/clang-include-fixer/IncludeFixerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang/AST/ASTConcept.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/JSONNodeDumper.h
    A clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/PrettyPrinter.h
    M clang/include/clang/AST/PropertiesBase.td
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/PathDiagnostic.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/PartialDiagnostic.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Multilib.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/CommandLineSourceLoc.h
    M clang/include/clang/Frontend/LogDiagnosticPrinter.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/ScopeInfo.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/TemplateDeduction.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
    M clang/include/clang/Tooling/AllTUsExecution.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/AST/ASTConcept.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDiagnostic.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    M clang/lib/AST/Linkage.h
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/ODRHash.cpp
    A clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypeLoc.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Warnings.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuilder.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXX.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGGPUBuiltin.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/DirectoryWatcher/mac/DirectoryWatcher-mac.cpp
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/Multilib.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.cpp
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    M clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CloudABI.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/MSP430.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MipsLinux.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/DependencyGraph.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/LogDiagnosticPrinter.cpp
    M clang/lib/Frontend/ModuleDependencyCollector.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FixItRewriter.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnosticBuffer.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/__clang_cuda_intrinsics.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Index/IndexTypeSourceInfo.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseCXXInlineMethods.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseInit.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    A clang/lib/Sema/SemaAvailability.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    A clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp
    A clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/Iterator.h
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Core/DynamicSize.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/Core/Replacement.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/lib/Tooling/FileMatchTrie.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Refactoring/AtomicChange.cpp
    M clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/RefactoringCallbacks.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/test/AST/ast-dump-record-definition-data-json.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-for-pthread-lock.h
    A clang/test/Analysis/c11lock.c
    A clang/test/Analysis/container-modeling.cpp
    A clang/test/Analysis/debug-container-modeling.cpp
    M clang/test/Analysis/debug-iterator-modeling.cpp
    M clang/test/Analysis/fuchsia_handle.cpp
    A clang/test/Analysis/fuchsia_lock.c
    M clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/placement-new-user-defined.cpp
    M clang/test/Analysis/placement-new.cpp
    M clang/test/Analysis/pthreadlock.c
    M clang/test/CXX/class.derived/class.virtual/p6.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p3.cpp
    M clang/test/CXX/class/class.compare/class.compare.default/p4.cpp
    M clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    M clang/test/CXX/dcl/dcl.decl/p3.cpp
    A clang/test/CXX/dcl/dcl.fct/p17.cpp
    A clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
    M clang/test/CXX/drs/dr17xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/mixed-constraints.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p4.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.closure/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/equivalence.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/p3.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/requires-expr.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/simple-requirement.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/over/over.match/over.match.best/p1-2a.cpp
    M clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
    M clang/test/CXX/over/over.match/over.match.viable/p3.cpp
    M clang/test/CXX/over/over.over/p4-2a.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-2a.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.constr/partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.decl/p3.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp
    M clang/test/CXX/temp/temp.explicit/p8.cpp
    M clang/test/CXX/temp/temp.param/p10-2a.cpp
    M clang/test/ClangScanDeps/Inputs/modules_cdb.json
    M clang/test/ClangScanDeps/modules-full.cpp
    M clang/test/CodeCompletion/call.cpp
    A clang/test/CodeCompletion/desig-init.cpp
    M clang/test/CodeGen/aarch64-neon-2velem.c
    A clang/test/CodeGen/arm-mve-intrinsics/bitwise-imm.c
    A clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/asan-globals-gc.cpp
    A clang/test/CodeGen/assume-aligned-and-alloc-align-attributes.c
    A clang/test/CodeGen/avx-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx2-builtins.c
    M clang/test/CodeGen/avx512bf16-builtins.c
    M clang/test/CodeGen/avx512bitalg-builtins.c
    M clang/test/CodeGen/avx512bw-builtins.c
    M clang/test/CodeGen/avx512dq-builtins.c
    M clang/test/CodeGen/avx512er-builtins.c
    A clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512ifma-builtins.c
    M clang/test/CodeGen/avx512ifmavl-builtins.c
    M clang/test/CodeGen/avx512pf-builtins.c
    M clang/test/CodeGen/avx512vbmi-builtins.c
    M clang/test/CodeGen/avx512vbmi2-builtins.c
    A clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/avx512vlbf16-builtins.c
    M clang/test/CodeGen/avx512vlbitalg-builtins.c
    M clang/test/CodeGen/avx512vlbw-builtins.c
    M clang/test/CodeGen/avx512vlcd-builtins.c
    M clang/test/CodeGen/avx512vldq-builtins.c
    M clang/test/CodeGen/avx512vlvbmi2-builtins.c
    M clang/test/CodeGen/avx512vlvnni-builtins.c
    M clang/test/CodeGen/avx512vnni-builtins.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    M clang/test/CodeGen/builtins-hexagon-v67-audio.c
    A clang/test/CodeGen/builtins-systemz-vector-constrained.c
    A clang/test/CodeGen/builtins-systemz-vector2-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    A clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
    M clang/test/CodeGen/complex-convert.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    M clang/test/CodeGen/function-sections.c
    M clang/test/CodeGen/loop-unroll.c
    M clang/test/CodeGen/mmx-builtins.c
    M clang/test/CodeGen/patchable-function-entry.c
    A clang/test/CodeGen/sse-builtins-constrained-cmp.c
    M clang/test/CodeGen/sse-builtins.c
    A clang/test/CodeGen/sse2-builtins-constrained-cmp.c
    M clang/test/CodeGen/sse2-builtins.c
    M clang/test/CodeGen/sse3-builtins.c
    M clang/test/CodeGen/sse41-builtins.c
    M clang/test/CodeGen/sse42-builtins.c
    M clang/test/CodeGen/sse4a-builtins.c
    M clang/test/CodeGen/ssse3-builtins.c
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    M clang/test/CodeGen/xop-builtins-cmp.c
    M clang/test/CodeGen/xop-builtins.c
    M clang/test/CodeGen/xray-attributes-noxray-supported.cpp
    M clang/test/CodeGenCXX/cfi-mfcall.cpp
    A clang/test/CodeGenCXX/debug-info-auto-return.cpp
    M clang/test/CodeGenCXX/global-init.cpp
    M clang/test/CodeGenCXX/lto-visibility-inference.cpp
    M clang/test/CodeGenCXX/mangle-concept.cpp
    A clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
    M clang/test/CodeGenCXX/type-metadata.cpp
    M clang/test/CodeGenCXX/vcall-visibility-metadata.cpp
    M clang/test/CodeGenCXX/virtual-compare.cpp
    A clang/test/CodeGenObjC/direct-method-ret-mismatch.m
    A clang/test/CodeGenObjC/direct-properties.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CodeGenOpenCL/builtins-amdgcn-mfma.cl
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/bin/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/include/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/lib/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/lib64/.keep
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/nvvm/libdevice/libdevice.10.bc
    A clang/test/Driver/Inputs/CUDA-unknown/usr/local/cuda/version.txt
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/libclang_rt.lsan.a
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/libclang_rt.lsan.a
    M clang/test/Driver/Wp-args.c
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/cc-print-options.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cl-showfilenames.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/cuda-simple.cu
    M clang/test/Driver/cuda-version-check.cu
    M clang/test/Driver/darwin-header-search-system.cpp
    M clang/test/Driver/fpatchable-function-entry.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-printf.hip
    M clang/test/Driver/offloading-interoperability.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/option-aliases.c
    M clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/driver-test2.c
    A clang/test/Lexer/Inputs/inc1.h
    A clang/test/Lexer/Inputs/inc2.h
    A clang/test/Lexer/SourceLocationsOverflow.c
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/Lexer/keywords_test.cpp
    M clang/test/Modules/diagnostics.modulemap
    M clang/test/Modules/exception-spec.cpp
    M clang/test/Modules/merge-lifetime-extended-temporary.cpp
    M clang/test/Modules/objc-method-redecl.m
    M clang/test/Modules/using-decl-inheritance.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    A clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/Parser/cxx-concept-declaration.cpp
    M clang/test/Parser/cxx-concepts-ambig-constraint-expr.cpp
    M clang/test/Parser/cxx-concepts-requires-clause.cpp
    M clang/test/Parser/cxx-default-delete.cpp
    A clang/test/Parser/cxx2a-abbreviated-templates.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    M clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
    M clang/test/Parser/cxx2a-constrained-template-param.cpp
    A clang/test/Parser/cxx2a-placeholder-type-constraint.cpp
    M clang/test/Parser/cxx2a-spaceship.cpp
    A clang/test/Parser/max-tokens.cpp
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/wasm-target-features.c
    M clang/test/Sema/alloc-align-attr.c
    M clang/test/Sema/arm-mve-immediates.c
    M clang/test/Sema/attr-aligned.c
    M clang/test/Sema/attr-capabilities.c
    M clang/test/Sema/builtin-assume-aligned.c
    M clang/test/Sema/patchable-function-entry-attr.c
    M clang/test/Sema/warn-fortify-source.c
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    A clang/test/SemaCXX/std-align-val-t-in-operator-new.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    A clang/test/SemaObjC/method-direct-arc.m
    M clang/test/SemaObjC/method-direct.m
    A clang/test/SemaOpenCL/builtins-amdgcn-error-gfx908-param.cl
    M clang/test/SemaOpenCLCXX/address-space-lambda.cl
    A clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
    A clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp
    M clang/test/SemaTemplate/instantiate-expanded-type-constraint.cpp
    M clang/test/SemaTemplate/instantiate-requires-clause.cpp
    M clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-diff/ClangDiff.cpp
    M clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/diagtool/DiagTool.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndexDiagnostic.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CIndexer.h
    M clang/tools/libclang/CLog.h
    M clang/tools/libclang/Indexing.cpp
    M clang/unittests/AST/ASTImporterFixtures.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTest.h
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/DirectoryWatcher/DirectoryWatcherTest.cpp
    M clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Frontend/PCHPreambleTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Rename/ClangRenameTest.h
    M clang/unittests/Sema/ExternalSemaSourceTest.cpp
    M clang/unittests/StaticAnalyzer/Reusables.h
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/DependencyScannerTest.cpp
    M clang/unittests/Tooling/ExecutionTest.cpp
    M clang/unittests/Tooling/HeaderIncludesTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTestPostOrderVisitor.cpp
    M clang/unittests/Tooling/RefactoringTest.cpp
    M clang/unittests/Tooling/RewriterTestContext.h
    M clang/unittests/Tooling/SourceCodeBuildersTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/TestUtils.h
    M clang/utils/TableGen/ClangASTNodesEmitter.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
    M clang/utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/ClangOptionDocEmitter.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/perf-training/perf-helper.py
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.html
    M clang/www/make_cxx_dr_status
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/options.inc
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    A compiler-rt/lib/gwp_asan/tests/enable_disable.cpp
    A compiler-rt/lib/gwp_asan/tests/harness.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.h
    A compiler-rt/lib/gwp_asan/tests/iterate.cpp
    M compiler-rt/lib/lsan/CMakeLists.txt
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan.h
    M compiler-rt/lib/lsan/lsan_allocator.h
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_common.h
    A compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_common_linux.cpp
    M compiler-rt/lib/lsan/lsan_common_mac.cpp
    A compiler-rt/lib/lsan/lsan_fuchsia.cpp
    A compiler-rt/lib/lsan/lsan_fuchsia.h
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_linux.cpp
    A compiler-rt/lib/lsan/lsan_posix.cpp
    A compiler-rt/lib/lsan/lsan_posix.h
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
    A compiler-rt/lib/sanitizer_common/sanitizer_procmaps_fuchsia.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/common.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/builtins/Unit/clear_cache_test.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/profile/instrprof-set-filename.c
    M compiler-rt/test/tsan/CMakeLists.txt
    M debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/prettyprinters.gdb
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCRules.cmake
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/platfrom_defs.h.inc
    A libc/config/linux/syscall.h.def
    M libc/include/CMakeLists.txt
    M libc/src/CMakeLists.txt
    M libc/src/sys/mman/CMakeLists.txt
    A libc/src/sys/mman/linux/CMakeLists.txt
    A libc/src/sys/mman/linux/mmap.cpp
    A libc/src/sys/mman/linux/munmap.cpp
    R libc/src/sys/mman/mmap.cpp
    R libc/src/sys/mman/munmap.cpp
    R libc/src/unistd/CMakeLists.txt
    R libc/src/unistd/syscall.h.def
    M libc/test/config/linux/x86_64/CMakeLists.txt
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/sys/mman/CMakeLists.txt
    A libc/test/src/sys/mman/linux/CMakeLists.txt
    A libc/test/src/sys/mman/linux/mmap_test.cpp
    R libc/test/src/sys/mman/mmap_test.cpp
    M libc/utils/CMakeLists.txt
    A libc/utils/CPP/Array.h
    A libc/utils/CPP/ArrayRef.h
    A libc/utils/CPP/CMakeLists.txt
    A libc/utils/CPP/README.md
    A libc/utils/CPP/StringRef.h
    A libc/utils/CPP/TypeTraits.h
    M libc/utils/HdrGen/CMakeLists.txt
    M libc/utils/HdrGen/Generator.cpp
    M libc/utils/HdrGen/Main.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/benchmarks/CMakeLists.txt
    A libc/utils/benchmarks/JSON.cpp
    A libc/utils/benchmarks/JSON.h
    A libc/utils/benchmarks/JSONTest.cpp
    A libc/utils/benchmarks/LibcBenchmark.cpp
    A libc/utils/benchmarks/LibcBenchmark.h
    A libc/utils/benchmarks/LibcBenchmarkTest.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmark.h
    A libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    A libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    A libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    A libc/utils/benchmarks/Memcmp.cpp
    A libc/utils/benchmarks/Memcpy.cpp
    A libc/utils/benchmarks/Memset.cpp
    A libc/utils/benchmarks/RATIONALE.md
    A libc/utils/benchmarks/README.md
    A libc/utils/benchmarks/configuration_big.json
    A libc/utils/benchmarks/configuration_small.json
    A libc/utils/benchmarks/render.py3
    M libcxx/CMakeLists.txt
    M libcxx/cmake/caches/Apple.cmake
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__config
    M libcxx/include/array
    M libcxx/include/string
    M libcxx/include/support/win32/locale_win32.h
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/src/locale.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    A libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    A libcxx/test/libcxx/utilities/optional/block.objc.pass.mm
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign.pass.cpp
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    A libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_move.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/gdb/libcxx/printers.py
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/cxa_exception.h
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/src/CMakeLists.txt
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/Driver.cpp
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/Symbols.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Reproduce.cpp
    M lld/Common/Strings.cpp
    M lld/Common/Timer.cpp
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/MSP430.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Arch/SPARCV9.cpp
    M lld/ELF/Arch/X86.cpp
    M lld/ELF/Arch/X86_64.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/OutputSections.h
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/MinGW/Driver.cpp
    M lld/include/lld/Common/Strings.h
    M lld/include/lld/Core/File.h
    M lld/lib/Core/Error.cpp
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/Atoms.h
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
    A lld/test/COFF/comdat-gcc-compatibility.s
    M lld/test/ELF/Inputs/undef-bad-debug.s
    M lld/test/ELF/aarch64-abs16.s
    M lld/test/ELF/aarch64-abs32.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/arm-fix-cortex-a8-recognize.s
    A lld/test/ELF/arm-thumb-interwork-ifunc.s
    A lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/hexagon-jump-error.s
    A lld/test/ELF/hexagon-tls-gd.s
    M lld/test/ELF/i386-reloc-16.s
    M lld/test/ELF/i386-reloc-8.s
    M lld/test/ELF/i386-reloc-range.s
    A lld/test/ELF/input-section-flags-diag1.test
    A lld/test/ELF/input-section-flags-diag2.test
    A lld/test/ELF/input-section-flags-diag3.test
    A lld/test/ELF/input-section-flags-keep.s
    A lld/test/ELF/input-section-flags.s
    M lld/test/ELF/linkerscript/filename-spec.s
    A lld/test/ELF/lto/devirt_vcall_vis_public.ll
    A lld/test/ELF/ppc-reloc-copy.s
    A lld/test/ELF/ppc32-canonical-plt.s
    A lld/test/ELF/ppc32-long-thunk.s
    A lld/test/ELF/ppc32-relocatable-got2.s
    M lld/test/ELF/ppc64-reloc-addr.s
    M lld/test/ELF/riscv-branch.s
    M lld/test/ELF/riscv-call.s
    M lld/test/ELF/riscv-hi20-lo12.s
    M lld/test/ELF/riscv-jal.s
    M lld/test/ELF/riscv-pcrel-hilo-error.s
    M lld/test/ELF/riscv-pcrel-hilo.s
    M lld/test/ELF/undef.s
    A lld/test/ELF/weak-undef-no-dynamic-linker.s
    M lld/test/ELF/x86-64-reloc-error.s
    M lld/test/ELF/x86-64-reloc-error2.s
    M lld/unittests/DriverTests/DarwinLdDriverTest.cpp
    M lld/unittests/MachOTests/MachONormalizedFileToAtomsTests.cpp
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/InputFiles.h
    M lld/wasm/OutputSections.cpp
    M lld/wasm/Symbols.cpp
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/bindings/headers.swig
    M lldb/docs/resources/reproducers.rst
    M lldb/docs/use/symbols.rst
    M lldb/docs/use/variable.rst
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Expression/Materializer.h
    M lldb/include/lldb/Expression/REPL.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    R lldb/include/lldb/Symbol/ClangASTContext.h
    M lldb/include/lldb/Symbol/ClangASTImporter.h
    M lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    A lldb/include/lldb/Symbol/TypeSystemClang.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestBasicDeque.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDeque.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/TestBasicForwardList.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardList.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/TestBasicList.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentList.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/TestListFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/list/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueue.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContent.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStack.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/TestStackFromStdModule.py
    M lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/TestBasicVector.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestBoolVector.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVector.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectors.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector/main.cpp
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
    R lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtr.py
    A lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    A lldb/packages/Python/lldbsuite/test/commands/target/auto-install-main-executable/main.cpp
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py
    M lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py
    M lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp
    M lldb/packages/Python/lldbsuite/test/lang/c/enum_types/TestEnumTypes.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppBitfields.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/TestCovariantReturnTypes.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/covariant-return-types/main.cpp
    M lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/TestObjCDirectDispatchStepping.py
    A lldb/packages/Python/lldbsuite/test/lang/objc/direct-dispatch-step/stepping-tests.m
    M lldb/packages/Python/lldbsuite/test/lang/objc/objc-stepping/TestObjCStepping.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/TestVSCode_completions.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/completions/main.cpp
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBAttachInfo.cpp
    M lldb/source/API/SBBlock.cpp
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointName.cpp
    M lldb/source/API/SBBreakpointOptionCommon.cpp
    M lldb/source/API/SBBroadcaster.cpp
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBCommandReturnObject.cpp
    M lldb/source/API/SBCommunication.cpp
    M lldb/source/API/SBCompileUnit.cpp
    M lldb/source/API/SBData.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBDeclaration.cpp
    M lldb/source/API/SBError.cpp
    M lldb/source/API/SBEvent.cpp
    M lldb/source/API/SBExecutionContext.cpp
    M lldb/source/API/SBExpressionOptions.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBFileSpec.cpp
    M lldb/source/API/SBFileSpecList.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBFunction.cpp
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.cpp
    M lldb/source/API/SBLanguageRuntime.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBLineEntry.cpp
    M lldb/source/API/SBListener.cpp
    M lldb/source/API/SBMemoryRegionInfo.cpp
    M lldb/source/API/SBMemoryRegionInfoList.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBModuleSpec.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBProcessInfo.cpp
    M lldb/source/API/SBQueue.cpp
    M lldb/source/API/SBQueueItem.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBSourceManager.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/API/SBStringList.cpp
    M lldb/source/API/SBStructuredData.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/API/SBSymbolContext.cpp
    M lldb/source/API/SBSymbolContextList.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThread.cpp
    M lldb/source/API/SBThreadCollection.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/API/SBTrace.cpp
    M lldb/source/API/SBTraceOptions.cpp
    M lldb/source/API/SBType.cpp
    M lldb/source/API/SBTypeCategory.cpp
    M lldb/source/API/SBTypeEnumMember.cpp
    M lldb/source/API/SBTypeFilter.cpp
    M lldb/source/API/SBTypeFormat.cpp
    M lldb/source/API/SBTypeNameSpecifier.cpp
    M lldb/source/API/SBTypeSummary.cpp
    M lldb/source/API/SBTypeSynthetic.cpp
    M lldb/source/API/SBUnixSignals.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/API/SBValueList.cpp
    M lldb/source/API/SBVariablesOptions.cpp
    M lldb/source/API/SBWatchpoint.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Breakpoint/BreakpointList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointLocationCollection.cpp
    M lldb/source/Breakpoint/BreakpointLocationList.cpp
    M lldb/source/Breakpoint/BreakpointName.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointPrecondition.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/BreakpointSiteList.cpp
    M lldb/source/Breakpoint/Stoppoint.cpp
    M lldb/source/Breakpoint/StoppointCallbackContext.cpp
    M lldb/source/Breakpoint/StoppointLocation.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Breakpoint/WatchpointList.cpp
    M lldb/source/Breakpoint/WatchpointOptions.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectApropos.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectLanguage.cpp
    M lldb/source/Commands/CommandObjectLog.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectMultiword.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectPlugin.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectQuit.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectStats.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectVersion.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/AddressRange.cpp
    M lldb/source/Core/AddressResolver.cpp
    M lldb/source/Core/AddressResolverFileLine.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/DumpDataExtractor.cpp
    M lldb/source/Core/DumpRegisterValue.cpp
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Core/EmulateInstruction.cpp
    M lldb/source/Core/FileLineResolver.cpp
    M lldb/source/Core/FileSpecList.cpp
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Core/Highlighter.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleChild.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/Opcode.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/RichManglingContext.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/StreamAsynchronousIO.cpp
    M lldb/source/Core/StreamFile.cpp
    M lldb/source/Core/UserSettingsController.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectCast.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Core/ValueObjectConstResult.cpp
    M lldb/source/Core/ValueObjectConstResultCast.cpp
    M lldb/source/Core/ValueObjectConstResultChild.cpp
    M lldb/source/Core/ValueObjectConstResultImpl.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/Core/ValueObjectList.cpp
    M lldb/source/Core/ValueObjectMemory.cpp
    M lldb/source/Core/ValueObjectRegister.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/DataFormatters/CXXFunctionPointer.cpp
    M lldb/source/DataFormatters/DataVisualization.cpp
    M lldb/source/DataFormatters/DumpValueObjectOptions.cpp
    M lldb/source/DataFormatters/FormatCache.cpp
    M lldb/source/DataFormatters/FormatClasses.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/DataFormatters/FormattersHelpers.cpp
    M lldb/source/DataFormatters/LanguageCategory.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/DataFormatters/TypeCategory.cpp
    M lldb/source/DataFormatters/TypeCategoryMap.cpp
    M lldb/source/DataFormatters/TypeFormat.cpp
    M lldb/source/DataFormatters/TypeSummary.cpp
    M lldb/source/DataFormatters/TypeSynthetic.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/DataFormatters/VectorType.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/DiagnosticManager.cpp
    M lldb/source/Expression/Expression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Expression/IRMemoryMap.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Expression/UtilityFunction.cpp
    M lldb/source/Host/android/HostInfoAndroid.cpp
    M lldb/source/Host/android/LibcGlue.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/common/FileAction.cpp
    M lldb/source/Host/common/FileCache.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/GetOptInc.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/HostInfoBase.cpp
    M lldb/source/Host/common/HostNativeThreadBase.cpp
    M lldb/source/Host/common/HostProcess.cpp
    M lldb/source/Host/common/HostThread.cpp
    M lldb/source/Host/common/LZMA.cpp
    M lldb/source/Host/common/LockFileBase.cpp
    M lldb/source/Host/common/MainLoop.cpp
    M lldb/source/Host/common/MonitoringProcessLauncher.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/common/NativeRegisterContext.cpp
    M lldb/source/Host/common/NativeThreadProtocol.cpp
    M lldb/source/Host/common/NativeWatchpointList.cpp
    M lldb/source/Host/common/OptionParser.cpp
    M lldb/source/Host/common/PipeBase.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Host/common/ProcessRunLock.cpp
    M lldb/source/Host/common/PseudoTerminal.cpp
    M lldb/source/Host/common/Socket.cpp
    M lldb/source/Host/common/SocketAddress.cpp
    M lldb/source/Host/common/StringConvert.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/common/TaskPool.cpp
    M lldb/source/Host/common/Terminal.cpp
    M lldb/source/Host/common/ThreadLauncher.cpp
    M lldb/source/Host/common/UDPSocket.cpp
    M lldb/source/Host/common/XML.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
    M lldb/source/Host/linux/AbstractSocket.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/linux/HostInfoLinux.cpp
    M lldb/source/Host/linux/LibcGlue.cpp
    R lldb/source/Host/linux/ProcessLauncherLinux.cpp
    M lldb/source/Host/linux/Support.cpp
    M lldb/source/Host/macosx/cfcpp/CFCBundle.cpp
    M lldb/source/Host/macosx/cfcpp/CFCData.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp
    M lldb/source/Host/macosx/cfcpp/CFCString.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Host/netbsd/HostInfoNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
    M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
    M lldb/source/Host/posix/DomainSocket.cpp
    M lldb/source/Host/posix/FileSystemPosix.cpp
    M lldb/source/Host/posix/HostInfoPosix.cpp
    M lldb/source/Host/posix/HostProcessPosix.cpp
    M lldb/source/Host/posix/HostThreadPosix.cpp
    M lldb/source/Host/posix/LockFilePosix.cpp
    M lldb/source/Host/posix/PipePosix.cpp
    M lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
    M lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
    M lldb/source/Host/windows/EditLineWin.cpp
    M lldb/source/Host/windows/FileSystem.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Host/windows/HostInfoWindows.cpp
    M lldb/source/Host/windows/HostProcessWindows.cpp
    M lldb/source/Host/windows/HostThreadWindows.cpp
    M lldb/source/Host/windows/LockFileWindows.cpp
    M lldb/source/Host/windows/PipeWindows.cpp
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Host/windows/ProcessRunLock.cpp
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Initialization/SystemInitializer.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Initialization/SystemLifetimeManager.cpp
    M lldb/source/Interpreter/CommandAlias.cpp
    M lldb/source/Interpreter/CommandHistory.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    M lldb/source/Interpreter/CommandObjectScript.cpp
    M lldb/source/Interpreter/CommandOptionValidators.cpp
    M lldb/source/Interpreter/CommandReturnObject.cpp
    M lldb/source/Interpreter/OptionArgParser.cpp
    M lldb/source/Interpreter/OptionGroupArchitecture.cpp
    M lldb/source/Interpreter/OptionGroupBoolean.cpp
    M lldb/source/Interpreter/OptionGroupFile.cpp
    M lldb/source/Interpreter/OptionGroupFormat.cpp
    M lldb/source/Interpreter/OptionGroupOutputFile.cpp
    M lldb/source/Interpreter/OptionGroupPlatform.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupString.cpp
    M lldb/source/Interpreter/OptionGroupUInt64.cpp
    M lldb/source/Interpreter/OptionGroupUUID.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/OptionGroupVariable.cpp
    M lldb/source/Interpreter/OptionGroupWatchpoint.cpp
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArch.cpp
    M lldb/source/Interpreter/OptionValueArgs.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueBoolean.cpp
    M lldb/source/Interpreter/OptionValueChar.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    M lldb/source/Interpreter/OptionValueEnumeration.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/OptionValueFormat.cpp
    M lldb/source/Interpreter/OptionValueFormatEntity.cpp
    M lldb/source/Interpreter/OptionValueLanguage.cpp
    M lldb/source/Interpreter/OptionValuePathMappings.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Interpreter/OptionValueRegex.cpp
    M lldb/source/Interpreter/OptionValueSInt64.cpp
    M lldb/source/Interpreter/OptionValueString.cpp
    M lldb/source/Interpreter/OptionValueUInt64.cpp
    M lldb/source/Interpreter/OptionValueUUID.cpp
    M lldb/source/Interpreter/Options.cpp
    M lldb/source/Interpreter/Property.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
    M lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/Disassembler/CMakeLists.txt
    A lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt
    A lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    A lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
    R lldb/source/Plugins/Disassembler/llvm/CMakeLists.txt
    R lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    R lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    A lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    A lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
    R lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/Language/ObjC/CF.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSError.cpp
    M lldb/source/Plugins/Language/ObjC/NSException.cpp
    M lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/Darwin/CFBundle.cpp
    M lldb/source/Plugins/Process/Darwin/CFString.cpp
    M lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
    M lldb/source/Plugins/Process/Darwin/MachException.cpp
    M lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
    M lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
    M lldb/source/Plugins/Process/POSIX/CrashReason.cpp
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
    M lldb/source/Plugins/Process/Utility/AuxVector.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
    M lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp
    M lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Symbol/Block.cpp
    M lldb/source/Symbol/CMakeLists.txt
    R lldb/source/Symbol/ClangASTContext.cpp
    M lldb/source/Symbol/ClangASTImporter.cpp
    M lldb/source/Symbol/ClangASTMetadata.cpp
    M lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
    M lldb/source/Symbol/ClangUtil.cpp
    M lldb/source/Symbol/CompactUnwindInfo.cpp
    M lldb/source/Symbol/CompileUnit.cpp
    M lldb/source/Symbol/CompilerDecl.cpp
    M lldb/source/Symbol/CompilerDeclContext.cpp
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/DWARFCallFrameInfo.cpp
    M lldb/source/Symbol/DebugMacros.cpp
    M lldb/source/Symbol/DeclVendor.cpp
    M lldb/source/Symbol/Declaration.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/LineEntry.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/LocateSymbolFile.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/PostfixExpression.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/SymbolVendor.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeList.cpp
    M lldb/source/Symbol/TypeMap.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    A lldb/source/Symbol/TypeSystemClang.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Symbol/UnwindTable.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Symbol/VariableList.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/ExecutionContext.cpp
    M lldb/source/Target/InstrumentationRuntime.cpp
    M lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
    M lldb/source/Target/JITLoader.cpp
    M lldb/source/Target/JITLoaderList.cpp
    M lldb/source/Target/Language.cpp
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/MemoryHistory.cpp
    M lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/source/Target/ModuleCache.cpp
    M lldb/source/Target/OperatingSystem.cpp
    M lldb/source/Target/PathMappingList.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Queue.cpp
    M lldb/source/Target/QueueItem.cpp
    M lldb/source/Target/QueueList.cpp
    M lldb/source/Target/RegisterContext.cpp
    M lldb/source/Target/RegisterNumber.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadHistory.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/StackID.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/source/Target/StructuredDataPlugin.cpp
    M lldb/source/Target/SystemRuntime.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadCollection.cpp
    M lldb/source/Target/ThreadList.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
    M lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
    M lldb/source/Target/ThreadPlanCallUserExpression.cpp
    M lldb/source/Target/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanRunToAddress.cpp
    M lldb/source/Target/ThreadPlanShouldStopHere.cpp
    M lldb/source/Target/ThreadPlanStepInRange.cpp
    M lldb/source/Target/ThreadPlanStepInstruction.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Target/ThreadPlanStepThrough.cpp
    M lldb/source/Target/ThreadPlanStepUntil.cpp
    M lldb/source/Target/ThreadPlanTracer.cpp
    M lldb/source/Target/ThreadSpec.cpp
    M lldb/source/Target/UnixSignals.cpp
    M lldb/source/Target/UnwindAssembly.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/Baton.cpp
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/CompletionRequest.cpp
    M lldb/source/Utility/Connection.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/DataBufferHeap.cpp
    M lldb/source/Utility/DataBufferLLVM.cpp
    M lldb/source/Utility/DataEncoder.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/Environment.cpp
    M lldb/source/Utility/Event.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/IOObject.cpp
    M lldb/source/Utility/LLDBAssert.cpp
    M lldb/source/Utility/Listener.cpp
    M lldb/source/Utility/Log.cpp
    M lldb/source/Utility/Logging.cpp
    M lldb/source/Utility/NameMatches.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/RegisterValue.cpp
    M lldb/source/Utility/RegularExpression.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/ReproducerInstrumentation.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/SelectHelper.cpp
    M lldb/source/Utility/SharingPtr.cpp
    M lldb/source/Utility/State.cpp
    M lldb/source/Utility/Status.cpp
    M lldb/source/Utility/Stream.cpp
    M lldb/source/Utility/StreamCallback.cpp
    M lldb/source/Utility/StreamString.cpp
    M lldb/source/Utility/StringExtractor.cpp
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/source/Utility/StringLexer.cpp
    M lldb/source/Utility/StringList.cpp
    M lldb/source/Utility/StructuredData.cpp
    M lldb/source/Utility/TildeExpressionResolver.cpp
    M lldb/source/Utility/Timer.cpp
    M lldb/source/Utility/UUID.cpp
    M lldb/source/Utility/UriParser.cpp
    M lldb/source/Utility/UserID.cpp
    M lldb/source/Utility/UserIDResolver.cpp
    M lldb/source/Utility/VASprintf.cpp
    M lldb/source/Utility/VMRange.cpp
    M lldb/source/lldb.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/lldbtest.py
    M lldb/test/Shell/CMakeLists.txt
    A lldb/test/Shell/Commands/command-breakpoint-col.test
    M lldb/test/Shell/Driver/LocalLLDBInit.test
    M lldb/test/Shell/Driver/TestCore.test
    M lldb/test/Shell/Driver/TestFile.test
    M lldb/test/Shell/Driver/TestRepl.test
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
    A lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/Process/TestEnvironment.test
    M lldb/test/Shell/Quit/TestQuitExitCode-30.test
    M lldb/test/Shell/Quit/TestQuitExitCode30.test
    M lldb/test/Shell/Quit/TestQuitExitCodeHexA.test
    M lldb/test/Shell/Register/x86-64-write.test
    M lldb/test/Shell/Reproducer/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
    M lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
    A lldb/test/Shell/ScriptInterpreter/Lua/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
    A lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg
    M lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
    M lldb/test/Shell/SymbolFile/DWARF/debug_aranges-empty-section.s
    M lldb/test/Shell/SymbolFile/DWARF/debug_loc.s
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit.cfg.py
    M lldb/tools/darwin-debug/CMakeLists.txt
    M lldb/tools/debugserver/source/DNBArch.h
    M lldb/tools/debugserver/source/DNBDefs.h
    M lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/MachTask.h
    M lldb/tools/debugserver/source/MacOSX/MachTask.mm
    M lldb/tools/debugserver/source/MacOSX/MachThread.cpp
    M lldb/tools/debugserver/source/MacOSX/MachThread.h
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.h
    M lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
    M lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    R lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.cpp
    R lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
    M lldb/tools/debugserver/source/RNBDefs.h
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/debugserver/source/RNBServices.cpp
    M lldb/tools/lldb-server/Acceptor.cpp
    M lldb/tools/lldb-test/SystemInitializerTest.cpp
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/BreakpointBase.cpp
    M lldb/tools/lldb-vscode/FunctionBreakpoint.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Breakpoint/BreakpointIDTest.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Core/RichManglingContextTest.cpp
    M lldb/unittests/Core/StreamCallbackTest.cpp
    M lldb/unittests/Core/UniqueCStringMapTest.cpp
    M lldb/unittests/DataFormatter/FormatManagerTests.cpp
    M lldb/unittests/Disassembler/TestArm64Disassembly.cpp
    M lldb/unittests/Disassembler/TestArmv7Disassembly.cpp
    M lldb/unittests/Editline/EditlineTest.cpp
    M lldb/unittests/Expression/ClangExpressionDeclMapTest.cpp
    M lldb/unittests/Expression/ClangParserTest.cpp
    M lldb/unittests/Expression/CppModuleConfigurationTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Expression/DiagnosticManagerTest.cpp
    M lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
    M lldb/unittests/Host/FileActionTest.cpp
    M lldb/unittests/Host/FileSystemTest.cpp
    M lldb/unittests/Host/FileTest.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Host/HostTest.cpp
    M lldb/unittests/Host/MainLoopTest.cpp
    M lldb/unittests/Host/NativeProcessProtocolTest.cpp
    M lldb/unittests/Host/ProcessLaunchInfoTest.cpp
    M lldb/unittests/Host/SocketAddressTest.cpp
    M lldb/unittests/Host/SocketTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/Host/linux/HostTest.cpp
    M lldb/unittests/Host/linux/SupportTest.cpp
    M lldb/unittests/Interpreter/TestCompletion.cpp
    M lldb/unittests/Interpreter/TestOptionArgParser.cpp
    M lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
    M lldb/unittests/Language/Highlighting/HighlighterTest.cpp
    M lldb/unittests/ObjectFile/Breakpad/BreakpadRecordsTest.cpp
    M lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
    M lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/Process/Linux/ProcessorTraceTest.cpp
    M lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/Signals/UnixSignalsTest.cpp
    M lldb/unittests/Symbol/CMakeLists.txt
    M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    R lldb/unittests/Symbol/TestClangASTContext.cpp
    M lldb/unittests/Symbol/TestClangASTImporter.cpp
    M lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/Symbol/TestType.cpp
    A lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
    M lldb/unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ExecutionContextTest.cpp
    M lldb/unittests/Target/MemoryRegionInfoTest.cpp
    M lldb/unittests/Target/PathMappingListTest.cpp
    M lldb/unittests/TestingSupport/MockTildeExpressionResolver.cpp
    M lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
    M lldb/unittests/TestingSupport/TestUtilities.cpp
    M lldb/unittests/TestingSupport/TestUtilities.h
    M lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
    M lldb/unittests/Utility/AnsiTerminalTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/BroadcasterTest.cpp
    M lldb/unittests/Utility/CompletionRequestTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/EnvironmentTest.cpp
    M lldb/unittests/Utility/EventTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/FlagsTest.cpp
    M lldb/unittests/Utility/ListenerTest.cpp
    M lldb/unittests/Utility/LogTest.cpp
    M lldb/unittests/Utility/NameMatchesTest.cpp
    M lldb/unittests/Utility/OptionsWithRawTest.cpp
    M lldb/unittests/Utility/PredicateTest.cpp
    M lldb/unittests/Utility/ProcessInfoTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp
    M lldb/unittests/Utility/RangeTest.cpp
    M lldb/unittests/Utility/RegisterValueTest.cpp
    M lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/unittests/Utility/StateTest.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M lldb/unittests/Utility/StreamTeeTest.cpp
    M lldb/unittests/Utility/StreamTest.cpp
    M lldb/unittests/Utility/StringLexerTest.cpp
    M lldb/unittests/Utility/StringListTest.cpp
    M lldb/unittests/Utility/StructuredDataTest.cpp
    M lldb/unittests/Utility/SubsystemRAIITest.cpp
    M lldb/unittests/Utility/TimeoutTest.cpp
    M lldb/unittests/Utility/TimerTest.cpp
    M lldb/unittests/Utility/UUIDTest.cpp
    M lldb/unittests/Utility/UserIDResolverTest.cpp
    M lldb/unittests/Utility/VASprintfTest.cpp
    M lldb/unittests/Utility/VMRangeTest.cpp
    M lldb/unittests/debugserver/JSONTest.cpp
    M lldb/unittests/debugserver/RNBSocketTest.cpp
    M lldb/unittests/debugserver/debugserver_LogCallback.cpp
    M lldb/unittests/tools/lldb-server/inferior/environment_check.cpp
    M lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp
    M lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
    M lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
    M lldb/unittests/tools/lldb-server/tests/TestBase.cpp
    M lldb/unittests/tools/lldb-server/tests/TestBase.h
    M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
    M lldb/unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.cpp
    M lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/.gitignore
    M llvm/cmake/modules/CheckCompilerVersion.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX900.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX904.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst
    M llvm/docs/Atomics.rst
    M llvm/docs/BigEndianNEON.rst
    M llvm/docs/BlockFrequencyTerminology.rst
    M llvm/docs/Bugpoint.rst
    M llvm/docs/CMakePrimer.rst
    M llvm/docs/CodeGenerator.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandGuide/tblgen.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/CoverageMappingFormat.rst
    M llvm/docs/DependenceGraphs/index.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Extensions.rst
    M llvm/docs/Frontend/PerformanceTips.rst
    M llvm/docs/FuzzingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/GwpAsan.rst
    M llvm/docs/HowToBuildOnARM.rst
    M llvm/docs/HowToCrossCompileBuiltinsOnArm.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/MarkedUpDisassembly.rst
    M llvm/docs/MemTagSanitizer.rst
    M llvm/docs/ORCv2.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/Proposals/GitHubMove.rst
    M llvm/docs/Proposals/TestSuite.rst
    M llvm/docs/Proposals/VariableNames.rst
    M llvm/docs/ReleaseProcess.rst
    M llvm/docs/ReportingGuide.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/TableGen/LangRef.rst
    M llvm/docs/TestingGuide.rst
    M llvm/docs/TransformMetadata.rst
    M llvm/docs/WritingAnLLVMBackend.rst
    M llvm/docs/XRayFDRFormat.rst
    M llvm/docs/YamlIO.rst
    M llvm/docs/tutorial/BuildingAJIT1.rst
    M llvm/docs/tutorial/BuildingAJIT2.rst
    M llvm/docs/tutorial/OCamlLangImpl3.rst
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h
    M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter3/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter4/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter5/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter6/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter7/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter8/toy.cpp
    M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
    M llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h
    M llvm/examples/LLJITExamples/CMakeLists.txt
    M llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt
    M llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    M llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    M llvm/examples/LLJITExamples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    M llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/include/llvm/ADT/Optional.h
    M llvm/include/llvm/ADT/PointerIntPair.h
    M llvm/include/llvm/ADT/ScopedHashTable.h
    M llvm/include/llvm/ADT/SmallString.h
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/include/llvm/ADT/StringMap.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/InlineCost.h
    M llvm/include/llvm/Analysis/LegacyDivergenceAnalysis.h
    M llvm/include/llvm/Analysis/LoopPass.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/RegionInfoImpl.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CommandFlags.inc
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveRangeEdit.h
    A llvm/include/llvm/CodeGen/MBFIWrapper.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/PseudoSourceValue.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
    M llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/Layer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/ConstrainedOps.def
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/GlobalObject.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ValueHandle.h
    M llvm/include/llvm/LTO/Config.h
    M llvm/include/llvm/LTO/LTOBackend.h
    M llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCAssembler.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCFixupKindInfo.h
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/include/llvm/MC/MCXCOFFObjectWriter.h
    M llvm/include/llvm/MC/SubtargetFeature.h
    M llvm/include/llvm/Object/IRSymtab.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/TapiUniversal.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/Option/Option.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/Allocator.h
    A llvm/include/llvm/Support/AllocatorBase.h
    M llvm/include/llvm/Support/BinaryStreamArray.h
    M llvm/include/llvm/Support/BinaryStreamReader.h
    M llvm/include/llvm/Support/Compiler.h
    M llvm/include/llvm/Support/DebugCounter.h
    M llvm/include/llvm/Support/GraphWriter.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/LowLevelTypeImpl.h
    M llvm/include/llvm/Support/Process.h
    M llvm/include/llvm/Support/SmallVectorMemoryBuffer.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Record.h
    M llvm/include/llvm/TableGen/StringToOffsetTable.h
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h
    M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
    M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
    M llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CallPrinter.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DivergenceAnalysis.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyCallGraph.cpp
    M llvm/lib/Analysis/LegacyDivergenceAnalysis.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/VFABIDemangling.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BranchFolding.h
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/FEntryInserter.cpp
    M llvm/lib/CodeGen/GCMetadata.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    A llvm/lib/CodeGen/MBFIWrapper.cpp
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/MachineSSAUpdater.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/PatchableFunction.cpp
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/StackColoring.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/RecordName.cpp
    M llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
    M llvm/lib/DebugInfo/CodeView/TypeRecordMapping.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/GSYM/LookupResult.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngine.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/IRCompileLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/IRTransformLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcCBindingsStack.h
    M llvm/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/FuzzMutate/FuzzerCLI.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/ConstantsContext.h
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/DiagnosticInfo.cpp
    M llvm/lib/IR/Globals.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/InlineAsm.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Module.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/IR/SafepointIRVerifier.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/Caching.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/LTOCodeGenerator.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/LineEditor/LineEditor.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCDwarf.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/DarwinAsmParser.cpp
    M llvm/lib/MC/MCSubtargetInfo.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/MC/SubtargetFeature.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/Object/COFFImportFile.cpp
    M llvm/lib/Object/COFFModuleDefinition.cpp
    M llvm/lib/Object/IRSymtab.cpp
    M llvm/lib/Object/ModuleSymbolTable.cpp
    M llvm/lib/Object/SymbolSize.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/Object/WindowsResource.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Option/Arg.cpp
    M llvm/lib/Option/ArgList.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Remarks/BitstreamRemarkParser.cpp
    M llvm/lib/Remarks/RemarkLinker.cpp
    M llvm/lib/Remarks/YAMLRemarkParser.h
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/Debug.cpp
    M llvm/lib/Support/DebugCounter.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/lib/Support/FileCollector.cpp
    M llvm/lib/Support/GraphWriter.cpp
    M llvm/lib/Support/LockFileManager.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/Process.cpp
    M llvm/lib/Support/Regex.cpp
    M llvm/lib/Support/Signals.cpp
    M llvm/lib/Support/SourceMgr.cpp
    M llvm/lib/Support/SpecialCaseList.cpp
    M llvm/lib/Support/TarWriter.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/ToolOutputFile.cpp
    M llvm/lib/Support/Unix/Host.inc
    M llvm/lib/Support/Unix/Memory.inc
    M llvm/lib/Support/Unix/Program.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/SetTheory.cpp
    M llvm/lib/TableGen/TGParser.cpp
    M llvm/lib/TableGen/TGParser.h
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/AArch64CompressJumpTables.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.h
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/AArch64LegalizerInfo.h
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/