[all-commits] [llvm/llvm-project] 73ad0b: [NFC][mlir] Adding more operators to EDSC Template...

Kern Handa via All-commits all-commits at lists.llvm.org
Tue Jun 8 04:08:49 PDT 2021


  Branch: refs/heads/dev/kerha/fork/adakkak/llvm-update
  Home:   https://github.com/llvm/llvm-project
  Commit: 73ad0bbe52880a03e0112e00bf810f15998346c4
      https://github.com/llvm/llvm-project/commit/73ad0bbe52880a03e0112e00bf810f15998346c4
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-02-16 (Sun, 16 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/AffineOps/EDSC/Builders.h
    M mlir/include/mlir/EDSC/Builders.h

  Log Message:
  -----------
  [NFC][mlir] Adding more operators to EDSC TemplatedIndexedValue

This change adds some missing arithmetic and logical operators to `TemplatedIndexedValue` for EDSC usage.


  Commit: 54d2fb3cfcedea782313829add8735c13cfea451
      https://github.com/llvm/llvm-project/commit/54d2fb3cfcedea782313829add8735c13cfea451
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    A RoboCodeLLVM.md
    A conanfile.py

  Log Message:
  -----------
  Adding basic conanfile for building and uploading RoboCode fork of llvm
builds


  Commit: 13c31641e0722fb20f5d0a03f9c532a4e4609ca8
      https://github.com/llvm/llvm-project/commit/13c31641e0722fb20f5d0a03f9c532a4e4609ca8
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M RoboCodeLLVM.md
    M conanfile.py

  Log Message:
  -----------
  Small updates


  Commit: 12811aea13c0159d336bb388361a007ade32a37c
      https://github.com/llvm/llvm-project/commit/12811aea13c0159d336bb388361a007ade32a37c
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M RoboCodeLLVM.md

  Log Message:
  -----------
  Force overwrite package


  Commit: efea40ee4b81683237020090ff1c29397311309d
      https://github.com/llvm/llvm-project/commit/efea40ee4b81683237020090ff1c29397311309d
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M RoboCodeLLVM.md
    M conanfile.py

  Log Message:
  -----------
  Responding to PR feedback


  Commit: 8bbc988acb97152362637747886fe327d484a088
      https://github.com/llvm/llvm-project/commit/8bbc988acb97152362637747886fe327d484a088
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M RoboCodeLLVM.md

  Log Message:
  -----------
  Small md update


  Commit: b3772355937f807249cc8db0370ce9822a338870
      https://github.com/llvm/llvm-project/commit/b3772355937f807249cc8db0370ce9822a338870
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M RoboCodeLLVM.md
    M conanfile.py

  Log Message:
  -----------
  Updates for windows builds


  Commit: 46a6921348294fcb8aeef57a754df189acdd2e0a
      https://github.com/llvm/llvm-project/commit/46a6921348294fcb8aeef57a754df189acdd2e0a
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/AffineOps/EDSC/Builders.h
    M mlir/include/mlir/EDSC/Builders.h

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 3bdbe3b24dee43ad7e47b3857c8ce21e0d010113
      https://github.com/llvm/llvm-project/commit/3bdbe3b24dee43ad7e47b3857c8ce21e0d010113
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M .arcconfig
    R clang-tools-extra/.arcconfig
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    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/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    M 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/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/InfiniteLoopCheck.cpp
    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/ReservedIdentifierCheck.cpp
    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/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M 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/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/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.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/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.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/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/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/MacroUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.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/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/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    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/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/google/AvoidNSObjectNewCheck.cpp
    M 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
    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
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.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/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/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    M 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/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.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/NewDeleteOverloadsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.h
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    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/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/AvoidCArraysCheck.h
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    M 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
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    M 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/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    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
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    M 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
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M 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/objc/AvoidNSErrorInitCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
    M clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.cpp
    M clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.h
    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/MissingHashCheck.cpp
    M clang-tools-extra/clang-tidy/objc/MissingHashCheck.h
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.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/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/NoAutomaticMoveCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.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/TriviallyDestructibleCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.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/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.h
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    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/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.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/QualifiedAutoCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    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/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/SimplifySubscriptExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.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/rename_check.py
    M clang-tools-extra/clang-tidy/utils/LexerUtils.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/Cancellation.cpp
    M 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    A clang-tools-extra/clangd/CollectMacros.cpp
    M clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/Quality.cpp
    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/SemanticSelection.cpp
    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/XRefs.cpp
    R clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Serialization.cpp
    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/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/test/completion-auto-trigger.test
    M clang-tools-extra/clangd/test/completion-snippets.test
    M clang-tools-extra/clangd/test/completion.test
    M clang-tools-extra/clangd/test/diagnostic-category.test
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics-notes.test
    M clang-tools-extra/clangd/test/diagnostics.test
    M clang-tools-extra/clangd/test/did-change-configuration-params.test
    M clang-tools-extra/clangd/test/execute-command.test
    M clang-tools-extra/clangd/test/fixits-codeaction.test
    M clang-tools-extra/clangd/test/fixits-command.test
    M clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/path-mappings.test
    M clang-tools-extra/clangd/test/protocol.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/type-hierarchy.test
    A clang-tools-extra/clangd/test/version.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CancellationTests.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/DraftStoreTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.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/SourceCodeTests.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.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/misc-no-recursion.rst
    R clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    R 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/bugprone-bad-signal-to-kill-thread.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-in-initialization-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-before-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-other.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-in-initialization-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-before-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-other.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wcslen.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-no-recursion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-userliteral.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-make-member-function-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers-check-first-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/empty-database.cpp
    R clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
    R clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    R clang/.arcconfig
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumper.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/CommentSema.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclObjC.h
    A clang/include/clang/AST/DependencyFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RawCommentList.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/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/Type.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/VariantValue.h
    A clang/include/clang/ASTMatchers/GtestMatchers.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/AttributeCommonInfo.h
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsHexagonDep.def
    A clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def
    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/DiagnosticLexKinds.td
    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/LangStandards.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.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/XRayLists.h
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Options.td
    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/Index/IndexSymbol.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/ParsedAttr.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/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiff.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/Tooling/Transformer/SourceCode.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/TransProtectedScope.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/CommentCommandTraits.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/DataCollection.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    R clang/lib/AST/Interp/Block.cpp
    R clang/lib/AST/Interp/Block.h
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Context.cpp
    A clang/lib/AST/Interp/InterpBlock.cpp
    A clang/lib/AST/Interp/InterpBlock.h
    M clang/lib/AST/Interp/Pointer.cpp
    M clang/lib/AST/Interp/Pointer.h
    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/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/RawCommentList.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/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    A clang/lib/ASTMatchers/GtestMatchers.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/XRayLists.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/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCRuntime.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/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.h
    M clang/lib/CodeGen/CodeGenTypes.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/PatternInit.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/ToolChains/Ananas.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/Darwin.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/Gnu.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/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    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/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/HeaderIncludeGen.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexSymbol.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.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/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.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/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/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Yaml.h
    A clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/Refactoring/ASTSelection.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/RangeSelector.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/ast-dump-stmt-json.cpp
    M clang/test/Analysis/Inputs/system-header-simulator.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/casts.c
    A clang/test/Analysis/cert/pos34-c-fp-suppression.cpp
    A clang/test/Analysis/cert/pos34-c.cpp
    A clang/test/Analysis/check-analyzer-fixit.py
    A clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    M clang/test/Analysis/dead-stores.c
    A clang/test/Analysis/debug-exprinspection-istainted.c
    M clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/kmalloc-linux.c
    A clang/test/Analysis/malloc-annotations.cpp
    M clang/test/Analysis/misc-ps.c
    M clang/test/Analysis/misc-ps.m
    M clang/test/Analysis/new-ctor-malloc.cpp
    M clang/test/Analysis/new-ctor-null-throw.cpp
    M clang/test/Analysis/new-ctor-null.cpp
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/ptr-arith.c
    M clang/test/Analysis/svalbuilder-logic.c
    M clang/test/Analysis/symbol-reaper.c
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/Analysis/vfork.c
    M clang/test/Analysis/virtualcall-fixits.cpp
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/conv/conv.fctptr/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.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.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
    M clang/test/CXX/dcl.decl/p4-0x.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/except/except.handle/p16.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p8.cpp
    M clang/test/CXX/expr/p13.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p19.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p9.cpp
    A clang/test/CodeCompletion/included-symlinks.cpp
    A clang/test/CodeGen/PR44896.ll
    M clang/test/CodeGen/aarch64-sve.c
    A clang/test/CodeGen/arm-mve-intrinsics/absneg.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/vbrsrq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    A clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/avx512f-builtins-constrained.c
    M clang/test/CodeGen/avx512f-builtins.c
    A clang/test/CodeGen/avx512vl-builtins-constrained.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/builtins-hexagon-v66-128B.c
    M clang/test/CodeGen/builtins-hexagon-v66.c
    M clang/test/CodeGen/builtins-hvx128.c
    M clang/test/CodeGen/builtins-hvx64.c
    M clang/test/CodeGen/codemodels.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/const-init.c
    A clang/test/CodeGen/f16c-builtins-constrained.c
    M clang/test/CodeGen/f16c-builtins.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    A clang/test/CodeGen/non-power-of-2-alignment-assumptions.c
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-xmmintrin.c
    A clang/test/CodeGen/static-init.cpp
    M clang/test/CodeGen/vectorcall.c
    A clang/test/CodeGen/wasm-call-main.c
    A clang/test/CodeGen/wasm-main.c
    A clang/test/CodeGen/wasm-main_argc_argv.c
    A clang/test/CodeGen/xcoff-comdat.cpp
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/norecurse.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCXX/align-avx-complete-objects.cpp
    M clang/test/CodeGenCXX/arm.cpp
    M clang/test/CodeGenCXX/builtin-calling-conv.cpp
    M clang/test/CodeGenCXX/builtin-is-constant-evaluated.cpp
    M clang/test/CodeGenCXX/builtin-operator-new-delete.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
    M clang/test/CodeGenCXX/cxx1z-aligned-allocation.cpp
    A clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/delete-two-arg.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/inalloca-vector.cpp
    M clang/test/CodeGenCXX/member-function-pointer-calls.cpp
    M clang/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
    M clang/test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp
    M clang/test/CodeGenCXX/multi-dim-operator-new.cpp
    M clang/test/CodeGenCXX/new-alias.cpp
    M clang/test/CodeGenCXX/new-array-init.cpp
    M clang/test/CodeGenCXX/new-overflow.cpp
    M clang/test/CodeGenCXX/new.cpp
    M clang/test/CodeGenCXX/operator-new.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-cleanup.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-gro.cpp
    A clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    M clang/test/CodeGenObjC/debug-info-blocks.m
    M clang/test/CodeGenObjCXX/arc-new-delete.mm
    M clang/test/CodeGenObjCXX/copy.mm
    M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    A clang/test/CodeGenOpenCL/norecurse.cl
    M clang/test/CoverageMapping/abspath.cpp
    M clang/test/CoverageMapping/ir.c
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtbegin.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtend.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crti.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtn.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib64/crt1.o
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/arm-cde.c
    M clang/test/Driver/arm-compiler-rt.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/clang_f_opts.c
    R clang/test/Driver/code-model.c
    R clang/test/Driver/darwin-arch-default.c
    M clang/test/Driver/darwin-header-search-libstdcxx.cpp
    M clang/test/Driver/darwin-ld-platform-version-ios.c
    M clang/test/Driver/darwin-ld-platform-version-macos.c
    M clang/test/Driver/darwin-ld-platform-version-tvos.c
    M clang/test/Driver/darwin-ld-platform-version-watchos.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/linux-ld.c
    M clang/test/Driver/mbackchain.c
    A clang/test/Driver/mcmodel.c
    M clang/test/Driver/mfentry.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/unknown-std.cpp
    A clang/test/FixIt/fixit-objc-direct.m
    M clang/test/Frontend/print-header-includes.c
    M clang/test/Index/Core/index-instantiated-source.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Lexer/cxx2a-spaceship.cpp
    M clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/serialized-diags.c
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/PrivateHeaders/A.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/module_private.map
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/Modules/module.private.modulemap
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/PrivateHeaders/Foo_Priv.h
    A clang/test/Modules/fsystem-module.m
    A clang/test/Modules/implicit-private-without-public.m
    A clang/test/OpenMP/PR44893.c
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_messages.c
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M 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
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    A clang/test/OpenMP/depobj_ast_print.cpp
    A clang/test/OpenMP/depobj_codegen.cpp
    A clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/flush_messages.cpp
    M clang/test/OpenMP/master_codegen.cpp
    M clang/test/OpenMP/master_taskloop_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_from_messages.cpp
    M clang/test/OpenMP/target_update_to_messages.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/taskloop_ast_print.cpp
    M clang/test/OpenMP/taskloop_codegen.cpp
    M clang/test/OpenMP/taskwait_codegen.cpp
    M clang/test/OpenMP/taskyield_codegen.cpp
    R clang/test/PCH/codegen.cpp
    M clang/test/Parser/asm-goto.c
    M clang/test/Parser/asm-goto.cpp
    M clang/test/Parser/cxx-ambig-decl-expr.cpp
    M clang/test/Parser/cxx-attributes.cpp
    M clang/test/Parser/cxx1z-decomposition.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Parser/cxx2a-inline-nested-namespace-definition.cpp
    M clang/test/Parser/explicit-bool.cpp
    M clang/test/Preprocessor/Weverything_pragma.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/headermap-rel2.c
    M clang/test/Preprocessor/hexagon-predefines.c
    A clang/test/Preprocessor/init-aarch64.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/pragma_diagnostic.c
    M clang/test/Preprocessor/pushable-diagnostics.c
    M clang/test/Profile/def-assignop.cpp
    M clang/test/Profile/def-ctors.cpp
    M clang/test/Profile/def-dtors.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/alloc-align-attr.c
    M clang/test/Sema/asm-goto.cpp
    M clang/test/Sema/block-call.c
    M clang/test/Sema/block-return.c
    M clang/test/Sema/builtin-stackaddress.c
    M clang/test/Sema/callingconv-ms_abi.c
    M clang/test/Sema/callingconv-sysv_abi.c
    M clang/test/Sema/callingconv.c
    M clang/test/Sema/cast.c
    M clang/test/Sema/conditional-expr.c
    M clang/test/Sema/const-eval.c
    M clang/test/Sema/darwin-align-cast.c
    M clang/test/Sema/exprs.c
    R clang/test/Sema/fallthrough-comment.c
    M clang/test/Sema/init.c
    M clang/test/Sema/offsetof.c
    M clang/test/Sema/overloadable.c
    M clang/test/Sema/pass-object-size.c
    M clang/test/Sema/preserve-call-conv.c
    M clang/test/Sema/static-init.c
    M clang/test/Sema/struct-decl.c
    A clang/test/Sema/warn-documentation-tag-typedef.cpp
    M clang/test/Sema/warn-documentation.cpp
    M clang/test/Sema/warn-documentation.m
    M clang/test/Sema/warn-strict-prototypes.c
    A clang/test/Sema/warn-strict-prototypes.cpp
    M clang/test/Sema/warn-strict-prototypes.m
    M clang/test/Sema/warn-unused-parameters.c
    A clang/test/SemaCUDA/call-kernel-from-kernel.cu
    M clang/test/SemaCXX/addr-of-overloaded-function.cpp
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/builtin-operator-new-delete.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/cstyle-cast.cpp
    M clang/test/SemaCXX/cxx17-compat.cpp
    M clang/test/SemaCXX/cxx1z-constexpr-lambdas.cpp
    M clang/test/SemaCXX/cxx1z-decomposition.cpp
    M clang/test/SemaCXX/cxx2a-compat.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp
    M clang/test/SemaCXX/decl-microsoft-call-conv.cpp
    M clang/test/SemaCXX/destructor.cpp
    M clang/test/SemaCXX/diagnose_if.cpp
    M clang/test/SemaCXX/goto.cpp
    M clang/test/SemaCXX/int-ptr-cast-SFINAE.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/microsoft-template-shadow.cpp
    M clang/test/SemaCXX/ms-property-error.cpp
    M clang/test/SemaCXX/new-delete.cpp
    A clang/test/SemaCXX/operator-new-size-diagnose_if.cpp
    M clang/test/SemaCXX/std-align-val-t-in-operator-new.cpp
    M clang/test/SemaObjC/arc.m
    A clang/test/SemaObjC/category-direct-properties.m
    M clang/test/SemaObjC/comptypes-legal.m
    A clang/test/SemaObjC/dynamic-direct-properties.m
    M clang/test/SemaObjC/externally-retained.m
    M clang/test/SemaObjC/gcc-cast-ext.m
    M clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjC/protocol-archane.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/arc-type-conversion.mm
    M clang/test/SemaObjCXX/comptypes-1.mm
    M clang/test/SemaObjCXX/comptypes-7.mm
    M clang/test/SemaObjCXX/instantiate-expr.mm
    M clang/test/SemaObjCXX/instantiate-stmt.mm
    M clang/test/SemaObjCXX/noescape.mm
    M clang/test/SemaObjCXX/nullability-pragmas.mm
    M clang/test/SemaObjCXX/objc-container-subscripting.mm
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    M clang/test/SemaObjCXX/property-invalid-type.mm
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/extern-templates.cpp
    M clang/test/SemaTemplate/instantiate-member-class.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/Tooling/ms-asm-no-target.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A clang/test/utils/update_cc_test_checks/def-and-decl.test
    A clang/test/utils/update_cc_test_checks/lit.local.cfg
    A clang/test/utils/update_cc_test_checks/mangled_names.test
    M clang/tools/clang-format/git-clang-format
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXIndexDataConsumer.cpp
    M clang/unittests/AST/ASTContextParentMapTest.cpp
    M clang/unittests/AST/ASTImporterGenericRedeclTest.cpp
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/ASTVectorTest.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    A clang/unittests/ASTMatchers/GtestMatchersTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Rename/RenameClassTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/www/analyzer/alpha_checks.html
    M clang/www/compatibility.html
    M clang/www/cxx_status.html
    R compiler-rt/.arcconfig
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/asan/tests/asan_test_utils.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/int_lib.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    A compiler-rt/lib/scudo/standalone/release.cpp
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    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/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/strstr_strict.c
    M compiler-rt/test/asan/lit.site.cfg.py.in
    M compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    A compiler-rt/test/dfsan/event_callbacks.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/dataflow.test
    M compiler-rt/test/fuzzer/lit.site.cfg.py.in
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cpp
    M compiler-rt/test/tsan/CMakeLists.txt
    M compiler-rt/test/tsan/dtls.c
    A compiler-rt/test/tsan/ignore_lib6.cpp
    A compiler-rt/test/tsan/ignore_lib6.cpp.supp
    M compiler-rt/test/tsan/lit.cfg.py
    M compiler-rt/test/tsan/lit.site.cfg.py.in
    M compiler-rt/test/tsan/mutexset7.cpp
    M compiler-rt/test/tsan/tls_race.cpp
    M compiler-rt/test/tsan/tls_race2.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
    M compiler-rt/test/ubsan/lit.site.cfg.py.in
    R debuginfo-tests/.arcconfig
    A debuginfo-tests/dexter/dex/builder/scripts/posix/gcc.sh
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    M debuginfo-tests/lit.cfg.py
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/cpu_features/check_avx.cpp
    A libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_sse.cpp
    A libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/api.td
    A libc/config/linux/signal.h.in
    M libc/config/linux/x86_64/syscall.h.inc
    M libc/config/public_api.td
    A libc/docs/fuzzing.rst
    M libc/docs/source_layout.rst
    A libc/fuzzing/CMakeLists.txt
    A libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    A libc/include/signal.h.def
    A libc/include/stdlib.h.def
    A libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/linux.td
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/math/round/round.cpp
    M libc/src/math/round/round.h
    M libc/src/math/round/round_redirector.cpp
    A libc/src/signal/CMakeLists.txt
    A libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/raise.cpp
    A libc/src/signal/linux/sigaddset.cpp
    A libc/src/signal/linux/sigemptyset.cpp
    A libc/src/signal/linux/signal.h
    A libc/src/signal/linux/sigprocmask.cpp
    A libc/src/signal/raise.h
    A libc/src/signal/sigaddset.h
    A libc/src/signal/sigemptyset.h
    A libc/src/signal/sigprocmask.h
    A libc/src/stdlib/CMakeLists.txt
    A libc/src/stdlib/_Exit.h
    A libc/src/stdlib/abort.cpp
    A libc/src/stdlib/abort.h
    A libc/src/stdlib/linux/CMakeLists.txt
    A libc/src/stdlib/linux/_Exit.cpp
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/CMakeLists.txt
    A libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/raise_test.cpp
    A libc/test/src/signal/sigaddset_test.cpp
    A libc/test/src/signal/sigprocmask_test.cpp
    A libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/_Exit_test.cpp
    A libc/test/src/stdlib/abort_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/README.md
    M libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/README.md
    M libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/README.md
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/testutils/CMakeLists.txt
    A libc/utils/testutils/ExecuteFunction.h
    A libc/utils/testutils/ExecuteFunctionUnix.cpp
    M libclc/CMakeLists.txt
    M libclc/generic/lib/math/acos.cl
    R libclc/generic/lib/math/acos.inc
    R libcxx/.arcconfig
    M libcxx/benchmarks/string.bench.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__bit_reference
    M libcxx/include/__config
    M libcxx/include/__functional_03
    M libcxx/include/__functional_base
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/atomic
    A libcxx/include/barrier
    M libcxx/include/charconv
    M libcxx/include/complex
    M libcxx/include/cstddef
    A libcxx/include/latch
    M libcxx/include/memory
    M libcxx/include/module.modulemap
    M libcxx/include/regex
    A libcxx/include/semaphore
    M libcxx/include/span
    M libcxx/include/string
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v1.abilist
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v2.abilist
    A libcxx/lib/abi/9.0/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
    M libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
    M libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/src/CMakeLists.txt
    A libcxx/src/atomic.cpp
    A libcxx/src/barrier.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/src/string.cpp
    A libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for_purposes_of_call.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/construct.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/max_size.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    A libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.cons/copy_shrunk_long.pass.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    A libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
    A libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
    A libcxx/test/std/atomics/types.pass.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    M libcxx/test/std/containers/views/span.elem/back.pass.cpp
    M libcxx/test/std/containers/views/span.elem/front.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp
    M libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/extended.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.search/extended.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/bad_backref.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.barrier/completion.pass.cpp
    A libcxx/test/std/thread/thread.barrier/max.pass.cpp
    A libcxx/test/std/thread/thread.barrier/version.pass.cpp
    A libcxx/test/std/thread/thread.latch/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/count_down.pass.cpp
    A libcxx/test/std/thread/thread.latch/max.pass.cpp
    A libcxx/test/std/thread/thread.latch/try_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/version.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/binary.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/max.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/release.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/timed.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/try_acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
    A libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/address.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/construct.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator_void.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR23256_constrain_UTypes_ctor.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp
    M libcxx/test/support/count_new.h
    M libcxx/test/support/type_id.h
    A libcxx/utils/docker/README.txt
    R libcxx/utils/docker/debian9/Dockerfile.base
    R libcxx/utils/docker/debian9/Dockerfile.buildbot
    R libcxx/utils/docker/debian9/Dockerfile.clang
    R libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    R libcxx/utils/docker/debian9/Dockerfile.gcc
    A libcxx/utils/docker/debian9/compilers.yml
    A libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    A libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    A libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    A libcxx/utils/docker/debian9/docker-compose.yml
    A libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    A libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    A libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    A libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    A libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    R libcxx/utils/docker/docker-compose.yml
    R libcxx/utils/docker/scripts/build_gcc_version.sh
    R libcxx/utils/docker/scripts/build_llvm_version.sh
    R libcxx/utils/docker/scripts/docker_start_buildbots.sh
    R libcxx/utils/docker/scripts/docker_update_bot.sh
    R libcxx/utils/docker/scripts/install_clang_packages.sh
    R libcxx/utils/docker/scripts/run_buildbot.sh
    A libcxx/utils/graph_header_deps.py
    A libcxx/utils/libcxx/graph.py
    M libcxx/utils/libcxx/util.py
    M libcxx/utils/merge_archives.py
    M libcxx/www/cxx2a_status.html
    R libcxxabi/.arcconfig
    R libunwind/.arcconfig
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/DwarfParser.hpp
    A libunwind/test/remember_state_leak.pass.sh.s
    R lld/.arcconfig
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MinGW.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/Writer.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Writer.cpp
    M lld/docs/WebAssembly.rst
    M lld/docs/ld.lld.1
    M lld/test/CMakeLists.txt
    M lld/test/COFF/thinlto.ll
    M lld/test/ELF/Inputs/canonical-plt-pcrel.s
    R lld/test/ELF/Inputs/eh-frame-end.s
    M lld/test/ELF/Inputs/eh-frame-pcrel-overflow.s
    R lld/test/ELF/Inputs/mips-nonalloc.s
    M lld/test/ELF/Inputs/ppc64-sort-small-cm-relocs-input4.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-plt.s
    M lld/test/ELF/amdgpu-globals.s
    M lld/test/ELF/amdgpu-kernels.s
    M lld/test/ELF/apply-dynamic-relocs.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-tag-vfp-args-illegal.s
    M lld/test/ELF/arm-target1.s
    A lld/test/ELF/arm-thumb-adr-err.s
    A lld/test/ELF/arm-thumb-adr.s
    A lld/test/ELF/arm-thumb-ldrlit-err.s
    A lld/test/ELF/arm-thumb-ldrlit.s
    A lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-undefined-weak.s
    A lld/test/ELF/arm-thumb2-adr-err.s
    A lld/test/ELF/arm-thumb2-adr.s
    A lld/test/ELF/arm-thumb2-ldrlit-err.s
    A lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/as-needed-no-reloc.s
    M lld/test/ELF/basic-aarch64.s
    M lld/test/ELF/basic-mips.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/combreloc.s
    A lld/test/ELF/comdat-discarded-ppc32.s
    M lld/test/ELF/comdat-discarded-reloc.s
    M lld/test/ELF/compress-debug-sections-reloc.s
    M lld/test/ELF/dynamic-got.s
    M lld/test/ELF/dynamic-reloc.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-begin-end.s
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/eh-frame-marker.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata2.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata4.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata8.s
    M lld/test/ELF/eh-frame-pcrel-overflow.s
    M lld/test/ELF/eh-frame-value-format1.s
    M lld/test/ELF/eh-frame-value-format2.s
    M lld/test/ELF/eh-frame-value-format3.s
    M lld/test/ELF/eh-frame-value-format4.s
    M lld/test/ELF/eh-frame-value-format5.s
    M lld/test/ELF/eh-frame-value-format6.s
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/eh-frame-value-format8.s
    M lld/test/ELF/eh-frame-value-format9.s
    M lld/test/ELF/ehframe-relocation.s
    A lld/test/ELF/emit-relocs-debug.s
    M lld/test/ELF/end.s
    A lld/test/ELF/gc-sections-linkorder-err.s
    A lld/test/ELF/gc-sections-linkorder.s
    A lld/test/ELF/gc-sections-linkorder2.s
    R lld/test/ELF/gc-sections-metadata-err.s
    M lld/test/ELF/gc-sections-metadata-startstop.s
    R lld/test/ELF/gc-sections-metadata.s
    R lld/test/ELF/gc-sections-metadata2.s
    M lld/test/ELF/gc-sections-shared.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/gnu-ifunc-empty.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/i386-pc8-pc16-addend.s
    M lld/test/ELF/i386-reloc8-reloc16-addend.s
    M lld/test/ELF/i386-tls-ie-shared.s
    M lld/test/ELF/icf16.s
    M lld/test/ELF/icf7.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/invalid-cie-length.s
    M lld/test/ELF/invalid-cie-length2.s
    M lld/test/ELF/invalid-cie-length3.s
    M lld/test/ELF/invalid-cie-length4.s
    M lld/test/ELF/invalid-cie-length5.s
    M lld/test/ELF/invalid-cie-reference.s
    M lld/test/ELF/invalid-eh-frame.s
    M lld/test/ELF/invalid-eh-frame2.s
    M lld/test/ELF/invalid-eh-frame3.s
    M lld/test/ELF/invalid-eh-frame4.s
    M lld/test/ELF/invalid-eh-frame5.s
    M lld/test/ELF/invalid-eh-frame6.s
    M lld/test/ELF/invalid-eh-frame7.s
    M lld/test/ELF/invalid-eh-frame8.s
    M lld/test/ELF/invalid-eh-frame9.s
    M lld/test/ELF/invalid-fde-rel.s
    M lld/test/ELF/invalid/bad-arm-attributes.s
    R lld/test/ELF/invalid/bad-arm-attributes2.s
    M lld/test/ELF/invalid/eh-frame-hdr-no-out.s
    M lld/test/ELF/linkerscript/Inputs/compress-debug-sections.s
    M lld/test/ELF/linkerscript/absolute2.s
    M lld/test/ELF/linkerscript/align4.test
    M lld/test/ELF/linkerscript/align5.test
    M lld/test/ELF/linkerscript/alignof.test
    M lld/test/ELF/linkerscript/compress-debug-sections-custom.s
    M lld/test/ELF/linkerscript/compress-debug-sections.s
    M lld/test/ELF/linkerscript/data-commands-gc.s
    A lld/test/ELF/linkerscript/discard-linkorder.s
    R lld/test/ELF/linkerscript/discard-section-metadata.s
    M lld/test/ELF/linkerscript/early-assign-symbol.s
    M lld/test/ELF/linkerscript/emit-reloc.s
    M lld/test/ELF/linkerscript/expr-sections.test
    A lld/test/ELF/linkerscript/input-archive.s
    A lld/test/ELF/linkerscript/linkorder.s
    A lld/test/ELF/linkerscript/linkorder2.s
    M lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/loadaddr.s
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/non-absolute2.test
    M lld/test/ELF/linkerscript/operators.test
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/linkerscript/outsections-addr.s
    M lld/test/ELF/linkerscript/page-size.s
    M lld/test/ELF/linkerscript/provide-shared.s
    A lld/test/ELF/linkerscript/section-align2.test
    R lld/test/ELF/linkerscript/section-metadata.s
    R lld/test/ELF/linkerscript/section-metadata2.s
    M lld/test/ELF/linkerscript/sizeof.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/symbol-assignexpr.s
    M lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/symbol-memoryexpr.s
    M lld/test/ELF/linkerscript/symbol-only-align.test
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbol-reserved.s
    M lld/test/ELF/linkerscript/symbolreferenced.s
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/symbols.s
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    M lld/test/ELF/linkerscript/synthetic-symbols3.test
    M lld/test/ELF/linkerscript/synthetic-symbols4.test
    M lld/test/ELF/linkerscript/undef.s
    A lld/test/ELF/linkorder-err.s
    A lld/test/ELF/linkorder-err2.s
    A lld/test/ELF/linkorder-err3.s
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/lto/ltopasses-custom.ll
    A lld/test/ELF/lto/resolution-err.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/mips-26.s
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64-got.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-dynamic.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-gprel32-relocs-gp0.s
    M lld/test/ELF/mips-gprel32-relocs.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
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/mips-nonalloc.s
    M lld/test/ELF/mips-options.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-tls-64.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/no-augmentation.s
    M lld/test/ELF/partition-exidx.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/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc64-ld-got-dtprel.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/relocatable-tls.s
    M lld/test/ELF/relocation-common.s
    M lld/test/ELF/relocation-copy-relro.s
    M lld/test/ELF/riscv-tls-ie.s
    R lld/test/ELF/section-metadata-err.s
    R lld/test/ELF/section-metadata-err2.s
    R lld/test/ELF/section-metadata-err3.s
    M lld/test/ELF/shared.s
    M lld/test/ELF/sht-group-gold-r.test
    A lld/test/ELF/shuffle-sections-init-fini.s
    A lld/test/ELF/shuffle-sections.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/x86-64-gotpc-relax-nopic.s
    M lld/test/ELF/ztext.s
    M lld/test/lit.site.cfg.py.in
    A lld/test/wasm/Inputs/weak-undefined.s
    M lld/test/wasm/import-name.ll
    M lld/test/wasm/responsefile.test
    A lld/test/wasm/weak-and-strong-undef.s
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/Options.td
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    R lldb/.arcconfig
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBProcess.i
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/docs/conf.py
    M lldb/docs/index.rst
    M lldb/docs/lldb-gdb-remote.txt
    M lldb/docs/resources/build.rst
    M lldb/docs/status/status.rst
    M lldb/docs/use/variable.rst
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/API/SBAttachInfo.h
    M lldb/include/lldb/API/SBBlock.h
    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/SBBroadcaster.h
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBCommunication.h
    M lldb/include/lldb/API/SBCompileUnit.h
    M lldb/include/lldb/API/SBData.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDeclaration.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    M lldb/include/lldb/API/SBEvent.h
    M lldb/include/lldb/API/SBExecutionContext.h
    M lldb/include/lldb/API/SBExpressionOptions.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBFileSpec.h
    M lldb/include/lldb/API/SBFileSpecList.h
    M lldb/include/lldb/API/SBFrame.h
    M lldb/include/lldb/API/SBFunction.h
    M lldb/include/lldb/API/SBHostOS.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBLanguageRuntime.h
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBLineEntry.h
    M lldb/include/lldb/API/SBListener.h
    M lldb/include/lldb/API/SBMemoryRegionInfo.h
    M lldb/include/lldb/API/SBMemoryRegionInfoList.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBModuleSpec.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBProcessInfo.h
    M lldb/include/lldb/API/SBQueue.h
    M lldb/include/lldb/API/SBQueueItem.h
    M lldb/include/lldb/API/SBSection.h
    M lldb/include/lldb/API/SBSourceManager.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStringList.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBSymbol.h
    M lldb/include/lldb/API/SBSymbolContext.h
    M lldb/include/lldb/API/SBSymbolContextList.h
    M lldb/include/lldb/API/SBTarget.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadCollection.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/API/SBTrace.h
    M lldb/include/lldb/API/SBTraceOptions.h
    M lldb/include/lldb/API/SBType.h
    M lldb/include/lldb/API/SBTypeCategory.h
    M lldb/include/lldb/API/SBTypeEnumMember.h
    M lldb/include/lldb/API/SBTypeFilter.h
    M lldb/include/lldb/API/SBTypeFormat.h
    M lldb/include/lldb/API/SBTypeNameSpecifier.h
    M lldb/include/lldb/API/SBTypeSummary.h
    M lldb/include/lldb/API/SBTypeSynthetic.h
    M lldb/include/lldb/API/SBUnixSignals.h
    M lldb/include/lldb/API/SBValue.h
    M lldb/include/lldb/API/SBValueList.h
    M lldb/include/lldb/API/SBVariablesOptions.h
    M lldb/include/lldb/API/SBWatchpoint.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointID.h
    M lldb/include/lldb/Breakpoint/BreakpointIDList.h
    M lldb/include/lldb/Breakpoint/BreakpointList.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationList.h
    M lldb/include/lldb/Breakpoint/BreakpointName.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
    M lldb/include/lldb/Breakpoint/BreakpointResolver.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/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/BreakpointSiteList.h
    M lldb/include/lldb/Breakpoint/Stoppoint.h
    M lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Breakpoint/WatchpointList.h
    M lldb/include/lldb/Breakpoint/WatchpointOptions.h
    M lldb/include/lldb/Core/Address.h
    M lldb/include/lldb/Core/AddressRange.h
    M lldb/include/lldb/Core/AddressResolver.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/EmulateInstruction.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/FileSpecList.h
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/include/lldb/Core/Highlighter.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/MappedHash.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleChild.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/Opcode.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/RichManglingContext.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/include/lldb/Core/StreamAsynchronousIO.h
    M lldb/include/lldb/Core/StreamBuffer.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/ThreadSafeDenseMap.h
    M lldb/include/lldb/Core/ThreadSafeValue.h
    M lldb/include/lldb/Core/UniqueCStringMap.h
    M lldb/include/lldb/Core/UserSettingsController.h
    M lldb/include/lldb/Core/Value.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectConstResultCast.h
    M lldb/include/lldb/Core/ValueObjectConstResultChild.h
    M lldb/include/lldb/Core/ValueObjectConstResultImpl.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectList.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatCache.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/FormattersHelpers.h
    M lldb/include/lldb/DataFormatters/LanguageCategory.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeFormat.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/DataFormatters/VectorIterator.h
    M lldb/include/lldb/DataFormatters/VectorType.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/DynamicCheckerFunctions.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/ExpressionTypeSystemHelper.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Expression/FunctionCaller.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/IRInterpreter.h
    M lldb/include/lldb/Expression/IRMemoryMap.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/Expression/UtilityFunction.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/ConnectionFileDescriptor.h
    M lldb/include/lldb/Host/Debug.h
    M lldb/include/lldb/Host/Editline.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/Host/HostGetOpt.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/HostNativeProcess.h
    M lldb/include/lldb/Host/HostNativeProcessBase.h
    M lldb/include/lldb/Host/HostNativeThread.h
    M lldb/include/lldb/Host/HostNativeThreadBase.h
    M lldb/include/lldb/Host/HostNativeThreadForward.h
    M lldb/include/lldb/Host/HostProcess.h
    M lldb/include/lldb/Host/HostThread.h
    M lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/LockFile.h
    M lldb/include/lldb/Host/LockFileBase.h
    M lldb/include/lldb/Host/MainLoop.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/MonitoringProcessLauncher.h
    M lldb/include/lldb/Host/OptionParser.h
    M lldb/include/lldb/Host/Pipe.h
    M lldb/include/lldb/Host/PipeBase.h
    M lldb/include/lldb/Host/PosixApi.h
    M lldb/include/lldb/Host/ProcessLaunchInfo.h
    M lldb/include/lldb/Host/ProcessLauncher.h
    M lldb/include/lldb/Host/ProcessRunLock.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/SafeMachO.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/SocketAddress.h
    M lldb/include/lldb/Host/StringConvert.h
    M lldb/include/lldb/Host/TaskPool.h
    M lldb/include/lldb/Host/Terminal.h
    M lldb/include/lldb/Host/ThreadLauncher.h
    M lldb/include/lldb/Host/Time.h
    M lldb/include/lldb/Host/XML.h
    M lldb/include/lldb/Host/common/GetOptInc.h
    M lldb/include/lldb/Host/common/NativeBreakpointList.h
    M lldb/include/lldb/Host/common/NativeProcessProtocol.h
    M lldb/include/lldb/Host/common/NativeRegisterContext.h
    M lldb/include/lldb/Host/common/NativeThreadProtocol.h
    M lldb/include/lldb/Host/common/NativeWatchpointList.h
    M lldb/include/lldb/Host/common/TCPSocket.h
    M lldb/include/lldb/Host/common/UDPSocket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/macosx/HostThreadMacOSX.h
    M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
    M lldb/include/lldb/Host/posix/DomainSocket.h
    M lldb/include/lldb/Host/posix/HostInfoPosix.h
    M lldb/include/lldb/Host/posix/HostProcessPosix.h
    M lldb/include/lldb/Host/posix/HostThreadPosix.h
    M lldb/include/lldb/Host/posix/LockFilePosix.h
    M lldb/include/lldb/Host/posix/PipePosix.h
    M lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h
    M lldb/include/lldb/Initialization/SystemInitializer.h
    M lldb/include/lldb/Initialization/SystemInitializerCommon.h
    M lldb/include/lldb/Initialization/SystemLifetimeManager.h
    M lldb/include/lldb/Interpreter/CommandAlias.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandHistory.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectMultiword.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/CommandOptionValidators.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
    M lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    M lldb/include/lldb/Interpreter/OptionGroupFile.h
    M lldb/include/lldb/Interpreter/OptionGroupFormat.h
    M lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
    M lldb/include/lldb/Interpreter/OptionGroupPlatform.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/OptionGroupString.h
    M lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    M lldb/include/lldb/Interpreter/OptionGroupUUID.h
    M lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    M lldb/include/lldb/Interpreter/OptionGroupVariable.h
    M lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArgs.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/Property.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ArmUnwindInfo.h
    M lldb/include/lldb/Symbol/Block.h
    M lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/CompactUnwindInfo.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/CompilerDecl.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/DeclVendor.h
    M lldb/include/lldb/Symbol/Declaration.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/LocateSymbolFile.h
    M lldb/include/lldb/Symbol/ObjectContainer.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SourceModule.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolContextScope.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TaggedASTType.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeMap.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Symbol/VariableList.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/AssertFrameRecognizer.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/ExecutionContext.h
    M lldb/include/lldb/Target/ExecutionContextScope.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
    M lldb/include/lldb/Target/JITLoader.h
    M lldb/include/lldb/Target/JITLoaderList.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Memory.h
    M lldb/include/lldb/Target/MemoryHistory.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/ModuleCache.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/PathMappingList.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/ProcessStructReader.h
    M lldb/include/lldb/Target/Queue.h
    M lldb/include/lldb/Target/QueueItem.h
    M lldb/include/lldb/Target/QueueList.h
    M lldb/include/lldb/Target/RegisterCheckpoint.h
    M lldb/include/lldb/Target/RegisterContext.h
    M lldb/include/lldb/Target/RegisterNumber.h
    M lldb/include/lldb/Target/SectionLoadHistory.h
    M lldb/include/lldb/Target/SectionLoadList.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/StackID.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/StructuredDataPlugin.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/TargetList.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadCollection.h
    M lldb/include/lldb/Target/ThreadList.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanBase.h
    M lldb/include/lldb/Target/ThreadPlanCallFunction.h
    M lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
    M lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
    M lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Target/ThreadPlanRunToAddress.h
    M lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadPlanStepInstruction.h
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
    M lldb/include/lldb/Target/ThreadPlanStepOverRange.h
    M lldb/include/lldb/Target/ThreadPlanStepRange.h
    M lldb/include/lldb/Target/ThreadPlanStepThrough.h
    M lldb/include/lldb/Target/ThreadPlanStepUntil.h
    M lldb/include/lldb/Target/ThreadPlanTracer.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Target/UnixSignals.h
    M lldb/include/lldb/Target/Unwind.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Baton.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/DataBufferHeap.h
    M lldb/include/lldb/Utility/DataBufferLLVM.h
    M lldb/include/lldb/Utility/DataEncoder.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Endian.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/Flags.h
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    M lldb/include/lldb/Utility/Iterable.h
    M lldb/include/lldb/Utility/LLDBAssert.h
    M lldb/include/lldb/Utility/Predicate.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/SelectHelper.h
    M lldb/include/lldb/Utility/SharedCluster.h
    M lldb/include/lldb/Utility/Status.h
    M lldb/include/lldb/Utility/Stream.h
    M lldb/include/lldb/Utility/StreamCallback.h
    M lldb/include/lldb/Utility/StreamString.h
    M lldb/include/lldb/Utility/StreamTee.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StringLexer.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/TildeExpressionResolver.h
    M lldb/include/lldb/Utility/Timeout.h
    M lldb/include/lldb/Utility/Timer.h
    M lldb/include/lldb/Utility/TraceOptions.h
    M lldb/include/lldb/Utility/UriParser.h
    M lldb/include/lldb/Utility/UserID.h
    M lldb/include/lldb/Utility/UserIDResolver.h
    M lldb/include/lldb/Utility/VASPrintf.h
    M lldb/include/lldb/Utility/VMRange.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-defines.h
    M lldb/include/lldb/lldb-private-enumerations.h
    M lldb/include/lldb/lldb-private-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-private.h
    M lldb/include/lldb/lldb-public.h
    M lldb/include/lldb/lldb-types.h
    M lldb/include/lldb/lldb-versioning.h
    M lldb/include/lldb/module.modulemap
    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/lldbplatformutil.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/Makefile
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBAttachInfo.cpp
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointOptionCommon.h
    M lldb/source/API/SBData.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/SBFunction.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.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/SBReproducerPrivate.h
    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/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/SBWatchpoint.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/API/SystemInitializerFull.h
    M lldb/source/API/Utils.h
    M lldb/source/Breakpoint/Breakpoint.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/CommandObjectApropos.h
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectBreakpointCommand.h
    M lldb/source/Commands/CommandObjectCommands.h
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.h
    M lldb/source/Commands/CommandObjectGUI.h
    M lldb/source/Commands/CommandObjectHelp.h
    M lldb/source/Commands/CommandObjectLanguage.h
    M lldb/source/Commands/CommandObjectLog.h
    M lldb/source/Commands/CommandObjectMemory.h
    M lldb/source/Commands/CommandObjectPlatform.h
    M lldb/source/Commands/CommandObjectPlugin.h
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectProcess.h
    M lldb/source/Commands/CommandObjectQuit.h
    M lldb/source/Commands/CommandObjectRegister.h
    M lldb/source/Commands/CommandObjectReproducer.h
    M lldb/source/Commands/CommandObjectSettings.h
    M lldb/source/Commands/CommandObjectSource.h
    M lldb/source/Commands/CommandObjectStats.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectTarget.h
    M lldb/source/Commands/CommandObjectThread.h
    M lldb/source/Commands/CommandObjectType.h
    M lldb/source/Commands/CommandObjectVersion.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/AddressResolverName.cpp
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/macosx/cfcpp/CFCBundle.h
    M lldb/source/Host/macosx/cfcpp/CFCData.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
    M lldb/source/Host/macosx/cfcpp/CFCReleaser.h
    M lldb/source/Host/macosx/cfcpp/CFCString.h
    M lldb/source/Interpreter/CommandObjectScript.h
    A lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    A lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ABI/AArch64/CMakeLists.txt
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.h
    A lldb/source/Plugins/ABI/ARM/ABIARM.cpp
    A lldb/source/Plugins/ABI/ARM/ABIARM.h
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
    M lldb/source/Plugins/ABI/ARM/CMakeLists.txt
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h
    A lldb/source/Plugins/ABI/Mips/ABIMips.cpp
    A lldb/source/Plugins/ABI/Mips/ABIMips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h
    M lldb/source/Plugins/ABI/Mips/CMakeLists.txt
    A lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp
    A lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h
    M lldb/source/Plugins/ABI/PowerPC/CMakeLists.txt
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
    A lldb/source/Plugins/ABI/X86/ABIX86.cpp
    A lldb/source/Plugins/ABI/X86/ABIX86.h
    A lldb/source/Plugins/ABI/X86/ABIX86_64.h
    M lldb/source/Plugins/ABI/X86/CMakeLists.txt
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
    M lldb/source/Plugins/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
    M lldb/source/Plugins/DynamicLoader/CMakeLists.txt
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
    M lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
    A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
    M lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
    M lldb/source/Plugins/Language/ObjC/CF.h
    M lldb/source/Plugins/Language/ObjC/Cocoa.h
    M lldb/source/Plugins/Language/ObjC/CoreMedia.h
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.h
    M lldb/source/Plugins/Language/ObjC/NSSet.h
    M lldb/source/Plugins/Language/ObjC/NSString.h
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
    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/AppleObjCRuntimeV1.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
    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.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    M lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
    M lldb/source/Plugins/OperatingSystem/CMakeLists.txt
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
    M lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    A lldb/source/Plugins/Plugins.def.in
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/Linux/CMakeLists.txt
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    M lldb/source/Plugins/Process/NetBSD/CMakeLists.txt
    M lldb/source/Plugins/Process/POSIX/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/ARMDefines.h
    M lldb/source/Plugins/Process/Utility/ARMUtils.h
    M lldb/source/Plugins/Process/Utility/AuxVector.h
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
    M lldb/source/Plugins/Process/Utility/InstructionUtils.h
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
    M lldb/source/Plugins/Process/Utility/LinuxSignals.h
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.h
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.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/GDBRemoteCommunicationHistory.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    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/ProcessGDBRemoteLog.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.h
    M lldb/source/Plugins/Process/minidump/NtStructures.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.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/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
    M lldb/source/Symbol/DWARFCallFrameInfo.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Utility/ARM64_DWARF_Registers.h
    M lldb/source/Utility/ARM64_ehframe_Registers.h
    M lldb/source/Utility/ARM_DWARF_Registers.h
    M lldb/source/Utility/ARM_ehframe_Registers.h
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/PPC64LE_DWARF_Registers.h
    M lldb/source/Utility/PPC64_DWARF_Registers.h
    M lldb/source/Utility/Stream.cpp
    M lldb/source/Utility/Timer.cpp
    M lldb/source/lldb.cpp
    R lldb/test/API/README.md
    M lldb/test/API/android/platform/main.cpp
    M lldb/test/API/api/check_public_api_headers/main.cpp.template
    M lldb/test/API/benchmarks/expression/main.cpp
    M lldb/test/API/commands/add-dsym/uuid/main.cpp.template
    M lldb/test/API/commands/apropos/with-process/main.cpp
    M lldb/test/API/commands/command/nested_alias/main.cpp
    M lldb/test/API/commands/command/script/main.cpp
    M lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
    M lldb/test/API/commands/disassemble/basic/main.cpp
    M lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py
    M lldb/test/API/commands/expression/call-throws/TestCallThatThrows.py
    M lldb/test/API/commands/expression/fixits/TestFixIts.py
    M lldb/test/API/commands/expression/formatters/TestFormatters.py
    M lldb/test/API/commands/expression/formatters/main.cpp
    M lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/main.cpp
    M lldb/test/API/commands/expression/ir-interpreter-phi-nodes/main.cpp
    M lldb/test/API/commands/expression/issue_11588/Test11588.py
    M lldb/test/API/commands/expression/persistent_types/main.c
    M lldb/test/API/commands/expression/persistent_variables/main.c
    M lldb/test/API/commands/expression/radar_8638051/main.c
    M lldb/test/API/commands/expression/radar_9531204/main.c
    M lldb/test/API/commands/expression/radar_9673664/main.c
    M lldb/test/API/commands/expression/save_jit_objects/TestSaveJITObjects.py
    M lldb/test/API/commands/expression/save_jit_objects/main.c
    M lldb/test/API/commands/expression/static-initializers/main.cpp
    M lldb/test/API/commands/expression/test/TestExprs.py
    M lldb/test/API/commands/expression/timeout/TestCallWithTimeout.py
    M lldb/test/API/commands/frame/language/TestGuessLanguage.py
    M lldb/test/API/commands/frame/recognizer/main.m
    M lldb/test/API/commands/frame/var-scope/main.c
    M lldb/test/API/commands/frame/var/TestFrameVar.py
    M lldb/test/API/commands/frame/var/main.c
    M lldb/test/API/commands/log/basic/main.cpp
    R lldb/test/API/commands/platform/process/Makefile
    R lldb/test/API/commands/platform/process/TestProcessList.py
    A lldb/test/API/commands/platform/process/list/Makefile
    A lldb/test/API/commands/platform/process/list/TestProcessList.py
    A lldb/test/API/commands/platform/process/list/main.cpp
    R lldb/test/API/commands/platform/process/main.cpp
    M lldb/test/API/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
    M lldb/test/API/commands/register/register/intel_xtended_registers/main.cpp
    M lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py
    M lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp
    M lldb/test/API/commands/register/register/register_command/a.cpp
    M lldb/test/API/commands/register/register/register_command/main.cpp
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/settings/main.cpp
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/commands/target/basic/a.c
    M lldb/test/API/commands/target/basic/b.c
    M lldb/test/API/commands/target/basic/c.c
    M lldb/test/API/commands/target/basic/globals.c
    M lldb/test/API/commands/target/create-deps/a.cpp
    M lldb/test/API/commands/target/create-deps/main.cpp
    M lldb/test/API/commands/watchpoints/hello_watchlocation/main.cpp
    M lldb/test/API/commands/watchpoints/hello_watchpoint/main.c
    M lldb/test/API/commands/watchpoints/multi_watchpoint_slots/main.c
    M lldb/test/API/commands/watchpoints/multiple_hits/main.cpp
    M lldb/test/API/commands/watchpoints/multiple_threads/main.cpp
    M lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
    M lldb/test/API/commands/watchpoints/watchpoint_commands/command/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_commands/condition/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_commands/main.c
    M lldb/test/API/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
    M lldb/test/API/commands/watchpoints/watchpoint_on_vectors/main.c
    M lldb/test/API/commands/watchpoints/watchpoint_set_command/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_size/main.c
    M lldb/test/API/functionalities/archives/a.c
    M lldb/test/API/functionalities/archives/b.c
    M lldb/test/API/functionalities/archives/main.c
    M lldb/test/API/functionalities/asan/main.c
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_conditions/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/main.cpp
    M lldb/test/API/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_ids/main.cpp
    M lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/main.cpp
    M lldb/test/API/functionalities/breakpoint/comp_dir_symlink/main.cpp
    M lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/main.cpp
    M lldb/test/API/functionalities/breakpoint/cpp/main.cpp
    M lldb/test/API/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp
    M lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    M lldb/test/API/functionalities/breakpoint/serialize/main.c
    M lldb/test/API/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    M lldb/test/API/functionalities/conditional_break/main.c
    M lldb/test/API/functionalities/darwin_log/basic/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/activity-chain/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/activity/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/category/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/message/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/activity/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/category/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/message/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/main.c
    M lldb/test/API/functionalities/darwin_log/format/main.c
    M lldb/test/API/functionalities/darwin_log/source/debug/main.c
    M lldb/test/API/functionalities/darwin_log/source/info/main.c
    M lldb/test/API/functionalities/data-formatter/boolreference/main.mm
    M lldb/test/API/functionalities/data-formatter/compactvectors/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-categories/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-cpp/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-globals/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-ptr-to-array/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-script/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-synth/main.cpp
    M lldb/test/API/functionalities/data-formatter/dump_dynamic/main.cpp
    M lldb/test/API/functionalities/data-formatter/format-propagation/TestFormatPropagation.py
    M lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/main.cpp
    M lldb/test/API/functionalities/data-formatter/hexcaps/main.cpp
    M lldb/test/API/functionalities/data-formatter/language_category_updates/main.cpp
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/main.m
    M lldb/test/API/functionalities/data-formatter/nsdictionarysynth/main.m
    M lldb/test/API/functionalities/data-formatter/nssetsynth/main.m
    M lldb/test/API/functionalities/data-formatter/ostypeformatting/main.mm
    M lldb/test/API/functionalities/data-formatter/parray/main.cpp
    M lldb/test/API/functionalities/data-formatter/poarray/main.mm
    M lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/main.cpp
    M lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/main.cpp
    M lldb/test/API/functionalities/data-formatter/setvaluefromcstring/main.m
    M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
    M lldb/test/API/functionalities/data-formatter/summary-string-onfail/main.cpp
    M lldb/test/API/functionalities/data-formatter/synthupdate/main.m
    M lldb/test/API/functionalities/data-formatter/typedef_array/main.cpp
    M lldb/test/API/functionalities/data-formatter/user-format-vs-summary/main.cpp
    M lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/main.cpp
    M lldb/test/API/functionalities/data-formatter/vector-types/main.cpp
    M lldb/test/API/functionalities/dead-strip/main.c
    M lldb/test/API/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteLoad.py
    A lldb/test/API/functionalities/gdb_remote_client/TestWasm.py
    M lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py
    A lldb/test/API/functionalities/gdb_remote_client/TestqOffsets.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    A lldb/test/API/functionalities/gdb_remote_client/qOffsets.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_sym.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_external_debug_sections.yaml
    M lldb/test/API/functionalities/inferior-assert/main.c
    M lldb/test/API/functionalities/inferior-changed/main.c
    M lldb/test/API/functionalities/inferior-changed/main2.c
    M lldb/test/API/functionalities/inferior-crashing/main.c
    M lldb/test/API/functionalities/load_unload/a.cpp
    M lldb/test/API/functionalities/load_unload/b.cpp
    M lldb/test/API/functionalities/load_unload/c.cpp
    M lldb/test/API/functionalities/load_unload/d.cpp
    M lldb/test/API/functionalities/load_unload/hidden/d.cpp
    M lldb/test/API/functionalities/load_unload/main.cpp
    M lldb/test/API/functionalities/load_using_paths/hidden/d.cpp
    M lldb/test/API/functionalities/load_using_paths/main.cpp
    M lldb/test/API/functionalities/longjmp/main.c
    M lldb/test/API/functionalities/memory/cache/TestMemoryCache.py
    M lldb/test/API/functionalities/memory/cache/main.cpp
    M lldb/test/API/functionalities/memory/find/main.cpp
    M lldb/test/API/functionalities/memory/read/TestMemoryRead.py
    M lldb/test/API/functionalities/memory/read/main.cpp
    M lldb/test/API/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/test/API/functionalities/non-overlapping-index-variable-i/main.cpp
    M lldb/test/API/functionalities/plugins/command_plugin/TestPluginCommands.py
    M lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
    M lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    M lldb/test/API/functionalities/postmortem/elf-core/gcore/TestGCore.py
    M lldb/test/API/functionalities/postmortem/elf-core/gcore/main.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
    M lldb/test/API/functionalities/postmortem/elf-core/thread_crash/main.cpp
    M lldb/test/API/functionalities/postmortem/mach-core/TestMachCore.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    M lldb/test/API/functionalities/postmortem/netbsd-core/TestNetBSDCore.py
    A lldb/test/API/functionalities/process_crash_info/Makefile
    A lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    A lldb/test/API/functionalities/process_crash_info/main.c
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
    M lldb/test/API/functionalities/ptr_refs/main.c
    M lldb/test/API/functionalities/recursion/main.cpp
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/functionalities/signal/TestSendSignal.py
    M lldb/test/API/functionalities/source-map/TestTargetSourceMap.py
    M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    M lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/sbapi_support/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/main.cpp
    M lldb/test/API/functionalities/thread/backtrace_all/TestBacktraceAll.py
    M lldb/test/API/functionalities/thread/break_after_join/main.cpp
    M lldb/test/API/functionalities/thread/concurrent_events/main.cpp
    M lldb/test/API/functionalities/thread/crash_during_step/main.cpp
    M lldb/test/API/functionalities/thread/create_during_step/main.cpp
    M lldb/test/API/functionalities/thread/exit_during_break/main.cpp
    M lldb/test/API/functionalities/thread/exit_during_step/main.cpp
    M lldb/test/API/functionalities/thread/jump/main.cpp
    M lldb/test/API/functionalities/thread/jump/other.cpp
    M lldb/test/API/functionalities/thread/multi_break/main.cpp
    M lldb/test/API/functionalities/thread/state/main.cpp
    M lldb/test/API/functionalities/thread/step_out/main.cpp
    M lldb/test/API/functionalities/thread/thread_exit/main.cpp
    M lldb/test/API/functionalities/tsan/basic/main.c
    M lldb/test/API/functionalities/tsan/cpp_global_location/main.cpp
    M lldb/test/API/functionalities/tsan/global_location/main.c
    M lldb/test/API/functionalities/tsan/multiple/main.m
    M lldb/test/API/functionalities/tsan/thread_leak/main.c
    M lldb/test/API/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py
    M lldb/test/API/functionalities/tsan/thread_numbers/main.c
    M lldb/test/API/functionalities/type_completion/main.cpp
    M lldb/test/API/functionalities/type_lookup/main.mm
    M lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py
    M lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py
    M lldb/test/API/functionalities/unwind/standard/hand_written/divmod.cpp
    M lldb/test/API/functionalities/unwind/standard/hand_written/fprintf.cpp
    M lldb/test/API/functionalities/unwind/standard/hand_written/new_delete.cpp
    M lldb/test/API/functionalities/value_md5_crash/TestValueMD5Crash.py
    M lldb/test/API/functionalities/value_md5_crash/main.cpp
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    M lldb/test/API/issue_verification/inline_rerun_inferior.cpp
    M lldb/test/API/lang/c/anonymous/main.c
    M lldb/test/API/lang/c/array_types/TestArrayTypes.py
    M lldb/test/API/lang/c/array_types/main.c
    M lldb/test/API/lang/c/bitfields/main.c
    M lldb/test/API/lang/c/conflicting-symbol/One/One.c
    M lldb/test/API/lang/c/conflicting-symbol/Two/Two.c
    M lldb/test/API/lang/c/conflicting-symbol/main.c
    M lldb/test/API/lang/c/enum_types/main.c
    M lldb/test/API/lang/c/forward/foo.c
    M lldb/test/API/lang/c/forward/main.c
    M lldb/test/API/lang/c/function_types/main.c
    M lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
    M lldb/test/API/lang/c/global_variables/a.c
    M lldb/test/API/lang/c/global_variables/main.c
    M lldb/test/API/lang/c/set_values/main.c
    M lldb/test/API/lang/c/step-target/TestStepTarget.py
    M lldb/test/API/lang/c/step-target/main.c
    M lldb/test/API/lang/c/stepping/main.c
    M lldb/test/API/lang/c/strings/main.c
    M lldb/test/API/lang/c/struct_types/main.c
    M lldb/test/API/lang/c/tls_globals/a.c
    M lldb/test/API/lang/c/tls_globals/main.c
    M lldb/test/API/lang/c/typedef/main.c
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/auto/main.cpp
    M lldb/test/API/lang/cpp/bool/TestCPPBool.py
    M lldb/test/API/lang/cpp/bool/main.cpp
    M lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py
    M lldb/test/API/lang/cpp/call-function/TestCallCPPFunction.py
    M lldb/test/API/lang/cpp/chained-calls/TestCppChainedCalls.py
    M lldb/test/API/lang/cpp/char1632_t/main.cpp
    M lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py
    M lldb/test/API/lang/cpp/char8_t/main.cpp
    M lldb/test/API/lang/cpp/class-template-parameter-pack/main.cpp
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/def-and-decl.test
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into rc.master


  Commit: a695a3569ecb431b3000e9a89059314ee0a8648b
      https://github.com/llvm/llvm-project/commit/a695a3569ecb431b3000e9a89059314ee0a8648b
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Add build utils flag


  Commit: bbb925527e9354978fac1f7b6486638a63e76f3e
      https://github.com/llvm/llvm-project/commit/bbb925527e9354978fac1f7b6486638a63e76f3e
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M .arcconfig
    R clang-tools-extra/.arcconfig
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    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/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CopyConstructorInitCheck.h
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    M 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/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/InfiniteLoopCheck.cpp
    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/ReservedIdentifierCheck.cpp
    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/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.h
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M 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/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/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.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/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.h
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
    M clang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.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/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/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/MacroUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.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/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/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    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/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/google/AvoidNSObjectNewCheck.cpp
    M 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
    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
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.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/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/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    M 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/ExceptionBaseclassCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/ExceptionBaseclassCheck.h
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.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/NewDeleteOverloadsCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    A clang-tools-extra/clang-tidy/misc/NoRecursionCheck.h
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    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/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/AvoidCArraysCheck.h
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    M 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
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    M 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/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    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
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.cpp
    M 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
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M 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/objc/AvoidNSErrorInitCheck.cpp
    M clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
    M clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.cpp
    M clang-tools-extra/clang-tidy/objc/DeallocInCategoryCheck.h
    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/MissingHashCheck.cpp
    M clang-tools-extra/clang-tidy/objc/MissingHashCheck.h
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.h
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.cpp
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.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/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/NoAutomaticMoveCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.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/TriviallyDestructibleCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.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/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.h
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    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/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.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/QualifiedAutoCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.h
    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/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/SimplifySubscriptExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifySubscriptExprCheck.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/rename_check.py
    M clang-tools-extra/clang-tidy/utils/LexerUtils.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/Cancellation.cpp
    M 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    A clang-tools-extra/clangd/CollectMacros.cpp
    M clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/DraftStore.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/Quality.cpp
    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/SemanticSelection.cpp
    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/XRefs.cpp
    R clang-tools-extra/clangd/clients/clangd-vscode/vsc-extension-quickstart.md
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Serialization.cpp
    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/DefineOutline.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/test/completion-auto-trigger.test
    M clang-tools-extra/clangd/test/completion-snippets.test
    M clang-tools-extra/clangd/test/completion.test
    M clang-tools-extra/clangd/test/diagnostic-category.test
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics-notes.test
    M clang-tools-extra/clangd/test/diagnostics.test
    M clang-tools-extra/clangd/test/did-change-configuration-params.test
    M clang-tools-extra/clangd/test/execute-command.test
    M clang-tools-extra/clangd/test/fixits-codeaction.test
    M clang-tools-extra/clangd/test/fixits-command.test
    M clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/path-mappings.test
    M clang-tools-extra/clangd/test/protocol.test
    M clang-tools-extra/clangd/test/semantic-highlighting.test
    M clang-tools-extra/clangd/test/type-hierarchy.test
    A clang-tools-extra/clangd/test/version.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CancellationTests.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/DraftStoreTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.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/SourceCodeTests.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.cpp
    M clang-tools-extra/clangd/unittests/TweakTesting.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/misc-no-recursion.rst
    R clang-tools-extra/test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    R 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/bugprone-bad-signal-to-kill-thread.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-in-initialization-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-before-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe-other.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    R clang-tools-extra/test/clang-tidy/bugprone-suspicious-semicolon-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-c.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/not-null-terminated-result-cxx.h
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-in-initialization-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-before-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe-other.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-memcpy-safe.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-strlen.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wcslen.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-no-recursion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-pass-by-value.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-magic-numbers-userliteral.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-make-member-function-const.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers-check-first-declaration.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/empty-database.cpp
    R clang-tools-extra/test/clang-tidy/readability-magic-numbers-userliteral.cpp
    R clang-tools-extra/test/clang-tidy/readability-make-member-function-const.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers-check-first-declaration.cpp
    R clang-tools-extra/test/clang-tidy/readability-redundant-access-specifiers.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    R clang/.arcconfig
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/BuildSystem.h
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumper.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/include/clang/AST/CommentSema.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclObjC.h
    A clang/include/clang/AST/DependencyFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RawCommentList.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/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/Type.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/VariantValue.h
    A clang/include/clang/ASTMatchers/GtestMatchers.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Analysis/ConstructionContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/AttributeCommonInfo.h
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsHexagonDep.def
    A clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def
    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/DiagnosticLexKinds.td
    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/LangStandards.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SanitizerBlacklist.h
    M clang/include/clang/Basic/SanitizerSpecialCaseList.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/XRayLists.h
    M clang/include/clang/Basic/arm_mve.td
    M clang/include/clang/Basic/arm_mve_defs.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Options.td
    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/Index/IndexSymbol.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/ParsedAttr.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/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiff.h
    M clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Tooling.h
    M clang/include/clang/Tooling/Transformer/SourceCode.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/TransProtectedScope.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/CommentCommandTraits.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/DataCollection.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.cpp
    R clang/lib/AST/Interp/Block.cpp
    R clang/lib/AST/Interp/Block.h
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Context.cpp
    A clang/lib/AST/Interp/InterpBlock.cpp
    A clang/lib/AST/Interp/InterpBlock.h
    M clang/lib/AST/Interp/Pointer.cpp
    M clang/lib/AST/Interp/Pointer.h
    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/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/RawCommentList.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/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    A clang/lib/ASTMatchers/GtestMatchers.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/CloneDetection.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/XRayLists.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/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCRuntime.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/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.h
    M clang/lib/CodeGen/CodeGenTypes.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/PatternInit.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/ToolChains/Ananas.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/Darwin.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/Gnu.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/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    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/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/HeaderIncludeGen.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexSymbol.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.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/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaObjCProperty.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.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/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/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
    M clang/lib/StaticAnalyzer/Checkers/Iterator.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Yaml.h
    A clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/Refactoring/ASTSelection.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/RangeSelector.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/ast-dump-stmt-json.cpp
    M clang/test/Analysis/Inputs/system-header-simulator.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/casts.c
    A clang/test/Analysis/cert/pos34-c-fp-suppression.cpp
    A clang/test/Analysis/cert/pos34-c.cpp
    A clang/test/Analysis/check-analyzer-fixit.py
    A clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    M clang/test/Analysis/dead-stores.c
    A clang/test/Analysis/debug-exprinspection-istainted.c
    M clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/kmalloc-linux.c
    A clang/test/Analysis/malloc-annotations.cpp
    M clang/test/Analysis/misc-ps.c
    M clang/test/Analysis/misc-ps.m
    M clang/test/Analysis/new-ctor-malloc.cpp
    M clang/test/Analysis/new-ctor-null-throw.cpp
    M clang/test/Analysis/new-ctor-null.cpp
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/ptr-arith.c
    M clang/test/Analysis/svalbuilder-logic.c
    M clang/test/Analysis/symbol-reaper.c
    M clang/test/Analysis/taint-generic.c
    A clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/Analysis/vfork.c
    M clang/test/Analysis/virtualcall-fixits.cpp
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/conv/conv.fctptr/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.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.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
    M clang/test/CXX/dcl.decl/p4-0x.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/except/except.handle/p16.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p8.cpp
    M clang/test/CXX/expr/p13.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p19.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp
    M clang/test/CXX/temp/temp.spec/temp.explicit/p9.cpp
    A clang/test/CodeCompletion/included-symlinks.cpp
    A clang/test/CodeGen/PR44896.ll
    M clang/test/CodeGen/aarch64-sve.c
    A clang/test/CodeGen/arm-mve-intrinsics/absneg.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/vbrsrq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    A clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    A clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    A clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    A clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/avx512f-builtins-constrained.c
    M clang/test/CodeGen/avx512f-builtins.c
    A clang/test/CodeGen/avx512vl-builtins-constrained.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/builtins-hexagon-v66-128B.c
    M clang/test/CodeGen/builtins-hexagon-v66.c
    M clang/test/CodeGen/builtins-hvx128.c
    M clang/test/CodeGen/builtins-hvx64.c
    M clang/test/CodeGen/codemodels.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/const-init.c
    A clang/test/CodeGen/f16c-builtins-constrained.c
    M clang/test/CodeGen/f16c-builtins.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fma-builtins.c
    M clang/test/CodeGen/fma4-builtins.c
    A clang/test/CodeGen/non-power-of-2-alignment-assumptions.c
    M clang/test/CodeGen/ppc-emmintrin.c
    M clang/test/CodeGen/ppc-xmmintrin.c
    A clang/test/CodeGen/static-init.cpp
    M clang/test/CodeGen/vectorcall.c
    A clang/test/CodeGen/wasm-call-main.c
    A clang/test/CodeGen/wasm-main.c
    A clang/test/CodeGen/wasm-main_argc_argv.c
    A clang/test/CodeGen/xcoff-comdat.cpp
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/norecurse.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCXX/align-avx-complete-objects.cpp
    M clang/test/CodeGenCXX/arm.cpp
    M clang/test/CodeGenCXX/builtin-calling-conv.cpp
    M clang/test/CodeGenCXX/builtin-is-constant-evaluated.cpp
    M clang/test/CodeGenCXX/builtin-operator-new-delete.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
    M clang/test/CodeGenCXX/cxx1z-aligned-allocation.cpp
    A clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/delete-two-arg.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/inalloca-vector.cpp
    M clang/test/CodeGenCXX/member-function-pointer-calls.cpp
    M clang/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
    M clang/test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp
    M clang/test/CodeGenCXX/multi-dim-operator-new.cpp
    M clang/test/CodeGenCXX/new-alias.cpp
    M clang/test/CodeGenCXX/new-array-init.cpp
    M clang/test/CodeGenCXX/new-overflow.cpp
    M clang/test/CodeGenCXX/new.cpp
    M clang/test/CodeGenCXX/operator-new.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-cleanup.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-gro.cpp
    A clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    M clang/test/CodeGenObjC/debug-info-blocks.m
    M clang/test/CodeGenObjCXX/arc-new-delete.mm
    M clang/test/CodeGenObjCXX/copy.mm
    M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    A clang/test/CodeGenOpenCL/norecurse.cl
    M clang/test/CoverageMapping/abspath.cpp
    M clang/test/CoverageMapping/ir.c
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtbegin.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtend.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crti.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib/gcc/riscv64-redhat-linux/9/crtn.o
    A clang/test/Driver/Inputs/fedora_31_riscv64_tree/usr/lib64/crt1.o
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/arm-cde.c
    M clang/test/Driver/arm-compiler-rt.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-offload-wrapper.c
    M clang/test/Driver/clang_f_opts.c
    R clang/test/Driver/code-model.c
    R clang/test/Driver/darwin-arch-default.c
    M clang/test/Driver/darwin-header-search-libstdcxx.cpp
    M clang/test/Driver/darwin-ld-platform-version-ios.c
    M clang/test/Driver/darwin-ld-platform-version-macos.c
    M clang/test/Driver/darwin-ld-platform-version-tvos.c
    M clang/test/Driver/darwin-ld-platform-version-watchos.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/linux-ld.c
    M clang/test/Driver/mbackchain.c
    A clang/test/Driver/mcmodel.c
    M clang/test/Driver/mfentry.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv32-toolchain.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    M clang/test/Driver/unknown-std.cpp
    A clang/test/FixIt/fixit-objc-direct.m
    M clang/test/Frontend/print-header-includes.c
    M clang/test/Index/Core/index-instantiated-source.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Lexer/cxx2a-spaceship.cpp
    M clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/serialized-diags.c
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/PrivateHeaders/A.h
    A clang/test/Modules/Inputs/implicit-private-without-public/DeprecatedModuleMapLocation.framework/module_private.map
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/Modules/module.private.modulemap
    A clang/test/Modules/Inputs/implicit-private-without-public/Foo.framework/PrivateHeaders/Foo_Priv.h
    A clang/test/Modules/fsystem-module.m
    A clang/test/Modules/implicit-private-without-public.m
    A clang/test/OpenMP/PR44893.c
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_messages.c
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M 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
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    A clang/test/OpenMP/depobj_ast_print.cpp
    A clang/test/OpenMP/depobj_codegen.cpp
    A clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/flush_messages.cpp
    M clang/test/OpenMP/master_codegen.cpp
    M clang/test/OpenMP/master_taskloop_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_from_messages.cpp
    M clang/test/OpenMP/target_update_to_messages.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/taskloop_ast_print.cpp
    M clang/test/OpenMP/taskloop_codegen.cpp
    M clang/test/OpenMP/taskwait_codegen.cpp
    M clang/test/OpenMP/taskyield_codegen.cpp
    R clang/test/PCH/codegen.cpp
    M clang/test/Parser/asm-goto.c
    M clang/test/Parser/asm-goto.cpp
    M clang/test/Parser/cxx-ambig-decl-expr.cpp
    M clang/test/Parser/cxx-attributes.cpp
    M clang/test/Parser/cxx1z-decomposition.cpp
    M clang/test/Parser/cxx2a-concept-declaration.cpp
    M clang/test/Parser/cxx2a-inline-nested-namespace-definition.cpp
    M clang/test/Parser/explicit-bool.cpp
    M clang/test/Preprocessor/Weverything_pragma.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/headermap-rel2.c
    M clang/test/Preprocessor/hexagon-predefines.c
    A clang/test/Preprocessor/init-aarch64.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/pragma_diagnostic.c
    M clang/test/Preprocessor/pushable-diagnostics.c
    M clang/test/Profile/def-assignop.cpp
    M clang/test/Profile/def-ctors.cpp
    M clang/test/Profile/def-dtors.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/alloc-align-attr.c
    M clang/test/Sema/asm-goto.cpp
    M clang/test/Sema/block-call.c
    M clang/test/Sema/block-return.c
    M clang/test/Sema/builtin-stackaddress.c
    M clang/test/Sema/callingconv-ms_abi.c
    M clang/test/Sema/callingconv-sysv_abi.c
    M clang/test/Sema/callingconv.c
    M clang/test/Sema/cast.c
    M clang/test/Sema/conditional-expr.c
    M clang/test/Sema/const-eval.c
    M clang/test/Sema/darwin-align-cast.c
    M clang/test/Sema/exprs.c
    R clang/test/Sema/fallthrough-comment.c
    M clang/test/Sema/init.c
    M clang/test/Sema/offsetof.c
    M clang/test/Sema/overloadable.c
    M clang/test/Sema/pass-object-size.c
    M clang/test/Sema/preserve-call-conv.c
    M clang/test/Sema/static-init.c
    M clang/test/Sema/struct-decl.c
    A clang/test/Sema/warn-documentation-tag-typedef.cpp
    M clang/test/Sema/warn-documentation.cpp
    M clang/test/Sema/warn-documentation.m
    M clang/test/Sema/warn-strict-prototypes.c
    A clang/test/Sema/warn-strict-prototypes.cpp
    M clang/test/Sema/warn-strict-prototypes.m
    M clang/test/Sema/warn-unused-parameters.c
    A clang/test/SemaCUDA/call-kernel-from-kernel.cu
    M clang/test/SemaCXX/addr-of-overloaded-function.cpp
    M clang/test/SemaCXX/alloc-align-attr.cpp
    M clang/test/SemaCXX/builtin-operator-new-delete.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/cstyle-cast.cpp
    M clang/test/SemaCXX/cxx17-compat.cpp
    M clang/test/SemaCXX/cxx1z-constexpr-lambdas.cpp
    M clang/test/SemaCXX/cxx1z-decomposition.cpp
    M clang/test/SemaCXX/cxx2a-compat.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/cxx2a-initializer-aggregates.cpp
    M clang/test/SemaCXX/decl-microsoft-call-conv.cpp
    M clang/test/SemaCXX/destructor.cpp
    M clang/test/SemaCXX/diagnose_if.cpp
    M clang/test/SemaCXX/goto.cpp
    M clang/test/SemaCXX/int-ptr-cast-SFINAE.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/microsoft-template-shadow.cpp
    M clang/test/SemaCXX/ms-property-error.cpp
    M clang/test/SemaCXX/new-delete.cpp
    A clang/test/SemaCXX/operator-new-size-diagnose_if.cpp
    M clang/test/SemaCXX/std-align-val-t-in-operator-new.cpp
    M clang/test/SemaObjC/arc.m
    A clang/test/SemaObjC/category-direct-properties.m
    M clang/test/SemaObjC/comptypes-legal.m
    A clang/test/SemaObjC/dynamic-direct-properties.m
    M clang/test/SemaObjC/externally-retained.m
    M clang/test/SemaObjC/gcc-cast-ext.m
    M clang/test/SemaObjC/method-direct.m
    M clang/test/SemaObjC/protocol-archane.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/arc-type-conversion.mm
    M clang/test/SemaObjCXX/comptypes-1.mm
    M clang/test/SemaObjCXX/comptypes-7.mm
    M clang/test/SemaObjCXX/instantiate-expr.mm
    M clang/test/SemaObjCXX/instantiate-stmt.mm
    M clang/test/SemaObjCXX/noescape.mm
    M clang/test/SemaObjCXX/nullability-pragmas.mm
    M clang/test/SemaObjCXX/objc-container-subscripting.mm
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    M clang/test/SemaObjCXX/property-invalid-type.mm
    M clang/test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
    M clang/test/SemaOpenCL/address-spaces.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/extern-templates.cpp
    M clang/test/SemaTemplate/instantiate-member-class.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/Tooling/ms-asm-no-target.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
    A clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.expected
    A clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A clang/test/utils/update_cc_test_checks/def-and-decl.test
    A clang/test/utils/update_cc_test_checks/lit.local.cfg
    A clang/test/utils/update_cc_test_checks/mangled_names.test
    M clang/tools/clang-format/git-clang-format
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXIndexDataConsumer.cpp
    M clang/unittests/AST/ASTContextParentMapTest.cpp
    M clang/unittests/AST/ASTImporterGenericRedeclTest.cpp
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/ASTVectorTest.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    A clang/unittests/ASTMatchers/GtestMatchersTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Rename/RenameClassTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/www/analyzer/alpha_checks.html
    M clang/www/compatibility.html
    M clang/www/cxx_status.html
    R compiler-rt/.arcconfig
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/tests/asan_str_test.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/asan/tests/asan_test_utils.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/int_lib.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/allocator_config.h
    M compiler-rt/lib/scudo/standalone/bytemap.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/flags.inc
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    A compiler-rt/lib/scudo/standalone/release.cpp
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/size_class_map.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/size_class_map_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    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/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/strstr_strict.c
    M compiler-rt/test/asan/lit.site.cfg.py.in
    M compiler-rt/test/builtins/Unit/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    A compiler-rt/test/dfsan/event_callbacks.c
    M compiler-rt/test/fuzzer/CMakeLists.txt
    M compiler-rt/test/fuzzer/dataflow.test
    M compiler-rt/test/fuzzer/lit.site.cfg.py.in
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cpp
    M compiler-rt/test/tsan/CMakeLists.txt
    M compiler-rt/test/tsan/dtls.c
    A compiler-rt/test/tsan/ignore_lib6.cpp
    A compiler-rt/test/tsan/ignore_lib6.cpp.supp
    M compiler-rt/test/tsan/lit.cfg.py
    M compiler-rt/test/tsan/lit.site.cfg.py.in
    M compiler-rt/test/tsan/mutexset7.cpp
    M compiler-rt/test/tsan/tls_race.cpp
    M compiler-rt/test/tsan/tls_race2.cpp
    M compiler-rt/test/ubsan/CMakeLists.txt
    M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
    M compiler-rt/test/ubsan/lit.site.cfg.py.in
    R debuginfo-tests/.arcconfig
    A debuginfo-tests/dexter/dex/builder/scripts/posix/gcc.sh
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dex/utils/WorkingDirectory.py
    M debuginfo-tests/lit.cfg.py
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/cpu_features/check_avx.cpp
    A libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_sse.cpp
    A libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/api.td
    A libc/config/linux/signal.h.in
    M libc/config/linux/x86_64/syscall.h.inc
    M libc/config/public_api.td
    A libc/docs/fuzzing.rst
    M libc/docs/source_layout.rst
    A libc/fuzzing/CMakeLists.txt
    A libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    A libc/include/signal.h.def
    A libc/include/stdlib.h.def
    A libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/linux.td
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    M libc/src/math/round/round.cpp
    M libc/src/math/round/round.h
    M libc/src/math/round/round_redirector.cpp
    A libc/src/signal/CMakeLists.txt
    A libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/raise.cpp
    A libc/src/signal/linux/sigaddset.cpp
    A libc/src/signal/linux/sigemptyset.cpp
    A libc/src/signal/linux/signal.h
    A libc/src/signal/linux/sigprocmask.cpp
    A libc/src/signal/raise.h
    A libc/src/signal/sigaddset.h
    A libc/src/signal/sigemptyset.h
    A libc/src/signal/sigprocmask.h
    A libc/src/stdlib/CMakeLists.txt
    A libc/src/stdlib/_Exit.h
    A libc/src/stdlib/abort.cpp
    A libc/src/stdlib/abort.h
    A libc/src/stdlib/linux/CMakeLists.txt
    A libc/src/stdlib/linux/_Exit.cpp
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/CMakeLists.txt
    A libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/raise_test.cpp
    A libc/test/src/signal/sigaddset_test.cpp
    A libc/test/src/signal/sigprocmask_test.cpp
    A libc/test/src/stdlib/CMakeLists.txt
    A libc/test/src/stdlib/_Exit_test.cpp
    A libc/test/src/stdlib/abort_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/README.md
    M libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/README.md
    M libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/README.md
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/testutils/CMakeLists.txt
    A libc/utils/testutils/ExecuteFunction.h
    A libc/utils/testutils/ExecuteFunctionUnix.cpp
    M libclc/CMakeLists.txt
    M libclc/generic/lib/math/acos.cl
    R libclc/generic/lib/math/acos.inc
    R libcxx/.arcconfig
    M libcxx/benchmarks/string.bench.cpp
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__bit_reference
    M libcxx/include/__config
    M libcxx/include/__functional_03
    M libcxx/include/__functional_base
    M libcxx/include/__string
    M libcxx/include/__threading_support
    M libcxx/include/atomic
    A libcxx/include/barrier
    M libcxx/include/charconv
    M libcxx/include/complex
    M libcxx/include/cstddef
    A libcxx/include/latch
    M libcxx/include/memory
    M libcxx/include/module.modulemap
    M libcxx/include/regex
    A libcxx/include/semaphore
    M libcxx/include/span
    M libcxx/include/string
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v1.abilist
    A libcxx/lib/abi/9.0/x86_64-apple-darwin.v2.abilist
    A libcxx/lib/abi/9.0/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
    M libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
    M libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
    M libcxx/src/CMakeLists.txt
    A libcxx/src/atomic.cpp
    A libcxx/src/barrier.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/src/string.cpp
    A libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for_purposes_of_call.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/construct.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/max_size.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.fail.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    A libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.fail.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    A libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.cons/copy_shrunk_long.pass.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    A libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
    A libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
    A libcxx/test/std/atomics/types.pass.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    M libcxx/test/std/containers/views/span.elem/back.pass.cpp
    M libcxx/test/std/containers/views/span.elem/front.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp
    M libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/ios_Init.multiple.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
    M libcxx/test/std/numerics/c.math/abs.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/extended.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.search/extended.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/bad_backref.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
    A libcxx/test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.barrier/completion.pass.cpp
    A libcxx/test/std/thread/thread.barrier/max.pass.cpp
    A libcxx/test/std/thread/thread.barrier/version.pass.cpp
    A libcxx/test/std/thread/thread.latch/arrive_and_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/count_down.pass.cpp
    A libcxx/test/std/thread/thread.latch/max.pass.cpp
    A libcxx/test/std/thread/thread.latch/try_wait.pass.cpp
    A libcxx/test/std/thread/thread.latch/version.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/binary.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/max.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/release.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/timed.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/try_acquire.pass.cpp
    A libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
    A libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/address.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/construct.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    R libcxx/test/std/utilities/memory/default.allocator/allocator_void.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR23256_constrain_UTypes_ctor.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.fail.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp
    M libcxx/test/support/count_new.h
    M libcxx/test/support/type_id.h
    A libcxx/utils/docker/README.txt
    R libcxx/utils/docker/debian9/Dockerfile.base
    R libcxx/utils/docker/debian9/Dockerfile.buildbot
    R libcxx/utils/docker/debian9/Dockerfile.clang
    R libcxx/utils/docker/debian9/Dockerfile.compiler_zoo
    R libcxx/utils/docker/debian9/Dockerfile.gcc
    A libcxx/utils/docker/debian9/compilers.yml
    A libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    A libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    A libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    A libcxx/utils/docker/debian9/docker-compose.yml
    A libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    A libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    A libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    A libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    A libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    A libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    R libcxx/utils/docker/docker-compose.yml
    R libcxx/utils/docker/scripts/build_gcc_version.sh
    R libcxx/utils/docker/scripts/build_llvm_version.sh
    R libcxx/utils/docker/scripts/docker_start_buildbots.sh
    R libcxx/utils/docker/scripts/docker_update_bot.sh
    R libcxx/utils/docker/scripts/install_clang_packages.sh
    R libcxx/utils/docker/scripts/run_buildbot.sh
    A libcxx/utils/graph_header_deps.py
    A libcxx/utils/libcxx/graph.py
    M libcxx/utils/libcxx/util.py
    M libcxx/utils/merge_archives.py
    M libcxx/www/cxx2a_status.html
    R libcxxabi/.arcconfig
    R libunwind/.arcconfig
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/DwarfParser.hpp
    A libunwind/test/remember_state_leak.pass.sh.s
    R lld/.arcconfig
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/MinGW.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/Writer.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/DriverUtils.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/Symbols.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Writer.cpp
    M lld/docs/WebAssembly.rst
    M lld/docs/ld.lld.1
    M lld/test/CMakeLists.txt
    M lld/test/COFF/thinlto.ll
    M lld/test/ELF/Inputs/canonical-plt-pcrel.s
    R lld/test/ELF/Inputs/eh-frame-end.s
    M lld/test/ELF/Inputs/eh-frame-pcrel-overflow.s
    R lld/test/ELF/Inputs/mips-nonalloc.s
    M lld/test/ELF/Inputs/ppc64-sort-small-cm-relocs-input4.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-plt.s
    M lld/test/ELF/amdgpu-globals.s
    M lld/test/ELF/amdgpu-kernels.s
    M lld/test/ELF/apply-dynamic-relocs.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-tag-vfp-args-illegal.s
    M lld/test/ELF/arm-target1.s
    A lld/test/ELF/arm-thumb-adr-err.s
    A lld/test/ELF/arm-thumb-adr.s
    A lld/test/ELF/arm-thumb-ldrlit-err.s
    A lld/test/ELF/arm-thumb-ldrlit.s
    A lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-undefined-weak.s
    A lld/test/ELF/arm-thumb2-adr-err.s
    A lld/test/ELF/arm-thumb2-adr.s
    A lld/test/ELF/arm-thumb2-ldrlit-err.s
    A lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/as-needed-no-reloc.s
    M lld/test/ELF/basic-aarch64.s
    M lld/test/ELF/basic-mips.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/combreloc.s
    A lld/test/ELF/comdat-discarded-ppc32.s
    M lld/test/ELF/comdat-discarded-reloc.s
    M lld/test/ELF/compress-debug-sections-reloc.s
    M lld/test/ELF/dynamic-got.s
    M lld/test/ELF/dynamic-reloc.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-begin-end.s
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/eh-frame-marker.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata2.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata4.s
    M lld/test/ELF/eh-frame-negative-pcrel-sdata8.s
    M lld/test/ELF/eh-frame-pcrel-overflow.s
    M lld/test/ELF/eh-frame-value-format1.s
    M lld/test/ELF/eh-frame-value-format2.s
    M lld/test/ELF/eh-frame-value-format3.s
    M lld/test/ELF/eh-frame-value-format4.s
    M lld/test/ELF/eh-frame-value-format5.s
    M lld/test/ELF/eh-frame-value-format6.s
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/eh-frame-value-format8.s
    M lld/test/ELF/eh-frame-value-format9.s
    M lld/test/ELF/ehframe-relocation.s
    A lld/test/ELF/emit-relocs-debug.s
    M lld/test/ELF/end.s
    A lld/test/ELF/gc-sections-linkorder-err.s
    A lld/test/ELF/gc-sections-linkorder.s
    A lld/test/ELF/gc-sections-linkorder2.s
    R lld/test/ELF/gc-sections-metadata-err.s
    M lld/test/ELF/gc-sections-metadata-startstop.s
    R lld/test/ELF/gc-sections-metadata.s
    R lld/test/ELF/gc-sections-metadata2.s
    M lld/test/ELF/gc-sections-shared.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/gnu-ifunc-empty.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    M lld/test/ELF/i386-pc8-pc16-addend.s
    M lld/test/ELF/i386-reloc8-reloc16-addend.s
    M lld/test/ELF/i386-tls-ie-shared.s
    M lld/test/ELF/icf16.s
    M lld/test/ELF/icf7.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/invalid-cie-length.s
    M lld/test/ELF/invalid-cie-length2.s
    M lld/test/ELF/invalid-cie-length3.s
    M lld/test/ELF/invalid-cie-length4.s
    M lld/test/ELF/invalid-cie-length5.s
    M lld/test/ELF/invalid-cie-reference.s
    M lld/test/ELF/invalid-eh-frame.s
    M lld/test/ELF/invalid-eh-frame2.s
    M lld/test/ELF/invalid-eh-frame3.s
    M lld/test/ELF/invalid-eh-frame4.s
    M lld/test/ELF/invalid-eh-frame5.s
    M lld/test/ELF/invalid-eh-frame6.s
    M lld/test/ELF/invalid-eh-frame7.s
    M lld/test/ELF/invalid-eh-frame8.s
    M lld/test/ELF/invalid-eh-frame9.s
    M lld/test/ELF/invalid-fde-rel.s
    M lld/test/ELF/invalid/bad-arm-attributes.s
    R lld/test/ELF/invalid/bad-arm-attributes2.s
    M lld/test/ELF/invalid/eh-frame-hdr-no-out.s
    M lld/test/ELF/linkerscript/Inputs/compress-debug-sections.s
    M lld/test/ELF/linkerscript/absolute2.s
    M lld/test/ELF/linkerscript/align4.test
    M lld/test/ELF/linkerscript/align5.test
    M lld/test/ELF/linkerscript/alignof.test
    M lld/test/ELF/linkerscript/compress-debug-sections-custom.s
    M lld/test/ELF/linkerscript/compress-debug-sections.s
    M lld/test/ELF/linkerscript/data-commands-gc.s
    A lld/test/ELF/linkerscript/discard-linkorder.s
    R lld/test/ELF/linkerscript/discard-section-metadata.s
    M lld/test/ELF/linkerscript/early-assign-symbol.s
    M lld/test/ELF/linkerscript/emit-reloc.s
    M lld/test/ELF/linkerscript/expr-sections.test
    A lld/test/ELF/linkerscript/input-archive.s
    A lld/test/ELF/linkerscript/linkorder.s
    A lld/test/ELF/linkerscript/linkorder2.s
    M lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/loadaddr.s
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/non-absolute2.test
    M lld/test/ELF/linkerscript/operators.test
    M lld/test/ELF/linkerscript/orphan-report.s
    M lld/test/ELF/linkerscript/outsections-addr.s
    M lld/test/ELF/linkerscript/page-size.s
    M lld/test/ELF/linkerscript/provide-shared.s
    A lld/test/ELF/linkerscript/section-align2.test
    R lld/test/ELF/linkerscript/section-metadata.s
    R lld/test/ELF/linkerscript/section-metadata2.s
    M lld/test/ELF/linkerscript/sizeof.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/symbol-assignexpr.s
    M lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/symbol-memoryexpr.s
    M lld/test/ELF/linkerscript/symbol-only-align.test
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbol-reserved.s
    M lld/test/ELF/linkerscript/symbolreferenced.s
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/symbols.s
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    M lld/test/ELF/linkerscript/synthetic-symbols3.test
    M lld/test/ELF/linkerscript/synthetic-symbols4.test
    M lld/test/ELF/linkerscript/undef.s
    A lld/test/ELF/linkorder-err.s
    A lld/test/ELF/linkorder-err2.s
    A lld/test/ELF/linkorder-err3.s
    M lld/test/ELF/local-got-pie.s
    M lld/test/ELF/local-got-shared.s
    M lld/test/ELF/lto/ltopasses-custom.ll
    A lld/test/ELF/lto/resolution-err.ll
    M lld/test/ELF/lto/thinlto.ll
    M lld/test/ELF/mips-26.s
    M lld/test/ELF/mips-32.s
    M lld/test/ELF/mips-64-got.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-dynamic.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-gprel32-relocs-gp0.s
    M lld/test/ELF/mips-gprel32-relocs.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
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.s
    M lld/test/ELF/mips-micro-relocs.s
    M lld/test/ELF/mips-micror6-relocs.s
    M lld/test/ELF/mips-n32-rels.s
    M lld/test/ELF/mips-nonalloc.s
    M lld/test/ELF/mips-options.s
    M lld/test/ELF/mips-pc-relocs.s
    M lld/test/ELF/mips-tls-64.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/no-augmentation.s
    M lld/test/ELF/partition-exidx.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/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc64-ld-got-dtprel.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/relocatable-tls.s
    M lld/test/ELF/relocation-common.s
    M lld/test/ELF/relocation-copy-relro.s
    M lld/test/ELF/riscv-tls-ie.s
    R lld/test/ELF/section-metadata-err.s
    R lld/test/ELF/section-metadata-err2.s
    R lld/test/ELF/section-metadata-err3.s
    M lld/test/ELF/shared.s
    M lld/test/ELF/sht-group-gold-r.test
    A lld/test/ELF/shuffle-sections-init-fini.s
    A lld/test/ELF/shuffle-sections.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/verneed.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/x86-64-gotpc-relax-nopic.s
    M lld/test/ELF/ztext.s
    M lld/test/lit.site.cfg.py.in
    A lld/test/wasm/Inputs/weak-undefined.s
    M lld/test/wasm/import-name.ll
    M lld/test/wasm/responsefile.test
    A lld/test/wasm/weak-and-strong-undef.s
    M lld/wasm/Driver.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/LTO.cpp
    M lld/wasm/Options.td
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.cpp
    R lldb/.arcconfig
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBProcess.i
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/docs/conf.py
    M lldb/docs/index.rst
    M lldb/docs/lldb-gdb-remote.txt
    M lldb/docs/resources/build.rst
    M lldb/docs/status/status.rst
    M lldb/docs/use/variable.rst
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/API/SBAttachInfo.h
    M lldb/include/lldb/API/SBBlock.h
    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/SBBroadcaster.h
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBCommunication.h
    M lldb/include/lldb/API/SBCompileUnit.h
    M lldb/include/lldb/API/SBData.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDeclaration.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    M lldb/include/lldb/API/SBEvent.h
    M lldb/include/lldb/API/SBExecutionContext.h
    M lldb/include/lldb/API/SBExpressionOptions.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBFileSpec.h
    M lldb/include/lldb/API/SBFileSpecList.h
    M lldb/include/lldb/API/SBFrame.h
    M lldb/include/lldb/API/SBFunction.h
    M lldb/include/lldb/API/SBHostOS.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBLanguageRuntime.h
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBLineEntry.h
    M lldb/include/lldb/API/SBListener.h
    M lldb/include/lldb/API/SBMemoryRegionInfo.h
    M lldb/include/lldb/API/SBMemoryRegionInfoList.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBModuleSpec.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBProcessInfo.h
    M lldb/include/lldb/API/SBQueue.h
    M lldb/include/lldb/API/SBQueueItem.h
    M lldb/include/lldb/API/SBSection.h
    M lldb/include/lldb/API/SBSourceManager.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStringList.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBSymbol.h
    M lldb/include/lldb/API/SBSymbolContext.h
    M lldb/include/lldb/API/SBSymbolContextList.h
    M lldb/include/lldb/API/SBTarget.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadCollection.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/API/SBTrace.h
    M lldb/include/lldb/API/SBTraceOptions.h
    M lldb/include/lldb/API/SBType.h
    M lldb/include/lldb/API/SBTypeCategory.h
    M lldb/include/lldb/API/SBTypeEnumMember.h
    M lldb/include/lldb/API/SBTypeFilter.h
    M lldb/include/lldb/API/SBTypeFormat.h
    M lldb/include/lldb/API/SBTypeNameSpecifier.h
    M lldb/include/lldb/API/SBTypeSummary.h
    M lldb/include/lldb/API/SBTypeSynthetic.h
    M lldb/include/lldb/API/SBUnixSignals.h
    M lldb/include/lldb/API/SBValue.h
    M lldb/include/lldb/API/SBValueList.h
    M lldb/include/lldb/API/SBVariablesOptions.h
    M lldb/include/lldb/API/SBWatchpoint.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointID.h
    M lldb/include/lldb/Breakpoint/BreakpointIDList.h
    M lldb/include/lldb/Breakpoint/BreakpointList.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationList.h
    M lldb/include/lldb/Breakpoint/BreakpointName.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
    M lldb/include/lldb/Breakpoint/BreakpointResolver.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/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/BreakpointSiteList.h
    M lldb/include/lldb/Breakpoint/Stoppoint.h
    M lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Breakpoint/WatchpointList.h
    M lldb/include/lldb/Breakpoint/WatchpointOptions.h
    M lldb/include/lldb/Core/Address.h
    M lldb/include/lldb/Core/AddressRange.h
    M lldb/include/lldb/Core/AddressResolver.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/EmulateInstruction.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/FileSpecList.h
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/include/lldb/Core/Highlighter.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/MappedHash.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleChild.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/Opcode.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/RichManglingContext.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/include/lldb/Core/StreamAsynchronousIO.h
    M lldb/include/lldb/Core/StreamBuffer.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/ThreadSafeDenseMap.h
    M lldb/include/lldb/Core/ThreadSafeValue.h
    M lldb/include/lldb/Core/UniqueCStringMap.h
    M lldb/include/lldb/Core/UserSettingsController.h
    M lldb/include/lldb/Core/Value.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectConstResultCast.h
    M lldb/include/lldb/Core/ValueObjectConstResultChild.h
    M lldb/include/lldb/Core/ValueObjectConstResultImpl.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectList.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatCache.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/FormattersHelpers.h
    M lldb/include/lldb/DataFormatters/LanguageCategory.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeFormat.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/DataFormatters/VectorIterator.h
    M lldb/include/lldb/DataFormatters/VectorType.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/DynamicCheckerFunctions.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/ExpressionTypeSystemHelper.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Expression/FunctionCaller.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/IRInterpreter.h
    M lldb/include/lldb/Expression/IRMemoryMap.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/Expression/UtilityFunction.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/ConnectionFileDescriptor.h
    M lldb/include/lldb/Host/Debug.h
    M lldb/include/lldb/Host/Editline.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/Host/HostGetOpt.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/HostNativeProcess.h
    M lldb/include/lldb/Host/HostNativeProcessBase.h
    M lldb/include/lldb/Host/HostNativeThread.h
    M lldb/include/lldb/Host/HostNativeThreadBase.h
    M lldb/include/lldb/Host/HostNativeThreadForward.h
    M lldb/include/lldb/Host/HostProcess.h
    M lldb/include/lldb/Host/HostThread.h
    M lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/LockFile.h
    M lldb/include/lldb/Host/LockFileBase.h
    M lldb/include/lldb/Host/MainLoop.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/MonitoringProcessLauncher.h
    M lldb/include/lldb/Host/OptionParser.h
    M lldb/include/lldb/Host/Pipe.h
    M lldb/include/lldb/Host/PipeBase.h
    M lldb/include/lldb/Host/PosixApi.h
    M lldb/include/lldb/Host/ProcessLaunchInfo.h
    M lldb/include/lldb/Host/ProcessLauncher.h
    M lldb/include/lldb/Host/ProcessRunLock.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/SafeMachO.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/SocketAddress.h
    M lldb/include/lldb/Host/StringConvert.h
    M lldb/include/lldb/Host/TaskPool.h
    M lldb/include/lldb/Host/Terminal.h
    M lldb/include/lldb/Host/ThreadLauncher.h
    M lldb/include/lldb/Host/Time.h
    M lldb/include/lldb/Host/XML.h
    M lldb/include/lldb/Host/common/GetOptInc.h
    M lldb/include/lldb/Host/common/NativeBreakpointList.h
    M lldb/include/lldb/Host/common/NativeProcessProtocol.h
    M lldb/include/lldb/Host/common/NativeRegisterContext.h
    M lldb/include/lldb/Host/common/NativeThreadProtocol.h
    M lldb/include/lldb/Host/common/NativeWatchpointList.h
    M lldb/include/lldb/Host/common/TCPSocket.h
    M lldb/include/lldb/Host/common/UDPSocket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/macosx/HostThreadMacOSX.h
    M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
    M lldb/include/lldb/Host/posix/DomainSocket.h
    M lldb/include/lldb/Host/posix/HostInfoPosix.h
    M lldb/include/lldb/Host/posix/HostProcessPosix.h
    M lldb/include/lldb/Host/posix/HostThreadPosix.h
    M lldb/include/lldb/Host/posix/LockFilePosix.h
    M lldb/include/lldb/Host/posix/PipePosix.h
    M lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h
    M lldb/include/lldb/Initialization/SystemInitializer.h
    M lldb/include/lldb/Initialization/SystemInitializerCommon.h
    M lldb/include/lldb/Initialization/SystemLifetimeManager.h
    M lldb/include/lldb/Interpreter/CommandAlias.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandHistory.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectMultiword.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/CommandOptionValidators.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
    M lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    M lldb/include/lldb/Interpreter/OptionGroupFile.h
    M lldb/include/lldb/Interpreter/OptionGroupFormat.h
    M lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
    M lldb/include/lldb/Interpreter/OptionGroupPlatform.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/OptionGroupString.h
    M lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    M lldb/include/lldb/Interpreter/OptionGroupUUID.h
    M lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    M lldb/include/lldb/Interpreter/OptionGroupVariable.h
    M lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArgs.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/Property.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ArmUnwindInfo.h
    M lldb/include/lldb/Symbol/Block.h
    M lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/CompactUnwindInfo.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/CompilerDecl.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/DeclVendor.h
    M lldb/include/lldb/Symbol/Declaration.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/LocateSymbolFile.h
    M lldb/include/lldb/Symbol/ObjectContainer.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SourceModule.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolContextScope.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TaggedASTType.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeMap.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Symbol/VariableList.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/AssertFrameRecognizer.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/ExecutionContext.h
    M lldb/include/lldb/Target/ExecutionContextScope.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
    M lldb/include/lldb/Target/JITLoader.h
    M lldb/include/lldb/Target/JITLoaderList.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Memory.h
    M lldb/include/lldb/Target/MemoryHistory.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/ModuleCache.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/PathMappingList.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/ProcessStructReader.h
    M lldb/include/lldb/Target/Queue.h
    M lldb/include/lldb/Target/QueueItem.h
    M lldb/include/lldb/Target/QueueList.h
    M lldb/include/lldb/Target/RegisterCheckpoint.h
    M lldb/include/lldb/Target/RegisterContext.h
    M lldb/include/lldb/Target/RegisterNumber.h
    M lldb/include/lldb/Target/SectionLoadHistory.h
    M lldb/include/lldb/Target/SectionLoadList.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/StackID.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/StructuredDataPlugin.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/TargetList.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadCollection.h
    M lldb/include/lldb/Target/ThreadList.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanBase.h
    M lldb/include/lldb/Target/ThreadPlanCallFunction.h
    M lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
    M lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
    M lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Target/ThreadPlanRunToAddress.h
    M lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadPlanStepInstruction.h
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
    M lldb/include/lldb/Target/ThreadPlanStepOverRange.h
    M lldb/include/lldb/Target/ThreadPlanStepRange.h
    M lldb/include/lldb/Target/ThreadPlanStepThrough.h
    M lldb/include/lldb/Target/ThreadPlanStepUntil.h
    M lldb/include/lldb/Target/ThreadPlanTracer.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Target/UnixSignals.h
    M lldb/include/lldb/Target/Unwind.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Baton.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/CompletionRequest.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/DataBufferHeap.h
    M lldb/include/lldb/Utility/DataBufferLLVM.h
    M lldb/include/lldb/Utility/DataEncoder.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Endian.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/Flags.h
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    M lldb/include/lldb/Utility/Iterable.h
    M lldb/include/lldb/Utility/LLDBAssert.h
    M lldb/include/lldb/Utility/Predicate.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/SelectHelper.h
    M lldb/include/lldb/Utility/SharedCluster.h
    M lldb/include/lldb/Utility/Status.h
    M lldb/include/lldb/Utility/Stream.h
    M lldb/include/lldb/Utility/StreamCallback.h
    M lldb/include/lldb/Utility/StreamString.h
    M lldb/include/lldb/Utility/StreamTee.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StringLexer.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/TildeExpressionResolver.h
    M lldb/include/lldb/Utility/Timeout.h
    M lldb/include/lldb/Utility/Timer.h
    M lldb/include/lldb/Utility/TraceOptions.h
    M lldb/include/lldb/Utility/UriParser.h
    M lldb/include/lldb/Utility/UserID.h
    M lldb/include/lldb/Utility/UserIDResolver.h
    M lldb/include/lldb/Utility/VASPrintf.h
    M lldb/include/lldb/Utility/VMRange.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-defines.h
    M lldb/include/lldb/lldb-private-enumerations.h
    M lldb/include/lldb/lldb-private-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-private.h
    M lldb/include/lldb/lldb-public.h
    M lldb/include/lldb/lldb-types.h
    M lldb/include/lldb/lldb-versioning.h
    M lldb/include/lldb/module.modulemap
    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/lldbplatformutil.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/Makefile
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    A lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBAttachInfo.cpp
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointOptionCommon.h
    M lldb/source/API/SBData.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/SBFunction.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.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/SBReproducerPrivate.h
    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/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/SBWatchpoint.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/API/SystemInitializerFull.h
    M lldb/source/API/Utils.h
    M lldb/source/Breakpoint/Breakpoint.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/CommandObjectApropos.h
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectBreakpointCommand.h
    M lldb/source/Commands/CommandObjectCommands.h
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.h
    M lldb/source/Commands/CommandObjectGUI.h
    M lldb/source/Commands/CommandObjectHelp.h
    M lldb/source/Commands/CommandObjectLanguage.h
    M lldb/source/Commands/CommandObjectLog.h
    M lldb/source/Commands/CommandObjectMemory.h
    M lldb/source/Commands/CommandObjectPlatform.h
    M lldb/source/Commands/CommandObjectPlugin.h
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectProcess.h
    M lldb/source/Commands/CommandObjectQuit.h
    M lldb/source/Commands/CommandObjectRegister.h
    M lldb/source/Commands/CommandObjectReproducer.h
    M lldb/source/Commands/CommandObjectSettings.h
    M lldb/source/Commands/CommandObjectSource.h
    M lldb/source/Commands/CommandObjectStats.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectTarget.h
    M lldb/source/Commands/CommandObjectThread.h
    M lldb/source/Commands/CommandObjectType.h
    M lldb/source/Commands/CommandObjectVersion.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/AddressResolverName.cpp
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/macosx/cfcpp/CFCBundle.h
    M lldb/source/Host/macosx/cfcpp/CFCData.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
    M lldb/source/Host/macosx/cfcpp/CFCReleaser.h
    M lldb/source/Host/macosx/cfcpp/CFCString.h
    M lldb/source/Interpreter/CommandObjectScript.h
    A lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    A lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ABI/AArch64/CMakeLists.txt
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.h
    A lldb/source/Plugins/ABI/ARM/ABIARM.cpp
    A lldb/source/Plugins/ABI/ARM/ABIARM.h
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
    M lldb/source/Plugins/ABI/ARM/CMakeLists.txt
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h
    A lldb/source/Plugins/ABI/Mips/ABIMips.cpp
    A lldb/source/Plugins/ABI/Mips/ABIMips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h
    M lldb/source/Plugins/ABI/Mips/CMakeLists.txt
    A lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.cpp
    A lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h
    M lldb/source/Plugins/ABI/PowerPC/CMakeLists.txt
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
    A lldb/source/Plugins/ABI/X86/ABIX86.cpp
    A lldb/source/Plugins/ABI/X86/ABIX86.h
    A lldb/source/Plugins/ABI/X86/ABIX86_64.h
    M lldb/source/Plugins/ABI/X86/CMakeLists.txt
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
    M lldb/source/Plugins/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
    M lldb/source/Plugins/DynamicLoader/CMakeLists.txt
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
    M lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
    A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp
    A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
    M lldb/source/Plugins/Language/ClangCommon/CMakeLists.txt
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
    M lldb/source/Plugins/Language/ObjC/CF.h
    M lldb/source/Plugins/Language/ObjC/Cocoa.h
    M lldb/source/Plugins/Language/ObjC/CoreMedia.h
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.h
    M lldb/source/Plugins/Language/ObjC/NSSet.h
    M lldb/source/Plugins/Language/ObjC/NSString.h
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
    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/AppleObjCRuntimeV1.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
    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.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    M lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
    M lldb/source/Plugins/OperatingSystem/CMakeLists.txt
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
    M lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    A lldb/source/Plugins/Plugins.def.in
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/Linux/CMakeLists.txt
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    M lldb/source/Plugins/Process/NetBSD/CMakeLists.txt
    M lldb/source/Plugins/Process/POSIX/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/ARMDefines.h
    M lldb/source/Plugins/Process/Utility/ARMUtils.h
    M lldb/source/Plugins/Process/Utility/AuxVector.h
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
    M lldb/source/Plugins/Process/Utility/InstructionUtils.h
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
    M lldb/source/Plugins/Process/Utility/LinuxSignals.h
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.h
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.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/GDBRemoteCommunicationHistory.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    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/ProcessGDBRemoteLog.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.h
    M lldb/source/Plugins/Process/minidump/NtStructures.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.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/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
    R lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
    M lldb/source/Symbol/DWARFCallFrameInfo.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Utility/ARM64_DWARF_Registers.h
    M lldb/source/Utility/ARM64_ehframe_Registers.h
    M lldb/source/Utility/ARM_DWARF_Registers.h
    M lldb/source/Utility/ARM_ehframe_Registers.h
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/PPC64LE_DWARF_Registers.h
    M lldb/source/Utility/PPC64_DWARF_Registers.h
    M lldb/source/Utility/Stream.cpp
    M lldb/source/Utility/Timer.cpp
    M lldb/source/lldb.cpp
    R lldb/test/API/README.md
    M lldb/test/API/android/platform/main.cpp
    M lldb/test/API/api/check_public_api_headers/main.cpp.template
    M lldb/test/API/benchmarks/expression/main.cpp
    M lldb/test/API/commands/add-dsym/uuid/main.cpp.template
    M lldb/test/API/commands/apropos/with-process/main.cpp
    M lldb/test/API/commands/command/nested_alias/main.cpp
    M lldb/test/API/commands/command/script/main.cpp
    M lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
    M lldb/test/API/commands/disassemble/basic/main.cpp
    M lldb/test/API/commands/expression/call-restarts/TestCallThatRestarts.py
    M lldb/test/API/commands/expression/call-throws/TestCallThatThrows.py
    M lldb/test/API/commands/expression/fixits/TestFixIts.py
    M lldb/test/API/commands/expression/formatters/TestFormatters.py
    M lldb/test/API/commands/expression/formatters/main.cpp
    M lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/main.cpp
    M lldb/test/API/commands/expression/ir-interpreter-phi-nodes/main.cpp
    M lldb/test/API/commands/expression/issue_11588/Test11588.py
    M lldb/test/API/commands/expression/persistent_types/main.c
    M lldb/test/API/commands/expression/persistent_variables/main.c
    M lldb/test/API/commands/expression/radar_8638051/main.c
    M lldb/test/API/commands/expression/radar_9531204/main.c
    M lldb/test/API/commands/expression/radar_9673664/main.c
    M lldb/test/API/commands/expression/save_jit_objects/TestSaveJITObjects.py
    M lldb/test/API/commands/expression/save_jit_objects/main.c
    M lldb/test/API/commands/expression/static-initializers/main.cpp
    M lldb/test/API/commands/expression/test/TestExprs.py
    M lldb/test/API/commands/expression/timeout/TestCallWithTimeout.py
    M lldb/test/API/commands/frame/language/TestGuessLanguage.py
    M lldb/test/API/commands/frame/recognizer/main.m
    M lldb/test/API/commands/frame/var-scope/main.c
    M lldb/test/API/commands/frame/var/TestFrameVar.py
    M lldb/test/API/commands/frame/var/main.c
    M lldb/test/API/commands/log/basic/main.cpp
    R lldb/test/API/commands/platform/process/Makefile
    R lldb/test/API/commands/platform/process/TestProcessList.py
    A lldb/test/API/commands/platform/process/list/Makefile
    A lldb/test/API/commands/platform/process/list/TestProcessList.py
    A lldb/test/API/commands/platform/process/list/main.cpp
    R lldb/test/API/commands/platform/process/main.cpp
    M lldb/test/API/commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py
    M lldb/test/API/commands/register/register/intel_xtended_registers/main.cpp
    M lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py
    M lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp
    M lldb/test/API/commands/register/register/register_command/a.cpp
    M lldb/test/API/commands/register/register/register_command/main.cpp
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/settings/main.cpp
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/commands/target/basic/a.c
    M lldb/test/API/commands/target/basic/b.c
    M lldb/test/API/commands/target/basic/c.c
    M lldb/test/API/commands/target/basic/globals.c
    M lldb/test/API/commands/target/create-deps/a.cpp
    M lldb/test/API/commands/target/create-deps/main.cpp
    M lldb/test/API/commands/watchpoints/hello_watchlocation/main.cpp
    M lldb/test/API/commands/watchpoints/hello_watchpoint/main.c
    M lldb/test/API/commands/watchpoints/multi_watchpoint_slots/main.c
    M lldb/test/API/commands/watchpoints/multiple_hits/main.cpp
    M lldb/test/API/commands/watchpoints/multiple_threads/main.cpp
    M lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py
    M lldb/test/API/commands/watchpoints/watchpoint_commands/command/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_commands/condition/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_commands/main.c
    M lldb/test/API/commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py
    M lldb/test/API/commands/watchpoints/watchpoint_on_vectors/main.c
    M lldb/test/API/commands/watchpoints/watchpoint_set_command/main.cpp
    M lldb/test/API/commands/watchpoints/watchpoint_size/main.c
    M lldb/test/API/functionalities/archives/a.c
    M lldb/test/API/functionalities/archives/b.c
    M lldb/test/API/functionalities/archives/main.c
    M lldb/test/API/functionalities/asan/main.c
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_conditions/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/main.cpp
    M lldb/test/API/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_ids/main.cpp
    M lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_names/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/main.cpp
    M lldb/test/API/functionalities/breakpoint/comp_dir_symlink/main.cpp
    M lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/main.cpp
    M lldb/test/API/functionalities/breakpoint/cpp/main.cpp
    M lldb/test/API/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp
    M lldb/test/API/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py
    M lldb/test/API/functionalities/breakpoint/serialize/main.c
    M lldb/test/API/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py
    M lldb/test/API/functionalities/conditional_break/main.c
    M lldb/test/API/functionalities/darwin_log/basic/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/activity-chain/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/activity/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/category/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/message/main.c
    M lldb/test/API/functionalities/darwin_log/filter/exact_match/subsystem/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/activity/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/category/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/message/main.c
    M lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/main.c
    M lldb/test/API/functionalities/darwin_log/format/main.c
    M lldb/test/API/functionalities/darwin_log/source/debug/main.c
    M lldb/test/API/functionalities/darwin_log/source/info/main.c
    M lldb/test/API/functionalities/data-formatter/boolreference/main.mm
    M lldb/test/API/functionalities/data-formatter/compactvectors/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-advanced/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-categories/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-cpp/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-globals/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsindexpath/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-ptr-to-array/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-script/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/function/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-synth/main.cpp
    M lldb/test/API/functionalities/data-formatter/dump_dynamic/main.cpp
    M lldb/test/API/functionalities/data-formatter/format-propagation/TestFormatPropagation.py
    M lldb/test/API/functionalities/data-formatter/frameformat_smallstruct/main.cpp
    M lldb/test/API/functionalities/data-formatter/hexcaps/main.cpp
    M lldb/test/API/functionalities/data-formatter/language_category_updates/main.cpp
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/main.m
    M lldb/test/API/functionalities/data-formatter/nsdictionarysynth/main.m
    M lldb/test/API/functionalities/data-formatter/nssetsynth/main.m
    M lldb/test/API/functionalities/data-formatter/ostypeformatting/main.mm
    M lldb/test/API/functionalities/data-formatter/parray/main.cpp
    M lldb/test/API/functionalities/data-formatter/poarray/main.mm
    M lldb/test/API/functionalities/data-formatter/ptr_ref_typedef/main.cpp
    M lldb/test/API/functionalities/data-formatter/pyobjsynthprovider/main.cpp
    M lldb/test/API/functionalities/data-formatter/setvaluefromcstring/main.m
    M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
    M lldb/test/API/functionalities/data-formatter/summary-string-onfail/main.cpp
    M lldb/test/API/functionalities/data-formatter/synthupdate/main.m
    M lldb/test/API/functionalities/data-formatter/typedef_array/main.cpp
    M lldb/test/API/functionalities/data-formatter/user-format-vs-summary/main.cpp
    M lldb/test/API/functionalities/data-formatter/var-in-aggregate-misuse/main.cpp
    M lldb/test/API/functionalities/data-formatter/vector-types/main.cpp
    M lldb/test/API/functionalities/dead-strip/main.c
    M lldb/test/API/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteLoad.py
    A lldb/test/API/functionalities/gdb_remote_client/TestWasm.py
    M lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py
    A lldb/test/API/functionalities/gdb_remote_client/TestqOffsets.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    A lldb/test/API/functionalities/gdb_remote_client/qOffsets.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_sym.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_external_debug_sections.yaml
    M lldb/test/API/functionalities/inferior-assert/main.c
    M lldb/test/API/functionalities/inferior-changed/main.c
    M lldb/test/API/functionalities/inferior-changed/main2.c
    M lldb/test/API/functionalities/inferior-crashing/main.c
    M lldb/test/API/functionalities/load_unload/a.cpp
    M lldb/test/API/functionalities/load_unload/b.cpp
    M lldb/test/API/functionalities/load_unload/c.cpp
    M lldb/test/API/functionalities/load_unload/d.cpp
    M lldb/test/API/functionalities/load_unload/hidden/d.cpp
    M lldb/test/API/functionalities/load_unload/main.cpp
    M lldb/test/API/functionalities/load_using_paths/hidden/d.cpp
    M lldb/test/API/functionalities/load_using_paths/main.cpp
    M lldb/test/API/functionalities/longjmp/main.c
    M lldb/test/API/functionalities/memory/cache/TestMemoryCache.py
    M lldb/test/API/functionalities/memory/cache/main.cpp
    M lldb/test/API/functionalities/memory/find/main.cpp
    M lldb/test/API/functionalities/memory/read/TestMemoryRead.py
    M lldb/test/API/functionalities/memory/read/main.cpp
    M lldb/test/API/functionalities/mtc/simple/TestMTCSimple.py
    M lldb/test/API/functionalities/non-overlapping-index-variable-i/main.cpp
    M lldb/test/API/functionalities/plugins/command_plugin/TestPluginCommands.py
    M lldb/test/API/functionalities/plugins/command_plugin/plugin.cpp.template
    M lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    M lldb/test/API/functionalities/postmortem/elf-core/gcore/TestGCore.py
    M lldb/test/API/functionalities/postmortem/elf-core/gcore/main.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py
    M lldb/test/API/functionalities/postmortem/elf-core/thread_crash/main.cpp
    M lldb/test/API/functionalities/postmortem/mach-core/TestMachCore.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    M lldb/test/API/functionalities/postmortem/netbsd-core/TestNetBSDCore.py
    A lldb/test/API/functionalities/process_crash_info/Makefile
    A lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    A lldb/test/API/functionalities/process_crash_info/main.c
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
    M lldb/test/API/functionalities/ptr_refs/main.c
    M lldb/test/API/functionalities/recursion/main.cpp
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/functionalities/signal/TestSendSignal.py
    M lldb/test/API/functionalities/source-map/TestTargetSourceMap.py
    M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    M lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq1/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_call_site/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_paths_to_common_sink/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/disambiguate_tail_call_seq/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/inlining_and_tail_calls/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/sbapi_support/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_message/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/main.cpp
    M lldb/test/API/functionalities/tail_call_frames/unambiguous_sequence/main.cpp
    M lldb/test/API/functionalities/thread/backtrace_all/TestBacktraceAll.py
    M lldb/test/API/functionalities/thread/break_after_join/main.cpp
    M lldb/test/API/functionalities/thread/concurrent_events/main.cpp
    M lldb/test/API/functionalities/thread/crash_during_step/main.cpp
    M lldb/test/API/functionalities/thread/create_during_step/main.cpp
    M lldb/test/API/functionalities/thread/exit_during_break/main.cpp
    M lldb/test/API/functionalities/thread/exit_during_step/main.cpp
    M lldb/test/API/functionalities/thread/jump/main.cpp
    M lldb/test/API/functionalities/thread/jump/other.cpp
    M lldb/test/API/functionalities/thread/multi_break/main.cpp
    M lldb/test/API/functionalities/thread/state/main.cpp
    M lldb/test/API/functionalities/thread/step_out/main.cpp
    M lldb/test/API/functionalities/thread/thread_exit/main.cpp
    M lldb/test/API/functionalities/tsan/basic/main.c
    M lldb/test/API/functionalities/tsan/cpp_global_location/main.cpp
    M lldb/test/API/functionalities/tsan/global_location/main.c
    M lldb/test/API/functionalities/tsan/multiple/main.m
    M lldb/test/API/functionalities/tsan/thread_leak/main.c
    M lldb/test/API/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py
    M lldb/test/API/functionalities/tsan/thread_numbers/main.c
    M lldb/test/API/functionalities/type_completion/main.cpp
    M lldb/test/API/functionalities/type_lookup/main.mm
    M lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py
    M lldb/test/API/functionalities/unwind/noreturn/module-end/TestNoReturnModuleEnd.py
    M lldb/test/API/functionalities/unwind/standard/hand_written/divmod.cpp
    M lldb/test/API/functionalities/unwind/standard/hand_written/fprintf.cpp
    M lldb/test/API/functionalities/unwind/standard/hand_written/new_delete.cpp
    M lldb/test/API/functionalities/value_md5_crash/TestValueMD5Crash.py
    M lldb/test/API/functionalities/value_md5_crash/main.cpp
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    M lldb/test/API/issue_verification/inline_rerun_inferior.cpp
    M lldb/test/API/lang/c/anonymous/main.c
    M lldb/test/API/lang/c/array_types/TestArrayTypes.py
    M lldb/test/API/lang/c/array_types/main.c
    M lldb/test/API/lang/c/bitfields/main.c
    M lldb/test/API/lang/c/conflicting-symbol/One/One.c
    M lldb/test/API/lang/c/conflicting-symbol/Two/Two.c
    M lldb/test/API/lang/c/conflicting-symbol/main.c
    M lldb/test/API/lang/c/enum_types/main.c
    M lldb/test/API/lang/c/forward/foo.c
    M lldb/test/API/lang/c/forward/main.c
    M lldb/test/API/lang/c/function_types/main.c
    M lldb/test/API/lang/c/global_variables/TestGlobalVariables.py
    M lldb/test/API/lang/c/global_variables/a.c
    M lldb/test/API/lang/c/global_variables/main.c
    M lldb/test/API/lang/c/set_values/main.c
    M lldb/test/API/lang/c/step-target/TestStepTarget.py
    M lldb/test/API/lang/c/step-target/main.c
    M lldb/test/API/lang/c/stepping/main.c
    M lldb/test/API/lang/c/strings/main.c
    M lldb/test/API/lang/c/struct_types/main.c
    M lldb/test/API/lang/c/tls_globals/a.c
    M lldb/test/API/lang/c/tls_globals/main.c
    M lldb/test/API/lang/c/typedef/main.c
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/auto/main.cpp
    M lldb/test/API/lang/cpp/bool/TestCPPBool.py
    M lldb/test/API/lang/cpp/bool/main.cpp
    M lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py
    M lldb/test/API/lang/cpp/call-function/TestCallCPPFunction.py
    M lldb/test/API/lang/cpp/chained-calls/TestCppChainedCalls.py
    M lldb/test/API/lang/cpp/char1632_t/main.cpp
    M lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py
    M lldb/test/API/lang/cpp/char8_t/main.cpp
    M lldb/test/API/lang/cpp/class-template-parameter-pack/main.cpp
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/def-and-decl.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/def-and-decl.test
    R llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: f90a1639a900c6399ed56e22724c301527e4afe8
      https://github.com/llvm/llvm-project/commit/f90a1639a900c6399ed56e22724c301527e4afe8
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
    M mlir/lib/ExecutionEngine/CRunnerUtils.cpp

  Log Message:
  -----------
  [mlir] Fix Windows build of mlir_c_runner_utils

This change includes the CRunnerUtils.h header so that
the declaration of the print functions with MLIR_CRUNNERUTILS_EXPORT
is built when the shared lib is built. Without these exports,
the static import lib wasn't being generated alongside
the dll for mlir_c_runner_utils.


  Commit: c5eda11efdfa93c21f951604d2bccc8ded1b19dc
      https://github.com/llvm/llvm-project/commit/c5eda11efdfa93c21f951604d2bccc8ded1b19dc
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/CRunnerUtils.cpp

  Log Message:
  -----------
  Fix typo


  Commit: 92b6586e6c9fe333007170361ab9be91bca6cbe5
      https://github.com/llvm/llvm-project/commit/92b6586e6c9fe333007170361ab9be91bca6cbe5
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Initialize args variable before if/else block


  Commit: 22ff38e0ae9e51e59360b1da19a027689697b787
      https://github.com/llvm/llvm-project/commit/22ff38e0ae9e51e59360b1da19a027689697b787
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-03-22 (Sun, 22 Mar 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/assets/index.js
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.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/DynamicStaticInitializersCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.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/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
    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
    M clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.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/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.h
    A clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h
    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/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.cpp
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h
    R clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
    R 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/Matchers.h
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FS.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    A clang-tools-extra/clangd/README.md
    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/XRefs.h
    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/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/_templates/clangd_redirect.html
    M clang-tools-extra/docs/_templates/layout.html
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-spuriously-wake-up-functions.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-include.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
    R clang-tools-extra/docs/clang-tidy/checks/fuchsia-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-restrict-system-libc-headers.rst
    A clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd.rst
    R clang-tools-extra/docs/clangd/ApplyClangTidyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/ApplyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/CodeCompletionInEmacsCompanyMode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInSublimeText.png
    R clang-tools-extra/docs/clangd/CodeCompletionInVSCode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInYCM.png
    R clang-tools-extra/docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif
    M clang-tools-extra/docs/clangd/Configuration.rst
    M clang-tools-extra/docs/clangd/DeveloperDocumentation.rst
    R clang-tools-extra/docs/clangd/DiagnosticsInEmacsEglot.png
    R clang-tools-extra/docs/clangd/ErrorsInVSCode.png
    M clang-tools-extra/docs/clangd/Extensions.rst
    M clang-tools-extra/docs/clangd/Features.rst
    R clang-tools-extra/docs/clangd/FindAllReferencesInVSCode.gif
    R clang-tools-extra/docs/clangd/FormatSelectionInVSCode.gif
    R clang-tools-extra/docs/clangd/GoToDefinitionInVSCode.gif
    M clang-tools-extra/docs/clangd/Installation.rst
    R clang-tools-extra/docs/clangd/NavigationWithBreadcrumbsInVSCode.gif
    R clang-tools-extra/docs/clangd/OutlineInVSCode.png
    A clang-tools-extra/docs/clangd/README.txt
    R clang-tools-extra/docs/clangd/SignatureHelpInVSCode.gif
    M clang-tools-extra/docs/clangd/index.rst
    M clang-tools-extra/docs/index.rst
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-doc/single-file.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.hpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.c
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cc
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cxx
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/i.cpp
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/a.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/j.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/r.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/s.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/t.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/transitive2.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stdatomic.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/float.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/r.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stdint.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/t.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/transitive2.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-include.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-allow-missing-move-when-copy-is-deleted.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-all.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-glob.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-headers.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator-precxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-allow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-disallow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-glob.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-transitive.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
    M clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    R clang/docs/AttributeReference.rst
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTImporter.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumperUtils.h
    M clang/include/clang/AST/ASTImporter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    A clang/include/clang/AST/ComputeDependence.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/DeclTemplate.h
    A clang/include/clang/AST/DependenceFlags.h
    R clang/include/clang/AST/DependencyFlags.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/ExternalASTSource.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.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/TemplateBase.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/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Basic/AArch64SVEACLETypes.def
    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/BuiltinsARM.def
    A clang/include/clang/Basic/BuiltinsSVE.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/CodeGenOptions.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.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/LangOptions.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    A clang/include/clang/Basic/arm_cde.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
    A clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/PPCallbacks.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.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/Sema/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/InMemoryModuleCache.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CMakeLists.txt
    A clang/lib/AST/ComputeDependence.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/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.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/NestedNameSpecifier.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/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.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/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    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/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGLoopInfo.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/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/EHScopeStack.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    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/HIP.cpp
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/FormatToken.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/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.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/avx2intrin.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cldemoteintrin.h
    M clang/lib/Headers/module.modulemap
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPCallbacks.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.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/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaAvailability.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.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
    A clang/lib/Sema/UsedDeclVisitor.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/Serialization/InMemoryModuleCache.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    A clang/test/AST/ast-dump-objc-arc-json.m
    M clang/test/AST/ast-dump-openmp-atomic.c
    M clang/test/AST/ast-dump-openmp-cancel.c
    M clang/test/AST/ast-dump-openmp-cancellation-point.c
    M clang/test/AST/ast-dump-openmp-critical.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-distribute.c
    M clang/test/AST/ast-dump-openmp-for-simd.c
    M clang/test/AST/ast-dump-openmp-for.c
    M clang/test/AST/ast-dump-openmp-master.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-parallel-for.c
    M clang/test/AST/ast-dump-openmp-parallel-master-XFAIL.c
    M clang/test/AST/ast-dump-openmp-parallel-sections.c
    M clang/test/AST/ast-dump-openmp-parallel.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-dump-openmp-sections.c
    M clang/test/AST/ast-dump-openmp-simd.c
    M clang/test/AST/ast-dump-openmp-single.c
    M clang/test/AST/ast-dump-openmp-target-data.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-parallel.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-target-teams.c
    M clang/test/AST/ast-dump-openmp-target.c
    M clang/test/AST/ast-dump-openmp-task.c
    M clang/test/AST/ast-dump-openmp-taskgroup.c
    M clang/test/AST/ast-dump-openmp-taskloop-simd.c
    M clang/test/AST/ast-dump-openmp-taskloop.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams.c
    M clang/test/AST/ast-dump-stmt.m
    M clang/test/AST/dump.cpp
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    A clang/test/Analysis/cxx-inherited-ctor-is-skipped-as-top-level.cpp
    M clang/test/Analysis/debug-CallGraph.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/CXX/class.derived/class.abstract/p16.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.funcs/over.match.oper/p9-2a.cpp
    M clang/test/CXX/special/class.dtor/p5-0x.cpp
    M clang/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
    M clang/test/CodeGen/2009-10-20-GlobalDebug.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-poly64.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-crash.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-datatypes.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-negative-test.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/address-space.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-systemz.c
    M clang/test/CodeGen/alignment.c
    A clang/test/CodeGen/arm-cde-gpr.c
    A clang/test/CodeGen/arm-cde-reinterpret.c
    A clang/test/CodeGen/arm-cde-vec.c
    A clang/test/CodeGen/arm-cde-vfp.c
    A clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    A clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    A clang/test/CodeGen/arm-neon-range-checks.c
    M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm64_vdupq_n_f64.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asm-label.c
    A clang/test/CodeGen/attr-loader-uninitialized.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-weak-import.c
    M clang/test/CodeGen/attr-weakref2.c
    M clang/test/CodeGen/attributes.c
    M clang/test/CodeGen/avx2-builtins.c
    M clang/test/CodeGen/blocks-windows.c
    M clang/test/CodeGen/bmi-builtins.c
    M clang/test/CodeGen/bool-convert.c
    M clang/test/CodeGen/bounds-checking.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/cfstring-elf-cfbuild-x86_64.c
    M clang/test/CodeGen/cfstring-windows.c
    M clang/test/CodeGen/cldemote.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-sysroot-sdk.c
    R clang/test/CodeGen/debug-info-sysroot.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/denormalfpmode.c
    M clang/test/CodeGen/dllexport-1.c
    M clang/test/CodeGen/dllexport.c
    M clang/test/CodeGen/dllimport.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/inline-asm-mixed-style.c
    A clang/test/CodeGen/inline-asm-p-constraint.c
    A clang/test/CodeGen/mdouble.c
    M clang/test/CodeGen/microsoft-no-common-align.c
    M clang/test/CodeGen/no-common.c
    M clang/test/CodeGen/pr25786.c
    M clang/test/CodeGen/pragma-pack-1.c
    M clang/test/CodeGen/pragma-weak.c
    M clang/test/CodeGen/private-extern-redef.c
    A clang/test/CodeGen/riscv-sdata-module-flag.c
    M clang/test/CodeGen/tentative-decls.c
    M clang/test/CodeGen/tls-model.c
    M clang/test/CodeGen/visibility.c
    M clang/test/CodeGen/vlt_to_pointer.c
    M clang/test/CodeGen/volatile-1.c
    R clang/test/CodeGen/weak-global.c
    M clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    M clang/test/CodeGenCUDA/kernel-stub-name.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCUDA/unnamed-types.cu
    A clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    M clang/test/CodeGenCXX/clang-sections-tentative.c
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    A clang/test/CodeGenCXX/thunks-ehspec.cpp
    A clang/test/CodeGenCXX/used-decl-visitor.cpp
    A clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenObjC/arc-ternary-op.m
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/class-stubs.m
    M clang/test/CodeGenObjC/constant-string-class.m
    M clang/test/CodeGenObjC/exceptions-asm-attribute.m
    M clang/test/CodeGenObjC/image-info.m
    M clang/test/CodeGenObjC/metadata-symbols-64.m
    M clang/test/CodeGenObjC/metadata_symbols.m
    M clang/test/CodeGenObjC/non-lazy-classes.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/sections.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/tentative-cfconstantstring.m
    M clang/test/CodeGenObjCXX/block-nested-in-lambda.mm
    M clang/test/CodeGenOpenCL/address-spaces.cl
    M clang/test/CodeGenOpenCL/amdgcn-large-globals.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/apple-kext-mkernel.c
    A clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/cuda-version-check.cu
    M clang/test/Driver/default-denormal-fp-math.c
    M clang/test/Driver/denormal-fp-math.c
    A clang/test/Driver/fmerge-constants.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/hip-default-gpu-arch.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-host-cpu-features.hip
    M clang/test/Driver/hip-no-device-libs.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-output-file-name.hip
    M clang/test/Driver/hip-printf.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-syntax-only.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    A clang/test/Driver/mdouble.c
    A clang/test/Driver/memtag.c
    A clang/test/Driver/no-common.c
    M clang/test/Driver/ps4-runtime-flags.c
    A clang/test/Driver/riscv-sdata-warning.c
    M clang/test/Driver/sycl.c
    M clang/test/Driver/xcore-opts.c
    M clang/test/Frontend/ast-codegen.c
    M clang/test/Frontend/sycl-aux-triple.cpp
    M clang/test/Headers/arm-acle-header.c
    A clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/xmmintrin.c
    A clang/test/Import/objc-arc/Inputs/cleanup-objects.m
    A clang/test/Import/objc-arc/test-cleanup-object.m
    M clang/test/Index/Core/external-source-symbol-attr.m
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-wall.c
    M clang/test/Modules/ExtDebugInfo.m
    A clang/test/Modules/Inputs/implicit-invalidate-chain/A.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/B.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/C.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    M clang/test/Modules/debug-info-moduleimport.m
    A clang/test/Modules/implicit-invalidate-chain.c
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/scan_ast_print.cpp
    A clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_data_device_messages.cpp
    M clang/test/OpenMP/target_depend_messages.cpp
    A clang/test/OpenMP/target_device_codegen.cpp
    M clang/test/OpenMP/target_device_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_messages.cpp
    M clang/test/OpenMP/target_enter_data_device_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_messages.cpp
    M clang/test/OpenMP/target_exit_data_device_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_update_depend_messages.cpp
    M clang/test/OpenMP/target_update_device_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/PCH/chain-external-defs.c
    A clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/PCH/debug-info-pch-path.c
    M clang/test/PCH/external-defs.c
    A clang/test/PCH/non-trivial-c-compound-literal.m
    M clang/test/PCH/stmt-openmp_structured_block-bit.cpp
    M clang/test/PCH/tentative-defs.c
    A clang/test/Parser/asm-qualifiers.c
    M clang/test/Parser/asm.c
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/pragma-visibility2.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/hexagon-predefines.c
    M clang/test/Preprocessor/sycl-macro.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/aarch64-sve-types.c
    A clang/test/Sema/arm-cde-immediates.c
    M clang/test/Sema/arm-mve-alias-attribute.c
    M clang/test/Sema/asm.c
    A clang/test/Sema/attr-loader-uninitialized.c
    A clang/test/Sema/attr-loader-uninitialized.cpp
    M clang/test/Sema/attr-target-mv.c
    A clang/test/Sema/builtin-returnaddress.c
    R clang/test/Sema/builtins-memcpy-inline.c
    A clang/test/Sema/builtins-memcpy-inline.cpp
    M clang/test/Sema/cast.c
    M clang/test/Sema/no-builtin.cpp
    A clang/test/Sema/sizeless-1.c
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/cxx0x-cursory-default-delete.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/member-pointer-ms.cpp
    A clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis-trivially-copyable.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaObjC/strong-in-c-struct.m
    M clang/test/SemaSYCL/kernel-attribute.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    A clang/test/SemaTemplate/dependent-typos-recovery.cpp
    M clang/test/SemaTemplate/instantiate-abbreviated-template.cpp
    M clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp
    A clang/test/SemaTemplate/subst-into-subst.cpp
    A clang/test/SemaTemplate/undeclared-template.cpp
    M clang/test/lit.cfg.py
    M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/driver/cc1gen_reproducer_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXSourceLocation.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclTest.cpp
    R clang/unittests/AST/OMPStructuredBlockTest.cpp
    A clang/unittests/AST/SizelessTypesTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/CodeGen/CodeGenExternalTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/Driver/DistroTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
    A clang/unittests/StaticAnalyzer/CheckerRegistration.h
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/utils/TableGen/CMakeLists.txt
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    A clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/tsan_interface.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan.syms.extra
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/xray/xray_utils.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr_c_test.c
    M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/set_shadow_test.c
    M compiler-rt/test/msan/no_sanitize_memory_prop.cpp
    A compiler-rt/test/tsan/pthread_atfork_deadlock2.c
    M debuginfo-tests/dexter/dex/dextIR/DextIR.py
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    A libc/AOR_v20.02/Makefile
    A libc/AOR_v20.02/README.md
    A libc/AOR_v20.02/config.mk
    A libc/AOR_v20.02/config.mk.dist
    A libc/AOR_v20.02/math/Dir.mk
    A libc/AOR_v20.02/math/cosf.c
    A libc/AOR_v20.02/math/exp.c
    A libc/AOR_v20.02/math/exp2.c
    A libc/AOR_v20.02/math/exp2f.c
    A libc/AOR_v20.02/math/exp2f_data.c
    A libc/AOR_v20.02/math/exp_data.c
    A libc/AOR_v20.02/math/expf.c
    A libc/AOR_v20.02/math/include/mathlib.h
    A libc/AOR_v20.02/math/log.c
    A libc/AOR_v20.02/math/log2.c
    A libc/AOR_v20.02/math/log2_data.c
    A libc/AOR_v20.02/math/log2f.c
    A libc/AOR_v20.02/math/log2f_data.c
    A libc/AOR_v20.02/math/log_data.c
    A libc/AOR_v20.02/math/logf.c
    A libc/AOR_v20.02/math/logf_data.c
    A libc/AOR_v20.02/math/math_config.h
    A libc/AOR_v20.02/math/math_err.c
    A libc/AOR_v20.02/math/math_errf.c
    A libc/AOR_v20.02/math/pow.c
    A libc/AOR_v20.02/math/pow_log_data.c
    A libc/AOR_v20.02/math/powf.c
    A libc/AOR_v20.02/math/powf_log2_data.c
    A libc/AOR_v20.02/math/s_cos.c
    A libc/AOR_v20.02/math/s_cosf.c
    A libc/AOR_v20.02/math/s_exp.c
    A libc/AOR_v20.02/math/s_exp2f.c
    A libc/AOR_v20.02/math/s_exp2f_1u.c
    A libc/AOR_v20.02/math/s_expf.c
    A libc/AOR_v20.02/math/s_expf_1u.c
    A libc/AOR_v20.02/math/s_log.c
    A libc/AOR_v20.02/math/s_logf.c
    A libc/AOR_v20.02/math/s_pow.c
    A libc/AOR_v20.02/math/s_powf.c
    A libc/AOR_v20.02/math/s_sin.c
    A libc/AOR_v20.02/math/s_sinf.c
    A libc/AOR_v20.02/math/sincosf.c
    A libc/AOR_v20.02/math/sincosf.h
    A libc/AOR_v20.02/math/sincosf_data.c
    A libc/AOR_v20.02/math/sinf.c
    A libc/AOR_v20.02/math/test/mathbench.c
    A libc/AOR_v20.02/math/test/mathtest.c
    A libc/AOR_v20.02/math/test/rtest/dotest.c
    A libc/AOR_v20.02/math/test/rtest/intern.h
    A libc/AOR_v20.02/math/test/rtest/main.c
    A libc/AOR_v20.02/math/test/rtest/random.c
    A libc/AOR_v20.02/math/test/rtest/random.h
    A libc/AOR_v20.02/math/test/rtest/semi.c
    A libc/AOR_v20.02/math/test/rtest/semi.h
    A libc/AOR_v20.02/math/test/rtest/types.h
    A libc/AOR_v20.02/math/test/rtest/wrappers.c
    A libc/AOR_v20.02/math/test/rtest/wrappers.h
    A libc/AOR_v20.02/math/test/runulp.sh
    A libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/expf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/logf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/pow.tst
    A libc/AOR_v20.02/math/test/testcases/directed/powf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    A libc/AOR_v20.02/math/test/testcases/random/double.tst
    A libc/AOR_v20.02/math/test/testcases/random/float.tst
    A libc/AOR_v20.02/math/test/traces/exp.txt
    A libc/AOR_v20.02/math/test/traces/sincosf.txt
    A libc/AOR_v20.02/math/test/ulp.c
    A libc/AOR_v20.02/math/test/ulp.h
    A libc/AOR_v20.02/math/tools/cos.sollya
    A libc/AOR_v20.02/math/tools/exp.sollya
    A libc/AOR_v20.02/math/tools/exp2.sollya
    A libc/AOR_v20.02/math/tools/log.sollya
    A libc/AOR_v20.02/math/tools/log2.sollya
    A libc/AOR_v20.02/math/tools/log2_abs.sollya
    A libc/AOR_v20.02/math/tools/log_abs.sollya
    A libc/AOR_v20.02/math/tools/plot.py
    A libc/AOR_v20.02/math/tools/remez.jl
    A libc/AOR_v20.02/math/tools/sin.sollya
    A libc/AOR_v20.02/math/tools/v_exp.sollya
    A libc/AOR_v20.02/math/tools/v_log.sollya
    A libc/AOR_v20.02/math/tools/v_sin.sollya
    A libc/AOR_v20.02/math/v_cos.c
    A libc/AOR_v20.02/math/v_cosf.c
    A libc/AOR_v20.02/math/v_exp.c
    A libc/AOR_v20.02/math/v_exp.h
    A libc/AOR_v20.02/math/v_exp2f.c
    A libc/AOR_v20.02/math/v_exp2f_1u.c
    A libc/AOR_v20.02/math/v_exp_data.c
    A libc/AOR_v20.02/math/v_expf.c
    A libc/AOR_v20.02/math/v_expf_1u.c
    A libc/AOR_v20.02/math/v_log.c
    A libc/AOR_v20.02/math/v_log.h
    A libc/AOR_v20.02/math/v_log_data.c
    A libc/AOR_v20.02/math/v_logf.c
    A libc/AOR_v20.02/math/v_math.h
    A libc/AOR_v20.02/math/v_pow.c
    A libc/AOR_v20.02/math/v_powf.c
    A libc/AOR_v20.02/math/v_sin.c
    A libc/AOR_v20.02/math/v_sinf.c
    A libc/AOR_v20.02/math/vn_cos.c
    A libc/AOR_v20.02/math/vn_cosf.c
    A libc/AOR_v20.02/math/vn_exp.c
    A libc/AOR_v20.02/math/vn_exp2f.c
    A libc/AOR_v20.02/math/vn_exp2f_1u.c
    A libc/AOR_v20.02/math/vn_expf.c
    A libc/AOR_v20.02/math/vn_expf_1u.c
    A libc/AOR_v20.02/math/vn_log.c
    A libc/AOR_v20.02/math/vn_logf.c
    A libc/AOR_v20.02/math/vn_pow.c
    A libc/AOR_v20.02/math/vn_powf.c
    A libc/AOR_v20.02/math/vn_sin.c
    A libc/AOR_v20.02/math/vn_sinf.c
    A libc/AOR_v20.02/networking/Dir.mk
    A libc/AOR_v20.02/networking/aarch64/chksum_simd.c
    A libc/AOR_v20.02/networking/arm/chksum_simd.c
    A libc/AOR_v20.02/networking/chksum.c
    A libc/AOR_v20.02/networking/chksum_common.h
    A libc/AOR_v20.02/networking/include/networking.h
    A libc/AOR_v20.02/networking/test/chksum.c
    A libc/AOR_v20.02/string/Dir.mk
    A libc/AOR_v20.02/string/aarch64/check-arch.S
    A libc/AOR_v20.02/string/aarch64/memchr-sve.S
    A libc/AOR_v20.02/string/aarch64/memchr.S
    A libc/AOR_v20.02/string/aarch64/memcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/memcmp.S
    A libc/AOR_v20.02/string/aarch64/memcpy-advsimd.S
    A libc/AOR_v20.02/string/aarch64/memcpy.S
    A libc/AOR_v20.02/string/aarch64/memset.S
    A libc/AOR_v20.02/string/aarch64/stpcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/stpcpy.S
    A libc/AOR_v20.02/string/aarch64/strchr-mte.S
    A libc/AOR_v20.02/string/aarch64/strchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strchr.S
    A libc/AOR_v20.02/string/aarch64/strchrnul-sve.S
    A libc/AOR_v20.02/string/aarch64/strchrnul.S
    A libc/AOR_v20.02/string/aarch64/strcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strcmp.S
    A libc/AOR_v20.02/string/aarch64/strcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/strcpy.S
    A libc/AOR_v20.02/string/aarch64/strlen-mte.S
    A libc/AOR_v20.02/string/aarch64/strlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strlen.S
    A libc/AOR_v20.02/string/aarch64/strncmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strncmp.S
    A libc/AOR_v20.02/string/aarch64/strnlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strnlen.S
    A libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strrchr.S
    A libc/AOR_v20.02/string/arm/check-arch.S
    A libc/AOR_v20.02/string/arm/memchr.S
    A libc/AOR_v20.02/string/arm/memcpy.S
    A libc/AOR_v20.02/string/arm/memset.S
    A libc/AOR_v20.02/string/arm/strcmp-armv6m.S
    A libc/AOR_v20.02/string/arm/strcmp.S
    A libc/AOR_v20.02/string/arm/strcpy.c
    A libc/AOR_v20.02/string/arm/strlen-armv6t2.S
    A libc/AOR_v20.02/string/asmdefs.h
    A libc/AOR_v20.02/string/include/stringlib.h
    A libc/AOR_v20.02/string/test/memchr.c
    A libc/AOR_v20.02/string/test/memcmp.c
    A libc/AOR_v20.02/string/test/memcpy.c
    A libc/AOR_v20.02/string/test/memmove.c
    A libc/AOR_v20.02/string/test/memset.c
    A libc/AOR_v20.02/string/test/stpcpy.c
    A libc/AOR_v20.02/string/test/strchr.c
    A libc/AOR_v20.02/string/test/strchrnul.c
    A libc/AOR_v20.02/string/test/strcmp.c
    A libc/AOR_v20.02/string/test/strcpy.c
    A libc/AOR_v20.02/string/test/strlen.c
    A libc/AOR_v20.02/string/test/strncmp.c
    A libc/AOR_v20.02/string/test/strnlen.c
    A libc/AOR_v20.02/string/test/strrchr.c
    A libc/AOR_v20.02/string/x86_64/check-arch.S
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    R libc/cmake/modules/cpu_features/check_avx.cpp
    R libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
    R libc/cmake/modules/cpu_features/check_sse.cpp
    R libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/config/linux/signal.h.in
    A libc/config/linux/threads.h.in
    M libc/include/CMakeLists.txt
    A libc/include/assert.h.def
    M libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/assert/CMakeLists.txt
    A libc/src/assert/__assert_fail.cpp
    A libc/src/assert/assert.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/round.cpp
    A libc/src/math/round.h
    R libc/src/math/round/CMakeLists.txt
    R libc/src/math/round/round.cpp
    R libc/src/math/round/round.h
    R libc/src/math/round/round_redirector.cpp
    A libc/src/math/round_redirector.cpp
    M libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/__restore.cpp
    A libc/src/signal/linux/sigaction.cpp
    A libc/src/signal/linux/signal.cpp
    A libc/src/signal/sigaction.h
    A libc/src/signal/signal.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcpy.cpp
    A libc/src/string/memcpy.h
    A libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    A libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy_arch_specific.h.inc
    A libc/src/threads/CMakeLists.txt
    A libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/mtx_init.cpp
    A libc/src/threads/linux/mtx_lock.cpp
    A libc/src/threads/linux/mtx_unlock.cpp
    A libc/src/threads/linux/thrd_create.cpp
    A libc/src/threads/linux/thrd_join.cpp
    A libc/src/threads/linux/thread_start_args.h.def
    A libc/src/threads/linux/thread_utils.h
    A libc/src/threads/linux/x86_64/thread_start_args.h.in
    A libc/src/threads/mtx_init.h
    A libc/src/threads/mtx_lock.h
    A libc/src/threads/mtx_unlock.h
    A libc/src/threads/thrd_create.h
    A libc/src/threads/thrd_join.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/assert/CMakeLists.txt
    A libc/test/src/assert/assert_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    A libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    A libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/mtx_test.cpp
    A libc/test/src/threads/thrd_test.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/buildbot/Dockerfile
    A libc/utils/buildbot/README.txt
    A libc/utils/buildbot/run.sh
    M libc/utils/testutils/CMakeLists.txt
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    A libc/utils/testutils/StreamWrapper.cpp
    A libc/utils/testutils/StreamWrapper.h
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/__functional_03
    M libcxx/include/codecvt
    M libcxx/include/exception
    M libcxx/include/filesystem
    M libcxx/include/functional
    M libcxx/include/future
    M libcxx/include/ios
    M libcxx/include/memory
    M libcxx/include/random
    M libcxx/include/regex
    M libcxx/include/stdexcept
    M libcxx/include/system_error
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp
    A libcxx/test/libcxx/selftest/test.file_dependencies.sh.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
    M libcxx/test/lit.cfg
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf16.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf8.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp
    M libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_same.pass.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    A libcxx/utils/docker/debian9/buildbot/Dockerfile
    A libcxx/utils/docker/debian9/buildbot/buildbot-auth.json
    A libcxx/utils/docker/debian9/buildbot/docker-compose.yml
    A libcxx/utils/docker/debian9/buildbot/install-gcloud-agents.sh
    A libcxx/utils/docker/debian9/buildbot/install-packages.sh
    A libcxx/utils/docker/debian9/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/compilers.yml
    R libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    R libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    R libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    R libcxx/utils/docker/debian9/docker-compose.yml
    R libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    R libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    R libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    R libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/run.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/abort_message.h
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/include/atomic_support.h
    M libcxxabi/test/CMakeLists.txt
    M libunwind/docs/BuildingLibunwind.rst
    M libunwind/docs/index.rst
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfParser.hpp
    A libunwind/src/FrameHeaderCache.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/config.h
    A libunwind/test/frameheadercache_test.pass.cpp
    A lld/.clang-tidy
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Options.td
    M lld/COFF/Writer.cpp
    M lld/Common/TargetOptionsCommandFlags.cpp
    M lld/ELF/Arch/Hexagon.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/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/AtomLLD.rst
    A lld/docs/ELF/linker_script.rst
    M lld/docs/NewLLD.rst
    M lld/docs/design.rst
    M lld/docs/development.rst
    M lld/docs/getting_started.rst
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/DWARF.h
    M lld/test/COFF/arm-thumb-thunks-multipass.s
    M lld/test/COFF/arm-thumb-thunks.s
    M lld/test/COFF/arm64-delayimport.yaml
    M lld/test/COFF/arm64-import2.test
    M lld/test/COFF/arm64-relocs-imports.test
    M lld/test/COFF/arm64-thunks.s
    M lld/test/COFF/armnt-blx23t.test
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/armnt-mov32t-exec.test
    M lld/test/COFF/armnt-movt32t.test
    M lld/test/COFF/armnt-rel32.yaml
    M lld/test/COFF/autoimport-arm-data.s
    M lld/test/COFF/autoimport-arm64-data.s
    M lld/test/COFF/autoimport-list-ptrs.s
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    M lld/test/COFF/base.test
    M lld/test/COFF/delayimports-armnt.yaml
    M lld/test/COFF/delayimports32.test
    M lld/test/COFF/dll.test
    M lld/test/COFF/export-arm64.yaml
    M lld/test/COFF/export.test
    M lld/test/COFF/export32.test
    M lld/test/COFF/imports-gnu-only.s
    M lld/test/COFF/imports-ordinal-only.s
    M lld/test/COFF/imports.test
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/lto.ll
    M lld/test/COFF/mixed-resource-obj.yaml
    M lld/test/COFF/no-idata.s
    M lld/test/COFF/options.test
    M lld/test/COFF/pdata-arm64.yaml
    A lld/test/COFF/pdb-tpi-aligned-records.test
    M lld/test/COFF/start-lib.ll
    M lld/test/COFF/unwind.test
    M lld/test/ELF/Inputs/shf-info-link.test
    M lld/test/ELF/aarch64-abs16.s
    M lld/test/ELF/aarch64-abs32.s
    M lld/test/ELF/aarch64-call26-thunk.s
    M lld/test/ELF/aarch64-condb-reloc.s
    M lld/test/ELF/aarch64-copy.s
    M lld/test/ELF/aarch64-cortex-a53-843419-address.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large2.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-tlsrelax.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-fpic-got.s
    M lld/test/ELF/aarch64-gnu-ifunc-address.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-plt.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/aarch64-relocs.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-tls-gdie.s
    M lld/test/ELF/aarch64-tls-gdle.s
    M lld/test/ELF/aarch64-tls-ie.s
    M lld/test/ELF/aarch64-tls-iele.s
    M lld/test/ELF/aarch64-tls-le.s
    M lld/test/ELF/aarch64-tlsld-ldst.s
    M lld/test/ELF/aarch64-tstbr14-reloc.s
    M lld/test/ELF/aarch64-undefined-weak.s
    M lld/test/ELF/allow-multiple-definition.s
    M lld/test/ELF/arm-bl-v6-inrange.s
    M lld/test/ELF/arm-bl-v6.s
    M lld/test/ELF/arm-blx.s
    M lld/test/ELF/arm-branch-rangethunk.s
    M lld/test/ELF/arm-branch-undef-weak-plt-thunk.s
    M lld/test/ELF/arm-branch.s
    M lld/test/ELF/arm-copy.s
    M lld/test/ELF/arm-exidx-add-missing.s
    M lld/test/ELF/arm-exidx-canunwind.s
    M lld/test/ELF/arm-exidx-dedup-and-sentinel.s
    M lld/test/ELF/arm-exidx-emit-relocs.s
    M lld/test/ELF/arm-exidx-gc.s
    M lld/test/ELF/arm-exidx-order.s
    M lld/test/ELF/arm-exidx-sentinel-orphan.s
    M lld/test/ELF/arm-exidx-shared.s
    M lld/test/ELF/arm-extreme-range-pi-thunk.s
    M lld/test/ELF/arm-fix-cortex-a8-blx.s
    M lld/test/ELF/arm-fix-cortex-a8-nopatch.s
    M lld/test/ELF/arm-fix-cortex-a8-plt.s
    M lld/test/ELF/arm-fix-cortex-a8-recognize.s
    M 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-force-pi-thunk.s
    M lld/test/ELF/arm-fpic-got.s
    M lld/test/ELF/arm-gnu-ifunc-plt.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-got-relative.s
    M lld/test/ELF/arm-gotoff.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-long-thunk-converge.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-plt-reloc.s
    M lld/test/ELF/arm-sbrel32.s
    M lld/test/ELF/arm-target1.s
    M lld/test/ELF/arm-target2.s
    M lld/test/ELF/arm-thumb-adr.s
    M lld/test/ELF/arm-thumb-blx.s
    M lld/test/ELF/arm-thumb-branch-rangethunk.s
    M lld/test/ELF/arm-thumb-branch.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-thumb-interwork-abs.s
    M lld/test/ELF/arm-thumb-interwork-ifunc.s
    M lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-interwork-thunk-v5.s
    M lld/test/ELF/arm-thumb-interwork-thunk.s
    M lld/test/ELF/arm-thumb-ldrlit.s
    M lld/test/ELF/arm-thumb-mix-range-thunk-os.s
    M lld/test/ELF/arm-thumb-narrow-branch-check.s
    M lld/test/ELF/arm-thumb-no-undefined-thunk.s
    M lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-plt-range-thunk-os.s
    M lld/test/ELF/arm-thumb-plt-reloc.s
    M lld/test/ELF/arm-thumb-range-thunk-os.s
    M lld/test/ELF/arm-thumb-thunk-empty-pass.s
    M lld/test/ELF/arm-thumb-thunk-v6m.s
    M lld/test/ELF/arm-thumb-undefined-weak-narrow.test
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-thumb2-adr.s
    M lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-thunk-largesection.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript-large.s
    M lld/test/ELF/arm-thunk-linkerscript-orphan.s
    M lld/test/ELF/arm-thunk-linkerscript-sort.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/arm-thunk-many-passes.s
    M lld/test/ELF/arm-thunk-multipass-plt.s
    M lld/test/ELF/arm-thunk-multipass.s
    M lld/test/ELF/arm-thunk-nosuitable.s
    M lld/test/ELF/arm-thunk-re-add.s
    M lld/test/ELF/arm-tls-gd-nonpreemptible.s
    M lld/test/ELF/arm-tls-gd32.s
    M lld/test/ELF/arm-tls-ie32.s
    M lld/test/ELF/arm-tls-ldm32.s
    M lld/test/ELF/arm-tls-le32.s
    M lld/test/ELF/arm-tls-norelax-ie-le.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/arm-v4bx.test
    M lld/test/ELF/assignment-archive.s
    M lld/test/ELF/basic-avr.s
    M lld/test/ELF/basic-ppc.s
    M lld/test/ELF/basic-ppc64.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/build-id.s
    M lld/test/ELF/canonical-plt-pcrel.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/debug-relocation-none.test
    M lld/test/ELF/defsym.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-hdr-abs-fde.s
    M lld/test/ELF/eh-frame-hdr-icf.s
    M lld/test/ELF/eh-frame-hdr.s
    M lld/test/ELF/ehframe-relocation.s
    M lld/test/ELF/emit-relocs-gc.s
    M lld/test/ELF/exclude.s
    M lld/test/ELF/format-binary.test
    M lld/test/ELF/gc-sections-metadata-startstop.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gdb-index.s
    M lld/test/ELF/gnu-hash-table.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-noplt-i386.s
    M lld/test/ELF/gnu-ifunc-noplt.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
    M lld/test/ELF/got-i386.s
    M lld/test/ELF/got.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    M lld/test/ELF/hexagon-plt.s
    A lld/test/ELF/hexagon-tls-gd-xform.s
    M lld/test/ELF/i386-feature-cet.s
    M lld/test/ELF/i386-gotpc.s
    M lld/test/ELF/i386-pc16.test
    M lld/test/ELF/i386-pc8.s
    M lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-relax-reloc.s
    M lld/test/ELF/i386-reloc-large-addend.s
    M lld/test/ELF/i386-reloc-range.s
    M lld/test/ELF/i386-retpoline-nopic-linkerscript.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic-linkerscript.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/i386-tls-dynamic.s
    M lld/test/ELF/i386-tls-gdiele.s
    M lld/test/ELF/i386-tls-ie-shared.s
    M lld/test/ELF/i386-tls-le.s
    M lld/test/ELF/i386-tls-opt-iele-nopic.s
    M lld/test/ELF/i386-tls-opt.s
    M lld/test/ELF/icf11.test
    M lld/test/ELF/icf7.s
    M lld/test/ELF/incompatible.s
    M lld/test/ELF/init_fini_priority.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/invalid-relocation-aarch64.test
    M lld/test/ELF/invalid/invalid-relocation-x64.test
    M lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/linkerscript/absolute-expr.test
    M lld/test/ELF/linkerscript/addr.test
    M lld/test/ELF/linkerscript/align-empty.test
    M lld/test/ELF/linkerscript/align1.test
    M lld/test/ELF/linkerscript/align2.test
    M lld/test/ELF/linkerscript/align3.test
    M lld/test/ELF/linkerscript/arm-exidx-sentinel-and-assignment.s
    R lld/test/ELF/linkerscript/at-self-reference.s
    M lld/test/ELF/linkerscript/at.s
    M lld/test/ELF/linkerscript/at2.test
    M lld/test/ELF/linkerscript/at4.s
    M lld/test/ELF/linkerscript/common-assign.s
    M lld/test/ELF/linkerscript/constructor.test
    M lld/test/ELF/linkerscript/data-commands1.test
    M lld/test/ELF/linkerscript/define.test
    M lld/test/ELF/linkerscript/discard-gnu-hash.s
    M lld/test/ELF/linkerscript/discard-linkorder.s
    M lld/test/ELF/linkerscript/discard-section.s
    M lld/test/ELF/linkerscript/double-bss.test
    M lld/test/ELF/linkerscript/eh-frame-emit-relocs.s
    M lld/test/ELF/linkerscript/eh-frame-hdr.s
    M lld/test/ELF/linkerscript/eh-frame-merge.s
    M lld/test/ELF/linkerscript/eh-frame.s
    M lld/test/ELF/linkerscript/emit-reloc-section-names.s
    M lld/test/ELF/linkerscript/emit-relocs-ehframe-discard.s
    M lld/test/ELF/linkerscript/empty-load.s
    M lld/test/ELF/linkerscript/empty-sections-expressions.s
    M lld/test/ELF/linkerscript/excludefile.s
    M lld/test/ELF/linkerscript/extend-pt-load1.test
    M lld/test/ELF/linkerscript/extend-pt-load2.test
    M lld/test/ELF/linkerscript/extend-pt-load3.test
    M lld/test/ELF/linkerscript/input-order.s
    M lld/test/ELF/linkerscript/input-sec-dup.s
    M lld/test/ELF/linkerscript/linker-script-in-search-path.s
    M lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/loadaddr.s
    M lld/test/ELF/linkerscript/locationcountererr2.s
    M lld/test/ELF/linkerscript/map-file2.test
    M lld/test/ELF/linkerscript/memory-err.s
    A lld/test/ELF/linkerscript/memory-ignored-dot-assign.test
    A lld/test/ELF/linkerscript/memory-ignored-output-address.test
    M lld/test/ELF/linkerscript/memory-include.test
    M lld/test/ELF/linkerscript/memory.s
    M lld/test/ELF/linkerscript/memory3.s
    R lld/test/ELF/linkerscript/memory4.test
    R lld/test/ELF/linkerscript/memory5.test
    M lld/test/ELF/linkerscript/merge-header-load.s
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/merge-sections-syms.s
    M lld/test/ELF/linkerscript/merge-sections.s
    M lld/test/ELF/linkerscript/multi-sections-constraint.s
    M lld/test/ELF/linkerscript/noload.s
    M lld/test/ELF/linkerscript/non-absolute.s
    M lld/test/ELF/linkerscript/non-alloc.s
    M lld/test/ELF/linkerscript/numbers.s
    M lld/test/ELF/linkerscript/orphan-align.s
    M lld/test/ELF/linkerscript/orphan.s
    M lld/test/ELF/linkerscript/orphans.s
    M lld/test/ELF/linkerscript/out-of-order-section-in-region.test
    M lld/test/ELF/linkerscript/out-of-order.s
    M lld/test/ELF/linkerscript/output-section-include.test
    M lld/test/ELF/linkerscript/output-too-large.s
    M lld/test/ELF/linkerscript/overlapping-sections.s
    M lld/test/ELF/linkerscript/overlay.test
    M lld/test/ELF/linkerscript/region-alias.s
    M lld/test/ELF/linkerscript/repsection-symbol.s
    M lld/test/ELF/linkerscript/repsection-va.s
    M lld/test/ELF/linkerscript/rosegment.test
    A lld/test/ELF/linkerscript/section-address-align.test
    M lld/test/ELF/linkerscript/section-align2.test
    M lld/test/ELF/linkerscript/section-include.test
    M lld/test/ELF/linkerscript/sections-constraint.s
    M lld/test/ELF/linkerscript/sections-gc.s
    M lld/test/ELF/linkerscript/sections-keep.s
    M lld/test/ELF/linkerscript/sections-padding.s
    M lld/test/ELF/linkerscript/sections.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/sort-nested.s
    M lld/test/ELF/linkerscript/sort.s
    M lld/test/ELF/linkerscript/subalign.s
    R lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    M lld/test/ELF/linkerscript/unused-synthetic.s
    M lld/test/ELF/linkerscript/unused-synthetic2.test
    M lld/test/ELF/linkerscript/va.s
    M lld/test/ELF/linkerscript/wildcards.s
    M lld/test/ELF/linkerscript/wildcards2.s
    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/lto/codemodel.ll
    M lld/test/ELF/lto/cpu-string.ll
    M lld/test/ELF/lto/defsym.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/lto-start.ll
    M lld/test/ELF/lto/obj-path.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/lto/weakodr-visibility.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/many-alloc-sections.s
    M lld/test/ELF/merge.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.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-call-hilo.s
    M lld/test/ELF/mips-call16.s
    M lld/test/ELF/mips-got-hilo.s
    M lld/test/ELF/mips-got-relocs.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-local.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
    M lld/test/ELF/mips-jalr-non-functions.s
    M lld/test/ELF/mips-jalr.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.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-npic-call-pic-os.s
    M lld/test/ELF/mips-npic-call-pic-script.s
    M lld/test/ELF/mips-npic-call-pic.s
    M lld/test/ELF/mips-pc-relocs.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-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.s
    M lld/test/ELF/mips-xgot-order.s
    M lld/test/ELF/msp430.s
    M lld/test/ELF/non-abs-reloc.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-local-branch.s
    M lld/test/ELF/ppc32-long-thunk.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-dtprel.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-local-entry.s
    M lld/test/ELF/ppc64-local-exec-tls.s
    M lld/test/ELF/ppc64-long-branch-init.s
    M lld/test/ELF/ppc64-long-branch-pi.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/ppc64-tls-ie.s
    M lld/test/ELF/ppc64-tls-ld-le.s
    M lld/test/ELF/ppc64-toc-addis-nop.s
    M lld/test/ELF/ppc64-toc-rel.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/pr34660.s
    M lld/test/ELF/pr37735.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    M lld/test/ELF/relocatable-empty-archive.s
    M lld/test/ELF/relocatable-sections.s
    M lld/test/ELF/relocatable-symbols.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-absolute.s
    M lld/test/ELF/relocation-b-aarch64.test
    M lld/test/ELF/relocation-copy-i686.s
    M lld/test/ELF/relocation-copy.s
    M lld/test/ELF/relocation-group.test
    M lld/test/ELF/relocation-i686.s
    M lld/test/ELF/relocation-in-merge.s
    M lld/test/ELF/relocation.s
    M lld/test/ELF/relro-omagic.s
    M lld/test/ELF/riscv-ifunc-nonpreemptible.s
    M lld/test/ELF/riscv-plt.s
    M lld/test/ELF/riscv-undefined-weak.s
    M lld/test/ELF/sectionstart-noallochdr.s
    M lld/test/ELF/sectionstart.s
    M lld/test/ELF/shf-info-link.test
    M lld/test/ELF/sht-group-empty.test
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/strip-all.s
    M lld/test/ELF/synthetic-got.s
    M lld/test/ELF/tls-opt.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/undef-broken-debug.test
    M lld/test/ELF/undef-not-suggest.test
    M lld/test/ELF/undefined-glob.s
    A lld/test/ELF/unique-orphans.s
    M lld/test/ELF/weak-undef-got-pie.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/wrap.s
    M lld/test/ELF/x86-64-feature-cet.s
    M lld/test/ELF/x86-64-gotpc-relax-nopic.s
    M lld/test/ELF/x86-64-gotpc-relax-und-dso.s
    M lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt-high-addr.s
    M lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-reloc-gotpc64.s
    M lld/test/ELF/x86-64-reloc-size-shared.s
    M lld/test/ELF/x86-64-reloc-size.s
    M lld/test/ELF/x86-64-retpoline-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-linkerscript.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-split-stack-prologue-adjust-shared.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
    M lld/test/ELF/x86-64-tls-dynamic.s
    M lld/test/ELF/x86-64-tls-gd-got.s
    M lld/test/ELF/x86-64-tls-gdie.s
    M lld/test/ELF/x86-64-tls-ie-opt-local.s
    M lld/test/ELF/x86-64-tls-ie.s
    M lld/test/ELF/x86-64-tls-opt-noplt.s
    M lld/test/mach-o/PIE.yaml
    M lld/test/mach-o/arm-interworking-movw.yaml
    M lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml
    M lld/test/mach-o/arm64-section-order.yaml
    M lld/test/mach-o/data-in-code-load-command.yaml
    M lld/test/mach-o/do-not-emit-unwind-fde-arm64.yaml
    M lld/test/mach-o/dylib-install-names.yaml
    M lld/test/mach-o/eh-frame-relocs-arm64.yaml
    M lld/test/mach-o/executable-exports.yaml
    M lld/test/mach-o/export-trie-order.yaml
    M lld/test/mach-o/function-starts-load-command.yaml
    M lld/test/mach-o/gcc_except_tab-got-arm64.yaml
    M lld/test/mach-o/got-order.yaml
    M lld/test/mach-o/hello-world-arm64.yaml
    M lld/test/mach-o/interposing-section.yaml
    M lld/test/mach-o/lazy-bind-x86_64.yaml
    M lld/test/mach-o/lc_segment_filesize.yaml
    M lld/test/mach-o/mach_header-cpusubtype.yaml
    M lld/test/mach-o/parse-data-in-code-armv7.yaml
    M lld/test/mach-o/rpath.yaml
    M lld/test/mach-o/run-tlv-pass-x86-64.yaml
    M lld/test/mach-o/sectattrs.yaml
    M lld/test/mach-o/seg-protection-arm64.yaml
    M lld/test/mach-o/seg-protection-x86_64.yaml
    M lld/test/mach-o/source-version.yaml
    M lld/test/mach-o/stack-size.yaml
    M lld/test/mach-o/unwind-info-simple-arm64.yaml
    M lld/test/mach-o/unwind-info-simple-x86_64.yaml
    M lld/test/mach-o/upward-dylib-load-command.yaml
    M lld/test/mach-o/use-dylib.yaml
    M lld/test/mach-o/version-min-load-command-object.yaml
    M lld/test/mach-o/version-min-load-command.yaml
    M lld/wasm/Driver.cpp
    A lldb/.clang-tidy
    M lldb/bindings/interface/SBAddress.i
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/PropertiesBase.td
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Host/Host.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/Platform.h
    A lldb/include/lldb/Target/RegisterContextUnwind.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/Thread.h
    A lldb/include/lldb/Target/UnwindLLDB.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    R lldb/source/Host/netbsd/Host.cpp
    A lldb/source/Host/netbsd/HostNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.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/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    R lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    R lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
    R lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.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/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    A lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    A lldb/source/Target/UnwindLLDB.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/test/API/commands/expression/formatters/TestFormatters.py
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    M lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/test/API/commands/frame/recognizer/main.m
    M lldb/test/API/commands/settings/TestSettings.py
    A lldb/test/API/commands/statistics/basic/Makefile
    M lldb/test/API/commands/statistics/basic/TestStats.py
    M lldb/test/API/commands/statistics/basic/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    A lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
    M lldb/test/API/functionalities/inline-stepping/calling.cpp
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    M lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    A lldb/test/API/functionalities/reproducers/attach/Makefile
    A lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    A lldb/test/API/functionalities/reproducers/attach/main.cpp
    A lldb/test/API/functionalities/unwind/zeroth_frame/Makefile
    A lldb/test/API/functionalities/unwind/zeroth_frame/TestZerothFrame.py
    A lldb/test/API/functionalities/unwind/zeroth_frame/main.c
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/template-function/TestTemplateFunctions.py
    M lldb/test/API/lang/cpp/template-function/main.cpp
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/lang/cpp/thread_local/main.cpp
    M lldb/test/API/lang/objc/hidden-ivars/Makefile
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    A lldb/test/API/lang/objc/modules-non-objc-target/Makefile
    A lldb/test/API/lang/objc/modules-non-objc-target/TestObjCModulesNonObjCTarget.py
    A lldb/test/API/lang/objc/modules-non-objc-target/main.c
    M lldb/test/API/lang/objc/objc-ivar-stripped/Makefile
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
    A lldb/test/API/sanity/TestSettingSkipping.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    M lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
    M lldb/test/API/tools/lldb-server/main.cpp
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/test/Shell/Commands/command-disassemble.s
    M lldb/test/Shell/ExecControl/StopHook/stop-hook.test
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
    A lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
    M lldb/tools/debugserver/CMakeLists.txt
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/README.txt
    M llvm/bindings/go/llvm/dibuilder.go
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddSphinxTarget.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AliasAnalysis.rst
    M llvm/docs/CMake.rst
    A llvm/docs/CodeReview.rst
    M llvm/docs/CommandGuide/llvm-lipo.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CommandGuide/llvm-size.rst
    M llvm/docs/CommandGuide/llvm-strings.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/Contributing.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Docker.rst
    M llvm/docs/FAQ.rst
    M llvm/docs/Frontend/PerformanceTips.rst
    M llvm/docs/GettingInvolved.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GettingStartedVS.rst
    M llvm/docs/GlobalISel/GMIR.rst
    M llvm/docs/GlobalISel/IRTranslator.rst
    M llvm/docs/GlobalISel/KnownBits.rst
    M llvm/docs/HistoricalNotes/2007-OriginalClangReadme.txt
    M llvm/docs/HowToCrossCompileLLVM.rst
    M llvm/docs/HowToSetUpLLVMStyleRTTI.rst
    M llvm/docs/HowToSubmitABug.rst
    M llvm/docs/LLVMBuild.txt
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/MarkdownQuickstartTemplate.md
    M llvm/docs/MergeFunctions.rst
    M llvm/docs/Packaging.rst
    M llvm/docs/Passes.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/Proposals/GitHubMove.rst
    M llvm/docs/README.txt
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/ReleaseProcess.rst
    M llvm/docs/SphinxQuickstartTemplate.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/TestingGuide.rst
    M llvm/docs/TypeMetadata.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/index.rst
    A llvm/docs/loop-terminology-guarded-loop.png
    A llvm/docs/loop-terminology-initial-loop.png
    A llvm/docs/loop-terminology-rotated-loop.png
    M llvm/docs/tutorial/BuildingAJIT1.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
    M llvm/docs/tutorial/OCamlLangImpl3.rst
    M llvm/docs/tutorial/OCamlLangImpl5.rst
    M llvm/docs/tutorial/index.rst
    M llvm/examples/CMakeLists.txt
    M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
    R llvm/examples/LLJITExamples/CMakeLists.txt
    R llvm/examples/LLJITExamples/ExampleModules.h
    R llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/BasicOrcV2CBindings.c
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/CMakeLists.txt
    A llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/ExampleModules.h
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm-c/ExecutionEngine.h
    A llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/Local.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/BinaryFormat/COFF.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    A llvm/include/llvm/CodeGen/CommandFlags.h
    R llvm/include/llvm/CodeGen/CommandFlags.inc
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/ExecutionDomainFix.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/Passes.h
    A llvm/include/llvm/CodeGen/RDFGraph.h
    A llvm/include/llvm/CodeGen/RDFLiveness.h
    A llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/include/llvm/CodeGen/Register.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    A llvm/include/llvm/CodeGen/Spiller.h
    M llvm/include/llvm/CodeGen/StackProtector.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
    M llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/CFGDiff.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.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/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    A llvm/include/llvm/IR/KnowledgeRetention.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/User.h
    A llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IR/ValueHandle.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCRegister.h
    A llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
    R llvm/include/llvm/MC/MCTargetOptionsCommandFlags.inc
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/Endian.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/Host.h
    M llvm/include/llvm/Support/ManagedStatic.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/Timer.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/Windows/WindowsSupport.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/TargetOptions.h
    M llvm/include/llvm/TextAPI/MachO/Architecture.def
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombine.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
    R llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
    M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueLattice.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/lib/CodeGen/BBSectionsPrepare.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    A llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/ExpandMemCmp.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/Localizer.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.h
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    A llvm/lib/CodeGen/RDFGraph.cpp
    A llvm/lib/CodeGen/RDFLiveness.cpp
    A llvm/lib/CodeGen/RDFRegisters.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    R llvm/lib/CodeGen/Spiller.h
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetOptionsImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
    M llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/Mangling.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    A llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
    M llvm/lib/FuzzMutate/Operations.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/CMakeLists.txt
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    A llvm/lib/IR/KnowledgeRetention.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/User.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/MC/MCInstPrinter.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    A llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/FoldingSet.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrCDE.td
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMPredicates.td
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/AVR/AVRISelLowering.cpp
    M llvm/lib/Target/AVR/AVRInstrFormats.td
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/AVR/AVRSubtarget.cpp
    M llvm/lib/Target/AVR/AVRSubtarget.h
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
    M llvm/lib/Target/Hexagon/CMakeLists.txt
    M llvm/lib/Target/Hexagon/Hexagon.td
    M llvm/lib/Target/Hexagon/HexagonDepArch.td
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/RDFCopy.cpp
    M llvm/lib/Target/Hexagon/RDFCopy.h
    M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
    M llvm/lib/Target/Hexagon/RDFDeadCode.h
    R llvm/lib/Target/Hexagon/RDFGraph.cpp
    R llvm/lib/Target/Hexagon/RDFGraph.h
    R llvm/lib/Target/Hexagon/RDFLiveness.cpp
    R llvm/lib/Target/Hexagon/RDFLiveness.h
    R llvm/lib/Target/Hexagon/RDFRegisters.cpp
    R llvm/lib/Target/Hexagon/RDFRegisters.h
    M llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
    M llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/Mips64InstrInfo.td
    M llvm/lib/Target/Mips/MipsDSPInstrFormats.td
    M llvm/lib/Target/Mips/MipsInstrFPU.td
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
    M llvm/lib/Target/Mips/MipsSchedule.td
    M llvm/lib/Target/Mips/MipsScheduleGeneric.td
    M llvm/lib/Target/Mips/MipsScheduleP5600.td
    M llvm/lib/Target/Mips/MipsSubtarget.h
    M llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
    M llvm/lib/Target/Mips/MipsTargetStreamer.h
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
    M llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    A llvm/lib/Target/PowerPC/PPCMacroFusion.cpp
    A llvm/lib/Target/PowerPC/PPCMacroFusion.def
    A llvm/lib/Target/PowerPC/PPCMacroFusion.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
    M llvm/lib/Target/Sparc/SparcFrameLowering.cpp
    M llvm/lib/Target/Sparc/SparcInstrInfo.td
    M llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp
    M llvm/lib/Target/SystemZ/SystemZFeatures.td
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/VE/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/LLVMBuild.txt
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.cpp
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.h
    M llvm/lib/Target/VE/LLVMBuild.txt
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    M llvm/lib/Target/VE/MCTargetDesc/LLVMBuild.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.cpp
    M llvm/lib/Target/VE/VEAsmPrinter.cpp
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VETargetMachine.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrShiftRotate.td
    M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/XCore/XCoreFrameLowering.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/DivRemPairs.cpp
    M llvm/lib/Transforms/Scalar/Float2Int.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/Reassociate.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    R llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
    M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/runtimes/CMakeLists.txt
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubeid.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubema.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubesc.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubetc.ll
    M llvm/test/Analysis/ConstantFolding/vscale.ll
    M llvm/test/Analysis/CostModel/ARM/mve-gather-scatter-cost.ll
    M llvm/test/Analysis/CostModel/ARM/select.ll
    M llvm/test/Analysis/CostModel/X86/arith-fix.ll
    M llvm/test/Analysis/CostModel/X86/arith-overflow.ll
    M llvm/test/Analysis/CostModel/X86/cttz.ll
    A llvm/test/Analysis/CostModel/X86/fmaxnum.ll
    A llvm/test/Analysis/CostModel/X86/fminnum.ll
    M llvm/test/Analysis/CostModel/X86/reduce-add.ll
    M llvm/test/Analysis/CostModel/X86/reduce-and.ll
    M llvm/test/Analysis/CostModel/X86/reduce-mul.ll
    M llvm/test/Analysis/CostModel/X86/reduce-or.ll
    M llvm/test/Analysis/CostModel/X86/reduce-xor.ll
    M llvm/test/Analysis/CostModel/X86/reduction.ll
    M llvm/test/Analysis/CostModel/X86/trunc.ll
    M llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
    A llvm/test/Analysis/MemorySSA/scalable-vec.ll
    A llvm/test/Analysis/ScalarEvolution/scalable-vector.ll
    A llvm/test/Analysis/StackSafetyAnalysis/ipa-attr.ll
    A llvm/test/Analysis/ValueTracking/known-bits-from-operator-constexpr.ll
    R llvm/test/Analysis/ValueTracking/known-signbit-shift.ll
    M llvm/test/Analysis/ValueTracking/knownnonzero-shift.ll
    A llvm/test/Assembler/dbg-checksum.ll
    M llvm/test/Assembler/dimodule.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-objc.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-swift.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-no-premature-sp-pop.mir
    M llvm/test/CodeGen/AArch64/arm64-elf-calls.ll
    M llvm/test/CodeGen/AArch64/arm64-nvcast.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
    M llvm/test/CodeGen/AArch64/arm64-simplest-elf.ll
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll
    M llvm/test/CodeGen/AArch64/arm64_32.ll
    M llvm/test/CodeGen/AArch64/bcmp-inline-small.ll
    M llvm/test/CodeGen/AArch64/bitfield-insert-0.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-label.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll
    M llvm/test/CodeGen/AArch64/cpus.ll
    A llvm/test/CodeGen/AArch64/dag-combine-trunc-build-vec.ll
    M llvm/test/CodeGen/AArch64/funnel-shift-rot.ll
    M llvm/test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-iterative.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-noreturn-save-lr.mir
    A llvm/test/CodeGen/AArch64/machine-outliner-side-effect.mir
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
    A llvm/test/CodeGen/AArch64/scalable-vector-promotion.ll
    M llvm/test/CodeGen/AArch64/simple-macho.ll
    M llvm/test/CodeGen/AArch64/space.ll
    M llvm/test/CodeGen/AArch64/stack-tagging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-adr.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-dup-x.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith-merging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-imm-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-invalid-imm-offset.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-ff.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-nf.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-sel.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-shifts-merging.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-imm.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-reg.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-contiguous-conflict-detection.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-gather-loads-64bit-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-scatter-stores-64bit-scaled-offset.ll
    M llvm/test/CodeGen/AArch64/tail-call.ll
    M llvm/test/CodeGen/AArch64/tiny_model.ll
    M llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/add.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bswap.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/constant-bus-restriction.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmad.ftz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-merge-values.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-scalar-packed.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-addrspacecast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.atomic.dim.a16.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.dim.a16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2darraymsaa.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.3d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.a16.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.kernarg.segment.ptr.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/mubuf-global.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/mul.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s16.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s32.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.load.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.sample.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-copy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/shlN_add.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/trunc.ll
    M llvm/test/CodeGen/AMDGPU/addrspacecast.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu.private-memory.ll
    M llvm/test/CodeGen/AMDGPU/amdhsa-trap-num-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
    M llvm/test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
    M llvm/test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll
    M llvm/test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll
    M llvm/test/CodeGen/AMDGPU/bypass-div.ll
    M llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
    M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/call-constant.ll
    M llvm/test/CodeGen/AMDGPU/call-encoding.ll
    M llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
    M llvm/test/CodeGen/AMDGPU/call-preserved-registers.ll
    M llvm/test/CodeGen/AMDGPU/call-waitcnt.ll
    M llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
    A llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
    M llvm/test/CodeGen/AMDGPU/captured-frame-index.ll
    A llvm/test/CodeGen/AMDGPU/cc-update.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes.ll
    M llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/cross-block-use-is-not-abi-copy.ll
    M llvm/test/CodeGen/AMDGPU/elf.ll
    M llvm/test/CodeGen/AMDGPU/elf.r600.ll
    M llvm/test/CodeGen/AMDGPU/extload-private.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll
    M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
    M llvm/test/CodeGen/AMDGPU/fma-combine.ll
    M llvm/test/CodeGen/AMDGPU/fold-fi-mubuf.mir
    M llvm/test/CodeGen/AMDGPU/frame-index-elimination.ll
    M llvm/test/CodeGen/AMDGPU/frame-lowering-entry-all-sgpr-used.mir
    M llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir
    A llvm/test/CodeGen/AMDGPU/fshl.ll
    A llvm/test/CodeGen/AMDGPU/fshr.ll
    M llvm/test/CodeGen/AMDGPU/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
    M llvm/test/CodeGen/AMDGPU/idot8s.ll
    M llvm/test/CodeGen/AMDGPU/idot8u.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    A llvm/test/CodeGen/AMDGPU/indirect-call.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/ipra.ll
    M llvm/test/CodeGen/AMDGPU/large-alloca-compute.ll
    M llvm/test/CodeGen/AMDGPU/large-alloca-graphics.ll
    M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
    M llvm/test/CodeGen/AMDGPU/load-hi16.ll
    M llvm/test/CodeGen/AMDGPU/load-lo16.ll
    M llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
    M llvm/test/CodeGen/AMDGPU/macro-fusion-cluster-vcc-uses.mir
    M llvm/test/CodeGen/AMDGPU/mad-combine.ll
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-load.ll
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-store.ll
    M llvm/test/CodeGen/AMDGPU/memory_clause.ll
    M llvm/test/CodeGen/AMDGPU/mesa3d.ll
    M llvm/test/CodeGen/AMDGPU/mir-print-dead-csr-fi.mir
    M llvm/test/CodeGen/AMDGPU/misched-killflags.mir
    M llvm/test/CodeGen/AMDGPU/mubuf-offset-private.ll
    M llvm/test/CodeGen/AMDGPU/mul24-pass-ordering.ll
    M llvm/test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
    M llvm/test/CodeGen/AMDGPU/nested-calls.ll
    M llvm/test/CodeGen/AMDGPU/nop-data.ll
    M llvm/test/CodeGen/AMDGPU/optimize-exec-masking-pre-ra.mir
    M llvm/test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
    M llvm/test/CodeGen/AMDGPU/pei-reg-scavenger-position.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir
    A llvm/test/CodeGen/AMDGPU/pei-scavenge-vgpr-spill.mir
    M llvm/test/CodeGen/AMDGPU/permute.ll
    M llvm/test/CodeGen/AMDGPU/private-access-no-objects.ll
    M llvm/test/CodeGen/AMDGPU/private-element-size.ll
    M llvm/test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir
    M llvm/test/CodeGen/AMDGPU/s_code_end.ll
    M llvm/test/CodeGen/AMDGPU/scalar_to_vector.ll
    M llvm/test/CodeGen/AMDGPU/sched-assert-dead-def-subreg-use-other-subreg.mir
    M llvm/test/CodeGen/AMDGPU/sched-handleMoveUp-subreg-def-across-subreg-def.mir
    M llvm/test/CodeGen/AMDGPU/scratch-buffer.ll
    M llvm/test/CodeGen/AMDGPU/scratch-simple.ll
    M llvm/test/CodeGen/AMDGPU/sdiv64.ll
    A llvm/test/CodeGen/AMDGPU/sext-divergence-driven-isel.ll
    M llvm/test/CodeGen/AMDGPU/sgpr-spill-wrong-stack-id.mir
    M llvm/test/CodeGen/AMDGPU/shift-i128.ll
    M llvm/test/CodeGen/AMDGPU/shl_add_ptr.ll
    M llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
    M llvm/test/CodeGen/AMDGPU/sibling-call.ll
    R llvm/test/CodeGen/AMDGPU/sp-too-many-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/spill-agpr.ll
    M llvm/test/CodeGen/AMDGPU/spill-before-exec.mir
    M llvm/test/CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll
    M llvm/test/CodeGen/AMDGPU/spill-empty-live-interval.mir
    M llvm/test/CodeGen/AMDGPU/spill-m0.ll
    M llvm/test/CodeGen/AMDGPU/spill-offset-calculation.ll
    M llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
    M llvm/test/CodeGen/AMDGPU/srem64.ll
    M llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign.ll
    M llvm/test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir
    M llvm/test/CodeGen/AMDGPU/store-hi16.ll
    M llvm/test/CodeGen/AMDGPU/sub-zext-cc-zext-cc.ll
    M llvm/test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
    M llvm/test/CodeGen/AMDGPU/subvector-test.mir
    M llvm/test/CodeGen/AMDGPU/udiv64.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-test.ll
    M llvm/test/CodeGen/AMDGPU/update-phi.ll
    M llvm/test/CodeGen/AMDGPU/urem64.ll
    M llvm/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
    M llvm/test/CodeGen/AMDGPU/virtregrewrite-undef-identity-copy.mir
    M llvm/test/CodeGen/AMDGPU/wave32.ll
    M llvm/test/CodeGen/AMDGPU/wqm.ll
    M llvm/test/CodeGen/AMDGPU/wqm.mir
    M llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
    M llvm/test/CodeGen/ARM/2012-08-30-select.ll
    M llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
    M llvm/test/CodeGen/ARM/Windows/division-range.ll
    M llvm/test/CodeGen/ARM/Windows/trivial-gnu-object.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr5.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
    M llvm/test/CodeGen/ARM/clang-section.ll
    M llvm/test/CodeGen/ARM/fp16-fullfp16.ll
    M llvm/test/CodeGen/ARM/fp16-promote.ll
    M llvm/test/CodeGen/ARM/fp16-vminmaxnm-safe.ll
    A llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
    A llvm/test/CodeGen/ARM/indvar-cost.ll
    A llvm/test/CodeGen/ARM/indvar-unroll-imm-cost.ll
    M llvm/test/CodeGen/ARM/inlineasm-ldr-pseudo.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-arm.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-thumb.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills-exceptions.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills.ll
    M llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
    M llvm/test/CodeGen/ARM/local-call.ll
    A llvm/test/CodeGen/ARM/lower-vmax.ll
    R llvm/test/CodeGen/ARM/shift_parts.ll
    M llvm/test/CodeGen/ARM/softfp-constant-comparison.ll
    M llvm/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
    M llvm/test/CodeGen/ARM/thumb1-varalloc.ll
    M llvm/test/CodeGen/ARM/trap.ll
    M llvm/test/CodeGen/ARM/vminmax.ll
    M llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
    M llvm/test/CodeGen/BPF/objdump_cond_op.ll
    M llvm/test/CodeGen/BPF/objdump_cond_op_2.ll
    M llvm/test/CodeGen/BPF/objdump_imm_hex.ll
    M llvm/test/CodeGen/BPF/objdump_two_funcs.ll
    A llvm/test/CodeGen/Generic/csw-debug-assert.ll
    M llvm/test/CodeGen/Hexagon/S3_2op.ll
    M llvm/test/CodeGen/Hexagon/bug18008.ll
    A llvm/test/CodeGen/Hexagon/expand-copyw-undef.mir
    M llvm/test/CodeGen/Hexagon/funnel-shift.ll
    M llvm/test/CodeGen/Hexagon/v60small.ll
    M llvm/test/CodeGen/Hexagon/vect-regpairs.ll
    M llvm/test/CodeGen/Hexagon/vrcmpys.ll
    A llvm/test/CodeGen/MIR/AArch64/mir-canon-constant-pool-hash.mir
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
    R llvm/test/CodeGen/MIR/AMDGPU/mfi-parse-error-scratch-wave-offset-reg.mir
    R llvm/test/CodeGen/MIR/AMDGPU/mfi-scratch-wave-offset-reg-class.mir
    M llvm/test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir
    M llvm/test/CodeGen/MIR/ARM/thumb2-sub-sp-t3.mir
    M llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir
    M llvm/test/CodeGen/MIR/X86/call-site-info-error4.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/trunc.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zextLoad_and_sextLoad.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zext_and_sext.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zextLoad_and_sextLoad.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zext_and_sext.ll
    M llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
    M llvm/test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll
    M llvm/test/CodeGen/Mips/dsp-spill-reload.ll
    M llvm/test/CodeGen/Mips/micromips-atomic1.ll
    M llvm/test/CodeGen/Mips/micromips-b-range.ll
    M llvm/test/CodeGen/Mips/micromips-eva.mir
    M llvm/test/CodeGen/Mips/micromips-sw.ll
    M llvm/test/CodeGen/Mips/tailcall/tailcall-wrong-isa.ll
    M llvm/test/CodeGen/Mips/unaligned-memops-mapping.mir
    M llvm/test/CodeGen/NVPTX/sqrt-approx.ll
    M llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll
    A llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll
    A llvm/test/CodeGen/PowerPC/aix-LinkOnceODRLinkage.ll
    R llvm/test/CodeGen/PowerPC/aix-byval-param.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation1.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation2.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation3.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
    M llvm/test/CodeGen/PowerPC/aix-indirect-call.ll
    A llvm/test/CodeGen/PowerPC/aix-print-pc.mir

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into rc.master


  Commit: a9d1c8603c827750f288f10a82764357ab79aa90
      https://github.com/llvm/llvm-project/commit/a9d1c8603c827750f288f10a82764357ab79aa90
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/assets/index.js
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllMacros.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.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/DynamicStaticInitializersCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.h
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofContainerCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
    M clang-tools-extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/DefaultOperatorNewAlignmentCheck.cpp
    M clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.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/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
    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
    M clang-tools-extra/clang-tidy/fuchsia/FuchsiaTidyModule.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.cpp
    R clang-tools-extra/clang-tidy/fuchsia/RestrictSystemIncludesCheck.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/UnnamedNamespaceInHeaderCheck.cpp
    M clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/HeaderGuardCheck.h
    A clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.h
    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/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/StaticAssertCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/PortabilityTidyModule.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.cpp
    A clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.cpp
    A clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.h
    R clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
    R 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/Matchers.h
    M clang-tools-extra/clang-tidy/utils/OptionsUtils.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clangd/CodeComplete.cpp
    M clang-tools-extra/clangd/FS.h
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindSymbols.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    M clang-tools-extra/clangd/FormattedString.cpp
    M clang-tools-extra/clangd/FormattedString.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/Protocol.cpp
    A clang-tools-extra/clangd/README.md
    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/XRefs.h
    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/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/_templates/clangd_redirect.html
    M clang-tools-extra/docs/_templates/layout.html
    M clang-tools-extra/docs/clang-rename.rst
    M clang-tools-extra/docs/clang-tidy/checks/abseil-duration-unnecessary-conversion.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-spuriously-wake-up-functions.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-include.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
    R clang-tools-extra/docs/clang-tidy/checks/fuchsia-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-restrict-system-libc-headers.rst
    A clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/clangd.rst
    R clang-tools-extra/docs/clangd/ApplyClangTidyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/ApplyFixInVSCode.gif
    R clang-tools-extra/docs/clangd/CodeCompletionInEmacsCompanyMode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInSublimeText.png
    R clang-tools-extra/docs/clangd/CodeCompletionInVSCode.png
    R clang-tools-extra/docs/clangd/CodeCompletionInYCM.png
    R clang-tools-extra/docs/clangd/CodeCompletionInsertsNamespaceQualifiersInVSCode.gif
    M clang-tools-extra/docs/clangd/Configuration.rst
    M clang-tools-extra/docs/clangd/DeveloperDocumentation.rst
    R clang-tools-extra/docs/clangd/DiagnosticsInEmacsEglot.png
    R clang-tools-extra/docs/clangd/ErrorsInVSCode.png
    M clang-tools-extra/docs/clangd/Extensions.rst
    M clang-tools-extra/docs/clangd/Features.rst
    R clang-tools-extra/docs/clangd/FindAllReferencesInVSCode.gif
    R clang-tools-extra/docs/clangd/FormatSelectionInVSCode.gif
    R clang-tools-extra/docs/clangd/GoToDefinitionInVSCode.gif
    M clang-tools-extra/docs/clangd/Installation.rst
    R clang-tools-extra/docs/clangd/NavigationWithBreadcrumbsInVSCode.gif
    R clang-tools-extra/docs/clangd/OutlineInVSCode.png
    A clang-tools-extra/docs/clangd/README.txt
    R clang-tools-extra/docs/clangd/SignatureHelpInVSCode.gif
    M clang-tools-extra/docs/clangd/index.rst
    M clang-tools-extra/docs/index.rst
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-doc/single-file.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.cpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/a.hpp
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.c
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cc
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/c.cxx
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/i.cpp
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/a.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdarg.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/cstdlib.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/j.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/r.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/s.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/t.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/system/transitive.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/fuchsia-restrict-system-includes/transitive2.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stdatomic.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/resource/include/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdio.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/llvmlibc/system/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/float.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/r.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/s.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stddef.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/stdint.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/t.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/system/transitive.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/portability-restrict-system-includes/transitive2.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-unnecessary-conversion.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-spuriously-wake-up-functions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-include.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-special-member-functions-allow-missing-move-when-copy-is-deleted.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-all.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-glob.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes-headers.cpp
    R clang-tools-extra/test/clang-tidy/checkers/fuchsia-restrict-system-includes.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-restrict-system-libc-headers.cpp
    A clang-tools-extra/test/clang-tidy/checkers/misc-unconventional-assign-operator-precxx11.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-allow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-disallow.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-glob.cpp
    A clang-tools-extra/test/clang-tidy/checkers/portability-restrict-system-includes-transitive.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp
    M clang-tools-extra/unittests/clang-doc/MDGeneratorTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    R clang/docs/AttributeReference.rst
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/HowToSetupToolingForLLVM.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTImporter.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTDumperUtils.h
    M clang/include/clang/AST/ASTImporter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CanonicalType.h
    A clang/include/clang/AST/ComputeDependence.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/DeclTemplate.h
    A clang/include/clang/AST/DependenceFlags.h
    R clang/include/clang/AST/DependencyFlags.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/ExternalASTSource.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.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/TemplateBase.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/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/CallGraph.h
    M clang/include/clang/Basic/AArch64SVEACLETypes.def
    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/BuiltinsARM.def
    A clang/include/clang/Basic/BuiltinsSVE.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/CodeGenOptions.h
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/DiagnosticASTKinds.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/LangOptions.def
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Basic/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    A clang/include/clang/Basic/arm_cde.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
    A clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/DirectoryLookup.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/PPCallbacks.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.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/Sema/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/InMemoryModuleCache.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CMakeLists.txt
    A clang/lib/AST/ComputeDependence.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/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConcepts.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExprObjC.cpp
    M clang/lib/AST/ExternalASTSource.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/NestedNameSpecifier.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/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/CallGraph.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.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/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.h
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCall.h
    M clang/lib/CodeGen/CGClass.cpp
    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/CGExpr.cpp
    M clang/lib/CodeGen/CGExprAgg.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGLoopInfo.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/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/EHScopeStack.h
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    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/HIP.cpp
    M clang/lib/Driver/ToolChains/Hexagon.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/FormatToken.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/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.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/avx2intrin.h
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cldemoteintrin.h
    M clang/lib/Headers/module.modulemap
    M clang/lib/Index/CommentToXML.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPCallbacks.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/Pragma.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/ParseStmtAsm.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/SemaAvailability.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaPseudoObject.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaTemplate.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
    A clang/lib/Sema/UsedDeclVisitor.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/Serialization/InMemoryModuleCache.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    A clang/test/AST/ast-dump-objc-arc-json.m
    M clang/test/AST/ast-dump-openmp-atomic.c
    M clang/test/AST/ast-dump-openmp-cancel.c
    M clang/test/AST/ast-dump-openmp-cancellation-point.c
    M clang/test/AST/ast-dump-openmp-critical.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-distribute.c
    M clang/test/AST/ast-dump-openmp-for-simd.c
    M clang/test/AST/ast-dump-openmp-for.c
    M clang/test/AST/ast-dump-openmp-master.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-parallel-for.c
    M clang/test/AST/ast-dump-openmp-parallel-master-XFAIL.c
    M clang/test/AST/ast-dump-openmp-parallel-sections.c
    M clang/test/AST/ast-dump-openmp-parallel.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-dump-openmp-sections.c
    M clang/test/AST/ast-dump-openmp-simd.c
    M clang/test/AST/ast-dump-openmp-single.c
    M clang/test/AST/ast-dump-openmp-target-data.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-parallel.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-target-teams.c
    M clang/test/AST/ast-dump-openmp-target.c
    M clang/test/AST/ast-dump-openmp-task.c
    M clang/test/AST/ast-dump-openmp-taskgroup.c
    M clang/test/AST/ast-dump-openmp-taskloop-simd.c
    M clang/test/AST/ast-dump-openmp-taskloop.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams.c
    M clang/test/AST/ast-dump-stmt.m
    M clang/test/AST/dump.cpp
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cxx-inherited-ctor-init-expr.cpp
    A clang/test/Analysis/cxx-inherited-ctor-is-skipped-as-top-level.cpp
    M clang/test/Analysis/debug-CallGraph.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/uninit-asm-goto.cpp
    M clang/test/CXX/class.derived/class.abstract/p16.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.funcs/over.match.oper/p9-2a.cpp
    M clang/test/CXX/special/class.dtor/p5-0x.cpp
    M clang/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
    M clang/test/CodeGen/2009-10-20-GlobalDebug.c
    M clang/test/CodeGen/aarch64-neon-2velem.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-poly64.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-crash.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-datatypes.c
    A clang/test/CodeGen/aarch64-sve-inline-asm-negative-test.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/address-space.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-systemz.c
    M clang/test/CodeGen/alignment.c
    A clang/test/CodeGen/arm-cde-gpr.c
    A clang/test/CodeGen/arm-cde-reinterpret.c
    A clang/test/CodeGen/arm-cde-vec.c
    A clang/test/CodeGen/arm-cde-vfp.c
    A clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    A clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    A clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    A clang/test/CodeGen/arm-neon-range-checks.c
    M clang/test/CodeGen/arm-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm64_vdupq_n_f64.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/asm-label.c
    A clang/test/CodeGen/attr-loader-uninitialized.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-weak-import.c
    M clang/test/CodeGen/attr-weakref2.c
    M clang/test/CodeGen/attributes.c
    M clang/test/CodeGen/avx2-builtins.c
    M clang/test/CodeGen/blocks-windows.c
    M clang/test/CodeGen/bmi-builtins.c
    M clang/test/CodeGen/bool-convert.c
    M clang/test/CodeGen/bounds-checking.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/cfstring-elf-cfbuild-x86_64.c
    M clang/test/CodeGen/cfstring-windows.c
    M clang/test/CodeGen/cldemote.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-sysroot-sdk.c
    R clang/test/CodeGen/debug-info-sysroot.c
    M clang/test/CodeGen/debug-prefix-map.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/denormalfpmode.c
    M clang/test/CodeGen/dllexport-1.c
    M clang/test/CodeGen/dllexport.c
    M clang/test/CodeGen/dllimport.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/inline-asm-mixed-style.c
    A clang/test/CodeGen/inline-asm-p-constraint.c
    A clang/test/CodeGen/mdouble.c
    M clang/test/CodeGen/microsoft-no-common-align.c
    M clang/test/CodeGen/no-common.c
    M clang/test/CodeGen/pr25786.c
    M clang/test/CodeGen/pragma-pack-1.c
    M clang/test/CodeGen/pragma-weak.c
    M clang/test/CodeGen/private-extern-redef.c
    A clang/test/CodeGen/riscv-sdata-module-flag.c
    M clang/test/CodeGen/tentative-decls.c
    M clang/test/CodeGen/tls-model.c
    M clang/test/CodeGen/visibility.c
    M clang/test/CodeGen/vlt_to_pointer.c
    M clang/test/CodeGen/volatile-1.c
    R clang/test/CodeGen/weak-global.c
    M clang/test/CodeGen/windows-on-arm-dllimport-dllexport.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.cu
    A clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    M clang/test/CodeGenCUDA/kernel-stub-name.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCUDA/unnamed-types.cu
    A clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    M clang/test/CodeGenCXX/clang-sections-tentative.c
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    A clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    A clang/test/CodeGenCXX/thunks-ehspec.cpp
    A clang/test/CodeGenCXX/used-decl-visitor.cpp
    A clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenObjC/arc-ternary-op.m
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/class-stubs.m
    M clang/test/CodeGenObjC/constant-string-class.m
    M clang/test/CodeGenObjC/exceptions-asm-attribute.m
    M clang/test/CodeGenObjC/image-info.m
    M clang/test/CodeGenObjC/metadata-symbols-64.m
    M clang/test/CodeGenObjC/metadata_symbols.m
    M clang/test/CodeGenObjC/non-lazy-classes.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/sections.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/tentative-cfconstantstring.m
    M clang/test/CodeGenObjCXX/block-nested-in-lambda.mm
    M clang/test/CodeGenOpenCL/address-spaces.cl
    M clang/test/CodeGenOpenCL/amdgcn-large-globals.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/apple-kext-mkernel.c
    A clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/cuda-version-check.cu
    M clang/test/Driver/default-denormal-fp-math.c
    M clang/test/Driver/denormal-fp-math.c
    A clang/test/Driver/fmerge-constants.c
    M clang/test/Driver/fp-model.c
    M clang/test/Driver/fuchsia.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    M clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/hip-default-gpu-arch.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-host-cpu-features.hip
    M clang/test/Driver/hip-no-device-libs.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-output-file-name.hip
    M clang/test/Driver/hip-printf.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-syntax-only.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    A clang/test/Driver/mdouble.c
    A clang/test/Driver/memtag.c
    A clang/test/Driver/no-common.c
    M clang/test/Driver/ps4-runtime-flags.c
    A clang/test/Driver/riscv-sdata-warning.c
    M clang/test/Driver/sycl.c
    M clang/test/Driver/xcore-opts.c
    M clang/test/Frontend/ast-codegen.c
    M clang/test/Frontend/sycl-aux-triple.cpp
    M clang/test/Headers/arm-acle-header.c
    A clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/xmmintrin.c
    A clang/test/Import/objc-arc/Inputs/cleanup-objects.m
    A clang/test/Import/objc-arc/test-cleanup-object.m
    M clang/test/Index/Core/external-source-symbol-attr.m
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-wall.c
    M clang/test/Modules/ExtDebugInfo.m
    A clang/test/Modules/Inputs/implicit-invalidate-chain/A.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/B.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/C.h
    A clang/test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    M clang/test/Modules/debug-info-moduleimport.m
    A clang/test/Modules/implicit-invalidate-chain.c
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/scan_ast_print.cpp
    A clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_data_device_messages.cpp
    M clang/test/OpenMP/target_depend_messages.cpp
    A clang/test/OpenMP/target_device_codegen.cpp
    M clang/test/OpenMP/target_device_messages.cpp
    M clang/test/OpenMP/target_enter_data_depend_messages.cpp
    M clang/test/OpenMP/target_enter_data_device_messages.cpp
    M clang/test/OpenMP/target_exit_data_depend_messages.cpp
    M clang/test/OpenMP/target_exit_data_device_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_update_depend_messages.cpp
    M clang/test/OpenMP/target_update_device_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/PCH/chain-external-defs.c
    A clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/PCH/debug-info-pch-path.c
    M clang/test/PCH/external-defs.c
    A clang/test/PCH/non-trivial-c-compound-literal.m
    M clang/test/PCH/stmt-openmp_structured_block-bit.cpp
    M clang/test/PCH/tentative-defs.c
    A clang/test/Parser/asm-qualifiers.c
    M clang/test/Parser/asm.c
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/pragma-visibility2.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/hexagon-predefines.c
    M clang/test/Preprocessor/sycl-macro.cpp
    M clang/test/Sema/MicrosoftExtensions.c
    M clang/test/Sema/aarch64-sve-types.c
    A clang/test/Sema/arm-cde-immediates.c
    M clang/test/Sema/arm-mve-alias-attribute.c
    M clang/test/Sema/asm.c
    A clang/test/Sema/attr-loader-uninitialized.c
    A clang/test/Sema/attr-loader-uninitialized.cpp
    M clang/test/Sema/attr-target-mv.c
    A clang/test/Sema/builtin-returnaddress.c
    R clang/test/Sema/builtins-memcpy-inline.c
    A clang/test/Sema/builtins-memcpy-inline.cpp
    M clang/test/Sema/cast.c
    M clang/test/Sema/no-builtin.cpp
    A clang/test/Sema/sizeless-1.c
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/cxx0x-cursory-default-delete.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/member-pointer-ms.cpp
    A clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis-trivially-copyable.cpp
    M clang/test/SemaCXX/warn-range-loop-analysis.cpp
    M clang/test/SemaObjC/strong-in-c-struct.m
    M clang/test/SemaSYCL/kernel-attribute.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    A clang/test/SemaTemplate/dependent-typos-recovery.cpp
    M clang/test/SemaTemplate/instantiate-abbreviated-template.cpp
    M clang/test/SemaTemplate/instantiate-requires-expr.cpp
    M clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp
    A clang/test/SemaTemplate/subst-into-subst.cpp
    A clang/test/SemaTemplate/undeclared-template.cpp
    M clang/test/lit.cfg.py
    M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/clang-refactor/TestSupport.cpp
    M clang/tools/driver/cc1gen_reproducer_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXSourceLocation.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclTest.cpp
    R clang/unittests/AST/OMPStructuredBlockTest.cpp
    A clang/unittests/AST/SizelessTypesTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/CodeGen/CodeGenExternalTest.cpp
    M clang/unittests/CodeGen/TBAAMetadataTest.cpp
    M clang/unittests/Driver/DistroTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Frontend/CompilerInstanceTest.cpp
    M clang/unittests/Frontend/FrontendActionTest.cpp
    M clang/unittests/Serialization/InMemoryModuleCacheTest.cpp
    A clang/unittests/StaticAnalyzer/CheckerRegistration.h
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/utils/TableGen/CMakeLists.txt
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    A clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/tsan_interface.h
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/crt/CMakeLists.txt
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan.syms.extra
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/xray/xray_utils.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr_c_test.c
    M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
    M compiler-rt/test/asan/TestCases/set_shadow_test.c
    M compiler-rt/test/msan/no_sanitize_memory_prop.cpp
    A compiler-rt/test/tsan/pthread_atfork_deadlock2.c
    M debuginfo-tests/dexter/dex/dextIR/DextIR.py
    M debuginfo-tests/llgdb-tests/apple-accel.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    A libc/AOR_v20.02/Makefile
    A libc/AOR_v20.02/README.md
    A libc/AOR_v20.02/config.mk
    A libc/AOR_v20.02/config.mk.dist
    A libc/AOR_v20.02/math/Dir.mk
    A libc/AOR_v20.02/math/cosf.c
    A libc/AOR_v20.02/math/exp.c
    A libc/AOR_v20.02/math/exp2.c
    A libc/AOR_v20.02/math/exp2f.c
    A libc/AOR_v20.02/math/exp2f_data.c
    A libc/AOR_v20.02/math/exp_data.c
    A libc/AOR_v20.02/math/expf.c
    A libc/AOR_v20.02/math/include/mathlib.h
    A libc/AOR_v20.02/math/log.c
    A libc/AOR_v20.02/math/log2.c
    A libc/AOR_v20.02/math/log2_data.c
    A libc/AOR_v20.02/math/log2f.c
    A libc/AOR_v20.02/math/log2f_data.c
    A libc/AOR_v20.02/math/log_data.c
    A libc/AOR_v20.02/math/logf.c
    A libc/AOR_v20.02/math/logf_data.c
    A libc/AOR_v20.02/math/math_config.h
    A libc/AOR_v20.02/math/math_err.c
    A libc/AOR_v20.02/math/math_errf.c
    A libc/AOR_v20.02/math/pow.c
    A libc/AOR_v20.02/math/pow_log_data.c
    A libc/AOR_v20.02/math/powf.c
    A libc/AOR_v20.02/math/powf_log2_data.c
    A libc/AOR_v20.02/math/s_cos.c
    A libc/AOR_v20.02/math/s_cosf.c
    A libc/AOR_v20.02/math/s_exp.c
    A libc/AOR_v20.02/math/s_exp2f.c
    A libc/AOR_v20.02/math/s_exp2f_1u.c
    A libc/AOR_v20.02/math/s_expf.c
    A libc/AOR_v20.02/math/s_expf_1u.c
    A libc/AOR_v20.02/math/s_log.c
    A libc/AOR_v20.02/math/s_logf.c
    A libc/AOR_v20.02/math/s_pow.c
    A libc/AOR_v20.02/math/s_powf.c
    A libc/AOR_v20.02/math/s_sin.c
    A libc/AOR_v20.02/math/s_sinf.c
    A libc/AOR_v20.02/math/sincosf.c
    A libc/AOR_v20.02/math/sincosf.h
    A libc/AOR_v20.02/math/sincosf_data.c
    A libc/AOR_v20.02/math/sinf.c
    A libc/AOR_v20.02/math/test/mathbench.c
    A libc/AOR_v20.02/math/test/mathtest.c
    A libc/AOR_v20.02/math/test/rtest/dotest.c
    A libc/AOR_v20.02/math/test/rtest/intern.h
    A libc/AOR_v20.02/math/test/rtest/main.c
    A libc/AOR_v20.02/math/test/rtest/random.c
    A libc/AOR_v20.02/math/test/rtest/random.h
    A libc/AOR_v20.02/math/test/rtest/semi.c
    A libc/AOR_v20.02/math/test/rtest/semi.h
    A libc/AOR_v20.02/math/test/rtest/types.h
    A libc/AOR_v20.02/math/test/rtest/wrappers.c
    A libc/AOR_v20.02/math/test/rtest/wrappers.h
    A libc/AOR_v20.02/math/test/runulp.sh
    A libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/exp2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/expf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2.tst
    A libc/AOR_v20.02/math/test/testcases/directed/log2f.tst
    A libc/AOR_v20.02/math/test/testcases/directed/logf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/pow.tst
    A libc/AOR_v20.02/math/test/testcases/directed/powf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    A libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    A libc/AOR_v20.02/math/test/testcases/random/double.tst
    A libc/AOR_v20.02/math/test/testcases/random/float.tst
    A libc/AOR_v20.02/math/test/traces/exp.txt
    A libc/AOR_v20.02/math/test/traces/sincosf.txt
    A libc/AOR_v20.02/math/test/ulp.c
    A libc/AOR_v20.02/math/test/ulp.h
    A libc/AOR_v20.02/math/tools/cos.sollya
    A libc/AOR_v20.02/math/tools/exp.sollya
    A libc/AOR_v20.02/math/tools/exp2.sollya
    A libc/AOR_v20.02/math/tools/log.sollya
    A libc/AOR_v20.02/math/tools/log2.sollya
    A libc/AOR_v20.02/math/tools/log2_abs.sollya
    A libc/AOR_v20.02/math/tools/log_abs.sollya
    A libc/AOR_v20.02/math/tools/plot.py
    A libc/AOR_v20.02/math/tools/remez.jl
    A libc/AOR_v20.02/math/tools/sin.sollya
    A libc/AOR_v20.02/math/tools/v_exp.sollya
    A libc/AOR_v20.02/math/tools/v_log.sollya
    A libc/AOR_v20.02/math/tools/v_sin.sollya
    A libc/AOR_v20.02/math/v_cos.c
    A libc/AOR_v20.02/math/v_cosf.c
    A libc/AOR_v20.02/math/v_exp.c
    A libc/AOR_v20.02/math/v_exp.h
    A libc/AOR_v20.02/math/v_exp2f.c
    A libc/AOR_v20.02/math/v_exp2f_1u.c
    A libc/AOR_v20.02/math/v_exp_data.c
    A libc/AOR_v20.02/math/v_expf.c
    A libc/AOR_v20.02/math/v_expf_1u.c
    A libc/AOR_v20.02/math/v_log.c
    A libc/AOR_v20.02/math/v_log.h
    A libc/AOR_v20.02/math/v_log_data.c
    A libc/AOR_v20.02/math/v_logf.c
    A libc/AOR_v20.02/math/v_math.h
    A libc/AOR_v20.02/math/v_pow.c
    A libc/AOR_v20.02/math/v_powf.c
    A libc/AOR_v20.02/math/v_sin.c
    A libc/AOR_v20.02/math/v_sinf.c
    A libc/AOR_v20.02/math/vn_cos.c
    A libc/AOR_v20.02/math/vn_cosf.c
    A libc/AOR_v20.02/math/vn_exp.c
    A libc/AOR_v20.02/math/vn_exp2f.c
    A libc/AOR_v20.02/math/vn_exp2f_1u.c
    A libc/AOR_v20.02/math/vn_expf.c
    A libc/AOR_v20.02/math/vn_expf_1u.c
    A libc/AOR_v20.02/math/vn_log.c
    A libc/AOR_v20.02/math/vn_logf.c
    A libc/AOR_v20.02/math/vn_pow.c
    A libc/AOR_v20.02/math/vn_powf.c
    A libc/AOR_v20.02/math/vn_sin.c
    A libc/AOR_v20.02/math/vn_sinf.c
    A libc/AOR_v20.02/networking/Dir.mk
    A libc/AOR_v20.02/networking/aarch64/chksum_simd.c
    A libc/AOR_v20.02/networking/arm/chksum_simd.c
    A libc/AOR_v20.02/networking/chksum.c
    A libc/AOR_v20.02/networking/chksum_common.h
    A libc/AOR_v20.02/networking/include/networking.h
    A libc/AOR_v20.02/networking/test/chksum.c
    A libc/AOR_v20.02/string/Dir.mk
    A libc/AOR_v20.02/string/aarch64/check-arch.S
    A libc/AOR_v20.02/string/aarch64/memchr-sve.S
    A libc/AOR_v20.02/string/aarch64/memchr.S
    A libc/AOR_v20.02/string/aarch64/memcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/memcmp.S
    A libc/AOR_v20.02/string/aarch64/memcpy-advsimd.S
    A libc/AOR_v20.02/string/aarch64/memcpy.S
    A libc/AOR_v20.02/string/aarch64/memset.S
    A libc/AOR_v20.02/string/aarch64/stpcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/stpcpy.S
    A libc/AOR_v20.02/string/aarch64/strchr-mte.S
    A libc/AOR_v20.02/string/aarch64/strchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strchr.S
    A libc/AOR_v20.02/string/aarch64/strchrnul-sve.S
    A libc/AOR_v20.02/string/aarch64/strchrnul.S
    A libc/AOR_v20.02/string/aarch64/strcmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strcmp.S
    A libc/AOR_v20.02/string/aarch64/strcpy-sve.S
    A libc/AOR_v20.02/string/aarch64/strcpy.S
    A libc/AOR_v20.02/string/aarch64/strlen-mte.S
    A libc/AOR_v20.02/string/aarch64/strlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strlen.S
    A libc/AOR_v20.02/string/aarch64/strncmp-sve.S
    A libc/AOR_v20.02/string/aarch64/strncmp.S
    A libc/AOR_v20.02/string/aarch64/strnlen-sve.S
    A libc/AOR_v20.02/string/aarch64/strnlen.S
    A libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    A libc/AOR_v20.02/string/aarch64/strrchr.S
    A libc/AOR_v20.02/string/arm/check-arch.S
    A libc/AOR_v20.02/string/arm/memchr.S
    A libc/AOR_v20.02/string/arm/memcpy.S
    A libc/AOR_v20.02/string/arm/memset.S
    A libc/AOR_v20.02/string/arm/strcmp-armv6m.S
    A libc/AOR_v20.02/string/arm/strcmp.S
    A libc/AOR_v20.02/string/arm/strcpy.c
    A libc/AOR_v20.02/string/arm/strlen-armv6t2.S
    A libc/AOR_v20.02/string/asmdefs.h
    A libc/AOR_v20.02/string/include/stringlib.h
    A libc/AOR_v20.02/string/test/memchr.c
    A libc/AOR_v20.02/string/test/memcmp.c
    A libc/AOR_v20.02/string/test/memcpy.c
    A libc/AOR_v20.02/string/test/memmove.c
    A libc/AOR_v20.02/string/test/memset.c
    A libc/AOR_v20.02/string/test/stpcpy.c
    A libc/AOR_v20.02/string/test/strchr.c
    A libc/AOR_v20.02/string/test/strchrnul.c
    A libc/AOR_v20.02/string/test/strcmp.c
    A libc/AOR_v20.02/string/test/strcpy.c
    A libc/AOR_v20.02/string/test/strlen.c
    A libc/AOR_v20.02/string/test/strncmp.c
    A libc/AOR_v20.02/string/test/strnlen.c
    A libc/AOR_v20.02/string/test/strrchr.c
    A libc/AOR_v20.02/string/x86_64/check-arch.S
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    R libc/cmake/modules/cpu_features/check_avx.cpp
    R libc/cmake/modules/cpu_features/check_avx512f.cpp
    A libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
    R libc/cmake/modules/cpu_features/check_sse.cpp
    R libc/cmake/modules/cpu_features/check_sse2.cpp
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/config/linux/signal.h.in
    A libc/config/linux/threads.h.in
    M libc/include/CMakeLists.txt
    A libc/include/assert.h.def
    M libc/include/threads.h.def
    M libc/lib/CMakeLists.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/assert/CMakeLists.txt
    A libc/src/assert/__assert_fail.cpp
    A libc/src/assert/assert.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/round.cpp
    A libc/src/math/round.h
    R libc/src/math/round/CMakeLists.txt
    R libc/src/math/round/round.cpp
    R libc/src/math/round/round.h
    R libc/src/math/round/round_redirector.cpp
    A libc/src/math/round_redirector.cpp
    M libc/src/signal/linux/CMakeLists.txt
    A libc/src/signal/linux/__restore.cpp
    A libc/src/signal/linux/sigaction.cpp
    A libc/src/signal/linux/signal.cpp
    A libc/src/signal/sigaction.h
    A libc/src/signal/signal.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcpy.cpp
    A libc/src/string/memcpy.h
    A libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    A libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy_arch_specific.h.inc
    A libc/src/threads/CMakeLists.txt
    A libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/mtx_init.cpp
    A libc/src/threads/linux/mtx_lock.cpp
    A libc/src/threads/linux/mtx_unlock.cpp
    A libc/src/threads/linux/thrd_create.cpp
    A libc/src/threads/linux/thrd_join.cpp
    A libc/src/threads/linux/thread_start_args.h.def
    A libc/src/threads/linux/thread_utils.h
    A libc/src/threads/linux/x86_64/thread_start_args.h.in
    A libc/src/threads/mtx_init.h
    A libc/src/threads/mtx_lock.h
    A libc/src/threads/mtx_unlock.h
    A libc/src/threads/thrd_create.h
    A libc/src/threads/thrd_join.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/assert/CMakeLists.txt
    A libc/test/src/assert/assert_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    A libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    A libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    A libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/mtx_test.cpp
    A libc/test/src/threads/thrd_test.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    A libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/buildbot/Dockerfile
    A libc/utils/buildbot/README.txt
    A libc/utils/buildbot/run.sh
    M libc/utils/testutils/CMakeLists.txt
    M libc/utils/testutils/ExecuteFunction.h
    M libc/utils/testutils/ExecuteFunctionUnix.cpp
    A libc/utils/testutils/StreamWrapper.cpp
    A libc/utils/testutils/StreamWrapper.h
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/__functional_03
    M libcxx/include/codecvt
    M libcxx/include/exception
    M libcxx/include/filesystem
    M libcxx/include/functional
    M libcxx/include/future
    M libcxx/include/ios
    M libcxx/include/memory
    M libcxx/include/random
    M libcxx/include/regex
    M libcxx/include/stdexcept
    M libcxx/include/system_error
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp
    M libcxx/test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp
    A libcxx/test/libcxx/selftest/test.file_dependencies.sh.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    A libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.fail.cpp
    M libcxx/test/lit.cfg
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/std/containers/sequences/deque/types.pass.cpp
    M libcxx/test/std/containers/sequences/list/types.pass.cpp
    M libcxx/test/std/containers/sequences/vector/types.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf16.pass.cpp
    M libcxx/test/std/localization/locale.stdcvt/codecvt_utf8.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp
    M libcxx/test/std/localization/locales/locale/locale.members/combine.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp
    M libcxx/test/std/utilities/meta/meta.rel/is_same.pass.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    A libcxx/utils/docker/debian9/buildbot/Dockerfile
    A libcxx/utils/docker/debian9/buildbot/buildbot-auth.json
    A libcxx/utils/docker/debian9/buildbot/docker-compose.yml
    A libcxx/utils/docker/debian9/buildbot/install-gcloud-agents.sh
    A libcxx/utils/docker/debian9/buildbot/install-packages.sh
    A libcxx/utils/docker/debian9/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/compilers.yml
    R libcxx/utils/docker/debian9/compilers/clang.Dockerfile
    R libcxx/utils/docker/debian9/compilers/compiler-zoo.Dockerfile
    R libcxx/utils/docker/debian9/compilers/gcc.Dockerfile
    R libcxx/utils/docker/debian9/docker-compose.yml
    R libcxx/utils/docker/debian9/llvm-buildbot-worker.Dockerfile
    R libcxx/utils/docker/debian9/llvm-builder-base.Dockerfile
    R libcxx/utils/docker/debian9/scripts/build_gcc_version.sh
    R libcxx/utils/docker/debian9/scripts/build_llvm_version.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/docker_start_buildbots.sh
    R libcxx/utils/docker/debian9/scripts/buildbot/run_buildbot.sh
    R libcxx/utils/docker/debian9/scripts/install_clang_packages.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/run.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/abort_message.h
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/src/include/atomic_support.h
    M libcxxabi/test/CMakeLists.txt
    M libunwind/docs/BuildingLibunwind.rst
    M libunwind/docs/index.rst
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfParser.hpp
    A libunwind/src/FrameHeaderCache.hpp
    M libunwind/src/Registers.hpp
    M libunwind/src/config.h
    A libunwind/test/frameheadercache_test.pass.cpp
    A lld/.clang-tidy
    M lld/COFF/Config.h
    M lld/COFF/Driver.cpp
    M lld/COFF/Options.td
    M lld/COFF/Writer.cpp
    M lld/Common/TargetOptionsCommandFlags.cpp
    M lld/ELF/Arch/Hexagon.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/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/docs/AtomLLD.rst
    A lld/docs/ELF/linker_script.rst
    M lld/docs/NewLLD.rst
    M lld/docs/design.rst
    M lld/docs/development.rst
    M lld/docs/getting_started.rst
    M lld/docs/index.rst
    M lld/docs/ld.lld.1
    M lld/include/lld/Common/DWARF.h
    M lld/test/COFF/arm-thumb-thunks-multipass.s
    M lld/test/COFF/arm-thumb-thunks.s
    M lld/test/COFF/arm64-delayimport.yaml
    M lld/test/COFF/arm64-import2.test
    M lld/test/COFF/arm64-relocs-imports.test
    M lld/test/COFF/arm64-thunks.s
    M lld/test/COFF/armnt-blx23t.test
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/armnt-mov32t-exec.test
    M lld/test/COFF/armnt-movt32t.test
    M lld/test/COFF/armnt-rel32.yaml
    M lld/test/COFF/autoimport-arm-data.s
    M lld/test/COFF/autoimport-arm64-data.s
    M lld/test/COFF/autoimport-list-ptrs.s
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    M lld/test/COFF/base.test
    M lld/test/COFF/delayimports-armnt.yaml
    M lld/test/COFF/delayimports32.test
    M lld/test/COFF/dll.test
    M lld/test/COFF/export-arm64.yaml
    M lld/test/COFF/export.test
    M lld/test/COFF/export32.test
    M lld/test/COFF/imports-gnu-only.s
    M lld/test/COFF/imports-ordinal-only.s
    M lld/test/COFF/imports.test
    M lld/test/COFF/lto-comdat.ll
    M lld/test/COFF/lto-cpu-string.ll
    M lld/test/COFF/lto.ll
    M lld/test/COFF/mixed-resource-obj.yaml
    M lld/test/COFF/no-idata.s
    M lld/test/COFF/options.test
    M lld/test/COFF/pdata-arm64.yaml
    A lld/test/COFF/pdb-tpi-aligned-records.test
    M lld/test/COFF/start-lib.ll
    M lld/test/COFF/unwind.test
    M lld/test/ELF/Inputs/shf-info-link.test
    M lld/test/ELF/aarch64-abs16.s
    M lld/test/ELF/aarch64-abs32.s
    M lld/test/ELF/aarch64-call26-thunk.s
    M lld/test/ELF/aarch64-condb-reloc.s
    M lld/test/ELF/aarch64-copy.s
    M lld/test/ELF/aarch64-cortex-a53-843419-address.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large2.s
    M lld/test/ELF/aarch64-cortex-a53-843419-recognize.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk.s
    M lld/test/ELF/aarch64-cortex-a53-843419-tlsrelax.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-fpic-got.s
    M lld/test/ELF/aarch64-gnu-ifunc-address.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-plt.s
    M lld/test/ELF/aarch64-prel16.s
    M lld/test/ELF/aarch64-prel32.s
    M lld/test/ELF/aarch64-relocs.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-tls-gdie.s
    M lld/test/ELF/aarch64-tls-gdle.s
    M lld/test/ELF/aarch64-tls-ie.s
    M lld/test/ELF/aarch64-tls-iele.s
    M lld/test/ELF/aarch64-tls-le.s
    M lld/test/ELF/aarch64-tlsld-ldst.s
    M lld/test/ELF/aarch64-tstbr14-reloc.s
    M lld/test/ELF/aarch64-undefined-weak.s
    M lld/test/ELF/allow-multiple-definition.s
    M lld/test/ELF/arm-bl-v6-inrange.s
    M lld/test/ELF/arm-bl-v6.s
    M lld/test/ELF/arm-blx.s
    M lld/test/ELF/arm-branch-rangethunk.s
    M lld/test/ELF/arm-branch-undef-weak-plt-thunk.s
    M lld/test/ELF/arm-branch.s
    M lld/test/ELF/arm-copy.s
    M lld/test/ELF/arm-exidx-add-missing.s
    M lld/test/ELF/arm-exidx-canunwind.s
    M lld/test/ELF/arm-exidx-dedup-and-sentinel.s
    M lld/test/ELF/arm-exidx-emit-relocs.s
    M lld/test/ELF/arm-exidx-gc.s
    M lld/test/ELF/arm-exidx-order.s
    M lld/test/ELF/arm-exidx-sentinel-orphan.s
    M lld/test/ELF/arm-exidx-shared.s
    M lld/test/ELF/arm-extreme-range-pi-thunk.s
    M lld/test/ELF/arm-fix-cortex-a8-blx.s
    M lld/test/ELF/arm-fix-cortex-a8-nopatch.s
    M lld/test/ELF/arm-fix-cortex-a8-plt.s
    M lld/test/ELF/arm-fix-cortex-a8-recognize.s
    M 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-force-pi-thunk.s
    M lld/test/ELF/arm-fpic-got.s
    M lld/test/ELF/arm-gnu-ifunc-plt.s
    M lld/test/ELF/arm-gnu-ifunc.s
    M lld/test/ELF/arm-got-relative.s
    M lld/test/ELF/arm-gotoff.s
    M lld/test/ELF/arm-icf-exidx.s
    M lld/test/ELF/arm-long-thunk-converge.s
    M lld/test/ELF/arm-mov-relocs.s
    M lld/test/ELF/arm-plt-reloc.s
    M lld/test/ELF/arm-sbrel32.s
    M lld/test/ELF/arm-target1.s
    M lld/test/ELF/arm-target2.s
    M lld/test/ELF/arm-thumb-adr.s
    M lld/test/ELF/arm-thumb-blx.s
    M lld/test/ELF/arm-thumb-branch-rangethunk.s
    M lld/test/ELF/arm-thumb-branch.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-thumb-interwork-abs.s
    M lld/test/ELF/arm-thumb-interwork-ifunc.s
    M lld/test/ELF/arm-thumb-interwork-notfunc.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-interwork-thunk-v5.s
    M lld/test/ELF/arm-thumb-interwork-thunk.s
    M lld/test/ELF/arm-thumb-ldrlit.s
    M lld/test/ELF/arm-thumb-mix-range-thunk-os.s
    M lld/test/ELF/arm-thumb-narrow-branch-check.s
    M lld/test/ELF/arm-thumb-no-undefined-thunk.s
    M lld/test/ELF/arm-thumb-pc8-weak.s
    M lld/test/ELF/arm-thumb-plt-range-thunk-os.s
    M lld/test/ELF/arm-thumb-plt-reloc.s
    M lld/test/ELF/arm-thumb-range-thunk-os.s
    M lld/test/ELF/arm-thumb-thunk-empty-pass.s
    M lld/test/ELF/arm-thumb-thunk-v6m.s
    M lld/test/ELF/arm-thumb-undefined-weak-narrow.test
    M lld/test/ELF/arm-thumb-undefined-weak.s
    M lld/test/ELF/arm-thumb2-adr.s
    M lld/test/ELF/arm-thumb2-ldrlit.s
    M lld/test/ELF/arm-thunk-edgecase.s
    M lld/test/ELF/arm-thunk-largesection.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript-large.s
    M lld/test/ELF/arm-thunk-linkerscript-orphan.s
    M lld/test/ELF/arm-thunk-linkerscript-sort.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/arm-thunk-many-passes.s
    M lld/test/ELF/arm-thunk-multipass-plt.s
    M lld/test/ELF/arm-thunk-multipass.s
    M lld/test/ELF/arm-thunk-nosuitable.s
    M lld/test/ELF/arm-thunk-re-add.s
    M lld/test/ELF/arm-tls-gd-nonpreemptible.s
    M lld/test/ELF/arm-tls-gd32.s
    M lld/test/ELF/arm-tls-ie32.s
    M lld/test/ELF/arm-tls-ldm32.s
    M lld/test/ELF/arm-tls-le32.s
    M lld/test/ELF/arm-tls-norelax-ie-le.s
    M lld/test/ELF/arm-undefined-weak.s
    M lld/test/ELF/arm-v4bx.test
    M lld/test/ELF/assignment-archive.s
    M lld/test/ELF/basic-avr.s
    M lld/test/ELF/basic-ppc.s
    M lld/test/ELF/basic-ppc64.s
    M lld/test/ELF/bss-start-common.s
    M lld/test/ELF/build-id.s
    M lld/test/ELF/canonical-plt-pcrel.s
    M lld/test/ELF/comdat.s
    M lld/test/ELF/debug-relocation-none.test
    M lld/test/ELF/defsym.s
    M lld/test/ELF/edata-etext.s
    M lld/test/ELF/edata-no-bss.s
    M lld/test/ELF/eh-frame-hdr-abs-fde.s
    M lld/test/ELF/eh-frame-hdr-icf.s
    M lld/test/ELF/eh-frame-hdr.s
    M lld/test/ELF/ehframe-relocation.s
    M lld/test/ELF/emit-relocs-gc.s
    M lld/test/ELF/exclude.s
    M lld/test/ELF/format-binary.test
    M lld/test/ELF/gc-sections-metadata-startstop.s
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s
    M lld/test/ELF/gdb-index.s
    M lld/test/ELF/gnu-hash-table.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/gnu-ifunc-i386.s
    M lld/test/ELF/gnu-ifunc-noplt-i386.s
    M lld/test/ELF/gnu-ifunc-noplt.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
    M lld/test/ELF/got-i386.s
    M lld/test/ELF/got.s
    M lld/test/ELF/got32-i386.s
    M lld/test/ELF/got32x-i386.s
    M lld/test/ELF/hexagon-plt.s
    A lld/test/ELF/hexagon-tls-gd-xform.s
    M lld/test/ELF/i386-feature-cet.s
    M lld/test/ELF/i386-gotpc.s
    M lld/test/ELF/i386-pc16.test
    M lld/test/ELF/i386-pc8.s
    M lld/test/ELF/i386-plt.s
    M lld/test/ELF/i386-relax-reloc.s
    M lld/test/ELF/i386-reloc-large-addend.s
    M lld/test/ELF/i386-reloc-range.s
    M lld/test/ELF/i386-retpoline-nopic-linkerscript.s
    M lld/test/ELF/i386-retpoline-nopic.s
    M lld/test/ELF/i386-retpoline-pic-linkerscript.s
    M lld/test/ELF/i386-retpoline-pic.s
    M lld/test/ELF/i386-tls-dynamic.s
    M lld/test/ELF/i386-tls-gdiele.s
    M lld/test/ELF/i386-tls-ie-shared.s
    M lld/test/ELF/i386-tls-le.s
    M lld/test/ELF/i386-tls-opt-iele-nopic.s
    M lld/test/ELF/i386-tls-opt.s
    M lld/test/ELF/icf11.test
    M lld/test/ELF/icf7.s
    M lld/test/ELF/incompatible.s
    M lld/test/ELF/init_fini_priority.s
    M lld/test/ELF/invalid/bad-reloc-target.test
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/invalid-relocation-aarch64.test
    M lld/test/ELF/invalid/invalid-relocation-x64.test
    M lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/linkerscript/absolute-expr.test
    M lld/test/ELF/linkerscript/addr.test
    M lld/test/ELF/linkerscript/align-empty.test
    M lld/test/ELF/linkerscript/align1.test
    M lld/test/ELF/linkerscript/align2.test
    M lld/test/ELF/linkerscript/align3.test
    M lld/test/ELF/linkerscript/arm-exidx-sentinel-and-assignment.s
    R lld/test/ELF/linkerscript/at-self-reference.s
    M lld/test/ELF/linkerscript/at.s
    M lld/test/ELF/linkerscript/at2.test
    M lld/test/ELF/linkerscript/at4.s
    M lld/test/ELF/linkerscript/common-assign.s
    M lld/test/ELF/linkerscript/constructor.test
    M lld/test/ELF/linkerscript/data-commands1.test
    M lld/test/ELF/linkerscript/define.test
    M lld/test/ELF/linkerscript/discard-gnu-hash.s
    M lld/test/ELF/linkerscript/discard-linkorder.s
    M lld/test/ELF/linkerscript/discard-section.s
    M lld/test/ELF/linkerscript/double-bss.test
    M lld/test/ELF/linkerscript/eh-frame-emit-relocs.s
    M lld/test/ELF/linkerscript/eh-frame-hdr.s
    M lld/test/ELF/linkerscript/eh-frame-merge.s
    M lld/test/ELF/linkerscript/eh-frame.s
    M lld/test/ELF/linkerscript/emit-reloc-section-names.s
    M lld/test/ELF/linkerscript/emit-relocs-ehframe-discard.s
    M lld/test/ELF/linkerscript/empty-load.s
    M lld/test/ELF/linkerscript/empty-sections-expressions.s
    M lld/test/ELF/linkerscript/excludefile.s
    M lld/test/ELF/linkerscript/extend-pt-load1.test
    M lld/test/ELF/linkerscript/extend-pt-load2.test
    M lld/test/ELF/linkerscript/extend-pt-load3.test
    M lld/test/ELF/linkerscript/input-order.s
    M lld/test/ELF/linkerscript/input-sec-dup.s
    M lld/test/ELF/linkerscript/linker-script-in-search-path.s
    M lld/test/ELF/linkerscript/lma-align.test
    M lld/test/ELF/linkerscript/loadaddr.s
    M lld/test/ELF/linkerscript/locationcountererr2.s
    M lld/test/ELF/linkerscript/map-file2.test
    M lld/test/ELF/linkerscript/memory-err.s
    A lld/test/ELF/linkerscript/memory-ignored-dot-assign.test
    A lld/test/ELF/linkerscript/memory-ignored-output-address.test
    M lld/test/ELF/linkerscript/memory-include.test
    M lld/test/ELF/linkerscript/memory.s
    M lld/test/ELF/linkerscript/memory3.s
    R lld/test/ELF/linkerscript/memory4.test
    R lld/test/ELF/linkerscript/memory5.test
    M lld/test/ELF/linkerscript/merge-header-load.s
    M lld/test/ELF/linkerscript/merge-nonalloc.s
    M lld/test/ELF/linkerscript/merge-sections-syms.s
    M lld/test/ELF/linkerscript/merge-sections.s
    M lld/test/ELF/linkerscript/multi-sections-constraint.s
    M lld/test/ELF/linkerscript/noload.s
    M lld/test/ELF/linkerscript/non-absolute.s
    M lld/test/ELF/linkerscript/non-alloc.s
    M lld/test/ELF/linkerscript/numbers.s
    M lld/test/ELF/linkerscript/orphan-align.s
    M lld/test/ELF/linkerscript/orphan.s
    M lld/test/ELF/linkerscript/orphans.s
    M lld/test/ELF/linkerscript/out-of-order-section-in-region.test
    M lld/test/ELF/linkerscript/out-of-order.s
    M lld/test/ELF/linkerscript/output-section-include.test
    M lld/test/ELF/linkerscript/output-too-large.s
    M lld/test/ELF/linkerscript/overlapping-sections.s
    M lld/test/ELF/linkerscript/overlay.test
    M lld/test/ELF/linkerscript/region-alias.s
    M lld/test/ELF/linkerscript/repsection-symbol.s
    M lld/test/ELF/linkerscript/repsection-va.s
    M lld/test/ELF/linkerscript/rosegment.test
    A lld/test/ELF/linkerscript/section-address-align.test
    M lld/test/ELF/linkerscript/section-align2.test
    M lld/test/ELF/linkerscript/section-include.test
    M lld/test/ELF/linkerscript/sections-constraint.s
    M lld/test/ELF/linkerscript/sections-gc.s
    M lld/test/ELF/linkerscript/sections-keep.s
    M lld/test/ELF/linkerscript/sections-padding.s
    M lld/test/ELF/linkerscript/sections.s
    M lld/test/ELF/linkerscript/sizeofheaders.s
    M lld/test/ELF/linkerscript/sort-nested.s
    M lld/test/ELF/linkerscript/sort.s
    M lld/test/ELF/linkerscript/subalign.s
    R lld/test/ELF/linkerscript/symbol-conflict.s
    M lld/test/ELF/linkerscript/symbol-only.test
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    M lld/test/ELF/linkerscript/synthetic-symbols1.test
    M lld/test/ELF/linkerscript/unused-synthetic.s
    M lld/test/ELF/linkerscript/unused-synthetic2.test
    M lld/test/ELF/linkerscript/va.s
    M lld/test/ELF/linkerscript/wildcards.s
    M lld/test/ELF/linkerscript/wildcards2.s
    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/lto/codemodel.ll
    M lld/test/ELF/lto/cpu-string.ll
    M lld/test/ELF/lto/defsym.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/lto-start.ll
    M lld/test/ELF/lto/obj-path.ll
    M lld/test/ELF/lto/thinlto-debug-fission.ll
    M lld/test/ELF/lto/thinlto-obj-path.ll
    M lld/test/ELF/lto/weakodr-visibility.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/many-alloc-sections.s
    M lld/test/ELF/merge.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.s
    M lld/test/ELF/mips-64-rels.s
    M lld/test/ELF/mips-64.s
    M lld/test/ELF/mips-call-hilo.s
    M lld/test/ELF/mips-call16.s
    M lld/test/ELF/mips-got-hilo.s
    M lld/test/ELF/mips-got-relocs.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-local.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
    M lld/test/ELF/mips-jalr-non-functions.s
    M lld/test/ELF/mips-jalr.s
    M lld/test/ELF/mips-mgot.s
    M lld/test/ELF/mips-micro-cross-calls.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-npic-call-pic-os.s
    M lld/test/ELF/mips-npic-call-pic-script.s
    M lld/test/ELF/mips-npic-call-pic.s
    M lld/test/ELF/mips-pc-relocs.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-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.s
    M lld/test/ELF/mips-xgot-order.s
    M lld/test/ELF/msp430.s
    M lld/test/ELF/non-abs-reloc.s
    M lld/test/ELF/non-alloc-link-order-gc.s
    M lld/test/ELF/ppc32-call-stub-nopic.s
    M lld/test/ELF/ppc32-call-stub-pic.s
    M lld/test/ELF/ppc32-canonical-plt.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-nopic.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/ppc32-local-branch.s
    M lld/test/ELF/ppc32-long-thunk.s
    M lld/test/ELF/ppc32-weak-undef-call.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-dtprel.s
    M lld/test/ELF/ppc64-func-entry-points.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-local-entry.s
    M lld/test/ELF/ppc64-local-exec-tls.s
    M lld/test/ELF/ppc64-long-branch-init.s
    M lld/test/ELF/ppc64-long-branch-pi.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-split-stack-adjust-size-success.s
    M lld/test/ELF/ppc64-tls-ie.s
    M lld/test/ELF/ppc64-tls-ld-le.s
    M lld/test/ELF/ppc64-toc-addis-nop.s
    M lld/test/ELF/ppc64-toc-rel.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/pr34660.s
    M lld/test/ELF/pr37735.s
    M lld/test/ELF/pre_init_fini_array.s
    M lld/test/ELF/pre_init_fini_array_missing.s
    M lld/test/ELF/relocatable-empty-archive.s
    M lld/test/ELF/relocatable-sections.s
    M lld/test/ELF/relocatable-symbols.s
    M lld/test/ELF/relocatable.s
    M lld/test/ELF/relocation-absolute.s
    M lld/test/ELF/relocation-b-aarch64.test
    M lld/test/ELF/relocation-copy-i686.s
    M lld/test/ELF/relocation-copy.s
    M lld/test/ELF/relocation-group.test
    M lld/test/ELF/relocation-i686.s
    M lld/test/ELF/relocation-in-merge.s
    M lld/test/ELF/relocation.s
    M lld/test/ELF/relro-omagic.s
    M lld/test/ELF/riscv-ifunc-nonpreemptible.s
    M lld/test/ELF/riscv-plt.s
    M lld/test/ELF/riscv-undefined-weak.s
    M lld/test/ELF/sectionstart-noallochdr.s
    M lld/test/ELF/sectionstart.s
    M lld/test/ELF/shf-info-link.test
    M lld/test/ELF/sht-group-empty.test
    M lld/test/ELF/startstop-gccollect.s
    M lld/test/ELF/startstop.s
    M lld/test/ELF/strip-all.s
    M lld/test/ELF/synthetic-got.s
    M lld/test/ELF/tls-opt.s
    M lld/test/ELF/tls.s
    M lld/test/ELF/undef-broken-debug.test
    M lld/test/ELF/undef-not-suggest.test
    M lld/test/ELF/undefined-glob.s
    A lld/test/ELF/unique-orphans.s
    M lld/test/ELF/weak-undef-got-pie.s
    M lld/test/ELF/wrap-no-real.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/wrap.s
    M lld/test/ELF/x86-64-feature-cet.s
    M lld/test/ELF/x86-64-gotpc-relax-nopic.s
    M lld/test/ELF/x86-64-gotpc-relax-und-dso.s
    M lld/test/ELF/x86-64-gotpc-relax.s
    M lld/test/ELF/x86-64-plt-high-addr.s
    M lld/test/ELF/x86-64-plt.s
    M lld/test/ELF/x86-64-reloc-gotpc64.s
    M lld/test/ELF/x86-64-reloc-size-shared.s
    M lld/test/ELF/x86-64-reloc-size.s
    M lld/test/ELF/x86-64-retpoline-linkerscript.s
    M lld/test/ELF/x86-64-retpoline-znow-linkerscript.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-split-stack-prologue-adjust-shared.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
    M lld/test/ELF/x86-64-tls-dynamic.s
    M lld/test/ELF/x86-64-tls-gd-got.s
    M lld/test/ELF/x86-64-tls-gdie.s
    M lld/test/ELF/x86-64-tls-ie-opt-local.s
    M lld/test/ELF/x86-64-tls-ie.s
    M lld/test/ELF/x86-64-tls-opt-noplt.s
    M lld/test/mach-o/PIE.yaml
    M lld/test/mach-o/arm-interworking-movw.yaml
    M lld/test/mach-o/arm64-reloc-negDelta32-fixup.yaml
    M lld/test/mach-o/arm64-section-order.yaml
    M lld/test/mach-o/data-in-code-load-command.yaml
    M lld/test/mach-o/do-not-emit-unwind-fde-arm64.yaml
    M lld/test/mach-o/dylib-install-names.yaml
    M lld/test/mach-o/eh-frame-relocs-arm64.yaml
    M lld/test/mach-o/executable-exports.yaml
    M lld/test/mach-o/export-trie-order.yaml
    M lld/test/mach-o/function-starts-load-command.yaml
    M lld/test/mach-o/gcc_except_tab-got-arm64.yaml
    M lld/test/mach-o/got-order.yaml
    M lld/test/mach-o/hello-world-arm64.yaml
    M lld/test/mach-o/interposing-section.yaml
    M lld/test/mach-o/lazy-bind-x86_64.yaml
    M lld/test/mach-o/lc_segment_filesize.yaml
    M lld/test/mach-o/mach_header-cpusubtype.yaml
    M lld/test/mach-o/parse-data-in-code-armv7.yaml
    M lld/test/mach-o/rpath.yaml
    M lld/test/mach-o/run-tlv-pass-x86-64.yaml
    M lld/test/mach-o/sectattrs.yaml
    M lld/test/mach-o/seg-protection-arm64.yaml
    M lld/test/mach-o/seg-protection-x86_64.yaml
    M lld/test/mach-o/source-version.yaml
    M lld/test/mach-o/stack-size.yaml
    M lld/test/mach-o/unwind-info-simple-arm64.yaml
    M lld/test/mach-o/unwind-info-simple-x86_64.yaml
    M lld/test/mach-o/upward-dylib-load-command.yaml
    M lld/test/mach-o/use-dylib.yaml
    M lld/test/mach-o/version-min-load-command-object.yaml
    M lld/test/mach-o/version-min-load-command.yaml
    M lld/wasm/Driver.cpp
    A lldb/.clang-tidy
    M lldb/bindings/interface/SBAddress.i
    M lldb/cmake/modules/AddLLDB.cmake
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/PropertiesBase.td
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Host/Host.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/Platform.h
    A lldb/include/lldb/Target/RegisterContextUnwind.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/Thread.h
    A lldb/include/lldb/Target/UnwindLLDB.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    R lldb/source/Host/netbsd/Host.cpp
    A lldb/source/Host/netbsd/HostNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.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/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/Utility/CMakeLists.txt
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    R lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
    R lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    R lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    R lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
    R lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.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/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    A lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    A lldb/source/Target/UnwindLLDB.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/test/API/commands/expression/formatters/TestFormatters.py
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    M lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/test/API/commands/frame/recognizer/main.m
    M lldb/test/API/commands/settings/TestSettings.py
    A lldb/test/API/commands/statistics/basic/Makefile
    M lldb/test/API/commands/statistics/basic/TestStats.py
    M lldb/test/API/commands/statistics/basic/main.c
    M lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    M lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/TestDataFormatterNSString.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    A lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
    M lldb/test/API/functionalities/inline-stepping/calling.cpp
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    M lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
    A lldb/test/API/functionalities/reproducers/attach/Makefile
    A lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    A lldb/test/API/functionalities/reproducers/attach/main.cpp
    A lldb/test/API/functionalities/unwind/zeroth_frame/Makefile
    A lldb/test/API/functionalities/unwind/zeroth_frame/TestZerothFrame.py
    A lldb/test/API/functionalities/unwind/zeroth_frame/main.c
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/template-function/TestTemplateFunctions.py
    M lldb/test/API/lang/cpp/template-function/main.cpp
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/lang/cpp/thread_local/main.cpp
    M lldb/test/API/lang/objc/hidden-ivars/Makefile
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    A lldb/test/API/lang/objc/modules-non-objc-target/Makefile
    A lldb/test/API/lang/objc/modules-non-objc-target/TestObjCModulesNonObjCTarget.py
    A lldb/test/API/lang/objc/modules-non-objc-target/main.c
    M lldb/test/API/lang/objc/objc-ivar-stripped/Makefile
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/macosx/safe-to-func-call/TestSafeFuncCalls.py
    A lldb/test/API/sanity/TestSettingSkipping.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    M lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py
    M lldb/test/API/tools/lldb-server/main.cpp
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/test/Shell/Commands/command-disassemble.s
    M lldb/test/Shell/ExecControl/StopHook/stop-hook.test
    M lldb/test/Shell/Reproducer/TestDump.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-basic.test
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
    A lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
    M lldb/tools/debugserver/CMakeLists.txt
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/README.txt
    M llvm/bindings/go/llvm/dibuilder.go
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddSphinxTarget.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AliasAnalysis.rst
    M llvm/docs/CMake.rst
    A llvm/docs/CodeReview.rst
    M llvm/docs/CommandGuide/llvm-lipo.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CommandGuide/llvm-size.rst
    M llvm/docs/CommandGuide/llvm-strings.rst
    M llvm/docs/CommandGuide/llvm-strip.rst
    M llvm/docs/CompileCudaWithLLVM.rst
    M llvm/docs/Contributing.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Docker.rst
    M llvm/docs/FAQ.rst
    M llvm/docs/Frontend/PerformanceTips.rst
    M llvm/docs/GettingInvolved.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/GettingStartedVS.rst
    M llvm/docs/GlobalISel/GMIR.rst
    M llvm/docs/GlobalISel/IRTranslator.rst
    M llvm/docs/GlobalISel/KnownBits.rst
    M llvm/docs/HistoricalNotes/2007-OriginalClangReadme.txt
    M llvm/docs/HowToCrossCompileLLVM.rst
    M llvm/docs/HowToSetUpLLVMStyleRTTI.rst
    M llvm/docs/HowToSubmitABug.rst
    M llvm/docs/LLVMBuild.txt
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/MarkdownQuickstartTemplate.md
    M llvm/docs/MergeFunctions.rst
    M llvm/docs/Packaging.rst
    M llvm/docs/Passes.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/Proposals/GitHubMove.rst
    M llvm/docs/README.txt
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/ReleaseProcess.rst
    M llvm/docs/SphinxQuickstartTemplate.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/TestingGuide.rst
    M llvm/docs/TypeMetadata.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/index.rst
    A llvm/docs/loop-terminology-guarded-loop.png
    A llvm/docs/loop-terminology-initial-loop.png
    A llvm/docs/loop-terminology-rotated-loop.png
    M llvm/docs/tutorial/BuildingAJIT1.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst
    M llvm/docs/tutorial/OCamlLangImpl3.rst
    M llvm/docs/tutorial/OCamlLangImpl5.rst
    M llvm/docs/tutorial/index.rst
    M llvm/examples/CMakeLists.txt
    M llvm/examples/Kaleidoscope/Chapter9/toy.cpp
    R llvm/examples/LLJITExamples/CMakeLists.txt
    R llvm/examples/LLJITExamples/ExampleModules.h
    R llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    R llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/BasicOrcV2CBindings.c
    A llvm/examples/OrcV2Examples/BasicOrcV2CBindings/CMakeLists.txt
    A llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/ExampleModules.h
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITDumpObjects/LLJITDumpObjects.cpp
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm-c/ExecutionEngine.h
    A llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpander.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/Local.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/BinaryFormat/COFF.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    A llvm/include/llvm/CodeGen/CommandFlags.h
    R llvm/include/llvm/CodeGen/CommandFlags.inc
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/ExecutionDomainFix.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/Passes.h
    A llvm/include/llvm/CodeGen/RDFGraph.h
    A llvm/include/llvm/CodeGen/RDFLiveness.h
    A llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/include/llvm/CodeGen/Register.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    A llvm/include/llvm/CodeGen/Spiller.h
    M llvm/include/llvm/CodeGen/StackProtector.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
    M llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/CFGDiff.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.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/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    A llvm/include/llvm/IR/KnowledgeRetention.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/User.h
    A llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IR/ValueHandle.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCRegister.h
    A llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
    R llvm/include/llvm/MC/MCTargetOptionsCommandFlags.inc
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/Alignment.h
    M llvm/include/llvm/Support/Endian.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/Host.h
    M llvm/include/llvm/Support/ManagedStatic.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/TimeProfiler.h
    M llvm/include/llvm/Support/Timer.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/Windows/WindowsSupport.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/TargetOptions.h
    M llvm/include/llvm/TextAPI/MachO/Architecture.def
    M llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombine.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
    R llvm/include/llvm/Transforms/Utils/KnowledgeRetention.h
    M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueLattice.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/Analysis.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/lib/CodeGen/BBSectionsPrepare.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    A llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/ExpandMemCmp.cpp
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/Localizer.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.h
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineFrameInfo.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/PrologEpilogInserter.cpp
    A llvm/lib/CodeGen/RDFGraph.cpp
    A llvm/lib/CodeGen/RDFLiveness.cpp
    A llvm/lib/CodeGen/RDFRegisters.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    R llvm/lib/CodeGen/Spiller.h
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetOptionsImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
    M llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/ExecutionEngineBindings.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/Mangling.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    A llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
    M llvm/lib/FuzzMutate/Operations.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/CMakeLists.txt
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    A llvm/lib/IR/KnowledgeRetention.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Metadata.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/User.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/MC/MCInstPrinter.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    A llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/Archive.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/FoldingSet.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/TimeProfiler.cpp
    M llvm/lib/Support/Timer.cpp
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUMacroFusion.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrCDE.td
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMPredicates.td
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/AVR/AVRISelLowering.cpp
    M llvm/lib/Target/AVR/AVRInstrFormats.td
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/AVR/AVRSubtarget.cpp
    M llvm/lib/Target/AVR/AVRSubtarget.h
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h
    M llvm/lib/Target/Hexagon/CMakeLists.txt
    M llvm/lib/Target/Hexagon/Hexagon.td
    M llvm/lib/Target/Hexagon/HexagonDepArch.td
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Hexagon/RDFCopy.cpp
    M llvm/lib/Target/Hexagon/RDFCopy.h
    M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
    M llvm/lib/Target/Hexagon/RDFDeadCode.h
    R llvm/lib/Target/Hexagon/RDFGraph.cpp
    R llvm/lib/Target/Hexagon/RDFGraph.h
    R llvm/lib/Target/Hexagon/RDFLiveness.cpp
    R llvm/lib/Target/Hexagon/RDFLiveness.h
    R llvm/lib/Target/Hexagon/RDFRegisters.cpp
    R llvm/lib/Target/Hexagon/RDFRegisters.h
    M llvm/lib/Target/Lanai/LanaiFrameLowering.cpp
    M llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
    M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
    M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
    M llvm/lib/Target/Mips/Mips.td
    M llvm/lib/Target/Mips/Mips64InstrInfo.td
    M llvm/lib/Target/Mips/MipsDSPInstrFormats.td
    M llvm/lib/Target/Mips/MipsInstrFPU.td
    M llvm/lib/Target/Mips/MipsInstrInfo.td
    M llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
    M llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
    M llvm/lib/Target/Mips/MipsSchedule.td
    M llvm/lib/Target/Mips/MipsScheduleGeneric.td
    M llvm/lib/Target/Mips/MipsScheduleP5600.td
    M llvm/lib/Target/Mips/MipsSubtarget.h
    M llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
    M llvm/lib/Target/Mips/MipsTargetStreamer.h
    M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
    M llvm/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    A llvm/lib/Target/PowerPC/PPCMacroFusion.cpp
    A llvm/lib/Target/PowerPC/PPCMacroFusion.def
    A llvm/lib/Target/PowerPC/PPCMacroFusion.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetObjectFile.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
    M llvm/lib/Target/Sparc/SparcFrameLowering.cpp
    M llvm/lib/Target/Sparc/SparcInstrInfo.td
    M llvm/lib/Target/Sparc/SparcTargetObjectFile.cpp
    M llvm/lib/Target/SystemZ/SystemZFeatures.td
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/VE/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/CMakeLists.txt
    R llvm/lib/Target/VE/InstPrinter/LLVMBuild.txt
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.cpp
    R llvm/lib/Target/VE/InstPrinter/VEInstPrinter.h
    M llvm/lib/Target/VE/LLVMBuild.txt
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    M llvm/lib/Target/VE/MCTargetDesc/LLVMBuild.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
    M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VETargetStreamer.cpp
    M llvm/lib/Target/VE/VEAsmPrinter.cpp
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VETargetMachine.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InstrShiftRotate.td
    M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/XCore/XCoreFrameLowering.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/DivRemPairs.cpp
    M llvm/lib/Transforms/Scalar/Float2Int.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopPassManager.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/Reassociate.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CMakeLists.txt
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    R llvm/lib/Transforms/Utils/KnowledgeRetention.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
    M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
    M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/runtimes/CMakeLists.txt
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubeid.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubema.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubesc.ll
    A llvm/test/Analysis/ConstantFolding/AMDGPU/cubetc.ll
    M llvm/test/Analysis/ConstantFolding/vscale.ll
    M llvm/test/Analysis/CostModel/ARM/mve-gather-scatter-cost.ll
    M llvm/test/Analysis/CostModel/ARM/select.ll
    M llvm/test/Analysis/CostModel/X86/arith-fix.ll
    M llvm/test/Analysis/CostModel/X86/arith-overflow.ll
    M llvm/test/Analysis/CostModel/X86/cttz.ll
    A llvm/test/Analysis/CostModel/X86/fmaxnum.ll
    A llvm/test/Analysis/CostModel/X86/fminnum.ll
    M llvm/test/Analysis/CostModel/X86/reduce-add.ll
    M llvm/test/Analysis/CostModel/X86/reduce-and.ll
    M llvm/test/Analysis/CostModel/X86/reduce-mul.ll
    M llvm/test/Analysis/CostModel/X86/reduce-or.ll
    M llvm/test/Analysis/CostModel/X86/reduce-xor.ll
    M llvm/test/Analysis/CostModel/X86/reduction.ll
    M llvm/test/Analysis/CostModel/X86/trunc.ll
    M llvm/test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
    A llvm/test/Analysis/MemorySSA/scalable-vec.ll
    A llvm/test/Analysis/ScalarEvolution/scalable-vector.ll
    A llvm/test/Analysis/StackSafetyAnalysis/ipa-attr.ll
    A llvm/test/Analysis/ValueTracking/known-bits-from-operator-constexpr.ll
    R llvm/test/Analysis/ValueTracking/known-signbit-shift.ll
    M llvm/test/Analysis/ValueTracking/knownnonzero-shift.ll
    A llvm/test/Assembler/dbg-checksum.ll
    M llvm/test/Assembler/dimodule.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-objc.ll
    A llvm/test/Bitcode/upgrade-garbage-collection-for-swift.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-undef.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/translate-constant-dag.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-no-premature-sp-pop.mir
    M llvm/test/CodeGen/AArch64/arm64-elf-calls.ll
    M llvm/test/CodeGen/AArch64/arm64-nvcast.ll
    M llvm/test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
    M llvm/test/CodeGen/AArch64/arm64-simplest-elf.ll
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll
    M llvm/test/CodeGen/AArch64/arm64_32.ll
    M llvm/test/CodeGen/AArch64/bcmp-inline-small.ll
    M llvm/test/CodeGen/AArch64/bitfield-insert-0.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-label.ll
    M llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll
    M llvm/test/CodeGen/AArch64/cpus.ll
    A llvm/test/CodeGen/AArch64/dag-combine-trunc-build-vec.ll
    M llvm/test/CodeGen/AArch64/funnel-shift-rot.ll
    M llvm/test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
    A llvm/test/CodeGen/AArch64/machine-outliner-iterative.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-noreturn-save-lr.mir
    A llvm/test/CodeGen/AArch64/machine-outliner-side-effect.mir
    M llvm/test/CodeGen/AArch64/preferred-function-alignment.ll
    A llvm/test/CodeGen/AArch64/scalable-vector-promotion.ll
    M llvm/test/CodeGen/AArch64/simple-macho.ll
    M llvm/test/CodeGen/AArch64/space.ll
    M llvm/test/CodeGen/AArch64/stack-tagging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-adr.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-dup-x.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith-merging.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-imm-offset.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-gather-prefetches-vect-base-invalid-imm-offset.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-ff.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads-nf.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-sel.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-shifts-merging.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-imm.ll
    M llvm/test/CodeGen/AArch64/sve-pred-non-temporal-ldst-addressing-mode-reg-reg.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-contiguous-conflict-detection.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-gather-loads-64bit-scaled-offset.ll
    A llvm/test/CodeGen/AArch64/sve2-intrinsics-nt-scatter-stores-64bit-scaled-offset.ll
    M llvm/test/CodeGen/AArch64/tail-call.ll
    M llvm/test/CodeGen/AArch64/tiny_model.ll
    M llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/add.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bswap.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/constant-bus-restriction.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.fmad.ftz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-ffloor.s32.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-merge-values.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-scalar-packed.xfail.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_ps.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_vs.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-addrspacecast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcopysign.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.atomic.dim.a16.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.dim.a16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2darraymsaa.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.3d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sadde.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssube.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-trunc.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.a16.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.dim.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.gather4.o.dim.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.kernarg.segment.ptr.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.store.format.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/mubuf-global.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/mul.ll
    R llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s16.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.s32.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-add.v2s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.load.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.image.sample.1d.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-copy.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-zext.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/shlN_add.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/trunc.ll
    M llvm/test/CodeGen/AMDGPU/addrspacecast.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu.private-memory.ll
    M llvm/test/CodeGen/AMDGPU/amdhsa-trap-num-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
    M llvm/test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
    M llvm/test/CodeGen/AMDGPU/atomic_optimizations_pixelshader.ll
    M llvm/test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll
    M llvm/test/CodeGen/AMDGPU/build-vector-packed-partial-undef.ll
    M llvm/test/CodeGen/AMDGPU/bypass-div.ll
    M llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll
    M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/call-constant.ll
    M llvm/test/CodeGen/AMDGPU/call-encoding.ll
    M llvm/test/CodeGen/AMDGPU/call-graph-register-usage.ll
    M llvm/test/CodeGen/AMDGPU/call-preserved-registers.ll
    M llvm/test/CodeGen/AMDGPU/call-waitcnt.ll
    M llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
    A llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll
    M llvm/test/CodeGen/AMDGPU/captured-frame-index.ll
    A llvm/test/CodeGen/AMDGPU/cc-update.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes.ll
    M llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.ll
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/cross-block-use-is-not-abi-copy.ll
    M llvm/test/CodeGen/AMDGPU/elf.ll
    M llvm/test/CodeGen/AMDGPU/elf.r600.ll
    M llvm/test/CodeGen/AMDGPU/extload-private.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll
    M llvm/test/CodeGen/AMDGPU/fcanonicalize-elimination.ll
    M llvm/test/CodeGen/AMDGPU/fma-combine.ll
    M llvm/test/CodeGen/AMDGPU/fold-fi-mubuf.mir
    M llvm/test/CodeGen/AMDGPU/frame-index-elimination.ll
    M llvm/test/CodeGen/AMDGPU/frame-lowering-entry-all-sgpr-used.mir
    M llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir
    A llvm/test/CodeGen/AMDGPU/fshl.ll
    A llvm/test/CodeGen/AMDGPU/fshr.ll
    M llvm/test/CodeGen/AMDGPU/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll
    M llvm/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
    M llvm/test/CodeGen/AMDGPU/idot8s.ll
    M llvm/test/CodeGen/AMDGPU/idot8u.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    A llvm/test/CodeGen/AMDGPU/indirect-call.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/ipra.ll
    M llvm/test/CodeGen/AMDGPU/large-alloca-compute.ll
    M llvm/test/CodeGen/AMDGPU/large-alloca-graphics.ll
    M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.ll
    M llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll
    M llvm/test/CodeGen/AMDGPU/load-hi16.ll
    M llvm/test/CodeGen/AMDGPU/load-lo16.ll
    M llvm/test/CodeGen/AMDGPU/lower-mem-intrinsics.ll
    M llvm/test/CodeGen/AMDGPU/macro-fusion-cluster-vcc-uses.mir
    M llvm/test/CodeGen/AMDGPU/mad-combine.ll
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-load.ll
    M llvm/test/CodeGen/AMDGPU/memory-legalizer-store.ll
    M llvm/test/CodeGen/AMDGPU/memory_clause.ll
    M llvm/test/CodeGen/AMDGPU/mesa3d.ll
    M llvm/test/CodeGen/AMDGPU/mir-print-dead-csr-fi.mir
    M llvm/test/CodeGen/AMDGPU/misched-killflags.mir
    M llvm/test/CodeGen/AMDGPU/mubuf-offset-private.ll
    M llvm/test/CodeGen/AMDGPU/mul24-pass-ordering.ll
    M llvm/test/CodeGen/AMDGPU/multi-divergent-exit-region.ll
    M llvm/test/CodeGen/AMDGPU/nested-calls.ll
    M llvm/test/CodeGen/AMDGPU/nop-data.ll
    M llvm/test/CodeGen/AMDGPU/optimize-exec-masking-pre-ra.mir
    M llvm/test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
    M llvm/test/CodeGen/AMDGPU/pei-reg-scavenger-position.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir
    A llvm/test/CodeGen/AMDGPU/pei-scavenge-vgpr-spill.mir
    M llvm/test/CodeGen/AMDGPU/permute.ll
    M llvm/test/CodeGen/AMDGPU/private-access-no-objects.ll
    M llvm/test/CodeGen/AMDGPU/private-element-size.ll
    M llvm/test/CodeGen/AMDGPU/rename-independent-subregs-mac-operands.mir
    M llvm/test/CodeGen/AMDGPU/s_code_end.ll
    M llvm/test/CodeGen/AMDGPU/scalar_to_vector.ll
    M llvm/test/CodeGen/AMDGPU/sched-assert-dead-def-subreg-use-other-subreg.mir
    M llvm/test/CodeGen/AMDGPU/sched-handleMoveUp-subreg-def-across-subreg-def.mir
    M llvm/test/CodeGen/AMDGPU/scratch-buffer.ll
    M llvm/test/CodeGen/AMDGPU/scratch-simple.ll
    M llvm/test/CodeGen/AMDGPU/sdiv64.ll
    A llvm/test/CodeGen/AMDGPU/sext-divergence-driven-isel.ll
    M llvm/test/CodeGen/AMDGPU/sgpr-spill-wrong-stack-id.mir
    M llvm/test/CodeGen/AMDGPU/shift-i128.ll
    M llvm/test/CodeGen/AMDGPU/shl_add_ptr.ll
    M llvm/test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
    M llvm/test/CodeGen/AMDGPU/sibling-call.ll
    R llvm/test/CodeGen/AMDGPU/sp-too-many-input-sgprs.ll
    M llvm/test/CodeGen/AMDGPU/spill-agpr.ll
    M llvm/test/CodeGen/AMDGPU/spill-before-exec.mir
    M llvm/test/CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll
    M llvm/test/CodeGen/AMDGPU/spill-empty-live-interval.mir
    M llvm/test/CodeGen/AMDGPU/spill-m0.ll
    M llvm/test/CodeGen/AMDGPU/spill-offset-calculation.ll
    M llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
    M llvm/test/CodeGen/AMDGPU/srem64.ll
    M llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign.ll
    M llvm/test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir
    M llvm/test/CodeGen/AMDGPU/store-hi16.ll
    M llvm/test/CodeGen/AMDGPU/sub-zext-cc-zext-cc.ll
    M llvm/test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
    M llvm/test/CodeGen/AMDGPU/subvector-test.mir
    M llvm/test/CodeGen/AMDGPU/udiv64.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-attribute-missing.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-nested-function-calls.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-prevent-attribute-propagation.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-propagate-attribute.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-recursion-test.ll
    M llvm/test/CodeGen/AMDGPU/uniform-work-group-test.ll
    M llvm/test/CodeGen/AMDGPU/update-phi.ll
    M llvm/test/CodeGen/AMDGPU/urem64.ll
    M llvm/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
    M llvm/test/CodeGen/AMDGPU/virtregrewrite-undef-identity-copy.mir
    M llvm/test/CodeGen/AMDGPU/wave32.ll
    M llvm/test/CodeGen/AMDGPU/wqm.ll
    M llvm/test/CodeGen/AMDGPU/wqm.mir
    M llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
    M llvm/test/CodeGen/ARM/2012-08-30-select.ll
    M llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
    M llvm/test/CodeGen/ARM/Windows/division-range.ll
    M llvm/test/CodeGen/ARM/Windows/trivial-gnu-object.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr5.ll
    M llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
    M llvm/test/CodeGen/ARM/clang-section.ll
    M llvm/test/CodeGen/ARM/fp16-fullfp16.ll
    M llvm/test/CodeGen/ARM/fp16-promote.ll
    M llvm/test/CodeGen/ARM/fp16-vminmaxnm-safe.ll
    A llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
    A llvm/test/CodeGen/ARM/indvar-cost.ll
    A llvm/test/CodeGen/ARM/indvar-unroll-imm-cost.ll
    M llvm/test/CodeGen/ARM/inlineasm-ldr-pseudo.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-arm.ll
    M llvm/test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-thumb.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills-exceptions.ll
    A llvm/test/CodeGen/ARM/ipra-extra-spills.ll
    M llvm/test/CodeGen/ARM/krait-cpu-div-attribute.ll
    M llvm/test/CodeGen/ARM/local-call.ll
    A llvm/test/CodeGen/ARM/lower-vmax.ll
    R llvm/test/CodeGen/ARM/shift_parts.ll
    M llvm/test/CodeGen/ARM/softfp-constant-comparison.ll
    M llvm/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
    M llvm/test/CodeGen/ARM/thumb1-varalloc.ll
    M llvm/test/CodeGen/ARM/trap.ll
    M llvm/test/CodeGen/ARM/vminmax.ll
    M llvm/test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
    M llvm/test/CodeGen/BPF/objdump_cond_op.ll
    M llvm/test/CodeGen/BPF/objdump_cond_op_2.ll
    M llvm/test/CodeGen/BPF/objdump_imm_hex.ll
    M llvm/test/CodeGen/BPF/objdump_two_funcs.ll
    A llvm/test/CodeGen/Generic/csw-debug-assert.ll
    M llvm/test/CodeGen/Hexagon/S3_2op.ll
    M llvm/test/CodeGen/Hexagon/bug18008.ll
    A llvm/test/CodeGen/Hexagon/expand-copyw-undef.mir
    M llvm/test/CodeGen/Hexagon/funnel-shift.ll
    M llvm/test/CodeGen/Hexagon/v60small.ll
    M llvm/test/CodeGen/Hexagon/vect-regpairs.ll
    M llvm/test/CodeGen/Hexagon/vrcmpys.ll
    A llvm/test/CodeGen/MIR/AArch64/mir-canon-constant-pool-hash.mir
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
    M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
    R llvm/test/CodeGen/MIR/AMDGPU/mfi-parse-error-scratch-wave-offset-reg.mir
    R llvm/test/CodeGen/MIR/AMDGPU/mfi-scratch-wave-offset-reg-class.mir
    M llvm/test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir
    M llvm/test/CodeGen/MIR/ARM/thumb2-sub-sp-t3.mir
    M llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir
    M llvm/test/CodeGen/MIR/X86/call-site-info-error4.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/trunc.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zextLoad_and_sextLoad.mir
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/zext_and_sext.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zextLoad_and_sextLoad.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zext_and_sext.ll
    M llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
    M llvm/test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll
    M llvm/test/CodeGen/Mips/dsp-spill-reload.ll
    M llvm/test/CodeGen/Mips/micromips-atomic1.ll
    M llvm/test/CodeGen/Mips/micromips-b-range.ll
    M llvm/test/CodeGen/Mips/micromips-eva.mir
    M llvm/test/CodeGen/Mips/micromips-sw.ll
    M llvm/test/CodeGen/Mips/tailcall/tailcall-wrong-isa.ll
    M llvm/test/CodeGen/Mips/unaligned-memops-mapping.mir
    M llvm/test/CodeGen/NVPTX/sqrt-approx.ll
    M llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll
    A llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll
    A llvm/test/CodeGen/PowerPC/aix-LinkOnceODRLinkage.ll
    R llvm/test/CodeGen/PowerPC/aix-byval-param.ll
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation1.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation2.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval-limitation3.ll
    A llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
    M llvm/test/CodeGen/PowerPC/aix-indirect-call.ll
    A llvm/test/CodeGen/PowerPC/aix-print-pc.mir

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 5ea55378594932a5e2b0128c98410a951be58670
      https://github.com/llvm/llvm-project/commit/5ea55378594932a5e2b0128c98410a951be58670
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Disable lld usage


  Commit: 335a3a2d5220f8c189af4f8397b7ad394875aab4
      https://github.com/llvm/llvm-project/commit/335a3a2d5220f8c189af4f8397b7ad394875aab4
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Build with LLVM_INSTALL_UTILS ON


  Commit: 9b380b00d881920548100587e55fff24cd79645e
      https://github.com/llvm/llvm-project/commit/9b380b00d881920548100587e55fff24cd79645e
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    A .arclint
    M README.md
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    M clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.h
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.h
    M clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.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.py
    M clang-tools-extra/clang-move/CMakeLists.txt
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    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/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/android/CMakeLists.txt
    M clang-tools-extra/clang-tidy/boost/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    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/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    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/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.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/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.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/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    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/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.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/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
    M clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
    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/RedundantMemberInitCheck.h
    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/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    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/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/CMakeLists.txt
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang-tools-extra/clangd/Cancellation.cpp
    M 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FindSymbols.h
    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/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/PathMapping.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/Quality.cpp
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M 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/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    R clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/launch.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/settings.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/tasks.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscodeignore
    R clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    R clang-tools-extra/clangd/clients/clangd-vscode/LICENSE
    R clang-tools-extra/clangd/clients/clangd-vscode/README.md
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/complete.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/diagnostics.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/extract.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/format.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/include.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/xrefs.png
    R clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    R clang-tools-extra/clangd/clients/clangd-vscode/package.json
    R clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/includeTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/simpleTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/tsconfig.json
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Relation.cpp
    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/SymbolOrigin.h
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    A clang-tools-extra/clangd/index/remote/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/Client.cpp
    A clang-tools-extra/clangd/index/remote/Client.h
    A clang-tools-extra/clangd/index/remote/Index.proto
    A clang-tools-extra/clangd/index/remote/README.md
    A clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    A clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/server/Server.cpp
    A clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    A clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExtractFunction.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    A clang-tools-extra/clangd/test/dependency-output.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/lit.cfg.py
    A clang-tools-extra/clangd/test/semantic-tokens.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/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdLSPServerTests.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/CompileCommandsTests.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/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/JSONTransportTests.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.h
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PathMappingTests.cpp
    A clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.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.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-virtual-near-miss.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-implementation-in-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-nsinvocation-argument-lifetime.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/doxygen.cfg.in
    M clang-tools-extra/docs/pp-trace.rst
    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/PreprocessorTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.h
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file1.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file2.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/identical-in-TU.cpp
    A clang-tools-extra/test/clang-apply-replacements/identical-in-TU.cpp
    M clang-tools-extra/test/clang-move/move-used-helper-decls.cpp
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header-fixed.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-subtraction.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-invert.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert-throw-exception-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/fuchsia-multiple-inheritance.cpp
    M clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-bug34747.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-implementation-in-namespace.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.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-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-nsinvocation-argument-lifetime.m
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-case-violation.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/3/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/44/.clang-tidy
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    M clang-tools-extra/tool-template/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/IncludeFixerTest.cpp
    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-move/ClangMoveTests.cpp
    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/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang/CMakeLists.txt
    M clang/bindings/python/clang/cindex.py
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangPlugins.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    A clang/docs/MatrixTypes.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    A clang/examples/Attribute/Attribute.cpp
    A clang/examples/Attribute/CMakeLists.txt
    M clang/examples/CMakeLists.txt
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.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/BuiltinTypes.def
    M clang/include/clang/AST/ComputeDependence.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/DeclObjC.h
    A clang/include/clang/AST/DeclObjCCommon.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/LocInfoType.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NonTrivialTypeVisitor.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/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/Dynamic/Diagnostics.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.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/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticIDs.h
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/JsonSupport.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/LangStandard.h
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Module.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/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TokenKinds.h
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/arm_cde.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/CC1Options.td
    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/CompilerInvocation.h
    M clang/include/clang/Frontend/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Lex/Preprocessor.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/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/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
    A clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h
    R clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/ComputeDependence.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
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    M clang/lib/AST/Interp/Interp.cpp
    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/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.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/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
    A clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.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/AMDGPU.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/BPF.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.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/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/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    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/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/PatternInit.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    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/SanitizerArgs.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/Arch/AArch64.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/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/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.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/Hexagon.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/SortJavaScriptImports.cpp
    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/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_device_functions.h
    A clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    A clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math_declares.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/math.h
    A clang/lib/Headers/openmp_wrappers/time.h
    A clang/lib/Headers/serializeintrin.h
    A clang/lib/Headers/tsxldtrkintrin.h
    A clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.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/Lex/TokenConcatenation.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/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/CodeCompleteConsumer.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.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/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/Sema/UsedDeclVisitor.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/GeneratePCH.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.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/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.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/CStringSyntaxChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
    M clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ContainerModeling.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/DebugContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.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/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    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/MallocOverflowSecurityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.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/NoReturnFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.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/PointerIterationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.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/UnreachableCodeChecker.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/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerHelpers.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/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    A clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    R clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/AST/ast-dump-arm-attr.c
    A clang/test/AST/ast-dump-expr-errors.cpp
    R clang/test/AST/ast-dump-hip-pinned-shadow.cu
    A clang/test/AST/ast-dump-invalid-initialized.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_10.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_11.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_12.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_2.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_3.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_4.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_5.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_6.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_7.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_8.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_9.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_addr_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_decl_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions-messages.c
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions.c
    A clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/spurious-regparm.c
    M clang/test/Analysis/CheckNSError.m
    A clang/test/Analysis/CheckThatArraySubsciptNodeIsNotCollected.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/Inputs/system-header-simulator.h
    A clang/test/Analysis/SpecialFunctionsCFError.cpp
    A clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/bsd-string.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/cfg-openmp.cpp
    A clang/test/Analysis/cfg.c
    M clang/test/Analysis/cfg.cpp
    A clang/test/Analysis/container-modeling-no-aggressive-binary-operation-simplification-warn.cpp
    M clang/test/Analysis/container-modeling.cpp
    A clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    M clang/test/Analysis/dispatch-once.m
    M clang/test/Analysis/explain-svals.c
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/explain-svals.m
    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/dynamic_types.cpp
    M clang/test/Analysis/exploded-graph-rewriter/edge.dot
    M clang/test/Analysis/exploded-graph-rewriter/empty.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/lit.local.cfg
    M clang/test/Analysis/exploded-graph-rewriter/macros.c
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/test/Analysis/exploded-graph-rewriter/objects_under_construction.cpp
    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
    A clang/test/Analysis/incorrect-checker-names.cpp
    A clang/test/Analysis/incorrect-checker-names.mm
    A clang/test/Analysis/iterator-modeling-no-aggressive-binary-operation-simplification-no-crash.cpp
    A clang/test/Analysis/iterator-modeling.cpp
    R clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/kmalloc-linux.c
    M clang/test/Analysis/loop-widening-notes.cpp
    M clang/test/Analysis/malloc.cpp
    A clang/test/Analysis/nonnull.cpp
    M clang/test/Analysis/null-deref-ps-region.c
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/help.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/scan-build/rebuild_index/rebuild_index.test
    A clang/test/Analysis/scan-build/rebuild_index/report-1.html
    A clang/test/Analysis/scan-build/rebuild_index/report-2.html
    A clang/test/Analysis/scan-build/rebuild_index/report-3.html
    A clang/test/Analysis/scan-build/rebuild_index/subdirectory/report-4.html
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    A clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    M clang/test/Analysis/std-c-library-functions.c
    A clang/test/Analysis/stream-error.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/string.c
    M clang/test/Analysis/taint-generic.c
    M clang/test/Analysis/vla.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1-cxx11.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/class.access/p4.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/special/class.copy/p11.0x.move.cpp
    M clang/test/CXX/special/class.ctor/p5-0x.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/p3.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
    A clang/test/CodeCompletion/concepts.cpp
    A clang/test/CodeCompletion/incomplete-member.cpp
    A clang/test/CodeCompletion/invalid-initialized-class.cpp
    M clang/test/CodeGen/2006-05-19-SingleEltReturn.c
    A clang/test/CodeGen/aarch64-matmul.cpp
    A clang/test/CodeGen/aarch64-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-neon-misc-constrained.c
    A clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem-constrained.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    R clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-varargs.c
    A clang/test/CodeGen/address-space-avr.c
    M clang/test/CodeGen/aggregate-assign-call.c
    A clang/test/CodeGen/alias-avr.c
    A clang/test/CodeGen/aligned-sret.c
    M clang/test/CodeGen/arc/arguments.c
    M clang/test/CodeGen/arm-aapcs-vfp.c
    M clang/test/CodeGen/arm-cde-gpr.c
    M clang/test/CodeGen/arm-cde-reinterpret.c
    M clang/test/CodeGen/arm-cde-vec.c
    M clang/test/CodeGen/arm-cde-vfp.c
    A clang/test/CodeGen/arm-cmse-attr.c
    A clang/test/CodeGen/arm-cmse-call.c
    M clang/test/CodeGen/arm-homogenous.c
    M clang/test/CodeGen/arm-mve-intrinsics/absneg.c
    M clang/test/CodeGen/arm-mve-intrinsics/admin.c
    M clang/test/CodeGen/arm-mve-intrinsics/bitwise-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    M clang/test/CodeGen/arm-mve-intrinsics/idup.c
    M clang/test/CodeGen/arm-mve-intrinsics/load-store.c
    M clang/test/CodeGen/arm-mve-intrinsics/predicates.c
    M clang/test/CodeGen/arm-mve-intrinsics/reinterpret.c
    M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    M clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
    M 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
    M clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vandq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbicq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbrsrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmlaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm-dyadic.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-var.c
    M clang/test/CodeGen/arm-mve-intrinsics/veorq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhcaddq.c
    M 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
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vornq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vorrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    M clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    A clang/test/CodeGen/arm-neon-directed-rounding-constrained.c
    M clang/test/CodeGen/arm-neon-vld.c
    A clang/test/CodeGen/arm-v8.6a-neon-intrinsics.c
    M clang/test/CodeGen/arm-varargs.c
    M clang/test/CodeGen/arm-vector-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    M clang/test/CodeGen/arm64-arguments.c
    M clang/test/CodeGen/arm64-microsoft-arguments.cpp
    A clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    A clang/test/CodeGen/attr-noreturn.c
    R clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c
    R clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
    R clang/test/CodeGen/avr/target-cpu-defines/common.c
    M clang/test/CodeGen/avx512cdintrin.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vbmivl-builtin.c
    M clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vpopcntdqintrin.c
    M clang/test/CodeGen/avx512vpopcntdqvlintrin.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/blocks.c
    M clang/test/CodeGen/c11atomics-ios.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/catch-implicit-conversions-basics-negatives.c
    M clang/test/CodeGen/cfstring-elf-sections-x86_64.c
    A clang/test/CodeGen/ext-int-sanitizer.cpp
    A clang/test/CodeGen/ext-int.c
    A clang/test/CodeGen/fixed-point-tbaa.c
    M clang/test/CodeGen/gfni-builtins.c
    A clang/test/CodeGen/hexagon-linux-vararg.c
    M clang/test/CodeGen/intel-avx512vlvp2intersect.c
    M clang/test/CodeGen/intel-avx512vp2intersect.c
    M clang/test/CodeGen/lanai-arguments.c
    M clang/test/CodeGen/le32-arguments.c
    M clang/test/CodeGen/mcu-struct-return.c
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.c
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp
    M clang/test/CodeGen/mingw-long-double.c
    M clang/test/CodeGen/mips-zero-sized-struct.c
    M clang/test/CodeGen/mips64-padding-arg.c
    M clang/test/CodeGen/ms_abi.c
    A clang/test/CodeGen/ppc32-struct-return.c
    M clang/test/CodeGen/ppc64-align-struct.c
    M clang/test/CodeGen/ppc64-elf-abi.c
    M clang/test/CodeGen/ppc64-qpx-vector.c
    M clang/test/CodeGen/ppc64-soft-float.c
    M clang/test/CodeGen/ppc64-vector.c
    M clang/test/CodeGen/ppc64le-aggregates.c
    M clang/test/CodeGen/ppc64le-f128Aggregates.c
    A clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/regparm-struct.c
    M clang/test/CodeGen/renderscript.c
    M clang/test/CodeGen/riscv32-ilp32-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/riscv64-lp64d-abi.c
    M clang/test/CodeGen/sparcv9-abi.c
    M clang/test/CodeGen/struct-passing.c
    M clang/test/CodeGen/systemz-abi-vector.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/systemz-inline-asm.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto-loop-vectorize-pm.c
    M clang/test/CodeGen/thinlto-slp-vectorize-pm.c
    M clang/test/CodeGen/vaes-builtins.c
    M clang/test/CodeGen/vectorcall.c
    M clang/test/CodeGen/vpclmulqdq-builtins.c
    M clang/test/CodeGen/wasm-arguments.c
    M clang/test/CodeGen/wasm-varargs.c
    M clang/test/CodeGen/windows-struct-abi.c
    A clang/test/CodeGen/x86-serialize-intrin.c
    A clang/test/CodeGen/x86-tsxldtrk-builtins.c
    M clang/test/CodeGen/x86_32-arguments-darwin.c
    M clang/test/CodeGen/x86_32-arguments-iamcu.c
    M clang/test/CodeGen/x86_64-arguments-nacl.c
    M clang/test/CodeGen/x86_64-arguments-win32.c
    M clang/test/CodeGen/x86_64-arguments.c
    A clang/test/CodeGen/xray-global-init.cpp
    A clang/test/CodeGenCUDA/amdgpu-workgroup-size.cu
    A clang/test/CodeGenCUDA/deferred-diag.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    A clang/test/CodeGenCUDA/surface.cu
    A clang/test/CodeGenCUDA/texture.cu
    M clang/test/CodeGenCXX/arm-cc.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/bitfield-layout.cpp
    A clang/test/CodeGenCXX/builtin-amdgcn-fence.cpp
    M clang/test/CodeGenCXX/builtin-constant-p.cpp
    M clang/test/CodeGenCXX/builtin-source-location.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/cxx1z-copy-omission.cpp
    M clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp
    A clang/test/CodeGenCXX/debug-info-composite-triviality-fwd-decl.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/debug-info-uuid.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    A clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/fno-unroll-loops-metadata.cpp
    M clang/test/CodeGenCXX/homogeneous-aggregates.cpp
    M clang/test/CodeGenCXX/lambda-expressions.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    A clang/test/CodeGenCXX/microsoft-abi-vbase-dtor.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vmemptr-conflicts.cpp
    M clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof.cpp
    M clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    M clang/test/CodeGenCXX/pragma-unroll.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    M clang/test/CodeGenCXX/target-features-error.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/thiscall-struct-return.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunk-returning-memptr.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial-auto-var-init-attribute.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/unknown-anytype.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/x86_32-arguments.cpp
    M clang/test/CodeGenCXX/x86_64-arguments.cpp
    A clang/test/CodeGenCoroutines/coro-always-inline.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/debug-info-class-extension.m
    M clang/test/CodeGenObjC/debug-info-class-extension2.m
    M clang/test/CodeGenObjC/debug-info-class-extension3.m
    M clang/test/CodeGenObjC/debug-info-property.m
    M clang/test/CodeGenObjC/debug-info-property2.m
    M clang/test/CodeGenObjC/debug-info-property4.m
    M clang/test/CodeGenObjC/debug-info-property5.m
    M clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/fragile-arc.m
    M clang/test/CodeGenObjC/gnu-init.m
    M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
    M clang/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
    M clang/test/CodeGenObjC/property-dbg.m
    M clang/test/CodeGenObjC/stret-1.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/weak-in-c-struct.m
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/return.mm
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CodeGenOpenCL/backend-unsupported-warning.ll
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    A clang/test/CodeGenOpenCL/ext-int-shift.cl
    M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
    A clang/test/CodeGenOpenCL/pipe_types_mangling.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    A clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/v1/readme
    A clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/amdgpu-visibility.cl
    R clang/test/Driver/android-aarch64-link.cpp
    A clang/test/Driver/android-link.cpp
    M clang/test/Driver/arm-cortex-cpus.c
    A clang/test/Driver/arm-matrix-multiply.c
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/check-time-trace-sections.py
    M clang/test/Driver/check-time-trace.cpp
    M clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/config-file3.c
    M clang/test/Driver/cuda-detect.cu
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/darwin-objc-options.m
    A clang/test/Driver/darwin-opt-record-ld.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/embed-bitcode-wasm.c
    A clang/test/Driver/fdiagnostics-show-option.c
    M clang/test/Driver/fembed-bitcode.c
    A clang/test/Driver/fmessage-length.c
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/global-isel.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    A clang/test/Driver/hexagon-toolchain-linux.c
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.c
    M clang/test/Driver/lto-jobs.c
    M clang/test/Driver/mingw-sysroot.cpp
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/ppc-dependent-options.cpp
    A clang/test/Driver/ppc-unsupported.c
    A clang/test/Driver/ps4cpu.c
    M clang/test/Driver/rewrite-legacy-objc.m
    M clang/test/Driver/rewrite-objc.m
    M clang/test/Driver/riscv-arch.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    A clang/test/Driver/rocm-detect.cl
    A clang/test/Driver/rocm-device-libs.cl
    A clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/ropi-rwpi.c
    M clang/test/Driver/save-temps.c
    R clang/test/Driver/show-option-names.c
    M clang/test/Driver/target-override.c
    M clang/test/Driver/x86-malign-branch.c
    M clang/test/Driver/x86-malign-branch.s
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/diagnostics-option-names.c
    A clang/test/Frontend/fixed_point_compound.c
    A clang/test/Frontend/fixed_point_div.c
    A clang/test/Frontend/fixed_point_mul.c
    A clang/test/Frontend/fixed_point_unary.c
    A clang/test/Frontend/plugin-attribute.cpp
    M clang/test/Frontend/source-col-map.c
    A clang/test/Headers/Inputs/include/climits
    M clang/test/Headers/Inputs/include/cmath
    M clang/test/Headers/Inputs/include/cstdlib
    M clang/test/Headers/Inputs/include/math.h
    M clang/test/Headers/Inputs/include/stdlib.h
    M clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/nvptx_device_cmath_functions.c
    M clang/test/Headers/nvptx_device_cmath_functions.cpp
    M clang/test/Headers/nvptx_device_cmath_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_complex.c
    M clang/test/Headers/nvptx_device_math_functions.c
    M clang/test/Headers/nvptx_device_math_functions.cpp
    M clang/test/Headers/nvptx_device_math_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_macro.cpp
    A clang/test/Headers/nvptx_device_math_modf.cpp
    A clang/test/Headers/nvptx_device_math_sin.c
    A clang/test/Headers/nvptx_device_math_sin.cpp
    A clang/test/Headers/nvptx_device_math_sin_cos.cpp
    A clang/test/Headers/nvptx_device_math_sincos.cpp
    A clang/test/Headers/x86-header-warnings.c
    A clang/test/Index/getcursor-recovery.cpp
    M clang/test/Index/pch-with-errors.c
    M clang/test/Index/print-type.c
    M clang/test/InterfaceStubs/bad-format.cpp
    M clang/test/InterfaceStubs/blocks.c
    M clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/conflict-type.ifs
    M clang/test/InterfaceStubs/constructor-using-shadow.cpp
    M clang/test/InterfaceStubs/cxx-conversion.cpp
    M clang/test/InterfaceStubs/cxxdeduction-guide.cpp
    M clang/test/InterfaceStubs/driver-test3.c
    A clang/test/InterfaceStubs/empty.c
    M clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    M clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/lambda.cpp
    M clang/test/InterfaceStubs/namespace-alias.cpp
    M clang/test/InterfaceStubs/namespace.cpp
    M clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    M clang/test/InterfaceStubs/object.ifs
    M clang/test/InterfaceStubs/ppc.cpp
    M clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/template-template-parm-decl.cpp
    M clang/test/InterfaceStubs/trycatch.cpp
    M clang/test/InterfaceStubs/unresolved-using-typename.cpp
    M clang/test/InterfaceStubs/usings.cpp
    M clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp
    A clang/test/Layout/ms-aligned-array.c
    M clang/test/Misc/diag-aka-types.cpp
    M clang/test/Misc/diag-line-wrapping.cpp
    M clang/test/Misc/message-length.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/show-diag-options.c
    M clang/test/Misc/unnecessary-elipses.cpp
    M clang/test/Misc/unprintable.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Misc/wrong-encoding2.c
    M clang/test/Modules/ExtDebugInfo.cpp
    A clang/test/Modules/Inputs/missing-header-local-visibility/a.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/all.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/b.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap
    A clang/test/Modules/Inputs/missing-header-local-visibility/x.h
    A clang/test/Modules/Inputs/ms-enums/A.h
    A clang/test/Modules/Inputs/ms-enums/B.h
    A clang/test/Modules/Inputs/ms-enums/module.map
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/debug-info-moduleimport.m
    A clang/test/Modules/missing-header-local-visibility.cpp
    A clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/templates.mm
    M clang/test/OpenMP/barrier_codegen.cpp
    A clang/test/OpenMP/begin_declare_variant_elided_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_messages.c
    A clang/test/OpenMP/begin_declare_variant_no_end_for_matching_selector.c
    A clang/test/OpenMP/begin_declare_variant_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_using_messages.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.c
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_simd_private_messages.cpp
    M clang/test/OpenMP/for_private_messages.cpp
    M clang/test/OpenMP/for_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_target_exceptions_messages.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_private_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_sections_private_messages.cpp
    M clang/test/OpenMP/scan_ast_print.cpp
    M clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/sections_private_messages.cpp
    M clang/test/OpenMP/simd_private_messages.cpp
    M clang/test/OpenMP/single_private_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_data_ast_print.cpp
    M clang/test/OpenMP/target_data_messages.c
    M 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_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.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_parallel_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.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_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.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_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_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_defaultmap_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    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_distribute_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.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_map_messages.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_map_messages.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_map_messages.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    A clang/test/PCH/Inputs/fixed-point-literal.h
    A clang/test/PCH/cli-macro.c
    A clang/test/PCH/cxx-attrs-packexpansion.cpp
    A clang/test/PCH/cxx-recovery-expr.cpp
    A clang/test/PCH/fixed-point-literal.c
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/cxx-ambig-init-templ.cpp
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx-decl.cpp
    A clang/test/Parser/cxx-keyword-identifiers.cpp
    M clang/test/Parser/cxx-member-initializers.cpp
    M clang/test/Parser/cxx-template-argument.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/eof2.cpp
    A clang/test/Parser/ext-int.cpp
    M clang/test/Parser/objc-error-qualified-implementation.m
    M clang/test/Parser/pragma-attribute.cpp
    M clang/test/Parser/recovery.cpp
    A clang/test/Parser/switch-typo-correction.cpp
    A clang/test/ParserSYCL/unique-stable-name.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    A clang/test/Preprocessor/avr-atmega328p.c
    A clang/test/Preprocessor/avr-attiny104.c
    A clang/test/Preprocessor/avr-common.c
    M clang/test/Preprocessor/hexagon-predefines.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/riscv-target-features.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/arm-cde-immediates.c
    A clang/test/Sema/arm-cmse.c
    M clang/test/Sema/arm-mve-immediates.c
    A clang/test/Sema/arm-no-cmse.c
    M clang/test/Sema/attr-noreturn.c
    M clang/test/Sema/block-args.c
    A clang/test/Sema/builtin-amdgcn-fence-failure.cpp
    M clang/test/Sema/c89.c
    M clang/test/Sema/function.c
    M clang/test/Sema/implicit-int-float-conversion.c
    A clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/objc-bool-constant-conversion-fixit.m
    M clang/test/Sema/overload-arm-mve.c
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/Sema/types.c
    A clang/test/SemaCUDA/amdgpu-f128.cu
    M clang/test/SemaCUDA/attr-declspec.cu
    M clang/test/SemaCUDA/attributes-on-non-cuda.cu
    M clang/test/SemaCUDA/bad-attributes.cu
    M clang/test/SemaCUDA/bad-calls-on-same-line.cu
    M clang/test/SemaCUDA/call-device-fn-from-host.cu
    M clang/test/SemaCUDA/call-host-fn-from-device.cu
    A clang/test/SemaCUDA/deferred-diags-limit.cu
    A clang/test/SemaCUDA/deferred-diags.cu
    R clang/test/SemaCUDA/hip-pinned-shadow.cu
    M clang/test/SemaCUDA/openmp-target.cu
    M clang/test/SemaCUDA/trace-through-global.cu
    M clang/test/SemaCXX/PR20705.cpp
    M clang/test/SemaCXX/PR9459.cpp
    A clang/test/SemaCXX/arm-cmse.cpp
    M clang/test/SemaCXX/atomic-type.cpp
    M clang/test/SemaCXX/block-call.cpp
    M clang/test/SemaCXX/builtin-constant-p.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constexpr-string.cpp
    M clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
    M clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/SemaCXX/cxx11-crashes.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    M clang/test/SemaCXX/decltype.cpp
    M clang/test/SemaCXX/default2.cpp
    A clang/test/SemaCXX/ext-int.cpp
    M clang/test/SemaCXX/for-range-dereference.cpp
    M clang/test/SemaCXX/implicit-exception-spec.cpp
    M clang/test/SemaCXX/injected-class-name-crash.cpp
    A clang/test/SemaCXX/invalid-aligned-attr.cpp
    A clang/test/SemaCXX/invalid-constructor-init.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/invalid-template-specifier.cpp
    M clang/test/SemaCXX/literal-operators.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/ms-implicit-complete-dtor.cpp
    M clang/test/SemaCXX/ms-uuid.cpp
    M clang/test/SemaCXX/nested-name-spec.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    A clang/test/SemaCXX/recovery-default-init.cpp
    A clang/test/SemaCXX/recovery-initializer.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/vararg-non-pod.cpp
    M clang/test/SemaCXX/vartemplate-lambda.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaCXX/warn-unused-result.cpp
    M clang/test/SemaObjC/crash-on-type-args-protocols.m
    M clang/test/SemaObjC/method-direct-one-definition.m
    M clang/test/SemaObjC/method-direct.m
    A clang/test/SemaObjC/objc-literal-fixit.m
    M clang/test/SemaObjC/parameterized_classes_collection_literal.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaObjCXX/parameterized_classes_arc.mm
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    A clang/test/SemaObjCXX/type-traits-is-pointer.mm
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/dependent-base-classes.cpp
    M clang/test/SemaTemplate/instantiate-init.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    M clang/test/SemaTemplate/instantiate-member-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    M clang/test/SemaTemplate/nested-name-spec-template.cpp
    A clang/test/SemaTemplate/recovery-tree-transform.cpp
    M clang/test/SemaTemplate/temp_arg.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/Unit/lit.site.cfg.py.in
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-format/clang-format.py
    M clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.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/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CXType.cpp
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build/CMakeLists.txt
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/CMakeLists.txt
    M clang/unittests/Analysis/CloneDetectionTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Rename/CMakeLists.txt
    M clang/unittests/Sema/CMakeLists.txt
    M clang/unittests/Sema/CodeCompleteTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/StaticAnalyzer/Reusables.h
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.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/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/Modules/HandleCompilerRT.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/lib/CMakeLists.txt
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/builtins/absvsi2.c
    M compiler-rt/lib/builtins/ashldi3.c
    M compiler-rt/lib/builtins/ashrdi3.c
    M compiler-rt/lib/builtins/clzdi2.c
    M compiler-rt/lib/builtins/ctzdi2.c
    M compiler-rt/lib/builtins/ffsdi2.c
    M compiler-rt/lib/builtins/ffssi2.c
    M compiler-rt/lib/builtins/floatdisf.c
    M compiler-rt/lib/builtins/floatsidf.c
    M compiler-rt/lib/builtins/floatundisf.c
    M compiler-rt/lib/builtins/floatunsidf.c
    M compiler-rt/lib/builtins/fp_extend.h
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/fp_mode.h
    A compiler-rt/lib/builtins/int_div_impl.inc
    M compiler-rt/lib/builtins/int_types.h
    M compiler-rt/lib/builtins/lshrdi3.c
    M compiler-rt/lib/builtins/popcountdi2.c
    M compiler-rt/lib/builtins/udivdi3.c
    M compiler-rt/lib/builtins/udivmoddi4.c
    M compiler-rt/lib/builtins/udivsi3.c
    M compiler-rt/lib/builtins/umoddi3.c
    M compiler-rt/lib/builtins/umodsi3.c
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/msan/msan.h
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    A compiler-rt/lib/profile/InstrProfilingInternal.c
    M compiler-rt/lib/profile/InstrProfilingInternal.h
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/profile/InstrProfilingRuntime.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_file.h
    M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.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_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
    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_linux_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/atomic_helpers.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/fuchsia.cpp
    A compiler-rt/lib/scudo/standalone/fuzz/CMakeLists.txt
    A compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
    A compiler-rt/lib/scudo/standalone/include/scudo/interface.h
    R compiler-rt/lib/scudo/standalone/interface.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/mutex.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
    A compiler-rt/lib/scudo/standalone/stack_depot.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/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/go/test.c
    M compiler-rt/lib/tsan/go/tsan_go.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    M compiler-rt/lib/tsan/rtl/tsan_stat.h
    M compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/lib/ubsan/ubsan_init.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    M compiler-rt/lib/xray/xray_AArch64.cpp
    M compiler-rt/lib/xray/xray_arm.cpp
    M compiler-rt/lib/xray/xray_interface.cpp
    M compiler-rt/lib/xray/xray_interface_internal.h
    M compiler-rt/lib/xray/xray_powerpc64.cpp
    M compiler-rt/lib/xray/xray_trampoline_AArch64.S
    M compiler-rt/lib/xray/xray_trampoline_arm.S
    M compiler-rt/lib/xray/xray_trampoline_x86_64.S
    M compiler-rt/lib/xray/xray_x86_64.cpp
    A compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
    M compiler-rt/test/builtins/Unit/ashldi3_test.c
    M compiler-rt/test/builtins/Unit/ashrdi3_test.c
    M compiler-rt/test/builtins/Unit/ctzdi2_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/fp_test.h
    M compiler-rt/test/builtins/Unit/lshrdi3_test.c
    M compiler-rt/test/builtins/Unit/popcountdi2_test.c
    M compiler-rt/test/dfsan/custom.cpp
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
    M compiler-rt/test/msan/backtrace.cpp
    M compiler-rt/test/msan/lit.cfg.py
    M compiler-rt/test/msan/mmap.cpp
    M compiler-rt/test/msan/mmap_below_shadow.cpp
    M compiler-rt/test/msan/param_tls_limit.cpp
    M compiler-rt/test/msan/sigaltstack.cpp
    M compiler-rt/test/msan/strlen_of_shadow.cpp
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.driver.c
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.target.c
    A compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/uname.c
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    A compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    A compiler-rt/test/tsan/Darwin/no_call_setenv_in_symbolize.cpp
    M compiler-rt/test/tsan/Linux/double_race.cpp
    A compiler-rt/test/tsan/fiber_cleanup.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race2.cpp
    M compiler-rt/test/tsan/memcmp_race.cpp
    M compiler-rt/test/tsan/memcpy_race.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp
    A compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    M debuginfo-tests/dexter/dex/command/__init__.py
    M debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    M debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/__init__.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dexter.py
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    M debuginfo-tests/lit.cfg.py
    A flang/.clang-format
    A flang/.drone.star
    A flang/.gitignore
    A flang/CMakeLists.txt
    A flang/CODE_OWNERS.TXT
    A flang/LICENSE.txt
    A flang/README.md
    A flang/cmake/modules/AddFlang.cmake
    A flang/cmake/modules/CMakeLists.txt
    A flang/cmake/modules/FlangConfig.cmake.in
    A flang/docs/CMakeLists.txt
    A flang/docs/doxygen-mainpage.dox
    A flang/docs/doxygen.cfg.in
    A flang/documentation/ArrayComposition.md
    A flang/documentation/C++17.md
    A flang/documentation/C++style.md
    A flang/documentation/Calls.md
    A flang/documentation/Character.md
    A flang/documentation/ControlFlowGraph.md
    A flang/documentation/Directives.md
    A flang/documentation/Extensions.md
    A flang/documentation/FortranForCProgrammers.md
    A flang/documentation/FortranIR.md
    A flang/documentation/IORuntimeInternals.md
    A flang/documentation/ImplementingASemanticCheck.md
    A flang/documentation/Intrinsics.md
    A flang/documentation/LabelResolution.md
    A flang/documentation/ModFiles.md
    A flang/documentation/OpenMP-4.5-grammar.txt
    A flang/documentation/OpenMP-semantics.md
    A flang/documentation/OptionComparison.md
    A flang/documentation/Overview.md
    A flang/documentation/ParserCombinators.md
    A flang/documentation/Parsing.md
    A flang/documentation/Preprocessing.md
    A flang/documentation/PullRequestChecklist.md
    A flang/documentation/RuntimeDescriptor.md
    A flang/documentation/Semantics.md
    A flang/documentation/f2018-grammar.txt
    A flang/documentation/flang-c-style.el
    A flang/include/CMakeLists.txt
    A flang/include/flang/CMakeLists.txt
    A flang/include/flang/Common/Fortran-features.h
    A flang/include/flang/Common/Fortran.h
    A flang/include/flang/Common/bit-population-count.h
    A flang/include/flang/Common/constexpr-bitset.h
    A flang/include/flang/Common/default-kinds.h
    A flang/include/flang/Common/enum-set.h
    A flang/include/flang/Common/format.h
    A flang/include/flang/Common/idioms.h
    A flang/include/flang/Common/indirection.h
    A flang/include/flang/Common/interval.h
    A flang/include/flang/Common/leading-zero-bit-count.h
    A flang/include/flang/Common/real.h
    A flang/include/flang/Common/reference-counted.h
    A flang/include/flang/Common/reference.h
    A flang/include/flang/Common/restorer.h
    A flang/include/flang/Common/template.h
    A flang/include/flang/Common/uint128.h
    A flang/include/flang/Common/unsigned-const-division.h
    A flang/include/flang/Common/unwrap.h
    A flang/include/flang/Config/config.h.cmake
    A flang/include/flang/Decimal/binary-floating-point.h
    A flang/include/flang/Decimal/decimal.h
    A flang/include/flang/Evaluate/call.h
    A flang/include/flang/Evaluate/characteristics.h
    A flang/include/flang/Evaluate/check-expression.h
    A flang/include/flang/Evaluate/common.h
    A flang/include/flang/Evaluate/complex.h
    A flang/include/flang/Evaluate/constant.h
    A flang/include/flang/Evaluate/expression.h
    A flang/include/flang/Evaluate/fold.h
    A flang/include/flang/Evaluate/formatting.h
    A flang/include/flang/Evaluate/integer.h
    A flang/include/flang/Evaluate/intrinsics-library.h
    A flang/include/flang/Evaluate/intrinsics.h
    A flang/include/flang/Evaluate/logical.h
    A flang/include/flang/Evaluate/real.h
    A flang/include/flang/Evaluate/rounding-bits.h
    A flang/include/flang/Evaluate/shape.h
    A flang/include/flang/Evaluate/static-data.h
    A flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Evaluate/traverse.h
    A flang/include/flang/Evaluate/type.h
    A flang/include/flang/Evaluate/variable.h
    A flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/Lower/.clang-format
    A flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Optimizer/.clang-format
    A flang/include/flang/Optimizer/CMakeLists.txt
    A flang/include/flang/Optimizer/Dialect/CMakeLists.txt
    A flang/include/flang/Optimizer/Dialect/FIRAttr.h
    A flang/include/flang/Optimizer/Dialect/FIRDialect.h
    A flang/include/flang/Optimizer/Dialect/FIROps.h
    A flang/include/flang/Optimizer/Dialect/FIROps.td
    A flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
    A flang/include/flang/Optimizer/Dialect/FIRType.h
    A flang/include/flang/Optimizer/Support/InternalNames.h
    A flang/include/flang/Optimizer/Support/KindMapping.h
    A flang/include/flang/Parser/char-block.h
    A flang/include/flang/Parser/char-buffer.h
    A flang/include/flang/Parser/char-set.h
    A flang/include/flang/Parser/characters.h
    A flang/include/flang/Parser/dump-parse-tree.h
    A flang/include/flang/Parser/format-specification.h
    A flang/include/flang/Parser/instrumented-parser.h
    A flang/include/flang/Parser/message.h
    A flang/include/flang/Parser/parse-state.h
    A flang/include/flang/Parser/parse-tree-visitor.h
    A flang/include/flang/Parser/parse-tree.h
    A flang/include/flang/Parser/parsing.h
    A flang/include/flang/Parser/provenance.h
    A flang/include/flang/Parser/source.h
    A flang/include/flang/Parser/tools.h
    A flang/include/flang/Parser/unparse.h
    A flang/include/flang/Parser/user-state.h
    A flang/include/flang/Semantics/attr.h
    A flang/include/flang/Semantics/expression.h
    A flang/include/flang/Semantics/scope.h
    A flang/include/flang/Semantics/semantics.h
    A flang/include/flang/Semantics/symbol.h
    A flang/include/flang/Semantics/tools.h
    A flang/include/flang/Semantics/type.h
    A flang/include/flang/Semantics/unparse-with-symbols.h
    A flang/include/flang/Version.inc.in
    A flang/lib/CMakeLists.txt
    A flang/lib/Common/CMakeLists.txt
    A flang/lib/Common/Fortran-features.cpp
    A flang/lib/Common/Fortran.cpp
    A flang/lib/Common/default-kinds.cpp
    A flang/lib/Common/idioms.cpp
    A flang/lib/Decimal/CMakeLists.txt
    A flang/lib/Decimal/big-radix-floating-point.h
    A flang/lib/Decimal/binary-to-decimal.cpp
    A flang/lib/Decimal/decimal-to-binary.cpp
    A flang/lib/Evaluate/CMakeLists.txt
    A flang/lib/Evaluate/call.cpp
    A flang/lib/Evaluate/character.h
    A flang/lib/Evaluate/characteristics.cpp
    A flang/lib/Evaluate/check-expression.cpp
    A flang/lib/Evaluate/common.cpp
    A flang/lib/Evaluate/complex.cpp
    A flang/lib/Evaluate/constant.cpp
    A flang/lib/Evaluate/expression.cpp
    A flang/lib/Evaluate/fold-character.cpp
    A flang/lib/Evaluate/fold-complex.cpp
    A flang/lib/Evaluate/fold-implementation.h
    A flang/lib/Evaluate/fold-integer.cpp
    A flang/lib/Evaluate/fold-logical.cpp
    A flang/lib/Evaluate/fold-real.cpp
    A flang/lib/Evaluate/fold.cpp
    A flang/lib/Evaluate/formatting.cpp
    A flang/lib/Evaluate/host.cpp
    A flang/lib/Evaluate/host.h
    A flang/lib/Evaluate/int-power.h
    A flang/lib/Evaluate/integer.cpp
    A flang/lib/Evaluate/intrinsics-library-templates.h
    A flang/lib/Evaluate/intrinsics-library.cpp
    A flang/lib/Evaluate/intrinsics.cpp
    A flang/lib/Evaluate/logical.cpp
    A flang/lib/Evaluate/real.cpp
    A flang/lib/Evaluate/shape.cpp
    A flang/lib/Evaluate/static-data.cpp
    A flang/lib/Evaluate/tools.cpp
    A flang/lib/Evaluate/type.cpp
    A flang/lib/Evaluate/variable.cpp
    A flang/lib/Lower/.clang-format
    A flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/PFTBuilder.cpp
    A flang/lib/Optimizer/.clang-format
    A flang/lib/Optimizer/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/FIRAttr.cpp
    A flang/lib/Optimizer/Dialect/FIRDialect.cpp
    A flang/lib/Optimizer/Dialect/FIROps.cpp
    A flang/lib/Optimizer/Dialect/FIRType.cpp
    A flang/lib/Optimizer/Support/CMakeLists.txt
    A flang/lib/Optimizer/Support/InternalNames.cpp
    A flang/lib/Optimizer/Support/KindMapping.cpp
    A flang/lib/Parser/CMakeLists.txt
    A flang/lib/Parser/Fortran-parsers.cpp
    A flang/lib/Parser/basic-parsers.h
    A flang/lib/Parser/char-block.cpp
    A flang/lib/Parser/char-buffer.cpp
    A flang/lib/Parser/char-set.cpp
    A flang/lib/Parser/characters.cpp
    A flang/lib/Parser/debug-parser.cpp
    A flang/lib/Parser/debug-parser.h
    A flang/lib/Parser/executable-parsers.cpp
    A flang/lib/Parser/expr-parsers.cpp
    A flang/lib/Parser/expr-parsers.h
    A flang/lib/Parser/instrumented-parser.cpp
    A flang/lib/Parser/io-parsers.cpp
    A flang/lib/Parser/message.cpp
    A flang/lib/Parser/misc-parsers.h
    A flang/lib/Parser/openmp-parsers.cpp
    A flang/lib/Parser/parse-tree.cpp
    A flang/lib/Parser/parsing.cpp
    A flang/lib/Parser/preprocessor.cpp
    A flang/lib/Parser/preprocessor.h
    A flang/lib/Parser/prescan.cpp
    A flang/lib/Parser/prescan.h
    A flang/lib/Parser/program-parsers.cpp
    A flang/lib/Parser/provenance.cpp
    A flang/lib/Parser/source.cpp
    A flang/lib/Parser/stmt-parser.h
    A flang/lib/Parser/token-parsers.h
    A flang/lib/Parser/token-sequence.cpp
    A flang/lib/Parser/token-sequence.h
    A flang/lib/Parser/tools.cpp
    A flang/lib/Parser/type-parser-implementation.h
    A flang/lib/Parser/type-parsers.h
    A flang/lib/Parser/unparse.cpp
    A flang/lib/Parser/user-state.cpp
    A flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/assignment.cpp
    A flang/lib/Semantics/assignment.h
    A flang/lib/Semantics/attr.cpp
    A flang/lib/Semantics/canonicalize-do.cpp
    A flang/lib/Semantics/canonicalize-do.h
    A flang/lib/Semantics/canonicalize-omp.cpp
    A flang/lib/Semantics/canonicalize-omp.h
    A flang/lib/Semantics/check-allocate.cpp
    A flang/lib/Semantics/check-allocate.h
    A flang/lib/Semantics/check-arithmeticif.cpp
    A flang/lib/Semantics/check-arithmeticif.h
    A flang/lib/Semantics/check-call.cpp
    A flang/lib/Semantics/check-call.h
    A flang/lib/Semantics/check-case.cpp
    A flang/lib/Semantics/check-case.h
    A flang/lib/Semantics/check-coarray.cpp
    A flang/lib/Semantics/check-coarray.h
    A flang/lib/Semantics/check-data.cpp
    A flang/lib/Semantics/check-data.h
    A flang/lib/Semantics/check-deallocate.cpp
    A flang/lib/Semantics/check-deallocate.h
    A flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-declarations.h
    A flang/lib/Semantics/check-do-forall.cpp
    A flang/lib/Semantics/check-do-forall.h
    A flang/lib/Semantics/check-if-stmt.cpp
    A flang/lib/Semantics/check-if-stmt.h
    A flang/lib/Semantics/check-io.cpp
    A flang/lib/Semantics/check-io.h
    A flang/lib/Semantics/check-namelist.cpp
    A flang/lib/Semantics/check-namelist.h
    A flang/lib/Semantics/check-nullify.cpp
    A flang/lib/Semantics/check-nullify.h
    A flang/lib/Semantics/check-omp-structure.cpp
    A flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/check-purity.cpp
    A flang/lib/Semantics/check-purity.h
    A flang/lib/Semantics/check-return.cpp
    A flang/lib/Semantics/check-return.h
    A flang/lib/Semantics/check-stop.cpp
    A flang/lib/Semantics/check-stop.h
    A flang/lib/Semantics/compute-offsets.cpp
    A flang/lib/Semantics/compute-offsets.h
    A flang/lib/Semantics/expression.cpp
    A flang/lib/Semantics/mod-file.cpp
    A flang/lib/Semantics/mod-file.h
    A flang/lib/Semantics/pointer-assignment.cpp
    A flang/lib/Semantics/pointer-assignment.h
    A flang/lib/Semantics/program-tree.cpp
    A flang/lib/Semantics/program-tree.h
    A flang/lib/Semantics/resolve-labels.cpp
    A flang/lib/Semantics/resolve-labels.h
    A flang/lib/Semantics/resolve-names-utils.cpp
    A flang/lib/Semantics/resolve-names-utils.h
    A flang/lib/Semantics/resolve-names.cpp
    A flang/lib/Semantics/resolve-names.h
    A flang/lib/Semantics/rewrite-parse-tree.cpp
    A flang/lib/Semantics/rewrite-parse-tree.h
    A flang/lib/Semantics/scope.cpp
    A flang/lib/Semantics/semantics.cpp
    A flang/lib/Semantics/symbol.cpp
    A flang/lib/Semantics/tools.cpp
    A flang/lib/Semantics/type.cpp
    A flang/lib/Semantics/unparse-with-symbols.cpp
    A flang/module/__fortran_builtins.f90
    A flang/module/ieee_arithmetic.f90
    A flang/module/ieee_exceptions.f90
    A flang/module/ieee_features.f90
    A flang/module/iso_c_binding.f90
    A flang/module/iso_fortran_env.f90
    A flang/module/omp_lib.f90
    A flang/module/omp_lib.h
    A flang/runtime/CMakeLists.txt
    A flang/runtime/ISO_Fortran_binding.cpp
    A flang/runtime/allocatable.cpp
    A flang/runtime/allocatable.h
    A flang/runtime/buffer.cpp
    A flang/runtime/buffer.h
    A flang/runtime/c-or-cpp.h
    A flang/runtime/character.cpp
    A flang/runtime/character.h
    A flang/runtime/config.h.cmake
    A flang/runtime/connection.cpp
    A flang/runtime/connection.h
    A flang/runtime/derived-type.cpp
    A flang/runtime/derived-type.h
    A flang/runtime/descriptor.cpp
    A flang/runtime/descriptor.h
    A flang/runtime/edit-input.cpp
    A flang/runtime/edit-input.h
    A flang/runtime/edit-output.cpp
    A flang/runtime/edit-output.h
    A flang/runtime/entry-names.h
    A flang/runtime/environment.cpp
    A flang/runtime/environment.h
    A flang/runtime/file.cpp
    A flang/runtime/file.h
    A flang/runtime/format-implementation.h
    A flang/runtime/format.cpp
    A flang/runtime/format.h
    A flang/runtime/internal-unit.cpp
    A flang/runtime/internal-unit.h
    A flang/runtime/io-api.cpp
    A flang/runtime/io-api.h
    A flang/runtime/io-error.cpp
    A flang/runtime/io-error.h
    A flang/runtime/io-stmt.cpp
    A flang/runtime/io-stmt.h
    A flang/runtime/iostat.cpp
    A flang/runtime/iostat.h
    A flang/runtime/lock.h
    A flang/runtime/magic-numbers.h
    A flang/runtime/main.cpp
    A flang/runtime/main.h
    A flang/runtime/memory.cpp
    A flang/runtime/memory.h
    A flang/runtime/stop.cpp
    A flang/runtime/stop.h
    A flang/runtime/terminator.cpp
    A flang/runtime/terminator.h
    A flang/runtime/tools.cpp
    A flang/runtime/tools.h
    A flang/runtime/transformational.cpp
    A flang/runtime/transformational.h
    A flang/runtime/type-code.cpp
    A flang/runtime/type-code.h
    A flang/runtime/unit-map.cpp
    A flang/runtime/unit-map.h
    A flang/runtime/unit.cpp
    A flang/runtime/unit.h
    A flang/test/CMakeLists.txt
    A flang/test/Driver/version_test.f90
    A flang/test/Evaluate/folding01.f90
    A flang/test/Evaluate/folding02.f90
    A flang/test/Evaluate/folding03.f90
    A flang/test/Evaluate/folding04.f90
    A flang/test/Evaluate/folding05.f90
    A flang/test/Evaluate/folding06.f90
    A flang/test/Evaluate/folding07.f90
    A flang/test/Evaluate/folding08.f90
    A flang/test/Evaluate/folding09.f90
    A flang/test/Evaluate/test_folding.sh
    A flang/test/Fir/fir-ops.fir
    A flang/test/Fir/fir-types.fir
    A flang/test/Lower/pre-fir-tree01.f90
    A flang/test/Lower/pre-fir-tree02.f90
    A flang/test/Lower/pre-fir-tree03.f90
    A flang/test/Lower/pre-fir-tree04.f90
    A flang/test/Preprocessing/lit.local.cfg.py
    A flang/test/Preprocessing/pp001.F
    A flang/test/Preprocessing/pp002.F
    A flang/test/Preprocessing/pp003.F
    A flang/test/Preprocessing/pp004.F
    A flang/test/Preprocessing/pp005.F
    A flang/test/Preprocessing/pp006.F
    A flang/test/Preprocessing/pp007.F
    A flang/test/Preprocessing/pp008.F
    A flang/test/Preprocessing/pp009.F
    A flang/test/Preprocessing/pp010.F
    A flang/test/Preprocessing/pp011.F
    A flang/test/Preprocessing/pp012.F
    A flang/test/Preprocessing/pp013.F
    A flang/test/Preprocessing/pp014.F
    A flang/test/Preprocessing/pp015.F
    A flang/test/Preprocessing/pp016.F
    A flang/test/Preprocessing/pp017.F
    A flang/test/Preprocessing/pp018.F
    A flang/test/Preprocessing/pp019.F
    A flang/test/Preprocessing/pp020.F
    A flang/test/Preprocessing/pp021.F
    A flang/test/Preprocessing/pp022.F
    A flang/test/Preprocessing/pp023.F
    A flang/test/Preprocessing/pp024.F
    A flang/test/Preprocessing/pp025.F
    A flang/test/Preprocessing/pp026.F
    A flang/test/Preprocessing/pp027.F
    A flang/test/Preprocessing/pp028.F
    A flang/test/Preprocessing/pp029.F
    A flang/test/Preprocessing/pp030.F
    A flang/test/Preprocessing/pp031.F
    A flang/test/Preprocessing/pp032.F
    A flang/test/Preprocessing/pp033.F
    A flang/test/Preprocessing/pp034.F
    A flang/test/Preprocessing/pp035.F
    A flang/test/Preprocessing/pp036.F
    A flang/test/Preprocessing/pp037.F
    A flang/test/Preprocessing/pp038.F
    A flang/test/Preprocessing/pp039.F
    A flang/test/Preprocessing/pp040.F
    A flang/test/Preprocessing/pp041.F
    A flang/test/Preprocessing/pp042.F
    A flang/test/Preprocessing/pp043.F
    A flang/test/Preprocessing/pp044.F
    A flang/test/Preprocessing/pp101.F90
    A flang/test/Preprocessing/pp102.F90
    A flang/test/Preprocessing/pp103.F90
    A flang/test/Preprocessing/pp104.F90
    A flang/test/Preprocessing/pp105.F90
    A flang/test/Preprocessing/pp106.F90
    A flang/test/Preprocessing/pp107.F90
    A flang/test/Preprocessing/pp108.F90
    A flang/test/Preprocessing/pp109.F90
    A flang/test/Preprocessing/pp110.F90
    A flang/test/Preprocessing/pp111.F90
    A flang/test/Preprocessing/pp112.F90
    A flang/test/Preprocessing/pp113.F90
    A flang/test/Preprocessing/pp114.F90
    A flang/test/Preprocessing/pp115.F90
    A flang/test/Preprocessing/pp116.F90
    A flang/test/Preprocessing/pp117.F90
    A flang/test/Preprocessing/pp118.F90
    A flang/test/Preprocessing/pp119.F90
    A flang/test/Preprocessing/pp120.F90
    A flang/test/Preprocessing/pp121.F90
    A flang/test/Preprocessing/pp122.F90
    A flang/test/Preprocessing/pp123.F90
    A flang/test/Preprocessing/pp124.F90
    A flang/test/Preprocessing/pp125.F90
    A flang/test/Preprocessing/pp126.F90
    A flang/test/Preprocessing/pp127.F90
    A flang/test/Preprocessing/pp128.F90
    A flang/test/Preprocessing/pp129.F90
    A flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/CMakeLists.txt
    A flang/test/Semantics/Inputs/getdefinition03-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-a.f90
    A flang/test/Semantics/Inputs/getsymbols02-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-c.f90
    A flang/test/Semantics/Inputs/getsymbols03-b.f90
    A flang/test/Semantics/Inputs/mod-file-changed.f90
    A flang/test/Semantics/Inputs/mod-file-unchanged.f90
    A flang/test/Semantics/Inputs/modfile09-a.f90
    A flang/test/Semantics/Inputs/modfile09-b.f90
    A flang/test/Semantics/Inputs/modfile09-c.f90
    A flang/test/Semantics/Inputs/modfile09-d.f90
    A flang/test/Semantics/allocate01.f90
    A flang/test/Semantics/allocate02.f90
    A flang/test/Semantics/allocate03.f90
    A flang/test/Semantics/allocate04.f90
    A flang/test/Semantics/allocate05.f90
    A flang/test/Semantics/allocate06.f90
    A flang/test/Semantics/allocate07.f90
    A flang/test/Semantics/allocate08.f90
    A flang/test/Semantics/allocate09.f90
    A flang/test/Semantics/allocate10.f90
    A flang/test/Semantics/allocate11.f90
    A flang/test/Semantics/allocate12.f90
    A flang/test/Semantics/allocate13.f90
    A flang/test/Semantics/altreturn01.f90
    A flang/test/Semantics/altreturn02.f90
    A flang/test/Semantics/altreturn03.f90
    A flang/test/Semantics/altreturn04.f90
    A flang/test/Semantics/altreturn05.f90
    A flang/test/Semantics/assign01.f90
    A flang/test/Semantics/assign02.f90
    A flang/test/Semantics/assign03.f90
    A flang/test/Semantics/assign04.f90
    A flang/test/Semantics/assign06.f90
    A flang/test/Semantics/assign07.f90
    A flang/test/Semantics/bad-forward-type.f90
    A flang/test/Semantics/bindings01.f90
    A flang/test/Semantics/block-data01.f90
    A flang/test/Semantics/blockconstruct01.f90
    A flang/test/Semantics/blockconstruct02.f90
    A flang/test/Semantics/blockconstruct03.f90
    A flang/test/Semantics/c_f_pointer.f90
    A flang/test/Semantics/call01.f90
    A flang/test/Semantics/call02.f90
    A flang/test/Semantics/call03.f90
    A flang/test/Semantics/call04.f90
    A flang/test/Semantics/call05.f90
    A flang/test/Semantics/call06.f90
    A flang/test/Semantics/call07.f90
    A flang/test/Semantics/call08.f90
    A flang/test/Semantics/call09.f90
    A flang/test/Semantics/call10.f90
    A flang/test/Semantics/call11.f90
    A flang/test/Semantics/call12.f90
    A flang/test/Semantics/call13.f90
    A flang/test/Semantics/call14.f90
    A flang/test/Semantics/call15.f90
    A flang/test/Semantics/canondo01.f90
    A flang/test/Semantics/canondo02.f90
    A flang/test/Semantics/canondo03.f90
    A flang/test/Semantics/canondo04.f90
    A flang/test/Semantics/canondo05.f90
    A flang/test/Semantics/canondo06.f90
    A flang/test/Semantics/canondo07.f90
    A flang/test/Semantics/canondo08.f90
    A flang/test/Semantics/canondo09.f90
    A flang/test/Semantics/canondo10.f90
    A flang/test/Semantics/canondo11.f90
    A flang/test/Semantics/canondo12.f90
    A flang/test/Semantics/canondo13.f90
    A flang/test/Semantics/canondo14.f90
    A flang/test/Semantics/canondo15.f90
    A flang/test/Semantics/canondo16.f90
    A flang/test/Semantics/canondo17.f90
    A flang/test/Semantics/canondo18.f90
    A flang/test/Semantics/canondo19.f90
    A flang/test/Semantics/case01.f90
    A flang/test/Semantics/coarrays01.f90
    A flang/test/Semantics/common.sh
    A flang/test/Semantics/complex01.f90
    A flang/test/Semantics/computed-goto01.f90
    A flang/test/Semantics/computed-goto02.f90
    A flang/test/Semantics/critical01.f90
    A flang/test/Semantics/critical02.f90
    A flang/test/Semantics/critical03.f90
    A flang/test/Semantics/critical04.f90
    A flang/test/Semantics/data01.f90
    A flang/test/Semantics/data02.f90
    A flang/test/Semantics/data03.f90
    A flang/test/Semantics/deallocate01.f90
    A flang/test/Semantics/deallocate04.f90
    A flang/test/Semantics/deallocate05.f90
    A flang/test/Semantics/doconcurrent01.f90
    A flang/test/Semantics/doconcurrent02.f90
    A flang/test/Semantics/doconcurrent03.f90
    A flang/test/Semantics/doconcurrent04.f90
    A flang/test/Semantics/doconcurrent05.f90
    A flang/test/Semantics/doconcurrent06.f90
    A flang/test/Semantics/doconcurrent07.f90
    A flang/test/Semantics/doconcurrent08.f90
    A flang/test/Semantics/dosemantics01.f90
    A flang/test/Semantics/dosemantics02.f90
    A flang/test/Semantics/dosemantics03.f90
    A flang/test/Semantics/dosemantics04.f90
    A flang/test/Semantics/dosemantics05.f90
    A flang/test/Semantics/dosemantics06.f90
    A flang/test/Semantics/dosemantics07.f90
    A flang/test/Semantics/dosemantics08.f90
    A flang/test/Semantics/dosemantics09.f90
    A flang/test/Semantics/dosemantics10.f90
    A flang/test/Semantics/dosemantics11.f90
    A flang/test/Semantics/dosemantics12.f90
    A flang/test/Semantics/empty.f90
    A flang/test/Semantics/entry01.f90
    A flang/test/Semantics/equivalence01.f90
    A flang/test/Semantics/expr-errors01.f90
    A flang/test/Semantics/expr-errors02.f90
    A flang/test/Semantics/forall01.f90
    A flang/test/Semantics/getdefinition01.f90
    A flang/test/Semantics/getdefinition02.f
    A flang/test/Semantics/getdefinition03-a.f90
    A flang/test/Semantics/getdefinition04.f90
    A flang/test/Semantics/getdefinition05.f90
    A flang/test/Semantics/getsymbols01.f90
    A flang/test/Semantics/getsymbols02.f90
    A flang/test/Semantics/getsymbols03-a.f90
    A flang/test/Semantics/getsymbols04.f90
    A flang/test/Semantics/getsymbols05.f90
    A flang/test/Semantics/if_arith01.f90
    A flang/test/Semantics/if_arith02.f90
    A flang/test/Semantics/if_arith03.f90
    A flang/test/Semantics/if_arith04.f90
    A flang/test/Semantics/if_construct01.f90
    A flang/test/Semantics/if_construct02.f90
    A flang/test/Semantics/if_stmt01.f90
    A flang/test/Semantics/if_stmt02.f90
    A flang/test/Semantics/if_stmt03.f90
    A flang/test/Semantics/implicit01.f90
    A flang/test/Semantics/implicit02.f90
    A flang/test/Semantics/implicit03.f90
    A flang/test/Semantics/implicit04.f90
    A flang/test/Semantics/implicit05.f90
    A flang/test/Semantics/implicit06.f90
    A flang/test/Semantics/implicit07.f90
    A flang/test/Semantics/implicit08.f90
    A flang/test/Semantics/init01.f90
    A flang/test/Semantics/int-literals.f90
    A flang/test/Semantics/io01.f90
    A flang/test/Semantics/io02.f90
    A flang/test/Semantics/io03.f90
    A flang/test/Semantics/io04.f90
    A flang/test/Semantics/io05.f90
    A flang/test/Semantics/io06.f90
    A flang/test/Semantics/io07.f90
    A flang/test/Semantics/io08.f90
    A flang/test/Semantics/io09.f90
    A flang/test/Semantics/io10.f90
    A flang/test/Semantics/kinds01.f90
    A flang/test/Semantics/kinds02.f90
    A flang/test/Semantics/kinds03.f90
    A flang/test/Semantics/kinds04.f90
    A flang/test/Semantics/label01.F90
    A flang/test/Semantics/label02.f90
    A flang/test/Semantics/label03.f90
    A flang/test/Semantics/label04.f90
    A flang/test/Semantics/label05.f90
    A flang/test/Semantics/label06.f90
    A flang/test/Semantics/label07.f90
    A flang/test/Semantics/label08.f90
    A flang/test/Semantics/label09.f90
    A flang/test/Semantics/label10.f90
    A flang/test/Semantics/label11.f90
    A flang/test/Semantics/label12.f90
    A flang/test/Semantics/label13.f90
    A flang/test/Semantics/label14.f90
    A flang/test/Semantics/misc-declarations.f90
    A flang/test/Semantics/missing_newline.f90
    A flang/test/Semantics/mod-file-rewriter.f90
    A flang/test/Semantics/modfile01.f90
    A flang/test/Semantics/modfile02.f90
    A flang/test/Semantics/modfile03.f90
    A flang/test/Semantics/modfile04.f90
    A flang/test/Semantics/modfile05.f90
    A flang/test/Semantics/modfile06.f90
    A flang/test/Semantics/modfile07.f90
    A flang/test/Semantics/modfile08.f90
    A flang/test/Semantics/modfile09.f90
    A flang/test/Semantics/modfile10.f90
    A flang/test/Semantics/modfile11.f90
    A flang/test/Semantics/modfile12.f90
    A flang/test/Semantics/modfile13.f90
    A flang/test/Semantics/modfile14.f90
    A flang/test/Semantics/modfile15.f90
    A flang/test/Semantics/modfile16.f90
    A flang/test/Semantics/modfile17.f90
    A flang/test/Semantics/modfile18.f90
    A flang/test/Semantics/modfile19.f90
    A flang/test/Semantics/modfile20.f90
    A flang/test/Semantics/modfile21.f90
    A flang/test/Semantics/modfile22.f90
    A flang/test/Semantics/modfile23.f90
    A flang/test/Semantics/modfile24.f90
    A flang/test/Semantics/modfile25.f90
    A flang/test/Semantics/modfile26.f90
    A flang/test/Semantics/modfile27.f90
    A flang/test/Semantics/modfile28.f90
    A flang/test/Semantics/modfile29.f90
    A flang/test/Semantics/modfile30.f90
    A flang/test/Semantics/modfile31.f90
    A flang/test/Semantics/modfile32.f90
    A flang/test/Semantics/modfile33.f90
    A flang/test/Semantics/modfile34.f90
    A flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/namelist01.f90
    A flang/test/Semantics/null01.f90
    A flang/test/Semantics/nullify01.f90
    A flang/test/Semantics/nullify02.f90
    A flang/test/Semantics/offsets01.f90
    A flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/omp-atomic.f90
    A flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/omp-combined-constructs.f90
    A flang/test/Semantics/omp-declarative-directive.f90
    A flang/test/Semantics/omp-device-constructs.f90
    A flang/test/Semantics/omp-loop-association.f90
    A flang/test/Semantics/omp-nested01.f90
    A flang/test/Semantics/omp-resolve01.f90
    A flang/test/Semantics/omp-resolve02.f90
    A flang/test/Semantics/omp-resolve03.f90
    A flang/test/Semantics/omp-resolve04.f90
    A flang/test/Semantics/omp-resolve05.f90
    A flang/test/Semantics/omp-symbol01.f90
    A flang/test/Semantics/omp-symbol02.f90
    A flang/test/Semantics/omp-symbol03.f90
    A flang/test/Semantics/omp-symbol04.f90
    A flang/test/Semantics/omp-symbol05.f90
    A flang/test/Semantics/omp-symbol06.f90
    A flang/test/Semantics/omp-symbol07.f90
    A flang/test/Semantics/omp-symbol08.f90
    A flang/test/Semantics/procinterface01.f90
    A flang/test/Semantics/resolve01.f90
    A flang/test/Semantics/resolve02.f90
    A flang/test/Semantics/resolve03.f90
    A flang/test/Semantics/resolve04.f90
    A flang/test/Semantics/resolve05.f90
    A flang/test/Semantics/resolve06.f90
    A flang/test/Semantics/resolve07.f90
    A flang/test/Semantics/resolve08.f90
    A flang/test/Semantics/resolve09.f90
    A flang/test/Semantics/resolve10.f90
    A flang/test/Semantics/resolve11.f90
    A flang/test/Semantics/resolve12.f90
    A flang/test/Semantics/resolve13.f90
    A flang/test/Semantics/resolve14.f90
    A flang/test/Semantics/resolve15.f90
    A flang/test/Semantics/resolve16.f90
    A flang/test/Semantics/resolve17.f90
    A flang/test/Semantics/resolve18.f90
    A flang/test/Semantics/resolve19.f90
    A flang/test/Semantics/resolve20.f90
    A flang/test/Semantics/resolve21.f90
    A flang/test/Semantics/resolve22.f90
    A flang/test/Semantics/resolve23.f90
    A flang/test/Semantics/resolve24.f90
    A flang/test/Semantics/resolve25.f90
    A flang/test/Semantics/resolve26.f90
    A flang/test/Semantics/resolve27.f90
    A flang/test/Semantics/resolve28.f90
    A flang/test/Semantics/resolve29.f90
    A flang/test/Semantics/resolve30.f90
    A flang/test/Semantics/resolve31.f90
    A flang/test/Semantics/resolve32.f90
    A flang/test/Semantics/resolve33.f90
    A flang/test/Semantics/resolve34.f90
    A flang/test/Semantics/resolve35.f90
    A flang/test/Semantics/resolve36.f90
    A flang/test/Semantics/resolve37.f90
    A flang/test/Semantics/resolve38.f90
    A flang/test/Semantics/resolve39.f90
    A flang/test/Semantics/resolve40.f90
    A flang/test/Semantics/resolve41.f90
    A flang/test/Semantics/resolve42.f90
    A flang/test/Semantics/resolve43.f90
    A flang/test/Semantics/resolve44.f90
    A flang/test/Semantics/resolve45.f90
    A flang/test/Semantics/resolve46.f90
    A flang/test/Semantics/resolve47.f90
    A flang/test/Semantics/resolve48.f90
    A flang/test/Semantics/resolve49.f90
    A flang/test/Semantics/resolve50.f90
    A flang/test/Semantics/resolve51.f90
    A flang/test/Semantics/resolve52.f90
    A flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve54.f90
    A flang/test/Semantics/resolve55.f90
    A flang/test/Semantics/resolve56.f90
    A flang/test/Semantics/resolve57.f90
    A flang/test/Semantics/resolve58.f90
    A flang/test/Semantics/resolve59.f90
    A flang/test/Semantics/resolve60.f90
    A flang/test/Semantics/resolve61.f90
    A flang/test/Semantics/resolve62.f90
    A flang/test/Semantics/resolve63.f90
    A flang/test/Semantics/resolve64.f90
    A flang/test/Semantics/resolve65.f90
    A flang/test/Semantics/resolve66.f90
    A flang/test/Semantics/resolve67.f90
    A flang/test/Semantics/resolve68.f90
    A flang/test/Semantics/resolve69.f90
    A flang/test/Semantics/resolve70.f90
    A flang/test/Semantics/resolve71.f90
    A flang/test/Semantics/resolve72.f90
    A flang/test/Semantics/resolve73.f90
    A flang/test/Semantics/resolve74.f90
    A flang/test/Semantics/resolve75.f90
    A flang/test/Semantics/resolve76.f90
    A flang/test/Semantics/resolve77.f90
    A flang/test/Semantics/resolve78.f90
    A flang/test/Semantics/resolve79.f90
    A flang/test/Semantics/resolve80.f90
    A flang/test/Semantics/resolve81.f90
    A flang/test/Semantics/resolve82.f90
    A flang/test/Semantics/resolve83.f90
    A flang/test/Semantics/resolve84.f90
    A flang/test/Semantics/resolve85.f90
    A flang/test/Semantics/resolve86.f90
    A flang/test/Semantics/resolve87.f90
    A flang/test/Semantics/separate-mp01.f90
    A flang/test/Semantics/separate-mp02.f90
    A flang/test/Semantics/stop01.f90
    A flang/test/Semantics/structconst01.f90
    A flang/test/Semantics/structconst02.f90
    A flang/test/Semantics/structconst03.f90
    A flang/test/Semantics/structconst04.f90
    A flang/test/Semantics/symbol01.f90
    A flang/test/Semantics/symbol02.f90
    A flang/test/Semantics/symbol03.f90
    A flang/test/Semantics/symbol05.f90
    A flang/test/Semantics/symbol06.f90
    A flang/test/Semantics/symbol07.f90
    A flang/test/Semantics/symbol08.f90
    A flang/test/Semantics/symbol09.f90
    A flang/test/Semantics/symbol10.f90
    A flang/test/Semantics/symbol11.f90
    A flang/test/Semantics/symbol12.f90
    A flang/test/Semantics/symbol13.f90
    A flang/test/Semantics/symbol14.f90
    A flang/test/Semantics/symbol15.f90
    A flang/test/Semantics/symbol16.f90
    A flang/test/Semantics/symbol17.f90
    A flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh.in
    A flang/test/Semantics/test_modfile.sh
    A flang/test/Semantics/test_symbols.sh
    A flang/test/lit.cfg.py
    A flang/test/lit.site.cfg.py.in
    A flang/tools/CMakeLists.txt
    A flang/tools/bbc/.clang-format
    A flang/tools/f18-parse-demo/CMakeLists.txt
    A flang/tools/f18-parse-demo/f18-parse-demo.cpp
    A flang/tools/f18-parse-demo/stub-evaluate.cpp
    A flang/tools/f18/CMakeLists.txt
    A flang/tools/f18/dump.cpp
    A flang/tools/f18/f18.cpp
    A flang/tools/f18/flang.sh.in
    A flang/tools/tco/.clang-format
    A flang/tools/tco/CMakeLists.txt
    A flang/tools/tco/tco.cpp
    A flang/unittests/CMakeLists.txt
    A flang/unittests/Decimal/CMakeLists.txt
    A flang/unittests/Decimal/quick-sanity-test.cpp
    A flang/unittests/Decimal/thorough-test.cpp
    A flang/unittests/Evaluate/CMakeLists.txt
    A flang/unittests/Evaluate/ISO-Fortran-binding.cpp
    A flang/unittests/Evaluate/bit-population-count.cpp
    A flang/unittests/Evaluate/expression.cpp
    A flang/unittests/Evaluate/folding.cpp
    A flang/unittests/Evaluate/fp-testing.cpp
    A flang/unittests/Evaluate/fp-testing.h
    A flang/unittests/Evaluate/integer.cpp
    A flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Evaluate/leading-zero-bit-count.cpp
    A flang/unittests/Evaluate/logical.cpp
    A flang/unittests/Evaluate/real.cpp
    A flang/unittests/Evaluate/reshape.cpp
    A flang/unittests/Evaluate/testing.cpp
    A flang/unittests/Evaluate/testing.h
    A flang/unittests/Evaluate/uint128.cpp
    A flang/unittests/Runtime/CMakeLists.txt
    A flang/unittests/Runtime/character.cpp
    A flang/unittests/Runtime/external-hello.cpp
    A flang/unittests/Runtime/format.cpp
    A flang/unittests/Runtime/hello.cpp
    A flang/unittests/Runtime/list-input.cpp
    A flang/unittests/Runtime/testing.cpp
    A flang/unittests/Runtime/testing.h
    R libc/AOR_v20.02/math/cosf.c
    M libc/AOR_v20.02/math/math_config.h
    M libc/AOR_v20.02/math/pow.c
    M libc/AOR_v20.02/math/pow_log_data.c
    M libc/AOR_v20.02/math/powf.c
    R libc/AOR_v20.02/math/sincosf.c
    R libc/AOR_v20.02/math/sincosf.h
    R libc/AOR_v20.02/math/sincosf_data.c
    R libc/AOR_v20.02/math/sinf.c
    M libc/AOR_v20.02/math/test/mathbench.c
    M libc/AOR_v20.02/math/test/runulp.sh
    R libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    M libc/AOR_v20.02/math/test/testcases/random/float.tst
    M libc/AOR_v20.02/string/aarch64/memchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strnlen.S
    M libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    M libc/AOR_v20.02/string/arm/strcpy.c
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCHeaderRules.cmake
    A libc/cmake/modules/LLVMLibCLibraryRules.cmake
    A libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/LLVMLibCTargetNameUtils.cmake
    A libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/config/linux/errno.h.in
    M libc/config/linux/signal.h.in
    M libc/config/linux/threads.h.in
    M libc/docs/header_generation.rst
    M libc/docs/implementation_standard.rst
    M libc/fuzzing/string/CMakeLists.txt
    M libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    M libc/include/__posix-types.h
    M libc/include/assert.h.def
    M libc/include/ctype.h
    M libc/include/errno.h.def
    R libc/include/math.h
    A libc/include/math.h.def
    M libc/include/signal.h.def
    A libc/include/stdio.h.def
    M libc/include/stdlib.h.def
    M libc/include/string.h.def
    M libc/include/sys/mman.h.def
    M libc/include/sys/syscall.h.def
    M libc/include/threads.h.def
    A libc/include/unistd.h.def
    M libc/lib/CMakeLists.txt
    A libc/loader/CMakeLists.txt
    A libc/loader/linux/CMakeLists.txt
    A libc/loader/linux/x86_64/CMakeLists.txt
    A libc/loader/linux/x86_64/start.cpp
    A libc/spec/gnu_ext.td
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    A libc/src/.clang-tidy
    M libc/src/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/common.h.def
    M libc/src/assert/CMakeLists.txt
    M libc/src/assert/__assert_fail.cpp
    M libc/src/assert/assert.h
    M libc/src/errno/errno_location.cpp
    M libc/src/errno/llvmlibc_errno.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/cosf.cpp
    A libc/src/math/cosf.h
    A libc/src/math/math_utils.h
    M libc/src/math/round.cpp
    M libc/src/math/round.h
    M libc/src/math/round_redirector.cpp
    A libc/src/math/sincosf.cpp
    A libc/src/math/sincosf.h
    A libc/src/math/sincosf_data.cpp
    A libc/src/math/sincosf_utils.h
    A libc/src/math/sinf.cpp
    A libc/src/math/sinf.h
    M libc/src/signal/CMakeLists.txt
    M libc/src/signal/linux/CMakeLists.txt
    M libc/src/signal/linux/__restore.cpp
    M libc/src/signal/linux/raise.cpp
    M libc/src/signal/linux/sigaction.cpp
    M libc/src/signal/linux/sigaddset.cpp
    A libc/src/signal/linux/sigdelset.cpp
    M libc/src/signal/linux/sigemptyset.cpp
    A libc/src/signal/linux/sigfillset.cpp
    M libc/src/signal/linux/signal.cpp
    M libc/src/signal/linux/signal.h
    M libc/src/signal/linux/sigprocmask.cpp
    M libc/src/signal/raise.h
    M libc/src/signal/sigaction.h
    M libc/src/signal/sigaddset.h
    A libc/src/signal/sigdelset.h
    M libc/src/signal/sigemptyset.h
    A libc/src/signal/sigfillset.h
    M libc/src/signal/signal.h
    M libc/src/signal/sigprocmask.h
    A libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/FILE.h
    A libc/src/stdio/fwrite.cpp
    A libc/src/stdio/fwrite.h
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/stdlib/_Exit.h
    M libc/src/stdlib/abort.cpp
    M libc/src/stdlib/abort.h
    M libc/src/stdlib/linux/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/cacheline_size.h.def
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h

  Log Message:
  -----------
  Merge llvm-project commit 'ed5363a6747' into rc.master


  Commit: edb8bebd96e25e25f6674477dfdb3b7d4a536ee1
      https://github.com/llvm/llvm-project/commit/edb8bebd96e25e25f6674477dfdb3b7d4a536ee1
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    A .arclint
    M README.md
    M clang-tools-extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
    M clang-tools-extra/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    M clang-tools-extra/clang-change-namespace/tool/CMakeLists.txt
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Representation.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-include-fixer/IncludeFixer.h
    M clang-tools-extra/clang-include-fixer/IncludeFixerContext.h
    M clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/PathConfig.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.py
    M clang-tools-extra/clang-move/CMakeLists.txt
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    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/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/android/CMakeLists.txt
    M clang-tools-extra/clang-tidy/boost/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/FoldInitTypeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    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/SpecialMemberFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.h
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    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/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvm/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.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/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.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/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    A clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.h
    M clang-tools-extra/clang-tidy/objc/ObjCTidyModule.cpp
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/UseDefaultNoneCheck.cpp
    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/InefficientStringConcatenationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.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/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h
    M clang-tools-extra/clang-tidy/readability/IsolateDeclarationCheck.cpp
    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/RedundantMemberInitCheck.h
    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/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    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/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/CMakeLists.txt
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/FileExtensionsUtils.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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/zircon/CMakeLists.txt
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/CMakeLists.txt
    M clang-tools-extra/clangd/Cancellation.cpp
    M 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FindSymbols.h
    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/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/PathMapping.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/Quality.cpp
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.h
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M 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/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    R clang-tools-extra/clangd/clients/clangd-vscode/.gitignore
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/launch.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/settings.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscode/tasks.json
    R clang-tools-extra/clangd/clients/clangd-vscode/.vscodeignore
    R clang-tools-extra/clangd/clients/clangd-vscode/DEVELOPING.md
    R clang-tools-extra/clangd/clients/clangd-vscode/LICENSE
    R clang-tools-extra/clangd/clients/clangd-vscode/README.md
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/complete.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/diagnostics.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/extract.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/format.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/include.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
    R clang-tools-extra/clangd/clients/clangd-vscode/doc-assets/xrefs.png
    R clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
    R clang-tools-extra/clangd/clients/clangd-vscode/package.json
    R clang-tools-extra/clangd/clients/clangd-vscode/src/extension.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/includeTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/assets/simpleTheme.jsonc
    R clang-tools-extra/clangd/clients/clangd-vscode/test/extension.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/index.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/runTest.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/test/semantic-highlighting.test.ts
    R clang-tools-extra/clangd/clients/clangd-vscode/tsconfig.json
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Relation.cpp
    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/SymbolOrigin.h
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/dexp/CMakeLists.txt
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    A clang-tools-extra/clangd/index/remote/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/Client.cpp
    A clang-tools-extra/clangd/index/remote/Client.h
    A clang-tools-extra/clangd/index/remote/Index.proto
    A clang-tools-extra/clangd/index/remote/README.md
    A clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    A clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    A clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/server/Server.cpp
    A clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    A clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    A clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExtractFunction.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/compile-commands-path-in-initialize.test
    A clang-tools-extra/clangd/test/dependency-output.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/lit.cfg.py
    A clang-tools-extra/clangd/test/semantic-tokens.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/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/ClangdLSPServerTests.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/CompileCommandsTests.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/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/JSONTransportTests.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.cpp
    A clang-tools-extra/clangd/unittests/LSPClient.h
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PathMappingTests.cpp
    A clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.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.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTesting.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-pointer-arithmetic-in-alloc.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-virtual-near-miss.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-implementation-in-namespace.rst
    A clang-tools-extra/docs/clang-tidy/checks/objc-nsinvocation-argument-lifetime.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-restrict-system-includes.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-make-member-function-const.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/docs/doxygen.cfg.in
    M clang-tools-extra/docs/pp-trace.rst
    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/PreprocessorTracker.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.h
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file1.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/file2.yaml
    A clang-tools-extra/test/clang-apply-replacements/Inputs/identical-in-TU/identical-in-TU.cpp
    A clang-tools-extra/test/clang-apply-replacements/identical-in-TU.cpp
    M clang-tools-extra/test/clang-move/move-used-helper-decls.cpp
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header-fixed.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/performance-unnecessary-value-param/header.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-duration-subtraction.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-branch-clone.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-reserved-identifier-invert.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-self-assignment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert-throw-exception-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/fuchsia-multiple-inheritance.cpp
    M clang-tools-extra/test/clang-tidy/checkers/hicpp-signed-bitwise-bug34747.cpp
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-implementation-in-namespace.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-parameters.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-redundant-void-arg.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-using.cpp
    A clang-tools-extra/test/clang-tidy/checkers/objc-nsinvocation-argument-lifetime.m
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-case-violation.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/3/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/.clang-tidy
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-files/4/44/.clang-tidy
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    M clang-tools-extra/tool-template/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/IncludeFixerTest.cpp
    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-move/ClangMoveTests.cpp
    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/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang/CMakeLists.txt
    M clang/bindings/python/clang/cindex.py
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/CMakeLists.txt
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangPlugins.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    A clang/docs/MatrixTypes.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    A clang/examples/Attribute/Attribute.cpp
    A clang/examples/Attribute/CMakeLists.txt
    M clang/examples/CMakeLists.txt
    M clang/include/clang-c/Index.h
    M clang/include/clang-c/Platform.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/BuiltinTypes.def
    M clang/include/clang/AST/ComputeDependence.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/DeclObjC.h
    A clang/include/clang/AST/DeclObjCCommon.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/LocInfoType.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NonTrivialTypeVisitor.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/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/Dynamic/Diagnostics.h
    M clang/include/clang/ASTMatchers/Dynamic/VariantValue.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.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/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticFrontendKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticIDs.h
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/JsonSupport.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/LangStandard.h
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Module.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/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TokenKinds.h
    M clang/include/clang/Basic/TypeNodes.td
    M clang/include/clang/Basic/arm_cde.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/Driver/CC1Options.td
    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/CompilerInvocation.h
    M clang/include/clang/Frontend/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Lex/Preprocessor.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/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/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
    A clang/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h
    R clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    M clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
    M clang/include/clang/Tooling/Refactoring/ASTSelection.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/ComputeDependence.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
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    M clang/lib/AST/Interp/Interp.cpp
    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/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/RawCommentList.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.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/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp
    A clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp
    M clang/lib/Basic/Attributes.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetInfo.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/AMDGPU.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/BPF.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCUDARuntime.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/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/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    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/CodeGenTBAA.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/PatternInit.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    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/SanitizerArgs.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/Arch/AArch64.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/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/Cuda.h
    M clang/lib/Driver/ToolChains/Darwin.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/Hexagon.h
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/SortJavaScriptImports.cpp
    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/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_device_functions.h
    A clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/immintrin.h
    A clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math.h
    R clang/lib/Headers/openmp_wrappers/__clang_openmp_math_declares.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/math.h
    A clang/lib/Headers/openmp_wrappers/time.h
    A clang/lib/Headers/serializeintrin.h
    A clang/lib/Headers/tsxldtrkintrin.h
    A clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/xmmintrin.h
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.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/Lex/TokenConcatenation.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/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/CodeCompleteConsumer.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLambda.cpp
    M clang/lib/Sema/SemaLookup.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/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/Sema/UsedDeclVisitor.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/GeneratePCH.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.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/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.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/CStringSyntaxChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
    M clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ContainerModeling.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/DebugContainerModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.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/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    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/MallocOverflowSecurityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.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/NoReturnFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.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/PointerIterationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.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/UnreachableCodeChecker.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/Checkers/cert/PutenvWithAutoChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerHelpers.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/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    A clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    A clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    R clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/Core/Lookup.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Tokens.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/AST/ast-dump-arm-attr.c
    A clang/test/AST/ast-dump-expr-errors.cpp
    R clang/test/AST/ast-dump-hip-pinned-shadow.cu
    A clang/test/AST/ast-dump-invalid-initialized.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_10.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_11.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_12.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_2.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_3.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_4.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_5.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_6.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_7.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_8.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_9.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_addr_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_decl_1.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions-messages.c
    A clang/test/AST/ast-dump-openmp-declare-variant-extensions.c
    A clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/spurious-regparm.c
    M clang/test/Analysis/CheckNSError.m
    A clang/test/Analysis/CheckThatArraySubsciptNodeIsNotCollected.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/Inputs/system-header-simulator.h
    A clang/test/Analysis/SpecialFunctionsCFError.cpp
    A clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/bsd-string.c
    M clang/test/Analysis/bstring.c
    M clang/test/Analysis/cfg-openmp.cpp
    A clang/test/Analysis/cfg.c
    M clang/test/Analysis/cfg.cpp
    A clang/test/Analysis/container-modeling-no-aggressive-binary-operation-simplification-warn.cpp
    M clang/test/Analysis/container-modeling.cpp
    A clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    M clang/test/Analysis/dispatch-once.m
    M clang/test/Analysis/explain-svals.c
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/explain-svals.m
    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/dynamic_types.cpp
    M clang/test/Analysis/exploded-graph-rewriter/edge.dot
    M clang/test/Analysis/exploded-graph-rewriter/empty.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/lit.local.cfg
    M clang/test/Analysis/exploded-graph-rewriter/macros.c
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/test/Analysis/exploded-graph-rewriter/objects_under_construction.cpp
    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
    A clang/test/Analysis/incorrect-checker-names.cpp
    A clang/test/Analysis/incorrect-checker-names.mm
    A clang/test/Analysis/iterator-modeling-no-aggressive-binary-operation-simplification-no-crash.cpp
    A clang/test/Analysis/iterator-modeling.cpp
    R clang/test/Analysis/iterator-modelling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/kmalloc-linux.c
    M clang/test/Analysis/loop-widening-notes.cpp
    M clang/test/Analysis/malloc.cpp
    A clang/test/Analysis/nonnull.cpp
    M clang/test/Analysis/null-deref-ps-region.c
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/scan-build/exclude_directories.test
    M clang/test/Analysis/scan-build/help.test
    M clang/test/Analysis/scan-build/html_output.test
    M clang/test/Analysis/scan-build/plist_html_output.test
    M clang/test/Analysis/scan-build/plist_output.test
    A clang/test/Analysis/scan-build/rebuild_index/rebuild_index.test
    A clang/test/Analysis/scan-build/rebuild_index/report-1.html
    A clang/test/Analysis/scan-build/rebuild_index/report-2.html
    A clang/test/Analysis/scan-build/rebuild_index/report-3.html
    A clang/test/Analysis/scan-build/rebuild_index/subdirectory/report-4.html
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    A clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    M clang/test/Analysis/std-c-library-functions.c
    A clang/test/Analysis/stream-error.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/string.c
    M clang/test/Analysis/taint-generic.c
    M clang/test/Analysis/vla.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1-cxx11.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.classref/p1.cpp
    M clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/p3.cpp
    M clang/test/CXX/class.access/p4.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/type-requirement.cpp
    M clang/test/CXX/special/class.copy/p11.0x.move.cpp
    M clang/test/CXX/special/class.ctor/p5-0x.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/p3.cpp
    M clang/test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
    A clang/test/CodeCompletion/concepts.cpp
    A clang/test/CodeCompletion/incomplete-member.cpp
    A clang/test/CodeCompletion/invalid-initialized-class.cpp
    M clang/test/CodeGen/2006-05-19-SingleEltReturn.c
    A clang/test/CodeGen/aarch64-matmul.cpp
    A clang/test/CodeGen/aarch64-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-neon-misc-constrained.c
    A clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem-constrained.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    R clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1_shortform.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdech.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qinch.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnb.c
    A clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    A clang/test/CodeGen/aarch64-v8.6a-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-varargs.c
    A clang/test/CodeGen/address-space-avr.c
    M clang/test/CodeGen/aggregate-assign-call.c
    A clang/test/CodeGen/alias-avr.c
    A clang/test/CodeGen/aligned-sret.c
    M clang/test/CodeGen/arc/arguments.c
    M clang/test/CodeGen/arm-aapcs-vfp.c
    M clang/test/CodeGen/arm-cde-gpr.c
    M clang/test/CodeGen/arm-cde-reinterpret.c
    M clang/test/CodeGen/arm-cde-vec.c
    M clang/test/CodeGen/arm-cde-vfp.c
    A clang/test/CodeGen/arm-cmse-attr.c
    A clang/test/CodeGen/arm-cmse-call.c
    M clang/test/CodeGen/arm-homogenous.c
    M clang/test/CodeGen/arm-mve-intrinsics/absneg.c
    M clang/test/CodeGen/arm-mve-intrinsics/admin.c
    M clang/test/CodeGen/arm-mve-intrinsics/bitwise-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    M clang/test/CodeGen/arm-mve-intrinsics/idup.c
    M clang/test/CodeGen/arm-mve-intrinsics/load-store.c
    M clang/test/CodeGen/arm-mve-intrinsics/predicates.c
    M clang/test/CodeGen/arm-mve-intrinsics/reinterpret.c
    M clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c
    M clang/test/CodeGen/arm-mve-intrinsics/scatter-gather.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
    M 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
    M clang/test/CodeGen/arm-mve-intrinsics/vaddv.c
    M clang/test/CodeGen/arm-mve-intrinsics/vandq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbicq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vbrsrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vclz.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmlaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt.c
    M clang/test/CodeGen/arm-mve-intrinsics/vcvt_anpm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm-dyadic.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-imm.c
    M clang/test/CodeGen/arm-mve-intrinsics/vector-shift-var.c
    M clang/test/CodeGen/arm-mve-intrinsics/veorq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhcaddq.c
    M 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
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vornq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vorrq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmlad.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrnd.c
    M clang/test/CodeGen/arm-mve-intrinsics/vshlc.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    A clang/test/CodeGen/arm-neon-directed-rounding-constrained.c
    M clang/test/CodeGen/arm-neon-vld.c
    A clang/test/CodeGen/arm-v8.6a-neon-intrinsics.c
    M clang/test/CodeGen/arm-varargs.c
    M clang/test/CodeGen/arm-vector-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    M clang/test/CodeGen/arm64-arguments.c
    M clang/test/CodeGen/arm64-microsoft-arguments.cpp
    A clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm_neon_intrinsics.c
    A clang/test/CodeGen/attr-noreturn.c
    R clang/test/CodeGen/avr/target-cpu-defines/atmega328p.c
    R clang/test/CodeGen/avr/target-cpu-defines/attiny104.c
    R clang/test/CodeGen/avr/target-cpu-defines/common.c
    M clang/test/CodeGen/avx512cdintrin.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vbmivl-builtin.c
    M clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vpopcntdqintrin.c
    M clang/test/CodeGen/avx512vpopcntdqvlintrin.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/blocks.c
    M clang/test/CodeGen/c11atomics-ios.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/catch-implicit-conversions-basics-negatives.c
    M clang/test/CodeGen/cfstring-elf-sections-x86_64.c
    A clang/test/CodeGen/ext-int-sanitizer.cpp
    A clang/test/CodeGen/ext-int.c
    A clang/test/CodeGen/fixed-point-tbaa.c
    M clang/test/CodeGen/gfni-builtins.c
    A clang/test/CodeGen/hexagon-linux-vararg.c
    M clang/test/CodeGen/intel-avx512vlvp2intersect.c
    M clang/test/CodeGen/intel-avx512vp2intersect.c
    M clang/test/CodeGen/lanai-arguments.c
    M clang/test/CodeGen/le32-arguments.c
    M clang/test/CodeGen/mcu-struct-return.c
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.c
    A clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp
    M clang/test/CodeGen/mingw-long-double.c
    M clang/test/CodeGen/mips-zero-sized-struct.c
    M clang/test/CodeGen/mips64-padding-arg.c
    M clang/test/CodeGen/ms_abi.c
    A clang/test/CodeGen/ppc32-struct-return.c
    M clang/test/CodeGen/ppc64-align-struct.c
    M clang/test/CodeGen/ppc64-elf-abi.c
    M clang/test/CodeGen/ppc64-qpx-vector.c
    M clang/test/CodeGen/ppc64-soft-float.c
    M clang/test/CodeGen/ppc64-vector.c
    M clang/test/CodeGen/ppc64le-aggregates.c
    M clang/test/CodeGen/ppc64le-f128Aggregates.c
    A clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/regparm-struct.c
    M clang/test/CodeGen/renderscript.c
    M clang/test/CodeGen/riscv32-ilp32-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32d-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-abi.c
    M clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
    M clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/riscv64-lp64d-abi.c
    M clang/test/CodeGen/sparcv9-abi.c
    M clang/test/CodeGen/struct-passing.c
    M clang/test/CodeGen/systemz-abi-vector.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/systemz-inline-asm.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto-loop-vectorize-pm.c
    M clang/test/CodeGen/thinlto-slp-vectorize-pm.c
    M clang/test/CodeGen/vaes-builtins.c
    M clang/test/CodeGen/vectorcall.c
    M clang/test/CodeGen/vpclmulqdq-builtins.c
    M clang/test/CodeGen/wasm-arguments.c
    M clang/test/CodeGen/wasm-varargs.c
    M clang/test/CodeGen/windows-struct-abi.c
    A clang/test/CodeGen/x86-serialize-intrin.c
    A clang/test/CodeGen/x86-tsxldtrk-builtins.c
    M clang/test/CodeGen/x86_32-arguments-darwin.c
    M clang/test/CodeGen/x86_32-arguments-iamcu.c
    M clang/test/CodeGen/x86_64-arguments-nacl.c
    M clang/test/CodeGen/x86_64-arguments-win32.c
    M clang/test/CodeGen/x86_64-arguments.c
    A clang/test/CodeGen/xray-global-init.cpp
    A clang/test/CodeGenCUDA/amdgpu-workgroup-size.cu
    A clang/test/CodeGenCUDA/deferred-diag.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    A clang/test/CodeGenCUDA/surface.cu
    A clang/test/CodeGenCUDA/texture.cu
    M clang/test/CodeGenCXX/arm-cc.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/bitfield-layout.cpp
    A clang/test/CodeGenCXX/builtin-amdgcn-fence.cpp
    M clang/test/CodeGenCXX/builtin-constant-p.cpp
    M clang/test/CodeGenCXX/builtin-source-location.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/cxx1z-copy-omission.cpp
    M clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp
    A clang/test/CodeGenCXX/debug-info-composite-triviality-fwd-decl.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/debug-info-template-parameter.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/debug-info-uuid.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    A clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/fno-unroll-loops-metadata.cpp
    M clang/test/CodeGenCXX/homogeneous-aggregates.cpp
    M clang/test/CodeGenCXX/lambda-expressions.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    A clang/test/CodeGenCXX/microsoft-abi-vbase-dtor.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vmemptr-conflicts.cpp
    M clang/test/CodeGenCXX/microsoft-templ-uuidof.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof.cpp
    M clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    M clang/test/CodeGenCXX/pragma-unroll.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    M clang/test/CodeGenCXX/target-features-error.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/thiscall-struct-return.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunk-returning-memptr.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial-auto-var-init-attribute.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/unknown-anytype.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/x86_32-arguments.cpp
    M clang/test/CodeGenCXX/x86_64-arguments.cpp
    A clang/test/CodeGenCoroutines/coro-always-inline.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/debug-info-class-extension.m
    M clang/test/CodeGenObjC/debug-info-class-extension2.m
    M clang/test/CodeGenObjC/debug-info-class-extension3.m
    M clang/test/CodeGenObjC/debug-info-property.m
    M clang/test/CodeGenObjC/debug-info-property2.m
    M clang/test/CodeGenObjC/debug-info-property4.m
    M clang/test/CodeGenObjC/debug-info-property5.m
    M clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/fragile-arc.m
    M clang/test/CodeGenObjC/gnu-init.m
    M clang/test/CodeGenObjC/nontrivial-c-struct-exception.m
    M clang/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
    M clang/test/CodeGenObjC/property-dbg.m
    M clang/test/CodeGenObjC/stret-1.m
    M clang/test/CodeGenObjC/strong-in-c-struct.m
    M clang/test/CodeGenObjC/weak-in-c-struct.m
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/return.mm
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl
    M clang/test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CodeGenOpenCL/backend-unsupported-warning.ll
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    A clang/test/CodeGenOpenCL/ext-int-shift.cl
    M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
    A clang/test/CodeGenOpenCL/pipe_types_mangling.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    A clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/v1/readme
    A clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    A clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/amdgpu-visibility.cl
    R clang/test/Driver/android-aarch64-link.cpp
    A clang/test/Driver/android-link.cpp
    M clang/test/Driver/arm-cortex-cpus.c
    A clang/test/Driver/arm-matrix-multiply.c
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/check-time-trace-sections.py
    M clang/test/Driver/check-time-trace.cpp
    M clang/test/Driver/cl-denorms-are-zero.cl
    M clang/test/Driver/cl-options.cu
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/config-file3.c
    M clang/test/Driver/cuda-detect.cu
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/darwin-objc-options.m
    A clang/test/Driver/darwin-opt-record-ld.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/embed-bitcode-wasm.c
    A clang/test/Driver/fdiagnostics-show-option.c
    M clang/test/Driver/fembed-bitcode.c
    A clang/test/Driver/fmessage-length.c
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/global-isel.c
    M clang/test/Driver/hexagon-toolchain-elf.c
    A clang/test/Driver/hexagon-toolchain-linux.c
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.c
    M clang/test/Driver/lto-jobs.c
    M clang/test/Driver/mingw-sysroot.cpp
    M clang/test/Driver/netbsd.c
    M clang/test/Driver/ppc-dependent-options.cpp
    A clang/test/Driver/ppc-unsupported.c
    A clang/test/Driver/ps4cpu.c
    M clang/test/Driver/rewrite-legacy-objc.m
    M clang/test/Driver/rewrite-objc.m
    M clang/test/Driver/riscv-arch.c
    M clang/test/Driver/riscv32-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain-extra.c
    M clang/test/Driver/riscv64-toolchain.c
    A clang/test/Driver/rocm-detect.cl
    A clang/test/Driver/rocm-device-libs.cl
    A clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/ropi-rwpi.c
    M clang/test/Driver/save-temps.c
    R clang/test/Driver/show-option-names.c
    M clang/test/Driver/target-override.c
    M clang/test/Driver/x86-malign-branch.c
    M clang/test/Driver/x86-malign-branch.s
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/diagnostics-option-names.c
    A clang/test/Frontend/fixed_point_compound.c
    A clang/test/Frontend/fixed_point_div.c
    A clang/test/Frontend/fixed_point_mul.c
    A clang/test/Frontend/fixed_point_unary.c
    A clang/test/Frontend/plugin-attribute.cpp
    M clang/test/Frontend/source-col-map.c
    A clang/test/Headers/Inputs/include/climits
    M clang/test/Headers/Inputs/include/cmath
    M clang/test/Headers/Inputs/include/cstdlib
    M clang/test/Headers/Inputs/include/math.h
    M clang/test/Headers/Inputs/include/stdlib.h
    M clang/test/Headers/arm-cde-header.c
    M clang/test/Headers/nvptx_device_cmath_functions.c
    M clang/test/Headers/nvptx_device_cmath_functions.cpp
    M clang/test/Headers/nvptx_device_cmath_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_complex.c
    M clang/test/Headers/nvptx_device_math_functions.c
    M clang/test/Headers/nvptx_device_math_functions.cpp
    M clang/test/Headers/nvptx_device_math_functions_cxx17.cpp
    A clang/test/Headers/nvptx_device_math_macro.cpp
    A clang/test/Headers/nvptx_device_math_modf.cpp
    A clang/test/Headers/nvptx_device_math_sin.c
    A clang/test/Headers/nvptx_device_math_sin.cpp
    A clang/test/Headers/nvptx_device_math_sin_cos.cpp
    A clang/test/Headers/nvptx_device_math_sincos.cpp
    A clang/test/Headers/x86-header-warnings.c
    A clang/test/Index/getcursor-recovery.cpp
    M clang/test/Index/pch-with-errors.c
    M clang/test/Index/print-type.c
    M clang/test/InterfaceStubs/bad-format.cpp
    M clang/test/InterfaceStubs/blocks.c
    M clang/test/InterfaceStubs/class-template-partial-specialization.cpp
    M clang/test/InterfaceStubs/conflict-type.ifs
    M clang/test/InterfaceStubs/constructor-using-shadow.cpp
    M clang/test/InterfaceStubs/cxx-conversion.cpp
    M clang/test/InterfaceStubs/cxxdeduction-guide.cpp
    M clang/test/InterfaceStubs/driver-test3.c
    A clang/test/InterfaceStubs/empty.c
    M clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/hidden-class-inheritance.cpp
    M clang/test/InterfaceStubs/indirect-field-decl.cpp
    M clang/test/InterfaceStubs/inline.c
    M clang/test/InterfaceStubs/lambda.cpp
    M clang/test/InterfaceStubs/namespace-alias.cpp
    M clang/test/InterfaceStubs/namespace.cpp
    M clang/test/InterfaceStubs/non-type-template-parm-decl.cpp
    M clang/test/InterfaceStubs/object.c
    M clang/test/InterfaceStubs/object.ifs
    M clang/test/InterfaceStubs/ppc.cpp
    M clang/test/InterfaceStubs/template-constexpr.cpp
    M clang/test/InterfaceStubs/template-namespace-function.cpp
    M clang/test/InterfaceStubs/template-template-parm-decl.cpp
    M clang/test/InterfaceStubs/trycatch.cpp
    M clang/test/InterfaceStubs/unresolved-using-typename.cpp
    M clang/test/InterfaceStubs/usings.cpp
    M clang/test/InterfaceStubs/var-template-specialization-decl.cpp
    M clang/test/InterfaceStubs/weak.cpp
    M clang/test/InterfaceStubs/windows.cpp
    A clang/test/Layout/ms-aligned-array.c
    M clang/test/Misc/diag-aka-types.cpp
    M clang/test/Misc/diag-line-wrapping.cpp
    M clang/test/Misc/message-length.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/show-diag-options.c
    M clang/test/Misc/unnecessary-elipses.cpp
    M clang/test/Misc/unprintable.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Misc/wrong-encoding2.c
    M clang/test/Modules/ExtDebugInfo.cpp
    A clang/test/Modules/Inputs/missing-header-local-visibility/a.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/all.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/b.h
    A clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap
    A clang/test/Modules/Inputs/missing-header-local-visibility/x.h
    A clang/test/Modules/Inputs/ms-enums/A.h
    A clang/test/Modules/Inputs/ms-enums/B.h
    A clang/test/Modules/Inputs/ms-enums/module.map
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/debug-info-moduleimport.m
    A clang/test/Modules/missing-header-local-visibility.cpp
    A clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/templates.mm
    M clang/test/OpenMP/barrier_codegen.cpp
    A clang/test/OpenMP/begin_declare_variant_elided_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_messages.c
    A clang/test/OpenMP/begin_declare_variant_no_end_for_matching_selector.c
    A clang/test/OpenMP/begin_declare_variant_range_withouth_end.c
    A clang/test/OpenMP/begin_declare_variant_using_messages.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_ast_print.c
    M clang/test/OpenMP/declare_variant_ast_print.cpp
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/declare_variant_messages.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.c
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/distribute_simd_private_messages.cpp
    M clang/test/OpenMP/for_private_messages.cpp
    M clang/test/OpenMP/for_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_target_exceptions_messages.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_private_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_sections_private_messages.cpp
    M clang/test/OpenMP/scan_ast_print.cpp
    M clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/sections_private_messages.cpp
    M clang/test/OpenMP/simd_private_messages.cpp
    M clang/test/OpenMP/single_private_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_data_ast_print.cpp
    M clang/test/OpenMP/target_data_messages.c
    M 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_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.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_parallel_defaultmap_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_codegen.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_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.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_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_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_defaultmap_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    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_distribute_defaultmap_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.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_map_messages.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_map_messages.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_map_messages.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_codegen.c
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_depend_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    A clang/test/PCH/Inputs/fixed-point-literal.h
    A clang/test/PCH/cli-macro.c
    A clang/test/PCH/cxx-attrs-packexpansion.cpp
    A clang/test/PCH/cxx-recovery-expr.cpp
    A clang/test/PCH/fixed-point-literal.c
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/cxx-ambig-init-templ.cpp
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx-decl.cpp
    A clang/test/Parser/cxx-keyword-identifiers.cpp
    M clang/test/Parser/cxx-member-initializers.cpp
    M clang/test/Parser/cxx-template-argument.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    M clang/test/Parser/eof2.cpp
    A clang/test/Parser/ext-int.cpp
    M clang/test/Parser/objc-error-qualified-implementation.m
    M clang/test/Parser/pragma-attribute.cpp
    M clang/test/Parser/recovery.cpp
    A clang/test/Parser/switch-typo-correction.cpp
    A clang/test/ParserSYCL/unique-stable-name.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    A clang/test/Preprocessor/avr-atmega328p.c
    A clang/test/Preprocessor/avr-attiny104.c
    A clang/test/Preprocessor/avr-common.c
    M clang/test/Preprocessor/hexagon-predefines.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/riscv-target-features.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/arm-cde-immediates.c
    A clang/test/Sema/arm-cmse.c
    M clang/test/Sema/arm-mve-immediates.c
    A clang/test/Sema/arm-no-cmse.c
    M clang/test/Sema/attr-noreturn.c
    M clang/test/Sema/block-args.c
    A clang/test/Sema/builtin-amdgcn-fence-failure.cpp
    M clang/test/Sema/c89.c
    M clang/test/Sema/function.c
    M clang/test/Sema/implicit-int-float-conversion.c
    A clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/objc-bool-constant-conversion-fixit.m
    M clang/test/Sema/overload-arm-mve.c
    M clang/test/Sema/parentheses.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/Sema/types.c
    A clang/test/SemaCUDA/amdgpu-f128.cu
    M clang/test/SemaCUDA/attr-declspec.cu
    M clang/test/SemaCUDA/attributes-on-non-cuda.cu
    M clang/test/SemaCUDA/bad-attributes.cu
    M clang/test/SemaCUDA/bad-calls-on-same-line.cu
    M clang/test/SemaCUDA/call-device-fn-from-host.cu
    M clang/test/SemaCUDA/call-host-fn-from-device.cu
    A clang/test/SemaCUDA/deferred-diags-limit.cu
    A clang/test/SemaCUDA/deferred-diags.cu
    R clang/test/SemaCUDA/hip-pinned-shadow.cu
    M clang/test/SemaCUDA/openmp-target.cu
    M clang/test/SemaCUDA/trace-through-global.cu
    M clang/test/SemaCXX/PR20705.cpp
    M clang/test/SemaCXX/PR9459.cpp
    A clang/test/SemaCXX/arm-cmse.cpp
    M clang/test/SemaCXX/atomic-type.cpp
    M clang/test/SemaCXX/block-call.cpp
    M clang/test/SemaCXX/builtin-constant-p.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constexpr-string.cpp
    M clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
    M clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/SemaCXX/cxx11-crashes.cpp
    M clang/test/SemaCXX/cxx2a-explicit-bool.cpp
    M clang/test/SemaCXX/decltype.cpp
    M clang/test/SemaCXX/default2.cpp
    A clang/test/SemaCXX/ext-int.cpp
    M clang/test/SemaCXX/for-range-dereference.cpp
    M clang/test/SemaCXX/implicit-exception-spec.cpp
    M clang/test/SemaCXX/injected-class-name-crash.cpp
    A clang/test/SemaCXX/invalid-aligned-attr.cpp
    A clang/test/SemaCXX/invalid-constructor-init.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/invalid-template-specifier.cpp
    M clang/test/SemaCXX/literal-operators.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/ms-implicit-complete-dtor.cpp
    M clang/test/SemaCXX/ms-uuid.cpp
    M clang/test/SemaCXX/nested-name-spec.cpp
    M clang/test/SemaCXX/pseudo-destructors.cpp
    A clang/test/SemaCXX/recovery-default-init.cpp
    A clang/test/SemaCXX/recovery-initializer.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/vararg-non-pod.cpp
    M clang/test/SemaCXX/vartemplate-lambda.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaCXX/warn-unused-result.cpp
    M clang/test/SemaObjC/crash-on-type-args-protocols.m
    M clang/test/SemaObjC/method-direct-one-definition.m
    M clang/test/SemaObjC/method-direct.m
    A clang/test/SemaObjC/objc-literal-fixit.m
    M clang/test/SemaObjC/parameterized_classes_collection_literal.m
    M clang/test/SemaObjC/parameterized_classes_subst.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaObjCXX/parameterized_classes_arc.mm
    M clang/test/SemaObjCXX/parameterized_classes_subst.mm
    A clang/test/SemaObjCXX/type-traits-is-pointer.mm
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaTemplate/dependent-base-classes.cpp
    M clang/test/SemaTemplate/instantiate-init.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    M clang/test/SemaTemplate/instantiate-member-expr.cpp
    M clang/test/SemaTemplate/ms-delayed-default-template-args.cpp
    M clang/test/SemaTemplate/nested-name-spec-template.cpp
    A clang/test/SemaTemplate/recovery-tree-transform.cpp
    M clang/test/SemaTemplate/temp_arg.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/Unit/lit.site.cfg.py.in
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-format/clang-format.py
    M clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.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/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXCursor.h
    M clang/tools/libclang/CXType.cpp
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build/CMakeLists.txt
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Analysis/CMakeLists.txt
    M clang/unittests/Analysis/CloneDetectionTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Lex/LexerTest.cpp
    M clang/unittests/Rename/CMakeLists.txt
    M clang/unittests/Sema/CMakeLists.txt
    M clang/unittests/Sema/CodeCompleteTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/StaticAnalyzer/Reusables.h
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_dr_status.html
    M clang/www/cxx_status.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/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/Modules/HandleCompilerRT.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/fuzzer/FuzzedDataProvider.h
    M compiler-rt/lib/CMakeLists.txt
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/builtins/absvsi2.c
    M compiler-rt/lib/builtins/ashldi3.c
    M compiler-rt/lib/builtins/ashrdi3.c
    M compiler-rt/lib/builtins/clzdi2.c
    M compiler-rt/lib/builtins/ctzdi2.c
    M compiler-rt/lib/builtins/ffsdi2.c
    M compiler-rt/lib/builtins/ffssi2.c
    M compiler-rt/lib/builtins/floatdisf.c
    M compiler-rt/lib/builtins/floatsidf.c
    M compiler-rt/lib/builtins/floatundisf.c
    M compiler-rt/lib/builtins/floatunsidf.c
    M compiler-rt/lib/builtins/fp_extend.h
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/fp_mode.h
    A compiler-rt/lib/builtins/int_div_impl.inc
    M compiler-rt/lib/builtins/int_types.h
    M compiler-rt/lib/builtins/lshrdi3.c
    M compiler-rt/lib/builtins/popcountdi2.c
    M compiler-rt/lib/builtins/udivdi3.c
    M compiler-rt/lib/builtins/udivmoddi4.c
    M compiler-rt/lib/builtins/udivsi3.c
    M compiler-rt/lib/builtins/umoddi3.c
    M compiler-rt/lib/builtins/umodsi3.c
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/msan/msan.h
    M compiler-rt/lib/msan/msan_allocator.cpp
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.h
    M compiler-rt/lib/profile/InstrProfilingBuffer.c
    M compiler-rt/lib/profile/InstrProfilingFile.c
    A compiler-rt/lib/profile/InstrProfilingInternal.c
    M compiler-rt/lib/profile/InstrProfilingInternal.h
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
    M compiler-rt/lib/profile/InstrProfilingRuntime.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_interface.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_file.h
    M compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.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_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
    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_linux_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/atomic_helpers.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/fuchsia.cpp
    A compiler-rt/lib/scudo/standalone/fuzz/CMakeLists.txt
    A compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
    A compiler-rt/lib/scudo/standalone/include/scudo/interface.h
    R compiler-rt/lib/scudo/standalone/interface.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    M compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/mutex.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
    A compiler-rt/lib/scudo/standalone/stack_depot.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/mutex_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
    M compiler-rt/lib/tsan/go/build.bat
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/go/test.c
    M compiler-rt/lib/tsan/go/tsan_go.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    M compiler-rt/lib/tsan/rtl/tsan_stat.h
    M compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/lib/ubsan/ubsan_init.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    M compiler-rt/lib/xray/xray_AArch64.cpp
    M compiler-rt/lib/xray/xray_arm.cpp
    M compiler-rt/lib/xray/xray_interface.cpp
    M compiler-rt/lib/xray/xray_interface_internal.h
    M compiler-rt/lib/xray/xray_powerpc64.cpp
    M compiler-rt/lib/xray/xray_trampoline_AArch64.S
    M compiler-rt/lib/xray/xray_trampoline_arm.S
    M compiler-rt/lib/xray/xray_trampoline_x86_64.S
    M compiler-rt/lib/xray/xray_x86_64.cpp
    A compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
    M compiler-rt/test/builtins/Unit/ashldi3_test.c
    M compiler-rt/test/builtins/Unit/ashrdi3_test.c
    M compiler-rt/test/builtins/Unit/ctzdi2_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/fp_test.h
    M compiler-rt/test/builtins/Unit/lshrdi3_test.c
    M compiler-rt/test/builtins/Unit/popcountdi2_test.c
    M compiler-rt/test/dfsan/custom.cpp
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
    M compiler-rt/test/msan/backtrace.cpp
    M compiler-rt/test/msan/lit.cfg.py
    M compiler-rt/test/msan/mmap.cpp
    M compiler-rt/test/msan/mmap_below_shadow.cpp
    M compiler-rt/test/msan/param_tls_limit.cpp
    M compiler-rt/test/msan/sigaltstack.cpp
    M compiler-rt/test/msan/strlen_of_shadow.cpp
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.driver.c
    A compiler-rt/test/profile/Inputs/instrprof-gcov-parallel.target.c
    A compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/sanitizer_common/TestCases/Darwin/print-stack-trace-in-code-loaded-after-fork.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/uname.c
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    A compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    A compiler-rt/test/tsan/Darwin/no_call_setenv_in_symbolize.cpp
    M compiler-rt/test/tsan/Linux/double_race.cpp
    A compiler-rt/test/tsan/fiber_cleanup.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race.cpp
    M compiler-rt/test/tsan/inlined_memcpy_race2.cpp
    M compiler-rt/test/tsan/memcmp_race.cpp
    M compiler-rt/test/tsan/memcpy_race.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp
    A compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    M debuginfo-tests/dexter/dex/command/__init__.py
    M debuginfo-tests/dexter/dex/command/commands/DexExpectStepOrder.py
    M debuginfo-tests/dexter/dex/command/commands/DexUnreachable.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/__init__.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
    M debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    M debuginfo-tests/dexter/dexter.py
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    M debuginfo-tests/lit.cfg.py
    A flang/.clang-format
    A flang/.drone.star
    A flang/.gitignore
    A flang/CMakeLists.txt
    A flang/CODE_OWNERS.TXT
    A flang/LICENSE.txt
    A flang/README.md
    A flang/cmake/modules/AddFlang.cmake
    A flang/cmake/modules/CMakeLists.txt
    A flang/cmake/modules/FlangConfig.cmake.in
    A flang/docs/CMakeLists.txt
    A flang/docs/doxygen-mainpage.dox
    A flang/docs/doxygen.cfg.in
    A flang/documentation/ArrayComposition.md
    A flang/documentation/C++17.md
    A flang/documentation/C++style.md
    A flang/documentation/Calls.md
    A flang/documentation/Character.md
    A flang/documentation/ControlFlowGraph.md
    A flang/documentation/Directives.md
    A flang/documentation/Extensions.md
    A flang/documentation/FortranForCProgrammers.md
    A flang/documentation/FortranIR.md
    A flang/documentation/IORuntimeInternals.md
    A flang/documentation/ImplementingASemanticCheck.md
    A flang/documentation/Intrinsics.md
    A flang/documentation/LabelResolution.md
    A flang/documentation/ModFiles.md
    A flang/documentation/OpenMP-4.5-grammar.txt
    A flang/documentation/OpenMP-semantics.md
    A flang/documentation/OptionComparison.md
    A flang/documentation/Overview.md
    A flang/documentation/ParserCombinators.md
    A flang/documentation/Parsing.md
    A flang/documentation/Preprocessing.md
    A flang/documentation/PullRequestChecklist.md
    A flang/documentation/RuntimeDescriptor.md
    A flang/documentation/Semantics.md
    A flang/documentation/f2018-grammar.txt
    A flang/documentation/flang-c-style.el
    A flang/include/CMakeLists.txt
    A flang/include/flang/CMakeLists.txt
    A flang/include/flang/Common/Fortran-features.h
    A flang/include/flang/Common/Fortran.h
    A flang/include/flang/Common/bit-population-count.h
    A flang/include/flang/Common/constexpr-bitset.h
    A flang/include/flang/Common/default-kinds.h
    A flang/include/flang/Common/enum-set.h
    A flang/include/flang/Common/format.h
    A flang/include/flang/Common/idioms.h
    A flang/include/flang/Common/indirection.h
    A flang/include/flang/Common/interval.h
    A flang/include/flang/Common/leading-zero-bit-count.h
    A flang/include/flang/Common/real.h
    A flang/include/flang/Common/reference-counted.h
    A flang/include/flang/Common/reference.h
    A flang/include/flang/Common/restorer.h
    A flang/include/flang/Common/template.h
    A flang/include/flang/Common/uint128.h
    A flang/include/flang/Common/unsigned-const-division.h
    A flang/include/flang/Common/unwrap.h
    A flang/include/flang/Config/config.h.cmake
    A flang/include/flang/Decimal/binary-floating-point.h
    A flang/include/flang/Decimal/decimal.h
    A flang/include/flang/Evaluate/call.h
    A flang/include/flang/Evaluate/characteristics.h
    A flang/include/flang/Evaluate/check-expression.h
    A flang/include/flang/Evaluate/common.h
    A flang/include/flang/Evaluate/complex.h
    A flang/include/flang/Evaluate/constant.h
    A flang/include/flang/Evaluate/expression.h
    A flang/include/flang/Evaluate/fold.h
    A flang/include/flang/Evaluate/formatting.h
    A flang/include/flang/Evaluate/integer.h
    A flang/include/flang/Evaluate/intrinsics-library.h
    A flang/include/flang/Evaluate/intrinsics.h
    A flang/include/flang/Evaluate/logical.h
    A flang/include/flang/Evaluate/real.h
    A flang/include/flang/Evaluate/rounding-bits.h
    A flang/include/flang/Evaluate/shape.h
    A flang/include/flang/Evaluate/static-data.h
    A flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Evaluate/traverse.h
    A flang/include/flang/Evaluate/type.h
    A flang/include/flang/Evaluate/variable.h
    A flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/Lower/.clang-format
    A flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Optimizer/.clang-format
    A flang/include/flang/Optimizer/CMakeLists.txt
    A flang/include/flang/Optimizer/Dialect/CMakeLists.txt
    A flang/include/flang/Optimizer/Dialect/FIRAttr.h
    A flang/include/flang/Optimizer/Dialect/FIRDialect.h
    A flang/include/flang/Optimizer/Dialect/FIROps.h
    A flang/include/flang/Optimizer/Dialect/FIROps.td
    A flang/include/flang/Optimizer/Dialect/FIROpsSupport.h
    A flang/include/flang/Optimizer/Dialect/FIRType.h
    A flang/include/flang/Optimizer/Support/InternalNames.h
    A flang/include/flang/Optimizer/Support/KindMapping.h
    A flang/include/flang/Parser/char-block.h
    A flang/include/flang/Parser/char-buffer.h
    A flang/include/flang/Parser/char-set.h
    A flang/include/flang/Parser/characters.h
    A flang/include/flang/Parser/dump-parse-tree.h
    A flang/include/flang/Parser/format-specification.h
    A flang/include/flang/Parser/instrumented-parser.h
    A flang/include/flang/Parser/message.h
    A flang/include/flang/Parser/parse-state.h
    A flang/include/flang/Parser/parse-tree-visitor.h
    A flang/include/flang/Parser/parse-tree.h
    A flang/include/flang/Parser/parsing.h
    A flang/include/flang/Parser/provenance.h
    A flang/include/flang/Parser/source.h
    A flang/include/flang/Parser/tools.h
    A flang/include/flang/Parser/unparse.h
    A flang/include/flang/Parser/user-state.h
    A flang/include/flang/Semantics/attr.h
    A flang/include/flang/Semantics/expression.h
    A flang/include/flang/Semantics/scope.h
    A flang/include/flang/Semantics/semantics.h
    A flang/include/flang/Semantics/symbol.h
    A flang/include/flang/Semantics/tools.h
    A flang/include/flang/Semantics/type.h
    A flang/include/flang/Semantics/unparse-with-symbols.h
    A flang/include/flang/Version.inc.in
    A flang/lib/CMakeLists.txt
    A flang/lib/Common/CMakeLists.txt
    A flang/lib/Common/Fortran-features.cpp
    A flang/lib/Common/Fortran.cpp
    A flang/lib/Common/default-kinds.cpp
    A flang/lib/Common/idioms.cpp
    A flang/lib/Decimal/CMakeLists.txt
    A flang/lib/Decimal/big-radix-floating-point.h
    A flang/lib/Decimal/binary-to-decimal.cpp
    A flang/lib/Decimal/decimal-to-binary.cpp
    A flang/lib/Evaluate/CMakeLists.txt
    A flang/lib/Evaluate/call.cpp
    A flang/lib/Evaluate/character.h
    A flang/lib/Evaluate/characteristics.cpp
    A flang/lib/Evaluate/check-expression.cpp
    A flang/lib/Evaluate/common.cpp
    A flang/lib/Evaluate/complex.cpp
    A flang/lib/Evaluate/constant.cpp
    A flang/lib/Evaluate/expression.cpp
    A flang/lib/Evaluate/fold-character.cpp
    A flang/lib/Evaluate/fold-complex.cpp
    A flang/lib/Evaluate/fold-implementation.h
    A flang/lib/Evaluate/fold-integer.cpp
    A flang/lib/Evaluate/fold-logical.cpp
    A flang/lib/Evaluate/fold-real.cpp
    A flang/lib/Evaluate/fold.cpp
    A flang/lib/Evaluate/formatting.cpp
    A flang/lib/Evaluate/host.cpp
    A flang/lib/Evaluate/host.h
    A flang/lib/Evaluate/int-power.h
    A flang/lib/Evaluate/integer.cpp
    A flang/lib/Evaluate/intrinsics-library-templates.h
    A flang/lib/Evaluate/intrinsics-library.cpp
    A flang/lib/Evaluate/intrinsics.cpp
    A flang/lib/Evaluate/logical.cpp
    A flang/lib/Evaluate/real.cpp
    A flang/lib/Evaluate/shape.cpp
    A flang/lib/Evaluate/static-data.cpp
    A flang/lib/Evaluate/tools.cpp
    A flang/lib/Evaluate/type.cpp
    A flang/lib/Evaluate/variable.cpp
    A flang/lib/Lower/.clang-format
    A flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/PFTBuilder.cpp
    A flang/lib/Optimizer/.clang-format
    A flang/lib/Optimizer/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/CMakeLists.txt
    A flang/lib/Optimizer/Dialect/FIRAttr.cpp
    A flang/lib/Optimizer/Dialect/FIRDialect.cpp
    A flang/lib/Optimizer/Dialect/FIROps.cpp
    A flang/lib/Optimizer/Dialect/FIRType.cpp
    A flang/lib/Optimizer/Support/CMakeLists.txt
    A flang/lib/Optimizer/Support/InternalNames.cpp
    A flang/lib/Optimizer/Support/KindMapping.cpp
    A flang/lib/Parser/CMakeLists.txt
    A flang/lib/Parser/Fortran-parsers.cpp
    A flang/lib/Parser/basic-parsers.h
    A flang/lib/Parser/char-block.cpp
    A flang/lib/Parser/char-buffer.cpp
    A flang/lib/Parser/char-set.cpp
    A flang/lib/Parser/characters.cpp
    A flang/lib/Parser/debug-parser.cpp
    A flang/lib/Parser/debug-parser.h
    A flang/lib/Parser/executable-parsers.cpp
    A flang/lib/Parser/expr-parsers.cpp
    A flang/lib/Parser/expr-parsers.h
    A flang/lib/Parser/instrumented-parser.cpp
    A flang/lib/Parser/io-parsers.cpp
    A flang/lib/Parser/message.cpp
    A flang/lib/Parser/misc-parsers.h
    A flang/lib/Parser/openmp-parsers.cpp
    A flang/lib/Parser/parse-tree.cpp
    A flang/lib/Parser/parsing.cpp
    A flang/lib/Parser/preprocessor.cpp
    A flang/lib/Parser/preprocessor.h
    A flang/lib/Parser/prescan.cpp
    A flang/lib/Parser/prescan.h
    A flang/lib/Parser/program-parsers.cpp
    A flang/lib/Parser/provenance.cpp
    A flang/lib/Parser/source.cpp
    A flang/lib/Parser/stmt-parser.h
    A flang/lib/Parser/token-parsers.h
    A flang/lib/Parser/token-sequence.cpp
    A flang/lib/Parser/token-sequence.h
    A flang/lib/Parser/tools.cpp
    A flang/lib/Parser/type-parser-implementation.h
    A flang/lib/Parser/type-parsers.h
    A flang/lib/Parser/unparse.cpp
    A flang/lib/Parser/user-state.cpp
    A flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/assignment.cpp
    A flang/lib/Semantics/assignment.h
    A flang/lib/Semantics/attr.cpp
    A flang/lib/Semantics/canonicalize-do.cpp
    A flang/lib/Semantics/canonicalize-do.h
    A flang/lib/Semantics/canonicalize-omp.cpp
    A flang/lib/Semantics/canonicalize-omp.h
    A flang/lib/Semantics/check-allocate.cpp
    A flang/lib/Semantics/check-allocate.h
    A flang/lib/Semantics/check-arithmeticif.cpp
    A flang/lib/Semantics/check-arithmeticif.h
    A flang/lib/Semantics/check-call.cpp
    A flang/lib/Semantics/check-call.h
    A flang/lib/Semantics/check-case.cpp
    A flang/lib/Semantics/check-case.h
    A flang/lib/Semantics/check-coarray.cpp
    A flang/lib/Semantics/check-coarray.h
    A flang/lib/Semantics/check-data.cpp
    A flang/lib/Semantics/check-data.h
    A flang/lib/Semantics/check-deallocate.cpp
    A flang/lib/Semantics/check-deallocate.h
    A flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-declarations.h
    A flang/lib/Semantics/check-do-forall.cpp
    A flang/lib/Semantics/check-do-forall.h
    A flang/lib/Semantics/check-if-stmt.cpp
    A flang/lib/Semantics/check-if-stmt.h
    A flang/lib/Semantics/check-io.cpp
    A flang/lib/Semantics/check-io.h
    A flang/lib/Semantics/check-namelist.cpp
    A flang/lib/Semantics/check-namelist.h
    A flang/lib/Semantics/check-nullify.cpp
    A flang/lib/Semantics/check-nullify.h
    A flang/lib/Semantics/check-omp-structure.cpp
    A flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/check-purity.cpp
    A flang/lib/Semantics/check-purity.h
    A flang/lib/Semantics/check-return.cpp
    A flang/lib/Semantics/check-return.h
    A flang/lib/Semantics/check-stop.cpp
    A flang/lib/Semantics/check-stop.h
    A flang/lib/Semantics/compute-offsets.cpp
    A flang/lib/Semantics/compute-offsets.h
    A flang/lib/Semantics/expression.cpp
    A flang/lib/Semantics/mod-file.cpp
    A flang/lib/Semantics/mod-file.h
    A flang/lib/Semantics/pointer-assignment.cpp
    A flang/lib/Semantics/pointer-assignment.h
    A flang/lib/Semantics/program-tree.cpp
    A flang/lib/Semantics/program-tree.h
    A flang/lib/Semantics/resolve-labels.cpp
    A flang/lib/Semantics/resolve-labels.h
    A flang/lib/Semantics/resolve-names-utils.cpp
    A flang/lib/Semantics/resolve-names-utils.h
    A flang/lib/Semantics/resolve-names.cpp
    A flang/lib/Semantics/resolve-names.h
    A flang/lib/Semantics/rewrite-parse-tree.cpp
    A flang/lib/Semantics/rewrite-parse-tree.h
    A flang/lib/Semantics/scope.cpp
    A flang/lib/Semantics/semantics.cpp
    A flang/lib/Semantics/symbol.cpp
    A flang/lib/Semantics/tools.cpp
    A flang/lib/Semantics/type.cpp
    A flang/lib/Semantics/unparse-with-symbols.cpp
    A flang/module/__fortran_builtins.f90
    A flang/module/ieee_arithmetic.f90
    A flang/module/ieee_exceptions.f90
    A flang/module/ieee_features.f90
    A flang/module/iso_c_binding.f90
    A flang/module/iso_fortran_env.f90
    A flang/module/omp_lib.f90
    A flang/module/omp_lib.h
    A flang/runtime/CMakeLists.txt
    A flang/runtime/ISO_Fortran_binding.cpp
    A flang/runtime/allocatable.cpp
    A flang/runtime/allocatable.h
    A flang/runtime/buffer.cpp
    A flang/runtime/buffer.h
    A flang/runtime/c-or-cpp.h
    A flang/runtime/character.cpp
    A flang/runtime/character.h
    A flang/runtime/config.h.cmake
    A flang/runtime/connection.cpp
    A flang/runtime/connection.h
    A flang/runtime/derived-type.cpp
    A flang/runtime/derived-type.h
    A flang/runtime/descriptor.cpp
    A flang/runtime/descriptor.h
    A flang/runtime/edit-input.cpp
    A flang/runtime/edit-input.h
    A flang/runtime/edit-output.cpp
    A flang/runtime/edit-output.h
    A flang/runtime/entry-names.h
    A flang/runtime/environment.cpp
    A flang/runtime/environment.h
    A flang/runtime/file.cpp
    A flang/runtime/file.h
    A flang/runtime/format-implementation.h
    A flang/runtime/format.cpp
    A flang/runtime/format.h
    A flang/runtime/internal-unit.cpp
    A flang/runtime/internal-unit.h
    A flang/runtime/io-api.cpp
    A flang/runtime/io-api.h
    A flang/runtime/io-error.cpp
    A flang/runtime/io-error.h
    A flang/runtime/io-stmt.cpp
    A flang/runtime/io-stmt.h
    A flang/runtime/iostat.cpp
    A flang/runtime/iostat.h
    A flang/runtime/lock.h
    A flang/runtime/magic-numbers.h
    A flang/runtime/main.cpp
    A flang/runtime/main.h
    A flang/runtime/memory.cpp
    A flang/runtime/memory.h
    A flang/runtime/stop.cpp
    A flang/runtime/stop.h
    A flang/runtime/terminator.cpp
    A flang/runtime/terminator.h
    A flang/runtime/tools.cpp
    A flang/runtime/tools.h
    A flang/runtime/transformational.cpp
    A flang/runtime/transformational.h
    A flang/runtime/type-code.cpp
    A flang/runtime/type-code.h
    A flang/runtime/unit-map.cpp
    A flang/runtime/unit-map.h
    A flang/runtime/unit.cpp
    A flang/runtime/unit.h
    A flang/test/CMakeLists.txt
    A flang/test/Driver/version_test.f90
    A flang/test/Evaluate/folding01.f90
    A flang/test/Evaluate/folding02.f90
    A flang/test/Evaluate/folding03.f90
    A flang/test/Evaluate/folding04.f90
    A flang/test/Evaluate/folding05.f90
    A flang/test/Evaluate/folding06.f90
    A flang/test/Evaluate/folding07.f90
    A flang/test/Evaluate/folding08.f90
    A flang/test/Evaluate/folding09.f90
    A flang/test/Evaluate/test_folding.sh
    A flang/test/Fir/fir-ops.fir
    A flang/test/Fir/fir-types.fir
    A flang/test/Lower/pre-fir-tree01.f90
    A flang/test/Lower/pre-fir-tree02.f90
    A flang/test/Lower/pre-fir-tree03.f90
    A flang/test/Lower/pre-fir-tree04.f90
    A flang/test/Preprocessing/lit.local.cfg.py
    A flang/test/Preprocessing/pp001.F
    A flang/test/Preprocessing/pp002.F
    A flang/test/Preprocessing/pp003.F
    A flang/test/Preprocessing/pp004.F
    A flang/test/Preprocessing/pp005.F
    A flang/test/Preprocessing/pp006.F
    A flang/test/Preprocessing/pp007.F
    A flang/test/Preprocessing/pp008.F
    A flang/test/Preprocessing/pp009.F
    A flang/test/Preprocessing/pp010.F
    A flang/test/Preprocessing/pp011.F
    A flang/test/Preprocessing/pp012.F
    A flang/test/Preprocessing/pp013.F
    A flang/test/Preprocessing/pp014.F
    A flang/test/Preprocessing/pp015.F
    A flang/test/Preprocessing/pp016.F
    A flang/test/Preprocessing/pp017.F
    A flang/test/Preprocessing/pp018.F
    A flang/test/Preprocessing/pp019.F
    A flang/test/Preprocessing/pp020.F
    A flang/test/Preprocessing/pp021.F
    A flang/test/Preprocessing/pp022.F
    A flang/test/Preprocessing/pp023.F
    A flang/test/Preprocessing/pp024.F
    A flang/test/Preprocessing/pp025.F
    A flang/test/Preprocessing/pp026.F
    A flang/test/Preprocessing/pp027.F
    A flang/test/Preprocessing/pp028.F
    A flang/test/Preprocessing/pp029.F
    A flang/test/Preprocessing/pp030.F
    A flang/test/Preprocessing/pp031.F
    A flang/test/Preprocessing/pp032.F
    A flang/test/Preprocessing/pp033.F
    A flang/test/Preprocessing/pp034.F
    A flang/test/Preprocessing/pp035.F
    A flang/test/Preprocessing/pp036.F
    A flang/test/Preprocessing/pp037.F
    A flang/test/Preprocessing/pp038.F
    A flang/test/Preprocessing/pp039.F
    A flang/test/Preprocessing/pp040.F
    A flang/test/Preprocessing/pp041.F
    A flang/test/Preprocessing/pp042.F
    A flang/test/Preprocessing/pp043.F
    A flang/test/Preprocessing/pp044.F
    A flang/test/Preprocessing/pp101.F90
    A flang/test/Preprocessing/pp102.F90
    A flang/test/Preprocessing/pp103.F90
    A flang/test/Preprocessing/pp104.F90
    A flang/test/Preprocessing/pp105.F90
    A flang/test/Preprocessing/pp106.F90
    A flang/test/Preprocessing/pp107.F90
    A flang/test/Preprocessing/pp108.F90
    A flang/test/Preprocessing/pp109.F90
    A flang/test/Preprocessing/pp110.F90
    A flang/test/Preprocessing/pp111.F90
    A flang/test/Preprocessing/pp112.F90
    A flang/test/Preprocessing/pp113.F90
    A flang/test/Preprocessing/pp114.F90
    A flang/test/Preprocessing/pp115.F90
    A flang/test/Preprocessing/pp116.F90
    A flang/test/Preprocessing/pp117.F90
    A flang/test/Preprocessing/pp118.F90
    A flang/test/Preprocessing/pp119.F90
    A flang/test/Preprocessing/pp120.F90
    A flang/test/Preprocessing/pp121.F90
    A flang/test/Preprocessing/pp122.F90
    A flang/test/Preprocessing/pp123.F90
    A flang/test/Preprocessing/pp124.F90
    A flang/test/Preprocessing/pp125.F90
    A flang/test/Preprocessing/pp126.F90
    A flang/test/Preprocessing/pp127.F90
    A flang/test/Preprocessing/pp128.F90
    A flang/test/Preprocessing/pp129.F90
    A flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/CMakeLists.txt
    A flang/test/Semantics/Inputs/getdefinition03-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-a.f90
    A flang/test/Semantics/Inputs/getsymbols02-b.f90
    A flang/test/Semantics/Inputs/getsymbols02-c.f90
    A flang/test/Semantics/Inputs/getsymbols03-b.f90
    A flang/test/Semantics/Inputs/mod-file-changed.f90
    A flang/test/Semantics/Inputs/mod-file-unchanged.f90
    A flang/test/Semantics/Inputs/modfile09-a.f90
    A flang/test/Semantics/Inputs/modfile09-b.f90
    A flang/test/Semantics/Inputs/modfile09-c.f90
    A flang/test/Semantics/Inputs/modfile09-d.f90
    A flang/test/Semantics/allocate01.f90
    A flang/test/Semantics/allocate02.f90
    A flang/test/Semantics/allocate03.f90
    A flang/test/Semantics/allocate04.f90
    A flang/test/Semantics/allocate05.f90
    A flang/test/Semantics/allocate06.f90
    A flang/test/Semantics/allocate07.f90
    A flang/test/Semantics/allocate08.f90
    A flang/test/Semantics/allocate09.f90
    A flang/test/Semantics/allocate10.f90
    A flang/test/Semantics/allocate11.f90
    A flang/test/Semantics/allocate12.f90
    A flang/test/Semantics/allocate13.f90
    A flang/test/Semantics/altreturn01.f90
    A flang/test/Semantics/altreturn02.f90
    A flang/test/Semantics/altreturn03.f90
    A flang/test/Semantics/altreturn04.f90
    A flang/test/Semantics/altreturn05.f90
    A flang/test/Semantics/assign01.f90
    A flang/test/Semantics/assign02.f90
    A flang/test/Semantics/assign03.f90
    A flang/test/Semantics/assign04.f90
    A flang/test/Semantics/assign06.f90
    A flang/test/Semantics/assign07.f90
    A flang/test/Semantics/bad-forward-type.f90
    A flang/test/Semantics/bindings01.f90
    A flang/test/Semantics/block-data01.f90
    A flang/test/Semantics/blockconstruct01.f90
    A flang/test/Semantics/blockconstruct02.f90
    A flang/test/Semantics/blockconstruct03.f90
    A flang/test/Semantics/c_f_pointer.f90
    A flang/test/Semantics/call01.f90
    A flang/test/Semantics/call02.f90
    A flang/test/Semantics/call03.f90
    A flang/test/Semantics/call04.f90
    A flang/test/Semantics/call05.f90
    A flang/test/Semantics/call06.f90
    A flang/test/Semantics/call07.f90
    A flang/test/Semantics/call08.f90
    A flang/test/Semantics/call09.f90
    A flang/test/Semantics/call10.f90
    A flang/test/Semantics/call11.f90
    A flang/test/Semantics/call12.f90
    A flang/test/Semantics/call13.f90
    A flang/test/Semantics/call14.f90
    A flang/test/Semantics/call15.f90
    A flang/test/Semantics/canondo01.f90
    A flang/test/Semantics/canondo02.f90
    A flang/test/Semantics/canondo03.f90
    A flang/test/Semantics/canondo04.f90
    A flang/test/Semantics/canondo05.f90
    A flang/test/Semantics/canondo06.f90
    A flang/test/Semantics/canondo07.f90
    A flang/test/Semantics/canondo08.f90
    A flang/test/Semantics/canondo09.f90
    A flang/test/Semantics/canondo10.f90
    A flang/test/Semantics/canondo11.f90
    A flang/test/Semantics/canondo12.f90
    A flang/test/Semantics/canondo13.f90
    A flang/test/Semantics/canondo14.f90
    A flang/test/Semantics/canondo15.f90
    A flang/test/Semantics/canondo16.f90
    A flang/test/Semantics/canondo17.f90
    A flang/test/Semantics/canondo18.f90
    A flang/test/Semantics/canondo19.f90
    A flang/test/Semantics/case01.f90
    A flang/test/Semantics/coarrays01.f90
    A flang/test/Semantics/common.sh
    A flang/test/Semantics/complex01.f90
    A flang/test/Semantics/computed-goto01.f90
    A flang/test/Semantics/computed-goto02.f90
    A flang/test/Semantics/critical01.f90
    A flang/test/Semantics/critical02.f90
    A flang/test/Semantics/critical03.f90
    A flang/test/Semantics/critical04.f90
    A flang/test/Semantics/data01.f90
    A flang/test/Semantics/data02.f90
    A flang/test/Semantics/data03.f90
    A flang/test/Semantics/deallocate01.f90
    A flang/test/Semantics/deallocate04.f90
    A flang/test/Semantics/deallocate05.f90
    A flang/test/Semantics/doconcurrent01.f90
    A flang/test/Semantics/doconcurrent02.f90
    A flang/test/Semantics/doconcurrent03.f90
    A flang/test/Semantics/doconcurrent04.f90
    A flang/test/Semantics/doconcurrent05.f90
    A flang/test/Semantics/doconcurrent06.f90
    A flang/test/Semantics/doconcurrent07.f90
    A flang/test/Semantics/doconcurrent08.f90
    A flang/test/Semantics/dosemantics01.f90
    A flang/test/Semantics/dosemantics02.f90
    A flang/test/Semantics/dosemantics03.f90
    A flang/test/Semantics/dosemantics04.f90
    A flang/test/Semantics/dosemantics05.f90
    A flang/test/Semantics/dosemantics06.f90
    A flang/test/Semantics/dosemantics07.f90
    A flang/test/Semantics/dosemantics08.f90
    A flang/test/Semantics/dosemantics09.f90
    A flang/test/Semantics/dosemantics10.f90
    A flang/test/Semantics/dosemantics11.f90
    A flang/test/Semantics/dosemantics12.f90
    A flang/test/Semantics/empty.f90
    A flang/test/Semantics/entry01.f90
    A flang/test/Semantics/equivalence01.f90
    A flang/test/Semantics/expr-errors01.f90
    A flang/test/Semantics/expr-errors02.f90
    A flang/test/Semantics/forall01.f90
    A flang/test/Semantics/getdefinition01.f90
    A flang/test/Semantics/getdefinition02.f
    A flang/test/Semantics/getdefinition03-a.f90
    A flang/test/Semantics/getdefinition04.f90
    A flang/test/Semantics/getdefinition05.f90
    A flang/test/Semantics/getsymbols01.f90
    A flang/test/Semantics/getsymbols02.f90
    A flang/test/Semantics/getsymbols03-a.f90
    A flang/test/Semantics/getsymbols04.f90
    A flang/test/Semantics/getsymbols05.f90
    A flang/test/Semantics/if_arith01.f90
    A flang/test/Semantics/if_arith02.f90
    A flang/test/Semantics/if_arith03.f90
    A flang/test/Semantics/if_arith04.f90
    A flang/test/Semantics/if_construct01.f90
    A flang/test/Semantics/if_construct02.f90
    A flang/test/Semantics/if_stmt01.f90
    A flang/test/Semantics/if_stmt02.f90
    A flang/test/Semantics/if_stmt03.f90
    A flang/test/Semantics/implicit01.f90
    A flang/test/Semantics/implicit02.f90
    A flang/test/Semantics/implicit03.f90
    A flang/test/Semantics/implicit04.f90
    A flang/test/Semantics/implicit05.f90
    A flang/test/Semantics/implicit06.f90
    A flang/test/Semantics/implicit07.f90
    A flang/test/Semantics/implicit08.f90
    A flang/test/Semantics/init01.f90
    A flang/test/Semantics/int-literals.f90
    A flang/test/Semantics/io01.f90
    A flang/test/Semantics/io02.f90
    A flang/test/Semantics/io03.f90
    A flang/test/Semantics/io04.f90
    A flang/test/Semantics/io05.f90
    A flang/test/Semantics/io06.f90
    A flang/test/Semantics/io07.f90
    A flang/test/Semantics/io08.f90
    A flang/test/Semantics/io09.f90
    A flang/test/Semantics/io10.f90
    A flang/test/Semantics/kinds01.f90
    A flang/test/Semantics/kinds02.f90
    A flang/test/Semantics/kinds03.f90
    A flang/test/Semantics/kinds04.f90
    A flang/test/Semantics/label01.F90
    A flang/test/Semantics/label02.f90
    A flang/test/Semantics/label03.f90
    A flang/test/Semantics/label04.f90
    A flang/test/Semantics/label05.f90
    A flang/test/Semantics/label06.f90
    A flang/test/Semantics/label07.f90
    A flang/test/Semantics/label08.f90
    A flang/test/Semantics/label09.f90
    A flang/test/Semantics/label10.f90
    A flang/test/Semantics/label11.f90
    A flang/test/Semantics/label12.f90
    A flang/test/Semantics/label13.f90
    A flang/test/Semantics/label14.f90
    A flang/test/Semantics/misc-declarations.f90
    A flang/test/Semantics/missing_newline.f90
    A flang/test/Semantics/mod-file-rewriter.f90
    A flang/test/Semantics/modfile01.f90
    A flang/test/Semantics/modfile02.f90
    A flang/test/Semantics/modfile03.f90
    A flang/test/Semantics/modfile04.f90
    A flang/test/Semantics/modfile05.f90
    A flang/test/Semantics/modfile06.f90
    A flang/test/Semantics/modfile07.f90
    A flang/test/Semantics/modfile08.f90
    A flang/test/Semantics/modfile09.f90
    A flang/test/Semantics/modfile10.f90
    A flang/test/Semantics/modfile11.f90
    A flang/test/Semantics/modfile12.f90
    A flang/test/Semantics/modfile13.f90
    A flang/test/Semantics/modfile14.f90
    A flang/test/Semantics/modfile15.f90
    A flang/test/Semantics/modfile16.f90
    A flang/test/Semantics/modfile17.f90
    A flang/test/Semantics/modfile18.f90
    A flang/test/Semantics/modfile19.f90
    A flang/test/Semantics/modfile20.f90
    A flang/test/Semantics/modfile21.f90
    A flang/test/Semantics/modfile22.f90
    A flang/test/Semantics/modfile23.f90
    A flang/test/Semantics/modfile24.f90
    A flang/test/Semantics/modfile25.f90
    A flang/test/Semantics/modfile26.f90
    A flang/test/Semantics/modfile27.f90
    A flang/test/Semantics/modfile28.f90
    A flang/test/Semantics/modfile29.f90
    A flang/test/Semantics/modfile30.f90
    A flang/test/Semantics/modfile31.f90
    A flang/test/Semantics/modfile32.f90
    A flang/test/Semantics/modfile33.f90
    A flang/test/Semantics/modfile34.f90
    A flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/namelist01.f90
    A flang/test/Semantics/null01.f90
    A flang/test/Semantics/nullify01.f90
    A flang/test/Semantics/nullify02.f90
    A flang/test/Semantics/offsets01.f90
    A flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/omp-atomic.f90
    A flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/omp-combined-constructs.f90
    A flang/test/Semantics/omp-declarative-directive.f90
    A flang/test/Semantics/omp-device-constructs.f90
    A flang/test/Semantics/omp-loop-association.f90
    A flang/test/Semantics/omp-nested01.f90
    A flang/test/Semantics/omp-resolve01.f90
    A flang/test/Semantics/omp-resolve02.f90
    A flang/test/Semantics/omp-resolve03.f90
    A flang/test/Semantics/omp-resolve04.f90
    A flang/test/Semantics/omp-resolve05.f90
    A flang/test/Semantics/omp-symbol01.f90
    A flang/test/Semantics/omp-symbol02.f90
    A flang/test/Semantics/omp-symbol03.f90
    A flang/test/Semantics/omp-symbol04.f90
    A flang/test/Semantics/omp-symbol05.f90
    A flang/test/Semantics/omp-symbol06.f90
    A flang/test/Semantics/omp-symbol07.f90
    A flang/test/Semantics/omp-symbol08.f90
    A flang/test/Semantics/procinterface01.f90
    A flang/test/Semantics/resolve01.f90
    A flang/test/Semantics/resolve02.f90
    A flang/test/Semantics/resolve03.f90
    A flang/test/Semantics/resolve04.f90
    A flang/test/Semantics/resolve05.f90
    A flang/test/Semantics/resolve06.f90
    A flang/test/Semantics/resolve07.f90
    A flang/test/Semantics/resolve08.f90
    A flang/test/Semantics/resolve09.f90
    A flang/test/Semantics/resolve10.f90
    A flang/test/Semantics/resolve11.f90
    A flang/test/Semantics/resolve12.f90
    A flang/test/Semantics/resolve13.f90
    A flang/test/Semantics/resolve14.f90
    A flang/test/Semantics/resolve15.f90
    A flang/test/Semantics/resolve16.f90
    A flang/test/Semantics/resolve17.f90
    A flang/test/Semantics/resolve18.f90
    A flang/test/Semantics/resolve19.f90
    A flang/test/Semantics/resolve20.f90
    A flang/test/Semantics/resolve21.f90
    A flang/test/Semantics/resolve22.f90
    A flang/test/Semantics/resolve23.f90
    A flang/test/Semantics/resolve24.f90
    A flang/test/Semantics/resolve25.f90
    A flang/test/Semantics/resolve26.f90
    A flang/test/Semantics/resolve27.f90
    A flang/test/Semantics/resolve28.f90
    A flang/test/Semantics/resolve29.f90
    A flang/test/Semantics/resolve30.f90
    A flang/test/Semantics/resolve31.f90
    A flang/test/Semantics/resolve32.f90
    A flang/test/Semantics/resolve33.f90
    A flang/test/Semantics/resolve34.f90
    A flang/test/Semantics/resolve35.f90
    A flang/test/Semantics/resolve36.f90
    A flang/test/Semantics/resolve37.f90
    A flang/test/Semantics/resolve38.f90
    A flang/test/Semantics/resolve39.f90
    A flang/test/Semantics/resolve40.f90
    A flang/test/Semantics/resolve41.f90
    A flang/test/Semantics/resolve42.f90
    A flang/test/Semantics/resolve43.f90
    A flang/test/Semantics/resolve44.f90
    A flang/test/Semantics/resolve45.f90
    A flang/test/Semantics/resolve46.f90
    A flang/test/Semantics/resolve47.f90
    A flang/test/Semantics/resolve48.f90
    A flang/test/Semantics/resolve49.f90
    A flang/test/Semantics/resolve50.f90
    A flang/test/Semantics/resolve51.f90
    A flang/test/Semantics/resolve52.f90
    A flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve54.f90
    A flang/test/Semantics/resolve55.f90
    A flang/test/Semantics/resolve56.f90
    A flang/test/Semantics/resolve57.f90
    A flang/test/Semantics/resolve58.f90
    A flang/test/Semantics/resolve59.f90
    A flang/test/Semantics/resolve60.f90
    A flang/test/Semantics/resolve61.f90
    A flang/test/Semantics/resolve62.f90
    A flang/test/Semantics/resolve63.f90
    A flang/test/Semantics/resolve64.f90
    A flang/test/Semantics/resolve65.f90
    A flang/test/Semantics/resolve66.f90
    A flang/test/Semantics/resolve67.f90
    A flang/test/Semantics/resolve68.f90
    A flang/test/Semantics/resolve69.f90
    A flang/test/Semantics/resolve70.f90
    A flang/test/Semantics/resolve71.f90
    A flang/test/Semantics/resolve72.f90
    A flang/test/Semantics/resolve73.f90
    A flang/test/Semantics/resolve74.f90
    A flang/test/Semantics/resolve75.f90
    A flang/test/Semantics/resolve76.f90
    A flang/test/Semantics/resolve77.f90
    A flang/test/Semantics/resolve78.f90
    A flang/test/Semantics/resolve79.f90
    A flang/test/Semantics/resolve80.f90
    A flang/test/Semantics/resolve81.f90
    A flang/test/Semantics/resolve82.f90
    A flang/test/Semantics/resolve83.f90
    A flang/test/Semantics/resolve84.f90
    A flang/test/Semantics/resolve85.f90
    A flang/test/Semantics/resolve86.f90
    A flang/test/Semantics/resolve87.f90
    A flang/test/Semantics/separate-mp01.f90
    A flang/test/Semantics/separate-mp02.f90
    A flang/test/Semantics/stop01.f90
    A flang/test/Semantics/structconst01.f90
    A flang/test/Semantics/structconst02.f90
    A flang/test/Semantics/structconst03.f90
    A flang/test/Semantics/structconst04.f90
    A flang/test/Semantics/symbol01.f90
    A flang/test/Semantics/symbol02.f90
    A flang/test/Semantics/symbol03.f90
    A flang/test/Semantics/symbol05.f90
    A flang/test/Semantics/symbol06.f90
    A flang/test/Semantics/symbol07.f90
    A flang/test/Semantics/symbol08.f90
    A flang/test/Semantics/symbol09.f90
    A flang/test/Semantics/symbol10.f90
    A flang/test/Semantics/symbol11.f90
    A flang/test/Semantics/symbol12.f90
    A flang/test/Semantics/symbol13.f90
    A flang/test/Semantics/symbol14.f90
    A flang/test/Semantics/symbol15.f90
    A flang/test/Semantics/symbol16.f90
    A flang/test/Semantics/symbol17.f90
    A flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh.in
    A flang/test/Semantics/test_modfile.sh
    A flang/test/Semantics/test_symbols.sh
    A flang/test/lit.cfg.py
    A flang/test/lit.site.cfg.py.in
    A flang/tools/CMakeLists.txt
    A flang/tools/bbc/.clang-format
    A flang/tools/f18-parse-demo/CMakeLists.txt
    A flang/tools/f18-parse-demo/f18-parse-demo.cpp
    A flang/tools/f18-parse-demo/stub-evaluate.cpp
    A flang/tools/f18/CMakeLists.txt
    A flang/tools/f18/dump.cpp
    A flang/tools/f18/f18.cpp
    A flang/tools/f18/flang.sh.in
    A flang/tools/tco/.clang-format
    A flang/tools/tco/CMakeLists.txt
    A flang/tools/tco/tco.cpp
    A flang/unittests/CMakeLists.txt
    A flang/unittests/Decimal/CMakeLists.txt
    A flang/unittests/Decimal/quick-sanity-test.cpp
    A flang/unittests/Decimal/thorough-test.cpp
    A flang/unittests/Evaluate/CMakeLists.txt
    A flang/unittests/Evaluate/ISO-Fortran-binding.cpp
    A flang/unittests/Evaluate/bit-population-count.cpp
    A flang/unittests/Evaluate/expression.cpp
    A flang/unittests/Evaluate/folding.cpp
    A flang/unittests/Evaluate/fp-testing.cpp
    A flang/unittests/Evaluate/fp-testing.h
    A flang/unittests/Evaluate/integer.cpp
    A flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Evaluate/leading-zero-bit-count.cpp
    A flang/unittests/Evaluate/logical.cpp
    A flang/unittests/Evaluate/real.cpp
    A flang/unittests/Evaluate/reshape.cpp
    A flang/unittests/Evaluate/testing.cpp
    A flang/unittests/Evaluate/testing.h
    A flang/unittests/Evaluate/uint128.cpp
    A flang/unittests/Runtime/CMakeLists.txt
    A flang/unittests/Runtime/character.cpp
    A flang/unittests/Runtime/external-hello.cpp
    A flang/unittests/Runtime/format.cpp
    A flang/unittests/Runtime/hello.cpp
    A flang/unittests/Runtime/list-input.cpp
    A flang/unittests/Runtime/testing.cpp
    A flang/unittests/Runtime/testing.h
    R libc/AOR_v20.02/math/cosf.c
    M libc/AOR_v20.02/math/math_config.h
    M libc/AOR_v20.02/math/pow.c
    M libc/AOR_v20.02/math/pow_log_data.c
    M libc/AOR_v20.02/math/powf.c
    R libc/AOR_v20.02/math/sincosf.c
    R libc/AOR_v20.02/math/sincosf.h
    R libc/AOR_v20.02/math/sincosf_data.c
    R libc/AOR_v20.02/math/sinf.c
    M libc/AOR_v20.02/math/test/mathbench.c
    M libc/AOR_v20.02/math/test/runulp.sh
    R libc/AOR_v20.02/math/test/testcases/directed/cosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sincosf.tst
    R libc/AOR_v20.02/math/test/testcases/directed/sinf.tst
    M libc/AOR_v20.02/math/test/testcases/random/float.tst
    M libc/AOR_v20.02/string/aarch64/memchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strchr-sve.S
    M libc/AOR_v20.02/string/aarch64/strnlen.S
    M libc/AOR_v20.02/string/aarch64/strrchr-sve.S
    M libc/AOR_v20.02/string/arm/strcpy.c
    M libc/CMakeLists.txt
    A libc/cmake/modules/LLVMLibCHeaderRules.cmake
    A libc/cmake/modules/LLVMLibCLibraryRules.cmake
    A libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/cmake/modules/LLVMLibCTargetNameUtils.cmake
    A libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/api.td
    M libc/config/linux/errno.h.in
    M libc/config/linux/signal.h.in
    M libc/config/linux/threads.h.in
    M libc/docs/header_generation.rst
    M libc/docs/implementation_standard.rst
    M libc/fuzzing/string/CMakeLists.txt
    M libc/fuzzing/string/strcpy_fuzz.cpp
    M libc/include/CMakeLists.txt
    M libc/include/__llvm-libc-common.h
    M libc/include/__posix-types.h
    M libc/include/assert.h.def
    M libc/include/ctype.h
    M libc/include/errno.h.def
    R libc/include/math.h
    A libc/include/math.h.def
    M libc/include/signal.h.def
    A libc/include/stdio.h.def
    M libc/include/stdlib.h.def
    M libc/include/string.h.def
    M libc/include/sys/mman.h.def
    M libc/include/sys/syscall.h.def
    M libc/include/threads.h.def
    A libc/include/unistd.h.def
    M libc/lib/CMakeLists.txt
    A libc/loader/CMakeLists.txt
    A libc/loader/linux/CMakeLists.txt
    A libc/loader/linux/x86_64/CMakeLists.txt
    A libc/loader/linux/x86_64/start.cpp
    A libc/spec/gnu_ext.td
    M libc/spec/posix.td
    M libc/spec/spec.td
    M libc/spec/stdc.td
    A libc/src/.clang-tidy
    M libc/src/CMakeLists.txt
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/common.h.def
    M libc/src/assert/CMakeLists.txt
    M libc/src/assert/__assert_fail.cpp
    M libc/src/assert/assert.h
    M libc/src/errno/errno_location.cpp
    M libc/src/errno/llvmlibc_errno.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/cosf.cpp
    A libc/src/math/cosf.h
    A libc/src/math/math_utils.h
    M libc/src/math/round.cpp
    M libc/src/math/round.h
    M libc/src/math/round_redirector.cpp
    A libc/src/math/sincosf.cpp
    A libc/src/math/sincosf.h
    A libc/src/math/sincosf_data.cpp
    A libc/src/math/sincosf_utils.h
    A libc/src/math/sinf.cpp
    A libc/src/math/sinf.h
    M libc/src/signal/CMakeLists.txt
    M libc/src/signal/linux/CMakeLists.txt
    M libc/src/signal/linux/__restore.cpp
    M libc/src/signal/linux/raise.cpp
    M libc/src/signal/linux/sigaction.cpp
    M libc/src/signal/linux/sigaddset.cpp
    A libc/src/signal/linux/sigdelset.cpp
    M libc/src/signal/linux/sigemptyset.cpp
    A libc/src/signal/linux/sigfillset.cpp
    M libc/src/signal/linux/signal.cpp
    M libc/src/signal/linux/signal.h
    M libc/src/signal/linux/sigprocmask.cpp
    M libc/src/signal/raise.h
    M libc/src/signal/sigaction.h
    M libc/src/signal/sigaddset.h
    A libc/src/signal/sigdelset.h
    M libc/src/signal/sigemptyset.h
    A libc/src/signal/sigfillset.h
    M libc/src/signal/signal.h
    M libc/src/signal/sigprocmask.h
    A libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/FILE.h
    A libc/src/stdio/fwrite.cpp
    A libc/src/stdio/fwrite.h
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/stdlib/_Exit.h
    M libc/src/stdlib/abort.cpp
    M libc/src/stdlib/abort.h
    M libc/src/stdlib/linux/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/cacheline_size.h.def
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: df5098b333071c8fee60c5093fd9722ea235bebc
      https://github.com/llvm/llvm-project/commit/df5098b333071c8fee60c5093fd9722ea235bebc
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-05-16 (Sat, 16 May 2020)

  Changed paths:
    M .arclint
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CMakeLists.txt
    R clang-tools-extra/clangd/Cancellation.cpp
    R 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    R clang-tools-extra/clangd/Context.cpp
    R 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
    M clang-tools-extra/clangd/FS.h
    R clang-tools-extra/clangd/FSProvider.cpp
    R clang-tools-extra/clangd/FSProvider.h
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    R clang-tools-extra/clangd/FormattedString.cpp
    R clang-tools-extra/clangd/FormattedString.h
    R clang-tools-extra/clangd/Function.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    R clang-tools-extra/clangd/Logger.cpp
    R clang-tools-extra/clangd/Logger.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    R clang-tools-extra/clangd/Path.h
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    R clang-tools-extra/clangd/Shutdown.cpp
    R 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
    R clang-tools-extra/clangd/Threading.cpp
    R clang-tools-extra/clangd/Threading.h
    R clang-tools-extra/clangd/Trace.cpp
    R clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    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/BackgroundIndexLoader.h
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundQueue.cpp
    M clang-tools-extra/clangd/index/BackgroundRebuild.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/IndexAction.cpp
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    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/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    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/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExpandAutoType.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/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/support/CMakeLists.txt
    A clang-tools-extra/clangd/support/Cancellation.cpp
    A clang-tools-extra/clangd/support/Cancellation.h
    A clang-tools-extra/clangd/support/Context.cpp
    A clang-tools-extra/clangd/support/Context.h
    A clang-tools-extra/clangd/support/FSProvider.cpp
    A clang-tools-extra/clangd/support/FSProvider.h
    A clang-tools-extra/clangd/support/Function.h
    A clang-tools-extra/clangd/support/Logger.cpp
    A clang-tools-extra/clangd/support/Logger.h
    A clang-tools-extra/clangd/support/Markup.cpp
    A clang-tools-extra/clangd/support/Markup.h
    A clang-tools-extra/clangd/support/Path.h
    A clang-tools-extra/clangd/support/Shutdown.cpp
    A clang-tools-extra/clangd/support/Shutdown.h
    A clang-tools-extra/clangd/support/Threading.cpp
    A clang-tools-extra/clangd/support/Threading.h
    A clang-tools-extra/clangd/support/Trace.cpp
    A clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/Inputs/requests.json
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics.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/CMakeLists.txt
    R clang-tools-extra/clangd/unittests/CancellationTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CompilerTests.cpp
    R clang-tools-extra/clangd/unittests/ContextTests.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
    R clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    R clang-tools-extra/clangd/unittests/FunctionTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
    M clang-tools-extra/clangd/unittests/LSPClient.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.h
    R clang-tools-extra/clangd/unittests/ThreadingTests.cpp
    R clang-tools-extra/clangd/unittests/TraceTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/support/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/support/ContextTests.cpp
    A clang-tools-extra/clangd/unittests/support/FunctionTests.cpp
    A clang-tools-extra/clangd/unittests/support/MarkupTests.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.h
    A clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    A clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/clangd/xpc/CMakeLists.txt
    M clang-tools-extra/clangd/xpc/Conversion.cpp
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-str34-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-callee-namespace.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/test/CMakeLists.txt
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-str34-c.cpp
    M clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-callee-namespace.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/basic.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/tools/dump_format_style.py
    M clang/examples/Attribute/CMakeLists.txt
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/Expr.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/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    M clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/DiagnosticCommonKinds.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/Features.def
    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/OpenMPKinds.def
    M clang/include/clang/Basic/PragmaKinds.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/TargetBuiltins.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/arm_sve.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/Pragma.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.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/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/PostOrderCFGView.cpp
    M clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/ARC.h
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Lanai.h
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/PNaCl.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/Basic/Targets/SystemZ.h
    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.h
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.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/Arch/AArch64.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/Darwin.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.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/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/x86intrin.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.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/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaChecking.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/SemaLookup.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/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/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicType.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-print-enum-decl.c
    M clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/a_flaky_crash.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cast-value-state-dump.cpp
    A clang/test/Analysis/class-object-state-dump.m
    M clang/test/Analysis/inlining/InlineObjCClassMethod.m
    M clang/test/Analysis/inlining/ObjCDynTypePopagation.m
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/placement-new.cpp
    M clang/test/Analysis/retain-release-inline.m
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/basic/basic.scope/basic.scope.namespace/p2.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr19xx.cpp
    M clang/test/CXX/drs/dr21xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.general/p8-0x.cpp
    M clang/test/CXX/expr/p10-0x.cpp
    M clang/test/CXX/module/module.unit/p8.cpp
    M clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.import/p1.cpp
    M clang/test/CodeCompletion/member-access.cpp
    M clang/test/CodeGen/aarch64-neon-fp16fml.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/big_endian.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_xar.c
    M clang/test/CodeGen/arm-cmse-nonsecure.c
    M clang/test/CodeGen/arm-cmse-secure.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/big-atomic-ops.c
    A clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtin-movdir.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    M clang/test/CodeGen/builtins-nvptx.c
    M clang/test/CodeGen/builtins-wasm.c
    A clang/test/CodeGen/cmse-clear-arg.c
    A clang/test/CodeGen/cmse-clear-fp16.c
    A clang/test/CodeGen/cmse-clear-return.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/constrained-math-builtins.c
    A clang/test/CodeGen/debug-info-matrix-types.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/delete-null-pointer-checks.c
    A clang/test/CodeGen/ext-int-cc.c
    M clang/test/CodeGen/ext-int-sanitizer.cpp
    M clang/test/CodeGen/ext-int.c
    M clang/test/CodeGen/fast-math.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-class.cpp
    A clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-stack.cpp
    A clang/test/CodeGen/fp-reassoc-pragma.cpp
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/matrix-type.c
    M clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/unique-internal-linkage-names.cpp
    A clang/test/CodeGen/windows-seh-abnormal-exits.c
    M clang/test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    A clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCXX/debug-info-codeview-display-name.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/as
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/ld
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/lib/.keep
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginS.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginT.o
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/hip.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ockl.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1010.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1011.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1012.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_803.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_900.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ocml.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/opencl.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aarch64-fixed-x-register.c
    A clang/test/Driver/aix-constructor-alias.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/coverage-ld.c
    M clang/test/Driver/coverage.c
    R clang/test/Driver/coverage_no_integrated_as.c
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    M clang/test/Driver/darwin-header-search-system.cpp
    M clang/test/Driver/darwin-objc-options.m
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuchsia.c
    A clang/test/Driver/funique-internal-linkage-names.c
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hurd.c
    M clang/test/Driver/lto.c
    M clang/test/Driver/mingw-sysroot.cpp
    A clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-device-libs.cl
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/sanitizer-ld.c
    A clang/test/Driver/version.c
    M clang/test/Driver/x86-target-features.c
    A clang/test/Frontend/verify-any-file.c
    A clang/test/Frontend/verify-any-file.h
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    M clang/test/Headers/x86intrin-2.c
    A clang/test/Index/cxx17-if-with-initializer.cpp
    A clang/test/Index/cxx17-structured-binding.cpp
    M clang/test/Index/getcursor-recovery.cpp
    M clang/test/Lexer/case-insensitive-include-ms.c
    M clang/test/Lexer/case-insensitive-include-pr31836.sh
    A clang/test/Lexer/case-insensitive-include-win.c
    M clang/test/Lexer/case-insensitive-include.c
    M clang/test/Lexer/char8_t.cpp
    A clang/test/Lexer/has_feature_speculative_load_hardening.cpp
    M clang/test/Misc/warning-flags.c
    M clang/test/Modules/auto-module-import.m
    M clang/test/Modules/cxx-templates.cpp
    M clang/test/Modules/decldef.m
    M clang/test/Modules/decldef.mm
    M clang/test/Modules/diagnose-missing-import.m
    M clang/test/Modules/interface-diagnose-missing-import.m
    M clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/no-module-map.cpp
    M clang/test/Modules/normal-module-map.cpp
    M clang/test/Modules/stddef.c
    M clang/test/Modules/subframeworks.m
    M clang/test/Modules/submodule-visibility-cycles.cpp
    M clang/test/Modules/submodule-visibility.cpp
    M clang/test/Modules/submodules-merge-defs.cpp
    M clang/test/Modules/submodules.cpp
    M clang/test/Modules/suggest-include.cpp
    M clang/test/Modules/tag-injection.c
    M clang/test/Modules/tag-injection.cpp
    M clang/test/Modules/template-default-args.cpp
    M clang/test/Modules/undefined-type-fixit1.cpp
    M clang/test/Modules/visibility-in-instantiation.cpp
    A clang/test/OpenMP/aarch64_vfabi_NarrowestDataSize.c
    A clang/test/OpenMP/aarch64_vfabi_WidestDataSize.c
    M clang/test/OpenMP/allocate_allocator_ast_print.cpp
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_reduction_messages.cpp
    A clang/test/OpenMP/for_reduction_task_codegen.cpp
    M clang/test/OpenMP/for_simd_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_messages.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_ast_print.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_reduction_messages.cpp
    A clang/test/OpenMP/parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_sections_ast_print.cpp
    M clang/test/OpenMP/parallel_sections_reduction_messages.cpp
    A clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/sections_ast_print.cpp
    M clang/test/OpenMP/sections_reduction_messages.cpp
    A clang/test/OpenMP/sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/simd_reduction_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_ast_print.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_messages.cpp
    M clang/test/OpenMP/target_parallel_private_messages.cpp
    M clang/test/OpenMP/target_parallel_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
    A clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_reduction_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_linear_messages.cpp
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.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_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_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_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_private_messages.cpp
    M clang/test/OpenMP/target_teams_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_uses_allocators_messages.cpp
    M clang/test/OpenMP/task_firstprivate_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/task_private_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_reduction_messages.cpp
    M clang/test/PCH/chain-openmp-allocate.cpp
    A clang/test/PCH/pragma-floatcontrol.c
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/c1x-generic-selection.c
    M clang/test/Parser/cxx0x-ambig.cpp
    M clang/test/Parser/cxx0x-decl.cpp
    A clang/test/Parser/cxx98-enum.cpp
    A clang/test/Parser/fp-floatcontrol-syntax.cpp
    A clang/test/Parser/matrix-type-disabled.c
    A clang/test/Parser/objcxx-enum.mm
    M clang/test/Parser/pragma-fp-contract.c
    M clang/test/Parser/pragma-fp.cpp
    A clang/test/Preprocessor/Inputs/include-file-test/file_test.h
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/file_test.c
    R clang/test/Preprocessor/file_test.h
    A clang/test/Preprocessor/file_test_windows.c
    A clang/test/Sema/arm-cmse-no-diag.c
    M clang/test/Sema/arm-cmse.c
    M clang/test/Sema/array-init.c
    A clang/test/Sema/builtin-bpf-btf-type-id.c
    A clang/test/Sema/check-aux-builtins.c
    M clang/test/Sema/init.c
    M clang/test/Sema/patchable-function-entry-attr.cpp
    M clang/test/Sema/pragma-clang-section.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/SemaCUDA/function-overload.cu
    A clang/test/SemaCUDA/union-init.cu
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    A clang/test/SemaCXX/auto-invalid-init-crash.cpp
    M clang/test/SemaCXX/compare-modules-cxx2a.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/enum-bitfield.cpp
    M clang/test/SemaCXX/enum-scoped.cpp
    A clang/test/SemaCXX/ext-int-asm.cpp
    M clang/test/SemaCXX/ext-int.cpp
    A clang/test/SemaCXX/matrix-type.cpp
    M clang/test/SemaCXX/modules-ts.cppm
    A clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/vector-conditional.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/warn-cast-align.cpp
    M clang/test/SemaCXX/warn-thread-safety-parsing.cpp
    M clang/test/SemaCXX/warn-unused-value-cxx11.cpp
    M clang/test/SemaObjC/block-type-safety.m
    A clang/test/SemaObjC/dictionary-literal-duplicates.m
    M clang/test/SemaObjC/enum-fixed-type.m
    M clang/test/SemaOpenCL/printf-format-strings.cl
    M clang/test/SemaOpenCLCXX/address-space-castoperators.cl
    A clang/test/SemaTemplate/constraints.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    A clang/test/SemaTemplate/matrix-type.cpp
    M clang/test/lit.site.cfg.py.in
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexCodeCompletion.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/libclang/Indexing.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestComments.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestJava.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/FormatTestProto.cpp
    M clang/unittests/Format/FormatTestRawStrings.cpp
    M clang/unittests/Format/FormatTestSelective.cpp
    M clang/unittests/Format/FormatTestTextProto.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Format/UsingDeclarationsSorterTest.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/analyzer/CmpRuns.py
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M clang/utils/analyzer/exploded-graph-rewriter.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.site.cfg.in
    M clang/www/cxx_dr_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/SanitizerUtils.cmake
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfilingUtil.h
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    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_mac.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/standalone/checksum.cpp
    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/memtag.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    A compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c
    A compiler-rt/test/hwasan/TestCases/malloc-align.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/use-after-dtor.cpp
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
    A compiler-rt/test/profile/Inputs/instrprof-gcov-multithread_fork.cpp
    M compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    M compiler-rt/test/profile/instrprof-gcov-exceptions.test
    M compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    A compiler-rt/test/profile/instrprof-gcov-multithread_fork.test
    M compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    M compiler-rt/test/profile/instrprof-gcov-switch.test
    M compiler-rt/test/profile/instrprof-gcov-two-objects.test
    M compiler-rt/test/profile/instrprof-value-prof.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/lit.site.cfg.py.in
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    A flang/documentation/BijectiveInternalNameUniquing.md
    M flang/include/flang/Common/uint128.h
    M flang/include/flang/Decimal/binary-floating-point.h
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/intrinsics.h
    M flang/include/flang/Evaluate/shape.h
    A flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Decimal/decimal-to-binary.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Optimizer/Dialect/FIRAttr.cpp
    M flang/lib/Optimizer/Dialect/FIRDialect.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-select-rank.cpp
    A flang/lib/Semantics/check-select-rank.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/runtime/edit-output.cpp
    M flang/test/CMakeLists.txt
    M flang/test/Evaluate/folding01.f90
    M flang/test/Evaluate/folding02.f90
    M flang/test/Evaluate/folding03.f90
    M flang/test/Evaluate/folding04.f90
    M flang/test/Evaluate/folding05.f90
    M flang/test/Evaluate/folding06.f90
    M flang/test/Evaluate/folding07.f90
    M flang/test/Evaluate/folding08.f90
    M flang/test/Evaluate/folding09.f90
    M flang/test/Evaluate/test_folding.sh
    M flang/test/Fir/fir-ops.fir
    M flang/test/Lower/pre-fir-tree04.f90
    R flang/test/Semantics/CMakeLists.txt
    M flang/test/Semantics/allocate01.f90
    M flang/test/Semantics/allocate02.f90
    M flang/test/Semantics/allocate03.f90
    M flang/test/Semantics/allocate04.f90
    M flang/test/Semantics/allocate05.f90
    M flang/test/Semantics/allocate06.f90
    M flang/test/Semantics/allocate07.f90
    M flang/test/Semantics/allocate08.f90
    M flang/test/Semantics/allocate09.f90
    M flang/test/Semantics/allocate10.f90
    M flang/test/Semantics/allocate11.f90
    M flang/test/Semantics/allocate12.f90
    M flang/test/Semantics/allocate13.f90
    M flang/test/Semantics/altreturn01.f90
    M flang/test/Semantics/altreturn02.f90
    M flang/test/Semantics/altreturn03.f90
    M flang/test/Semantics/altreturn04.f90
    M flang/test/Semantics/altreturn05.f90
    M flang/test/Semantics/assign01.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/assign03.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/assign06.f90
    M flang/test/Semantics/assign07.f90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/bindings01.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/blockconstruct01.f90
    M flang/test/Semantics/blockconstruct02.f90
    M flang/test/Semantics/blockconstruct03.f90
    M flang/test/Semantics/c_f_pointer.f90
    M flang/test/Semantics/call01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call04.f90
    M flang/test/Semantics/call05.f90
    M flang/test/Semantics/call06.f90
    M flang/test/Semantics/call07.f90
    M flang/test/Semantics/call08.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/call10.f90
    M flang/test/Semantics/call11.f90
    M flang/test/Semantics/call12.f90
    M flang/test/Semantics/call13.f90
    M flang/test/Semantics/call14.f90
    M flang/test/Semantics/call15.f90
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/coarrays01.f90
    M flang/test/Semantics/common.sh
    M flang/test/Semantics/complex01.f90
    M flang/test/Semantics/computed-goto01.f90
    M flang/test/Semantics/computed-goto02.f90
    M flang/test/Semantics/critical01.f90
    M flang/test/Semantics/critical02.f90
    M flang/test/Semantics/critical03.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data02.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/deallocate01.f90
    M flang/test/Semantics/deallocate04.f90
    M flang/test/Semantics/deallocate05.f90
    M flang/test/Semantics/doconcurrent01.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/doconcurrent05.f90
    M flang/test/Semantics/doconcurrent06.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/doconcurrent08.f90
    M flang/test/Semantics/dosemantics01.f90
    M flang/test/Semantics/dosemantics02.f90
    M flang/test/Semantics/dosemantics03.f90
    M flang/test/Semantics/dosemantics04.f90
    M flang/test/Semantics/dosemantics05.f90
    M flang/test/Semantics/dosemantics06.f90
    M flang/test/Semantics/dosemantics07.f90
    M flang/test/Semantics/dosemantics08.f90
    M flang/test/Semantics/dosemantics09.f90
    M flang/test/Semantics/dosemantics10.f90
    M flang/test/Semantics/dosemantics11.f90
    M flang/test/Semantics/dosemantics12.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/expr-errors01.f90
    M flang/test/Semantics/expr-errors02.f90
    M flang/test/Semantics/forall01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    M flang/test/Semantics/if_arith01.f90
    M flang/test/Semantics/if_arith02.f90
    M flang/test/Semantics/if_arith03.f90
    M flang/test/Semantics/if_arith04.f90
    M flang/test/Semantics/if_construct01.f90
    M flang/test/Semantics/if_construct02.f90
    M flang/test/Semantics/if_stmt01.f90
    M flang/test/Semantics/if_stmt02.f90
    M flang/test/Semantics/if_stmt03.f90
    M flang/test/Semantics/implicit01.f90
    M flang/test/Semantics/implicit02.f90
    M flang/test/Semantics/implicit03.f90
    M flang/test/Semantics/implicit04.f90
    M flang/test/Semantics/implicit05.f90
    M flang/test/Semantics/implicit06.f90
    M flang/test/Semantics/implicit07.f90
    M flang/test/Semantics/implicit08.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/int-literals.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/io08.f90
    M flang/test/Semantics/io09.f90
    M flang/test/Semantics/io10.f90
    M flang/test/Semantics/kinds01.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/kinds04.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/misc-declarations.f90
    M flang/test/Semantics/modfile01.f90
    M flang/test/Semantics/modfile02.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/modfile05.f90
    M flang/test/Semantics/modfile06.f90
    M flang/test/Semantics/modfile07.f90
    M flang/test/Semantics/modfile08.f90
    M flang/test/Semantics/modfile09.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/modfile11.f90
    M flang/test/Semantics/modfile12.f90
    M flang/test/Semantics/modfile13.f90
    M flang/test/Semantics/modfile14.f90
    M flang/test/Semantics/modfile15.f90
    M flang/test/Semantics/modfile16.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile18.f90
    M flang/test/Semantics/modfile19.f90
    M flang/test/Semantics/modfile20.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile23.f90
    M flang/test/Semantics/modfile24.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile26.f90
    M flang/test/Semantics/modfile27.f90
    M flang/test/Semantics/modfile28.f90
    M flang/test/Semantics/modfile29.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/modfile31.f90
    M flang/test/Semantics/modfile32.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/modfile34.f90
    M flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/modfile36.f90
    M flang/test/Semantics/namelist01.f90
    M flang/test/Semantics/null01.f90
    M flang/test/Semantics/nullify01.f90
    M flang/test/Semantics/nullify02.f90
    M flang/test/Semantics/offsets01.f90
    M flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/offsets03.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-combined-constructs.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/omp-device-constructs.f90
    M flang/test/Semantics/omp-loop-association.f90
    M flang/test/Semantics/omp-nested01.f90
    M flang/test/Semantics/omp-resolve01.f90
    M flang/test/Semantics/omp-resolve02.f90
    M flang/test/Semantics/omp-resolve03.f90
    M flang/test/Semantics/omp-resolve04.f90
    M flang/test/Semantics/omp-resolve05.f90
    M flang/test/Semantics/omp-symbol01.f90
    M flang/test/Semantics/omp-symbol02.f90
    M flang/test/Semantics/omp-symbol03.f90
    M flang/test/Semantics/omp-symbol04.f90
    M flang/test/Semantics/omp-symbol05.f90
    M flang/test/Semantics/omp-symbol06.f90
    M flang/test/Semantics/omp-symbol07.f90
    M flang/test/Semantics/omp-symbol08.f90
    M flang/test/Semantics/procinterface01.f90
    M flang/test/Semantics/resolve01.f90
    M flang/test/Semantics/resolve02.f90
    M flang/test/Semantics/resolve03.f90
    M flang/test/Semantics/resolve04.f90
    M flang/test/Semantics/resolve05.f90
    M flang/test/Semantics/resolve06.f90
    M flang/test/Semantics/resolve07.f90
    M flang/test/Semantics/resolve08.f90
    M flang/test/Semantics/resolve09.f90
    M flang/test/Semantics/resolve10.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve12.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve16.f90
    M flang/test/Semantics/resolve17.f90
    M flang/test/Semantics/resolve18.f90
    M flang/test/Semantics/resolve19.f90
    M flang/test/Semantics/resolve20.f90
    M flang/test/Semantics/resolve21.f90
    M flang/test/Semantics/resolve22.f90
    M flang/test/Semantics/resolve23.f90
    M flang/test/Semantics/resolve24.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve26.f90
    M flang/test/Semantics/resolve27.f90
    M flang/test/Semantics/resolve28.f90
    M flang/test/Semantics/resolve29.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve35.f90
    M flang/test/Semantics/resolve36.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve38.f90
    M flang/test/Semantics/resolve39.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve41.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve43.f90
    M flang/test/Semantics/resolve44.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve46.f90
    M flang/test/Semantics/resolve47.f90
    M flang/test/Semantics/resolve48.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve50.f90
    M flang/test/Semantics/resolve51.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve53.f90
    M flang/test/Semantics/resolve54.f90
    M flang/test/Semantics/resolve55.f90
    M flang/test/Semantics/resolve56.f90
    M flang/test/Semantics/resolve57.f90
    M flang/test/Semantics/resolve58.f90
    M flang/test/Semantics/resolve59.f90
    M flang/test/Semantics/resolve60.f90
    M flang/test/Semantics/resolve61.f90
    M flang/test/Semantics/resolve62.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve64.f90
    M flang/test/Semantics/resolve65.f90
    M flang/test/Semantics/resolve66.f90
    M flang/test/Semantics/resolve67.f90
    M flang/test/Semantics/resolve68.f90
    M flang/test/Semantics/resolve69.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve71.f90
    M flang/test/Semantics/resolve72.f90
    M flang/test/Semantics/resolve73.f90
    M flang/test/Semantics/resolve74.f90
    M flang/test/Semantics/resolve75.f90
    M flang/test/Semantics/resolve76.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve78.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve81.f90
    M flang/test/Semantics/resolve82.f90
    M flang/test/Semantics/resolve83.f90
    M flang/test/Semantics/resolve84.f90
    M flang/test/Semantics/resolve85.f90
    M flang/test/Semantics/resolve86.f90
    M flang/test/Semantics/resolve87.f90
    A flang/test/Semantics/resolve88.f90
    A flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/select-rank.f90
    A flang/test/Semantics/select-rank02.f90
    M flang/test/Semantics/separate-mp01.f90
    M flang/test/Semantics/separate-mp02.f90
    M flang/test/Semantics/stop01.f90
    M flang/test/Semantics/structconst01.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/structconst03.f90
    M flang/test/Semantics/structconst04.f90
    M flang/test/Semantics/symbol01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol06.f90
    M flang/test/Semantics/symbol07.f90
    M flang/test/Semantics/symbol08.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol10.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol12.f90
    M flang/test/Semantics/symbol13.f90
    M flang/test/Semantics/symbol14.f90
    M flang/test/Semantics/symbol15.f90
    M flang/test/Semantics/symbol16.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh
    R flang/test/Semantics/test_errors.sh.in
    M flang/test/Semantics/test_modfile.sh
    M flang/test/Semantics/test_symbols.sh
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/tco/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCLibraryRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/config/linux/api.td
    M libc/include/CMakeLists.txt
    A libc/include/__llvm-libc-stdc-types.h
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/cosf.cpp
    A libc/src/math/exp2f.cpp
    A libc/src/math/exp2f.h
    A libc/src/math/exp_utils.cpp
    A libc/src/math/exp_utils.h
    A libc/src/math/expf.cpp
    A libc/src/math/expf.h
    A libc/src/math/fabs.cpp
    A libc/src/math/fabs.h
    A libc/src/math/fabsf.cpp
    A libc/src/math/fabsf.h
    A libc/src/math/math_utils.cpp
    M libc/src/math/math_utils.h
    M libc/src/math/sincosf.cpp
    M libc/src/math/sinf.cpp
    M libc/src/threads/linux/CMakeLists.txt
    M libc/src/threads/mtx_init.h
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/cosf_test.cpp
    A libc/test/src/math/exp2f_test.cpp
    A libc/test/src/math/expf_test.cpp
    A libc/test/src/math/fabs_test.cpp
    A libc/test/src/math/fabsf_test.cpp
    R libc/test/src/math/float.h
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    M libc/test/src/threads/mtx_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/Functional.h
    M libc/utils/CPP/TypeTraits.h
    A libc/utils/FPUtil/BitPatterns.h
    A libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/FloatOperations.h
    A libc/utils/FPUtil/FloatProperties.h
    M libc/utils/MPFRWrapper/CMakeLists.txt
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/CMakeLists.txt
    M libc/utils/benchmarks/JSON.cpp
    M libc/utils/benchmarks/LibcBenchmark.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    M libc/utils/benchmarks/README.md
    M libc/utils/testutils/FDReaderUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libclc/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config_site.in
    M libcxx/include/complex
    M libcxx/include/deque
    M libcxx/include/forward_list
    M libcxx/include/functional
    M libcxx/include/list
    M libcxx/include/map
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/regex
    M libcxx/include/set
    M libcxx/include/span
    M libcxx/include/stdlib.h
    M libcxx/include/string
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/src/CMakeLists.txt
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.verify.cpp
    M libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/dsl/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/convenience_substitutions/verify.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/lit.local.cfg
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/shell-escape-pipes.sh.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics-unmarked.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/no-werror.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/right-diagnostic.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/wrong-diagnostic.verify.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.verify.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/associative/map/map.access/empty.verify.cpp
    M libcxx/test/std/containers/associative/map/map.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/empty.verify.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/empty.verify.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/empty.verify.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.verify.cpp
    M libcxx/test/std/containers/sequences/array/empty.verify.cpp
    M libcxx/test/std/containers/sequences/deque/deque.capacity/empty.verify.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/empty.verify.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.capacity/empty.verify.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.bool/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.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/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/default.fail.cpp
    M libcxx/test/std/containers/views/span.cons/default.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_ptr.fail.cpp
    M libcxx/test/std/containers/views/span.cons/span.fail.cpp
    M libcxx/test/std/containers/views/span.cons/stdarray.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/get.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.verify.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
    A libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/fpos.pass.cpp
    M libcxx/test/std/iterators/iterator.container/empty.array.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.container.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.initializer_list.verify.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.verify.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/deque.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/map.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/set.version.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/span.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/string.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/unordered_map.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/unordered_set.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/vector.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_unshift.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.ops/stream_output.pass.cpp
    A libcxx/test/std/re/re.const/re.matchflag/match_prev_avail.pass.cpp
    M libcxx/test/std/re/re.results/re.results.size/empty.verify.cpp
    M libcxx/test/std/re/re.traits/isctype.pass.cpp
    M libcxx/test/std/strings/basic.string/string.capacity/empty.verify.cpp
    M libcxx/test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/c.strings/cuchar.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.capacity/empty.verify.cpp
    M libcxx/test/std/strings/string.view/string.view.cons/implicit_deduction_guides.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/thread/futures/futures.async/async.verify.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.verify.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/reinterpret_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/deduction.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_copy_move.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.protected.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_arrow.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_deduction.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
    M libcxx/test/support/platform_support.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    A libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/newformat.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/utils/ssh.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/src/cxa_vector.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libunwind/cmake/config-ix.cmake
    M libunwind/src/DwarfParser.hpp
    M lld/CMakeLists.txt
    M lld/COFF/Chunks.cpp
    M lld/COFF/Chunks.h
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    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/LLDMapFile.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Symbols.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Filesystem.cpp
    M lld/Common/Version.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/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/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/DWARF.h
    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/MapFile.h
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    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/Target.cpp
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    A lld/MachO/ExportTrie.cpp
    A lld/MachO/ExportTrie.h
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    A lld/MachO/MergedOutputSection.cpp
    A lld/MachO/MergedOutputSection.h
    M lld/MachO/Options.td
    A lld/MachO/OutputSection.cpp
    A lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MachO/Writer.h
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/cmake/modules/AddLLD.cmake
    A lld/cmake/modules/CMakeLists.txt
    A lld/cmake/modules/LLDConfig.cmake.in
    M lld/docs/ReleaseNotes.rst
    M lld/docs/ld.lld.1
    R lld/include/lld/Common/Threads.h
    M lld/lib/ReaderWriter/MachO/LayoutPass.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/Inputs/pdb-globals.yaml
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    A lld/test/COFF/export-tricky-names.s
    M lld/test/COFF/hello32.test
    M lld/test/COFF/largeaddressaware.test
    M lld/test/COFF/lto-obj-path.ll
    M lld/test/COFF/pdb-globals.test
    M lld/test/COFF/pdb-thinlto.ll
    M lld/test/COFF/precomp-link.test
    A lld/test/ELF/arm-exidx-mapping-symbols.s
    A lld/test/ELF/arm-exidx-partial-discard-exidx.s
    A lld/test/ELF/arm-exidx-range.s
    M lld/test/ELF/debug-gnu-pubnames.s
    M lld/test/ELF/dynstr-no-rosegment.s
    M lld/test/ELF/eh-frame-padding-no-rosegment.s
    M lld/test/ELF/elf-header.s
    M lld/test/ELF/execute-only-mixed-data.s
    M lld/test/ELF/execute-only.s
    A lld/test/ELF/gdb-index-loclists.s
    M lld/test/ELF/gdb-index-no-debug.s
    M lld/test/ELF/hexagon-tls-gd-nonpreemptible.s
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/section-alignment.test
    M lld/test/ELF/linkerscript/at8.test
    M lld/test/ELF/linkerscript/empty-sections-expressions.test
    M lld/test/ELF/linkerscript/input-archive.s
    M lld/test/ELF/linkerscript/nobits-offset.s
    M lld/test/ELF/linkerscript/thunk-gen-mips.s
    A lld/test/ELF/linkorder-script.s
    M lld/test/ELF/lto/devirt_vcall_vis_public.ll
    M lld/test/ELF/lto/linker-script-symbols-assign.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-obj-path.ll
    M lld/test/ELF/lto/thinlto-object-suffix-replace.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    A lld/test/ELF/lto/thinlto-thin-archive-collision.ll
    M lld/test/ELF/lto/thinlto.ll
    A lld/test/ELF/ppc64-toc-relax2.s
    A lld/test/ELF/print-archive-stats.s
    M lld/test/ELF/segments.s
    M lld/test/ELF/sort-norosegment.s
    M lld/test/ELF/text-section-prefix.s
    R lld/test/MachO/Inputs/goodbye-dylib.yaml
    R lld/test/MachO/Inputs/hello-dylib.yaml
    A lld/test/MachO/Inputs/libfunction.s
    A lld/test/MachO/Inputs/libgoodbye.s
    A lld/test/MachO/Inputs/libhello.s
    M lld/test/MachO/alignment-too-large.yaml
    M lld/test/MachO/arch.s
    A lld/test/MachO/archive.s
    M lld/test/MachO/duplicate-symbol.s
    A lld/test/MachO/dylib.s
    A lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    A lld/test/MachO/export-trie.s
    A lld/test/MachO/fat-arch.s
    M lld/test/MachO/invalid-executable.s
    A lld/test/MachO/invalid-fat-narch.s
    A lld/test/MachO/invalid-fat-offset.s
    A lld/test/MachO/invalid/archive-no-index.s
    A lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/load-commands.s
    M lld/test/MachO/missing-dylib.s
    A lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/no-id-dylink.s
    M lld/test/MachO/no-such-file.s
    A lld/test/MachO/platform-version.test
    M lld/test/MachO/relocations.s
    A lld/test/MachO/resolution.s
    A lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    A lld/test/MachO/sub-library.s
    A lld/test/MachO/symbol-order.s
    A lld/test/MachO/symtab.s
    R lld/test/MachO/text-segment.s
    A lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MinGW/driver.test
    M lld/test/Unit/lit.site.cfg.py.in
    M lld/test/lit.site.cfg.py.in
    R lld/test/mach-o/Inputs/linker-as-ld.yaml
    R lld/test/mach-o/linker-as-ld.yaml
    A lld/test/wasm/Inputs/sig_mismatch.s
    A lld/test/wasm/globals.s
    M lld/test/wasm/shared-memory-no-atomics.yaml
    A lld/test/wasm/signature-mismatch-relocatable.s
    M lld/test/wasm/undefined-data.ll
    M lld/tools/lld/lld.cpp
    M lld/wasm/Driver.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/bindings/headers.swig
    M lldb/bindings/interface/SBCommandInterpreter.i
    A lldb/bindings/interface/SBCommandInterpreterRunOptions.i
    M lldb/bindings/interface/SBReproducer.i
    M lldb/bindings/interfaces.swig
    M lldb/bindings/python/python-typemaps.swig
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/include/lldb/API/SBCommandInterpreter.h
    A lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/include/lldb/Utility/Args.h
    M lldb/include/lldb/Utility/RegisterValue.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreter.cpp
    A lldb/source/API/SBCommandInterpreterRunOptions.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    A lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp
    A lldb/source/Plugins/Language/ObjC/CFBasicHash.h
    M lldb/source/Plugins/Language/ObjC/CMakeLists.txt
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.h
    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/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.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/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    A lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h
    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_arm64.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
    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/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.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/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Target/Language.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/RegisterValue.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/commands/breakpoint/set/func-regex/TestBreakpointRegexError.py
    M lldb/test/API/commands/expression/dollar-in-variable/main.c
    M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
    M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
    M lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
    M lldb/test/API/commands/process/launch/TestProcessLaunch.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/settings/quoting/TestQuoting.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
    M lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/Makefile
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    A lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64.out
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/functionalities/thread/num_threads/TestNumThreads.py
    M lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
    M lldb/test/API/functionalities/thread/step_out/main.cpp
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    A lldb/test/API/get_darwin_real_python.py
    A lldb/test/API/iohandler/resize/TestIOHandlerResize.py
    M lldb/test/API/lang/cpp/operators/main.cpp
    M lldb/test/API/lang/cpp/trivial_abi/TestTrivialABI.py
    M lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py
    A lldb/test/API/lang/objc/modules-compile-error/Makefile
    A lldb/test/API/lang/objc/modules-compile-error/TestModulesCompileError.py
    A lldb/test/API/lang/objc/modules-compile-error/main.m
    A lldb/test/API/lang/objc/modules-compile-error/module.h
    A lldb/test/API/lang/objc/modules-compile-error/module.modulemap
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
    M lldb/test/API/lldbtest.py
    M lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
    M lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    M lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
    M lldb/test/API/python_api/file_handle/TestFileHandle.py
    M lldb/test/API/python_api/process/io/TestProcessIO.py
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py
    A lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py
    A lldb/test/API/tools/lldb-vscode/coreFile/linux-x86_64.core
    A lldb/test/API/tools/lldb-vscode/coreFile/linux-x86_64.out
    M lldb/test/Shell/Commands/Inputs/command-disassemble.lldbinit
    M lldb/test/Shell/Commands/command-disassemble-process.yaml
    M lldb/test/Shell/Commands/command-disassemble.s
    M lldb/test/Shell/Commands/command-source.test
    A lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml
    M lldb/test/Shell/Driver/TestProcessAttach.test
    M lldb/test/Shell/Host/TestCustomShell.test
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/Quit/TestQuitExitCodeNonInt.test
    M lldb/test/Shell/Quit/TestQuitExitCodeTooManyArgs.test
    M lldb/test/Shell/Recognizer/assert.test
    M lldb/test/Shell/Reproducer/TestDiscard.test
    M lldb/test/Shell/Reproducer/TestDump.test
    A lldb/test/Shell/Reproducer/TestProcessList.test
    M lldb/test/Shell/Settings/TestSettingsSet.test
    M lldb/test/Shell/Settings/TestStopCommandSourceOnError.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_TAG_basic_type_DW_ATE_UTF_nonC.ll
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
    M lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    A lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit
    M lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
    M lldb/test/Shell/SymbolFile/PDB/expressions.test
    M lldb/test/Shell/SymbolFile/PDB/variables.test
    M lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/RNBRemote.cpp
    A lldb/tools/debugserver/source/com.apple.debugserver.posix.internal.plist
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-test/CMakeLists.txt
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/README.md
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/API/CMakeLists.txt
    M lldb/unittests/DataFormatter/CMakeLists.txt
    A lldb/unittests/DataFormatter/StringPrinterTests.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
    M lldb/unittests/Target/CMakeLists.txt
    A lldb/unittests/Target/RemoteAwarePlatformTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/XcodeSDKTest.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/CMakeLists.txt
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CMakeLists.txt
    M llvm/cmake/modules/CrossCompile.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMProcessSources.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-cxxfilt.rst
    M llvm/docs/CommandGuide/llvm-dwarfdump.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/HowToAddABuilder.rst
    M llvm/docs/LangRef.rst
    M llvm/examples/BrainF/BrainF.cpp
    M llvm/examples/Bye/CMakeLists.txt
    M llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
    M llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/DenseSet.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/StringExtras.h
    M llvm/include/llvm/ADT/StringMapEntry.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/AssumeBundleQueries.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfo.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/IndirectCallVisitor.h
    A llvm/include/llvm/Analysis/InlineAdvisor.h
    M llvm/include/llvm/Analysis/InlineCost.h
    M llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/LoopPass.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/AsmParser/Parser.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/include/llvm/Bitcode/BitcodeReader.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveIntervalCalc.h
    M llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineConstantPool.h
    M llvm/include/llvm/CodeGen/MachinePipeliner.h
    M llvm/include/llvm/CodeGen/ModuloSchedule.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
    M llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/FuzzMutate/FuzzerCLI.h
    M llvm/include/llvm/IR/AbstractCallSite.h
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/AutoUpgrade.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.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/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/LLVMContext.h
    M llvm/include/llvm/IR/Mangler.h
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ProfileSummary.h
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/IR/Use.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IRReader/IRReader.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/Config.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCDirectives.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/MCA/HardwareUnits/LSUnit.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/ModuleSymbolTable.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Remarks/Remark.h
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/Allocator.h
    M llvm/include/llvm/Support/AllocatorBase.h
    M llvm/include/llvm/Support/CachePruning.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/DataExtractor.h
    M llvm/include/llvm/Support/DebugCounter.h
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/FileCollector.h
    M llvm/include/llvm/Support/GraphWriter.h
    M llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/NativeFormatting.h
    M llvm/include/llvm/Support/Parallel.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/RISCVAttributeParser.h
    M llvm/include/llvm/Support/ThreadPool.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Target/GlobalISel/Target.td
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/Inliner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    A llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
    M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
    M llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
    M llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h
    M llvm/include/llvm/Transforms/Utils/Cloning.h
    M llvm/include/llvm/Transforms/Utils/FunctionComparator.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/BlockFrequencyInfo.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CFGPrinter.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CodeMetrics.cpp
    A llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.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/LLParser.h
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/AsmParser/Parser.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitstream/Reader/BitstreamReader.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
    M llvm/lib/CodeGen/GCRootLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/LiveIntervalCalc.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/CodeGen/WasmEHPrepare.cpp
    M llvm/lib/CodeGen/WinEHPrepare.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp
    M llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp
    M llvm/lib/DebugInfo/PDB/CMakeLists.txt
    M llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
    M llvm/lib/FuzzMutate/FuzzerCLI.cpp
    M llvm/lib/IR/AbstractCallSite.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/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/IRReader/IRReader.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/MC/MCAsmInfoXCOFF.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCInstrAnalysis.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/MCA/HardwareUnits/LSUnit.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/ObjectFile.cpp
    M llvm/lib/Object/SymbolSize.cpp
    M llvm/lib/ObjectYAML/COFFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Remarks/CMakeLists.txt
    M llvm/lib/Remarks/Remark.cpp
    M llvm/lib/Remarks/RemarkStringTable.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CachePruning.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/Compression.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCollector.cpp
    M llvm/lib/Support/FileOutputBuffer.cpp
    M llvm/lib/Support/FileUtilities.cpp
    M llvm/lib/Support/GraphWriter.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
    M llvm/lib/Support/NativeFormatting.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/SmallVector.cpp
    M llvm/lib/Support/ThreadPool.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Support/Z3Solver.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64FastISel.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/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SchedA53.td
    M llvm/lib/Target/AArch64/AArch64SchedA57.td
    M llvm/lib/Target/AArch64/AArch64SchedCyclone.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM5.td
    M llvm/lib/Target/AArch64/AArch64SchedFalkor.td
    M llvm/lib/Target/AArch64/AArch64SchedKryo.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
    A llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h
    M llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
    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/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
    M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    A llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.h
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
    M llvm/lib/Target/ARM/ARMRegisterInfo.td
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
    M llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    M llvm/lib/Target/BPF/BPFCORE.h
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    A llvm/lib/Target/BPF/BPFPreserveDIType.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BTFDebug.cpp
    M llvm/lib/Target/BPF/BTFDebug.h
    M llvm/lib/Target/BPF/CMakeLists.txt
    M llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
    M llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
    M llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.h
    M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetMachine.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCCallingConv.td
    M llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
    M llvm/lib/Target/PowerPC/PPCExpandISEL.cpp
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into rc.master


  Commit: 33ddb06ce9ec9fffbbf526923dfe353d72831eff
      https://github.com/llvm/llvm-project/commit/33ddb06ce9ec9fffbbf526923dfe353d72831eff
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M .arclint
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.h
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.cpp
    A clang-tools-extra/clang-tidy/llvmlibc/CalleeNamespaceCheck.h
    M clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clangd/CMakeLists.txt
    R clang-tools-extra/clangd/Cancellation.cpp
    R 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/CodeComplete.cpp
    M clang-tools-extra/clangd/CodeComplete.h
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    R clang-tools-extra/clangd/Context.cpp
    R 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
    M clang-tools-extra/clangd/FS.h
    R clang-tools-extra/clangd/FSProvider.cpp
    R clang-tools-extra/clangd/FSProvider.h
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Format.cpp
    R clang-tools-extra/clangd/FormattedString.cpp
    R clang-tools-extra/clangd/FormattedString.h
    R clang-tools-extra/clangd/Function.h
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    R clang-tools-extra/clangd/Logger.cpp
    R clang-tools-extra/clangd/Logger.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    R clang-tools-extra/clangd/Path.h
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    R clang-tools-extra/clangd/Shutdown.cpp
    R 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
    R clang-tools-extra/clangd/Threading.cpp
    R clang-tools-extra/clangd/Threading.h
    R clang-tools-extra/clangd/Trace.cpp
    R clang-tools-extra/clangd/Trace.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    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/BackgroundIndexLoader.h
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/BackgroundQueue.cpp
    M clang-tools-extra/clangd/index/BackgroundRebuild.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/IndexAction.cpp
    M clang-tools-extra/clangd/index/MemIndex.cpp
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    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/Trigram.cpp
    M clang-tools-extra/clangd/index/dex/Trigram.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    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/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExpandAutoType.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/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RawStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    A clang-tools-extra/clangd/support/CMakeLists.txt
    A clang-tools-extra/clangd/support/Cancellation.cpp
    A clang-tools-extra/clangd/support/Cancellation.h
    A clang-tools-extra/clangd/support/Context.cpp
    A clang-tools-extra/clangd/support/Context.h
    A clang-tools-extra/clangd/support/FSProvider.cpp
    A clang-tools-extra/clangd/support/FSProvider.h
    A clang-tools-extra/clangd/support/Function.h
    A clang-tools-extra/clangd/support/Logger.cpp
    A clang-tools-extra/clangd/support/Logger.h
    A clang-tools-extra/clangd/support/Markup.cpp
    A clang-tools-extra/clangd/support/Markup.h
    A clang-tools-extra/clangd/support/Path.h
    A clang-tools-extra/clangd/support/Shutdown.cpp
    A clang-tools-extra/clangd/support/Shutdown.h
    A clang-tools-extra/clangd/support/Threading.cpp
    A clang-tools-extra/clangd/support/Threading.h
    A clang-tools-extra/clangd/support/Trace.cpp
    A clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/Inputs/requests.json
    M clang-tools-extra/clangd/test/diagnostics-no-tidy.test
    M clang-tools-extra/clangd/test/diagnostics.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/CMakeLists.txt
    R clang-tools-extra/clangd/unittests/CancellationTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    A clang-tools-extra/clangd/unittests/CompilerTests.cpp
    R clang-tools-extra/clangd/unittests/ContextTests.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
    R clang-tools-extra/clangd/unittests/FormattedStringTests.cpp
    R clang-tools-extra/clangd/unittests/FunctionTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
    M clang-tools-extra/clangd/unittests/LSPClient.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.h
    R clang-tools-extra/clangd/unittests/ThreadingTests.cpp
    R clang-tools-extra/clangd/unittests/TraceTests.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/support/CancellationTests.cpp
    A clang-tools-extra/clangd/unittests/support/ContextTests.cpp
    A clang-tools-extra/clangd/unittests/support/FunctionTests.cpp
    A clang-tools-extra/clangd/unittests/support/MarkupTests.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.cpp
    A clang-tools-extra/clangd/unittests/support/TestTracer.h
    A clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    A clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/clangd/xpc/CMakeLists.txt
    M clang-tools-extra/clangd/xpc/Conversion.cpp
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-str34-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvmlibc-callee-namespace.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/test/CMakeLists.txt
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-argument-comment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-signed-char-misuse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cert-str34-c.cpp
    M clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    A clang-tools-extra/test/clang-tidy/checkers/llvmlibc-callee-namespace.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/basic.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/modules/AddClang.cmake
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/tools/dump_format_style.py
    M clang/examples/Attribute/CMakeLists.txt
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/Expr.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/AST/TypeLoc.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    M clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
    M clang/include/clang/Analysis/AnalysisDeclContext.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/DiagnosticCommonKinds.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/Features.def
    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/OpenMPKinds.def
    M clang/include/clang/Basic/PragmaKinds.h
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/TargetBuiltins.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/arm_sve.td
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/ToolChain.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/Pragma.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.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/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/TypeBitCodes.def
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Analysis/AnalysisDeclContext.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Analysis/PostOrderCFGView.cpp
    M clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AArch64.h
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/ARC.h
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/Hexagon.h
    M clang/lib/Basic/Targets/Lanai.h
    M clang/lib/Basic/Targets/Mips.h
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/PNaCl.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/Basic/Targets/SystemZ.h
    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.h
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenFunction.h
    M clang/lib/CodeGen/CodeGenPGO.cpp
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/CodeGenTypes.h
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.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/Arch/AArch64.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/Darwin.cpp
    M clang/lib/Driver/ToolChains/Fuchsia.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/Hurd.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/ContinuationIndenter.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.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/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
    M clang/lib/Headers/bmiintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/x86intrin.h
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.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/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/ParseTentative.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaChecking.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/SemaLookup.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/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/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicType.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-print-enum-decl.c
    M clang/test/Analysis/UserNullabilityAnnotations.m
    M clang/test/Analysis/a_flaky_crash.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/cast-value-state-dump.cpp
    A clang/test/Analysis/class-object-state-dump.m
    M clang/test/Analysis/inlining/InlineObjCClassMethod.m
    M clang/test/Analysis/inlining/ObjCDynTypePopagation.m
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/placement-new.cpp
    M clang/test/Analysis/retain-release-inline.m
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/basic/basic.scope/basic.scope.namespace/p2.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr19xx.cpp
    M clang/test/CXX/drs/dr21xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.general/p8-0x.cpp
    M clang/test/CXX/expr/p10-0x.cpp
    M clang/test/CXX/module/module.unit/p8.cpp
    M clang/test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.import/p1.cpp
    M clang/test/CodeCompletion/member-access.cpp
    M clang/test/CodeGen/aarch64-neon-fp16fml.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mul.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/big_endian.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cdot.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cmla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mla.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mls.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mul.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qcadd.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdcmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlah.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlsh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmulh.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshr.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rsra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllb.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sli.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sra.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sri.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_xar.c
    M clang/test/CodeGen/arm-cmse-nonsecure.c
    M clang/test/CodeGen/arm-cmse-secure.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/big-atomic-ops.c
    A clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtin-movdir.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    M clang/test/CodeGen/builtins-nvptx.c
    M clang/test/CodeGen/builtins-wasm.c
    A clang/test/CodeGen/cmse-clear-arg.c
    A clang/test/CodeGen/cmse-clear-fp16.c
    A clang/test/CodeGen/cmse-clear-return.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/constrained-math-builtins.c
    A clang/test/CodeGen/debug-info-matrix-types.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/delete-null-pointer-checks.c
    A clang/test/CodeGen/ext-int-cc.c
    M clang/test/CodeGen/ext-int-sanitizer.cpp
    M clang/test/CodeGen/ext-int.c
    M clang/test/CodeGen/fast-math.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-class.cpp
    A clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-floatcontrol-stack.cpp
    A clang/test/CodeGen/fp-reassoc-pragma.cpp
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/matrix-type.c
    M clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/unique-internal-linkage-names.cpp
    A clang/test/CodeGen/windows-seh-abnormal-exits.c
    M clang/test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    R clang/test/CodeGenCUDA/hip-pinned-shadow.hip
    A clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCXX/debug-info-codeview-display-name.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/as
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/bin/ld
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/i386-gnu/lib/.keep
    A clang/test/Driver/Inputs/basic_cross_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginS.o
    A clang/test/Driver/Inputs/basic_hurd_tree/usr/lib/gcc/i386-gnu/4.6.0/crtbeginT.o
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/hip.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ockl.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1010.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1011.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1012.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_803.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_900.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ocml.bc
    A clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/opencl.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/hip.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ockl.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_correctly_rounded_sqrt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_daz_opt_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_finite_only_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1010.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1011.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_1012.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_803.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_isa_version_900.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_unsafe_math_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_off.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/oclc_wavefrontsize64_on.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/ocml.amdgcn.bc
    R clang/test/Driver/Inputs/rocm-device-libs/lib/opencl.amdgcn.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aarch64-fixed-x-register.c
    A clang/test/Driver/aix-constructor-alias.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/coverage-ld.c
    M clang/test/Driver/coverage.c
    R clang/test/Driver/coverage_no_integrated_as.c
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    M clang/test/Driver/darwin-header-search-system.cpp
    M clang/test/Driver/darwin-objc-options.m
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuchsia.c
    A clang/test/Driver/funique-internal-linkage-names.c
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hurd.c
    M clang/test/Driver/lto.c
    M clang/test/Driver/mingw-sysroot.cpp
    A clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-device-libs.cl
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/sanitizer-ld.c
    A clang/test/Driver/version.c
    M clang/test/Driver/x86-target-features.c
    A clang/test/Frontend/verify-any-file.c
    A clang/test/Frontend/verify-any-file.h
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    M clang/test/Headers/x86intrin-2.c
    A clang/test/Index/cxx17-if-with-initializer.cpp
    A clang/test/Index/cxx17-structured-binding.cpp
    M clang/test/Index/getcursor-recovery.cpp
    M clang/test/Lexer/case-insensitive-include-ms.c
    M clang/test/Lexer/case-insensitive-include-pr31836.sh
    A clang/test/Lexer/case-insensitive-include-win.c
    M clang/test/Lexer/case-insensitive-include.c
    M clang/test/Lexer/char8_t.cpp
    A clang/test/Lexer/has_feature_speculative_load_hardening.cpp
    M clang/test/Misc/warning-flags.c
    M clang/test/Modules/auto-module-import.m
    M clang/test/Modules/cxx-templates.cpp
    M clang/test/Modules/decldef.m
    M clang/test/Modules/decldef.mm
    M clang/test/Modules/diagnose-missing-import.m
    M clang/test/Modules/interface-diagnose-missing-import.m
    M clang/test/Modules/ms-enums.cpp
    M clang/test/Modules/no-module-map.cpp
    M clang/test/Modules/normal-module-map.cpp
    M clang/test/Modules/stddef.c
    M clang/test/Modules/subframeworks.m
    M clang/test/Modules/submodule-visibility-cycles.cpp
    M clang/test/Modules/submodule-visibility.cpp
    M clang/test/Modules/submodules-merge-defs.cpp
    M clang/test/Modules/submodules.cpp
    M clang/test/Modules/suggest-include.cpp
    M clang/test/Modules/tag-injection.c
    M clang/test/Modules/tag-injection.cpp
    M clang/test/Modules/template-default-args.cpp
    M clang/test/Modules/undefined-type-fixit1.cpp
    M clang/test/Modules/visibility-in-instantiation.cpp
    A clang/test/OpenMP/aarch64_vfabi_NarrowestDataSize.c
    A clang/test/OpenMP/aarch64_vfabi_WidestDataSize.c
    M clang/test/OpenMP/allocate_allocator_ast_print.cpp
    M clang/test/OpenMP/allocate_allocator_messages.cpp
    M clang/test/OpenMP/declare_simd_aarch64.c
    M clang/test/OpenMP/declare_simd_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_reduction_messages.cpp
    A clang/test/OpenMP/for_reduction_task_codegen.cpp
    M clang/test/OpenMP/for_simd_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_messages.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_ast_print.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_reduction_messages.cpp
    A clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_reduction_messages.c
    M clang/test/OpenMP/parallel_reduction_messages.cpp
    A clang/test/OpenMP/parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_sections_ast_print.cpp
    M clang/test/OpenMP/parallel_sections_reduction_messages.cpp
    A clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/sections_ast_print.cpp
    M clang/test/OpenMP/sections_reduction_messages.cpp
    A clang/test/OpenMP/sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/simd_reduction_messages.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_ast_print.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_linear_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_private_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_messages.cpp
    M clang/test/OpenMP/target_parallel_private_messages.cpp
    M clang/test/OpenMP/target_parallel_reduction_messages.cpp
    A clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
    A clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_private_messages.cpp
    M clang/test/OpenMP/target_reduction_messages.cpp
    M clang/test/OpenMP/target_simd_ast_print.cpp
    M clang/test/OpenMP/target_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_simd_linear_messages.cpp
    M clang/test/OpenMP/target_simd_private_messages.cpp
    M clang/test/OpenMP/target_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_ast_print.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_parallel_for_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_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_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_ast_print.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_private_messages.cpp
    M clang/test/OpenMP/target_teams_reduction_messages.cpp
    A clang/test/OpenMP/target_teams_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_uses_allocators_codegen.cpp
    A clang/test/OpenMP/target_uses_allocators_messages.cpp
    M clang/test/OpenMP/task_firstprivate_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_message.cpp
    M clang/test/OpenMP/task_private_messages.cpp
    M clang/test/OpenMP/taskgroup_task_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_private_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_messages.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/taskloop_simd_linear_messages.cpp
    M clang/test/OpenMP/taskloop_simd_private_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
    A clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_reduction_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_messages.cpp
    M clang/test/OpenMP/teams_reduction_messages.cpp
    M clang/test/PCH/chain-openmp-allocate.cpp
    A clang/test/PCH/pragma-floatcontrol.c
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/c1x-generic-selection.c
    M clang/test/Parser/cxx0x-ambig.cpp
    M clang/test/Parser/cxx0x-decl.cpp
    A clang/test/Parser/cxx98-enum.cpp
    A clang/test/Parser/fp-floatcontrol-syntax.cpp
    A clang/test/Parser/matrix-type-disabled.c
    A clang/test/Parser/objcxx-enum.mm
    M clang/test/Parser/pragma-fp-contract.c
    M clang/test/Parser/pragma-fp.cpp
    A clang/test/Preprocessor/Inputs/include-file-test/file_test.h
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/file_test.c
    R clang/test/Preprocessor/file_test.h
    A clang/test/Preprocessor/file_test_windows.c
    A clang/test/Sema/arm-cmse-no-diag.c
    M clang/test/Sema/arm-cmse.c
    M clang/test/Sema/array-init.c
    A clang/test/Sema/builtin-bpf-btf-type-id.c
    A clang/test/Sema/check-aux-builtins.c
    M clang/test/Sema/init.c
    M clang/test/Sema/patchable-function-entry-attr.cpp
    M clang/test/Sema/pragma-clang-section.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/SemaCUDA/function-overload.cu
    A clang/test/SemaCUDA/union-init.cu
    M clang/test/SemaCXX/MicrosoftExtensions.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    A clang/test/SemaCXX/auto-invalid-init-crash.cpp
    M clang/test/SemaCXX/compare-modules-cxx2a.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/enum-bitfield.cpp
    M clang/test/SemaCXX/enum-scoped.cpp
    A clang/test/SemaCXX/ext-int-asm.cpp
    M clang/test/SemaCXX/ext-int.cpp
    A clang/test/SemaCXX/matrix-type.cpp
    M clang/test/SemaCXX/modules-ts.cppm
    A clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/sizeless-1.cpp
    M clang/test/SemaCXX/vector-conditional.cpp
    M clang/test/SemaCXX/vector.cpp
    M clang/test/SemaCXX/warn-cast-align.cpp
    M clang/test/SemaCXX/warn-thread-safety-parsing.cpp
    M clang/test/SemaCXX/warn-unused-value-cxx11.cpp
    M clang/test/SemaObjC/block-type-safety.m
    A clang/test/SemaObjC/dictionary-literal-duplicates.m
    M clang/test/SemaObjC/enum-fixed-type.m
    M clang/test/SemaOpenCL/printf-format-strings.cl
    M clang/test/SemaOpenCLCXX/address-space-castoperators.cl
    A clang/test/SemaTemplate/constraints.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    A clang/test/SemaTemplate/matrix-type.cpp
    M clang/test/lit.site.cfg.py.in
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexCodeCompletion.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CursorVisitor.h
    M clang/tools/libclang/Indexing.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Basic/SourceManagerTest.cpp
    M clang/unittests/Format/CleanupTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestComments.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestJava.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/FormatTestProto.cpp
    M clang/unittests/Format/FormatTestRawStrings.cpp
    M clang/unittests/Format/FormatTestSelective.cpp
    M clang/unittests/Format/FormatTestTextProto.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    M clang/unittests/Format/UsingDeclarationsSorterTest.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/analyzer/CmpRuns.py
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M clang/utils/analyzer/exploded-graph-rewriter.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.site.cfg.in
    M clang/www/cxx_dr_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/SanitizerUtils.cmake
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_allocator.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfilingUtil.h
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    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_mac.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/standalone/checksum.cpp
    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/memtag.h
    M compiler-rt/lib/scudo/standalone/secondary.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    A compiler-rt/test/hwasan/TestCases/libc_thread_freeres.c
    A compiler-rt/test/hwasan/TestCases/malloc-align.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/use-after-dtor.cpp
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    M compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
    A compiler-rt/test/profile/Inputs/instrprof-gcov-multithread_fork.cpp
    M compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    M compiler-rt/test/profile/instrprof-gcov-exceptions.test
    M compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    A compiler-rt/test/profile/instrprof-gcov-multithread_fork.test
    M compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    M compiler-rt/test/profile/instrprof-gcov-switch.test
    M compiler-rt/test/profile/instrprof-gcov-two-objects.test
    M compiler-rt/test/profile/instrprof-value-prof.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/lit.site.cfg.py.in
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    A flang/documentation/BijectiveInternalNameUniquing.md
    M flang/include/flang/Common/uint128.h
    M flang/include/flang/Decimal/binary-floating-point.h
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/intrinsics.h
    M flang/include/flang/Evaluate/shape.h
    A flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Decimal/decimal-to-binary.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Optimizer/Dialect/FIRAttr.cpp
    M flang/lib/Optimizer/Dialect/FIRDialect.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/check-declarations.cpp
    A flang/lib/Semantics/check-select-rank.cpp
    A flang/lib/Semantics/check-select-rank.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/runtime/edit-output.cpp
    M flang/test/CMakeLists.txt
    M flang/test/Evaluate/folding01.f90
    M flang/test/Evaluate/folding02.f90
    M flang/test/Evaluate/folding03.f90
    M flang/test/Evaluate/folding04.f90
    M flang/test/Evaluate/folding05.f90
    M flang/test/Evaluate/folding06.f90
    M flang/test/Evaluate/folding07.f90
    M flang/test/Evaluate/folding08.f90
    M flang/test/Evaluate/folding09.f90
    M flang/test/Evaluate/test_folding.sh
    M flang/test/Fir/fir-ops.fir
    M flang/test/Lower/pre-fir-tree04.f90
    R flang/test/Semantics/CMakeLists.txt
    M flang/test/Semantics/allocate01.f90
    M flang/test/Semantics/allocate02.f90
    M flang/test/Semantics/allocate03.f90
    M flang/test/Semantics/allocate04.f90
    M flang/test/Semantics/allocate05.f90
    M flang/test/Semantics/allocate06.f90
    M flang/test/Semantics/allocate07.f90
    M flang/test/Semantics/allocate08.f90
    M flang/test/Semantics/allocate09.f90
    M flang/test/Semantics/allocate10.f90
    M flang/test/Semantics/allocate11.f90
    M flang/test/Semantics/allocate12.f90
    M flang/test/Semantics/allocate13.f90
    M flang/test/Semantics/altreturn01.f90
    M flang/test/Semantics/altreturn02.f90
    M flang/test/Semantics/altreturn03.f90
    M flang/test/Semantics/altreturn04.f90
    M flang/test/Semantics/altreturn05.f90
    M flang/test/Semantics/assign01.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/assign03.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/assign06.f90
    M flang/test/Semantics/assign07.f90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/bindings01.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/blockconstruct01.f90
    M flang/test/Semantics/blockconstruct02.f90
    M flang/test/Semantics/blockconstruct03.f90
    M flang/test/Semantics/c_f_pointer.f90
    M flang/test/Semantics/call01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call04.f90
    M flang/test/Semantics/call05.f90
    M flang/test/Semantics/call06.f90
    M flang/test/Semantics/call07.f90
    M flang/test/Semantics/call08.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/call10.f90
    M flang/test/Semantics/call11.f90
    M flang/test/Semantics/call12.f90
    M flang/test/Semantics/call13.f90
    M flang/test/Semantics/call14.f90
    M flang/test/Semantics/call15.f90
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/coarrays01.f90
    M flang/test/Semantics/common.sh
    M flang/test/Semantics/complex01.f90
    M flang/test/Semantics/computed-goto01.f90
    M flang/test/Semantics/computed-goto02.f90
    M flang/test/Semantics/critical01.f90
    M flang/test/Semantics/critical02.f90
    M flang/test/Semantics/critical03.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data02.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/deallocate01.f90
    M flang/test/Semantics/deallocate04.f90
    M flang/test/Semantics/deallocate05.f90
    M flang/test/Semantics/doconcurrent01.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/doconcurrent05.f90
    M flang/test/Semantics/doconcurrent06.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/doconcurrent08.f90
    M flang/test/Semantics/dosemantics01.f90
    M flang/test/Semantics/dosemantics02.f90
    M flang/test/Semantics/dosemantics03.f90
    M flang/test/Semantics/dosemantics04.f90
    M flang/test/Semantics/dosemantics05.f90
    M flang/test/Semantics/dosemantics06.f90
    M flang/test/Semantics/dosemantics07.f90
    M flang/test/Semantics/dosemantics08.f90
    M flang/test/Semantics/dosemantics09.f90
    M flang/test/Semantics/dosemantics10.f90
    M flang/test/Semantics/dosemantics11.f90
    M flang/test/Semantics/dosemantics12.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/expr-errors01.f90
    M flang/test/Semantics/expr-errors02.f90
    M flang/test/Semantics/forall01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    M flang/test/Semantics/if_arith01.f90
    M flang/test/Semantics/if_arith02.f90
    M flang/test/Semantics/if_arith03.f90
    M flang/test/Semantics/if_arith04.f90
    M flang/test/Semantics/if_construct01.f90
    M flang/test/Semantics/if_construct02.f90
    M flang/test/Semantics/if_stmt01.f90
    M flang/test/Semantics/if_stmt02.f90
    M flang/test/Semantics/if_stmt03.f90
    M flang/test/Semantics/implicit01.f90
    M flang/test/Semantics/implicit02.f90
    M flang/test/Semantics/implicit03.f90
    M flang/test/Semantics/implicit04.f90
    M flang/test/Semantics/implicit05.f90
    M flang/test/Semantics/implicit06.f90
    M flang/test/Semantics/implicit07.f90
    M flang/test/Semantics/implicit08.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/int-literals.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/io08.f90
    M flang/test/Semantics/io09.f90
    M flang/test/Semantics/io10.f90
    M flang/test/Semantics/kinds01.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/kinds04.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/misc-declarations.f90
    M flang/test/Semantics/modfile01.f90
    M flang/test/Semantics/modfile02.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/modfile05.f90
    M flang/test/Semantics/modfile06.f90
    M flang/test/Semantics/modfile07.f90
    M flang/test/Semantics/modfile08.f90
    M flang/test/Semantics/modfile09.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/modfile11.f90
    M flang/test/Semantics/modfile12.f90
    M flang/test/Semantics/modfile13.f90
    M flang/test/Semantics/modfile14.f90
    M flang/test/Semantics/modfile15.f90
    M flang/test/Semantics/modfile16.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile18.f90
    M flang/test/Semantics/modfile19.f90
    M flang/test/Semantics/modfile20.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile23.f90
    M flang/test/Semantics/modfile24.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile26.f90
    M flang/test/Semantics/modfile27.f90
    M flang/test/Semantics/modfile28.f90
    M flang/test/Semantics/modfile29.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/modfile31.f90
    M flang/test/Semantics/modfile32.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/modfile34.f90
    M flang/test/Semantics/modfile35.f90
    A flang/test/Semantics/modfile36.f90
    M flang/test/Semantics/namelist01.f90
    M flang/test/Semantics/null01.f90
    M flang/test/Semantics/nullify01.f90
    M flang/test/Semantics/nullify02.f90
    M flang/test/Semantics/offsets01.f90
    M flang/test/Semantics/offsets02.f90
    A flang/test/Semantics/offsets03.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-combined-constructs.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/omp-device-constructs.f90
    M flang/test/Semantics/omp-loop-association.f90
    M flang/test/Semantics/omp-nested01.f90
    M flang/test/Semantics/omp-resolve01.f90
    M flang/test/Semantics/omp-resolve02.f90
    M flang/test/Semantics/omp-resolve03.f90
    M flang/test/Semantics/omp-resolve04.f90
    M flang/test/Semantics/omp-resolve05.f90
    M flang/test/Semantics/omp-symbol01.f90
    M flang/test/Semantics/omp-symbol02.f90
    M flang/test/Semantics/omp-symbol03.f90
    M flang/test/Semantics/omp-symbol04.f90
    M flang/test/Semantics/omp-symbol05.f90
    M flang/test/Semantics/omp-symbol06.f90
    M flang/test/Semantics/omp-symbol07.f90
    M flang/test/Semantics/omp-symbol08.f90
    M flang/test/Semantics/procinterface01.f90
    M flang/test/Semantics/resolve01.f90
    M flang/test/Semantics/resolve02.f90
    M flang/test/Semantics/resolve03.f90
    M flang/test/Semantics/resolve04.f90
    M flang/test/Semantics/resolve05.f90
    M flang/test/Semantics/resolve06.f90
    M flang/test/Semantics/resolve07.f90
    M flang/test/Semantics/resolve08.f90
    M flang/test/Semantics/resolve09.f90
    M flang/test/Semantics/resolve10.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve12.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve16.f90
    M flang/test/Semantics/resolve17.f90
    M flang/test/Semantics/resolve18.f90
    M flang/test/Semantics/resolve19.f90
    M flang/test/Semantics/resolve20.f90
    M flang/test/Semantics/resolve21.f90
    M flang/test/Semantics/resolve22.f90
    M flang/test/Semantics/resolve23.f90
    M flang/test/Semantics/resolve24.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve26.f90
    M flang/test/Semantics/resolve27.f90
    M flang/test/Semantics/resolve28.f90
    M flang/test/Semantics/resolve29.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve35.f90
    M flang/test/Semantics/resolve36.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve38.f90
    M flang/test/Semantics/resolve39.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve41.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve43.f90
    M flang/test/Semantics/resolve44.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve46.f90
    M flang/test/Semantics/resolve47.f90
    M flang/test/Semantics/resolve48.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve50.f90
    M flang/test/Semantics/resolve51.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve53.f90
    M flang/test/Semantics/resolve54.f90
    M flang/test/Semantics/resolve55.f90
    M flang/test/Semantics/resolve56.f90
    M flang/test/Semantics/resolve57.f90
    M flang/test/Semantics/resolve58.f90
    M flang/test/Semantics/resolve59.f90
    M flang/test/Semantics/resolve60.f90
    M flang/test/Semantics/resolve61.f90
    M flang/test/Semantics/resolve62.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve64.f90
    M flang/test/Semantics/resolve65.f90
    M flang/test/Semantics/resolve66.f90
    M flang/test/Semantics/resolve67.f90
    M flang/test/Semantics/resolve68.f90
    M flang/test/Semantics/resolve69.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve71.f90
    M flang/test/Semantics/resolve72.f90
    M flang/test/Semantics/resolve73.f90
    M flang/test/Semantics/resolve74.f90
    M flang/test/Semantics/resolve75.f90
    M flang/test/Semantics/resolve76.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve78.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve81.f90
    M flang/test/Semantics/resolve82.f90
    M flang/test/Semantics/resolve83.f90
    M flang/test/Semantics/resolve84.f90
    M flang/test/Semantics/resolve85.f90
    M flang/test/Semantics/resolve86.f90
    M flang/test/Semantics/resolve87.f90
    A flang/test/Semantics/resolve88.f90
    A flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/select-rank.f90
    A flang/test/Semantics/select-rank02.f90
    M flang/test/Semantics/separate-mp01.f90
    M flang/test/Semantics/separate-mp02.f90
    M flang/test/Semantics/stop01.f90
    M flang/test/Semantics/structconst01.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/structconst03.f90
    M flang/test/Semantics/structconst04.f90
    M flang/test/Semantics/symbol01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol06.f90
    M flang/test/Semantics/symbol07.f90
    M flang/test/Semantics/symbol08.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol10.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol12.f90
    M flang/test/Semantics/symbol13.f90
    M flang/test/Semantics/symbol14.f90
    M flang/test/Semantics/symbol15.f90
    M flang/test/Semantics/symbol16.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/Semantics/test_any.sh
    A flang/test/Semantics/test_errors.sh
    R flang/test/Semantics/test_errors.sh.in
    M flang/test/Semantics/test_modfile.sh
    M flang/test/Semantics/test_symbols.sh
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/tco/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCLibraryRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/config/linux/api.td
    M libc/include/CMakeLists.txt
    A libc/include/__llvm-libc-stdc-types.h
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/cosf.cpp
    A libc/src/math/exp2f.cpp
    A libc/src/math/exp2f.h
    A libc/src/math/exp_utils.cpp
    A libc/src/math/exp_utils.h
    A libc/src/math/expf.cpp
    A libc/src/math/expf.h
    A libc/src/math/fabs.cpp
    A libc/src/math/fabs.h
    A libc/src/math/fabsf.cpp
    A libc/src/math/fabsf.h
    A libc/src/math/math_utils.cpp
    M libc/src/math/math_utils.h
    M libc/src/math/sincosf.cpp
    M libc/src/math/sinf.cpp
    M libc/src/threads/linux/CMakeLists.txt
    M libc/src/threads/mtx_init.h
    M libc/test/config/linux/x86_64/syscall_test.cpp
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/cosf_test.cpp
    A libc/test/src/math/exp2f_test.cpp
    A libc/test/src/math/expf_test.cpp
    A libc/test/src/math/fabs_test.cpp
    A libc/test/src/math/fabsf_test.cpp
    R libc/test/src/math/float.h
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    M libc/test/src/threads/mtx_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/Functional.h
    M libc/utils/CPP/TypeTraits.h
    A libc/utils/FPUtil/BitPatterns.h
    A libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/FloatOperations.h
    A libc/utils/FPUtil/FloatProperties.h
    M libc/utils/MPFRWrapper/CMakeLists.txt
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/CMakeLists.txt
    M libc/utils/benchmarks/JSON.cpp
    M libc/utils/benchmarks/LibcBenchmark.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    M libc/utils/benchmarks/README.md
    M libc/utils/testutils/FDReaderUnix.cpp
    M libc/utils/testutils/StreamWrapper.cpp
    M libclc/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config_site.in
    M libcxx/include/complex
    M libcxx/include/deque
    M libcxx/include/forward_list
    M libcxx/include/functional
    M libcxx/include/list
    M libcxx/include/map
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/regex
    M libcxx/include/set
    M libcxx/include/span
    M libcxx/include/stdlib.h
    M libcxx/include/string
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/src/CMakeLists.txt
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.verify.cpp
    M libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    A libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/modules/cinttypes_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/cstdint_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/inttypes_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stdint_h_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/dsl/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/convenience_substitutions/verify.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/fail.cpp/lit.local.cfg
    A libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
    A libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
    A libcxx/test/libcxx/selftest/newformat/shell-escape-pipes.sh.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics-unmarked.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics.verify.cpp
    A libcxx/test/libcxx/selftest/newformat/verify.cpp/no-werror.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/right-diagnostic.verify.cpp
    M libcxx/test/libcxx/selftest/newformat/verify.cpp/wrong-diagnostic.verify.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.verify.cpp
    M libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/associative/map/map.access/empty.verify.cpp
    M libcxx/test/std/containers/associative/map/map.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/empty.verify.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/default_recursive.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/empty.verify.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/empty.verify.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.verify.cpp
    M libcxx/test/std/containers/sequences/array/empty.verify.cpp
    M libcxx/test/std/containers/sequences/deque/deque.capacity/empty.verify.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/empty.verify.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.capacity/empty.verify.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.bool/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.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/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/default.fail.cpp
    M libcxx/test/std/containers/views/span.cons/default.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_ptr.fail.cpp
    M libcxx/test/std/containers/views/span.cons/span.fail.cpp
    M libcxx/test/std/containers/views/span.cons/stdarray.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/get.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.verify.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.sh.cpp
    R libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
    A libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/fpos.pass.cpp
    M libcxx/test/std/iterators/iterator.container/empty.array.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.container.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.initializer_list.verify.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.verify.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/deque.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/map.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/set.version.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/span.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/string.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/unordered_map.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/unordered_set.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/vector.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_unshift.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_always_noconv.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_encoding.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_in.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_max_length.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_out.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t_char8_t.pass.cpp
    A libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.ops/stream_output.pass.cpp
    A libcxx/test/std/re/re.const/re.matchflag/match_prev_avail.pass.cpp
    M libcxx/test/std/re/re.results/re.results.size/empty.verify.cpp
    M libcxx/test/std/re/re.traits/isctype.pass.cpp
    M libcxx/test/std/strings/basic.string/string.capacity/empty.verify.cpp
    M libcxx/test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/c.strings/cuchar.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.capacity/empty.verify.cpp
    M libcxx/test/std/strings/string.view/string.view.cons/implicit_deduction_guides.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/thread/futures/futures.async/async.verify.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.verify.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not1.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/not2.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/reinterpret_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/deduction.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_copy_move.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.protected.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_arrow.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.fail.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp
    A libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_deduction.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
    M libcxx/test/support/platform_support.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    A libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/newformat.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/utils/ssh.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxxabi/cmake/config-ix.cmake
    M libcxxabi/src/cxa_vector.cpp
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libunwind/cmake/config-ix.cmake
    M libunwind/src/DwarfParser.hpp
    M lld/CMakeLists.txt
    M lld/COFF/Chunks.cpp
    M lld/COFF/Chunks.h
    M lld/COFF/Config.h
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    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/LLDMapFile.cpp
    M lld/COFF/LTO.cpp
    M lld/COFF/MapFile.cpp
    M lld/COFF/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Symbols.cpp
    M lld/COFF/Symbols.h
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/Common/Filesystem.cpp
    M lld/Common/Version.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/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/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/DWARF.h
    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/MapFile.h
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    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/Target.cpp
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    A lld/MachO/ExportTrie.cpp
    A lld/MachO/ExportTrie.h
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    A lld/MachO/MergedOutputSection.cpp
    A lld/MachO/MergedOutputSection.h
    M lld/MachO/Options.td
    A lld/MachO/OutputSection.cpp
    A lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MachO/Writer.h
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/cmake/modules/AddLLD.cmake
    A lld/cmake/modules/CMakeLists.txt
    A lld/cmake/modules/LLDConfig.cmake.in
    M lld/docs/ReleaseNotes.rst
    M lld/docs/ld.lld.1
    R lld/include/lld/Common/Threads.h
    M lld/lib/ReaderWriter/MachO/LayoutPass.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/Inputs/pdb-globals.yaml
    M lld/test/COFF/autoimport-refptr.s
    M lld/test/COFF/autoimport-x86.s
    A lld/test/COFF/export-tricky-names.s
    M lld/test/COFF/hello32.test
    M lld/test/COFF/largeaddressaware.test
    M lld/test/COFF/lto-obj-path.ll
    M lld/test/COFF/pdb-globals.test
    M lld/test/COFF/pdb-thinlto.ll
    M lld/test/COFF/precomp-link.test
    A lld/test/ELF/arm-exidx-mapping-symbols.s
    A lld/test/ELF/arm-exidx-partial-discard-exidx.s
    A lld/test/ELF/arm-exidx-range.s
    M lld/test/ELF/debug-gnu-pubnames.s
    M lld/test/ELF/dynstr-no-rosegment.s
    M lld/test/ELF/eh-frame-padding-no-rosegment.s
    M lld/test/ELF/elf-header.s
    M lld/test/ELF/execute-only-mixed-data.s
    M lld/test/ELF/execute-only.s
    A lld/test/ELF/gdb-index-loclists.s
    M lld/test/ELF/gdb-index-no-debug.s
    M lld/test/ELF/hexagon-tls-gd-nonpreemptible.s
    M lld/test/ELF/invalid/invalid-debug-relocations.test
    M lld/test/ELF/invalid/section-alignment.test
    M lld/test/ELF/linkerscript/at8.test
    M lld/test/ELF/linkerscript/empty-sections-expressions.test
    M lld/test/ELF/linkerscript/input-archive.s
    M lld/test/ELF/linkerscript/nobits-offset.s
    M lld/test/ELF/linkerscript/thunk-gen-mips.s
    A lld/test/ELF/linkorder-script.s
    M lld/test/ELF/lto/devirt_vcall_vis_public.ll
    M lld/test/ELF/lto/linker-script-symbols-assign.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-obj-path.ll
    M lld/test/ELF/lto/thinlto-object-suffix-replace.ll
    M lld/test/ELF/lto/thinlto-prefix-replace.ll
    A lld/test/ELF/lto/thinlto-thin-archive-collision.ll
    M lld/test/ELF/lto/thinlto.ll
    A lld/test/ELF/ppc64-toc-relax2.s
    A lld/test/ELF/print-archive-stats.s
    M lld/test/ELF/segments.s
    M lld/test/ELF/sort-norosegment.s
    M lld/test/ELF/text-section-prefix.s
    R lld/test/MachO/Inputs/goodbye-dylib.yaml
    R lld/test/MachO/Inputs/hello-dylib.yaml
    A lld/test/MachO/Inputs/libfunction.s
    A lld/test/MachO/Inputs/libgoodbye.s
    A lld/test/MachO/Inputs/libhello.s
    M lld/test/MachO/alignment-too-large.yaml
    M lld/test/MachO/arch.s
    A lld/test/MachO/archive.s
    M lld/test/MachO/duplicate-symbol.s
    A lld/test/MachO/dylib.s
    A lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    A lld/test/MachO/export-trie.s
    A lld/test/MachO/fat-arch.s
    M lld/test/MachO/invalid-executable.s
    A lld/test/MachO/invalid-fat-narch.s
    A lld/test/MachO/invalid-fat-offset.s
    A lld/test/MachO/invalid/archive-no-index.s
    A lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/load-commands.s
    M lld/test/MachO/missing-dylib.s
    A lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/no-id-dylink.s
    M lld/test/MachO/no-such-file.s
    A lld/test/MachO/platform-version.test
    M lld/test/MachO/relocations.s
    A lld/test/MachO/resolution.s
    A lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    A lld/test/MachO/sub-library.s
    A lld/test/MachO/symbol-order.s
    A lld/test/MachO/symtab.s
    R lld/test/MachO/text-segment.s
    A lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MinGW/driver.test
    M lld/test/Unit/lit.site.cfg.py.in
    M lld/test/lit.site.cfg.py.in
    R lld/test/mach-o/Inputs/linker-as-ld.yaml
    R lld/test/mach-o/linker-as-ld.yaml
    A lld/test/wasm/Inputs/sig_mismatch.s
    A lld/test/wasm/globals.s
    M lld/test/wasm/shared-memory-no-atomics.yaml
    A lld/test/wasm/signature-mismatch-relocatable.s
    M lld/test/wasm/undefined-data.ll
    M lld/tools/lld/lld.cpp
    M lld/wasm/Driver.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/bindings/headers.swig
    M lldb/bindings/interface/SBCommandInterpreter.i
    A lldb/bindings/interface/SBCommandInterpreterRunOptions.i
    M lldb/bindings/interface/SBReproducer.i
    M lldb/bindings/interfaces.swig
    M lldb/bindings/python/python-typemaps.swig
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/include/lldb/API/SBCommandInterpreter.h
    A lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.h
    M lldb/include/lldb/Utility/Args.h
    M lldb/include/lldb/Utility/RegisterValue.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreter.cpp
    A lldb/source/API/SBCommandInterpreterRunOptions.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    A lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp
    A lldb/source/Plugins/Language/ObjC/CFBasicHash.h
    M lldb/source/Plugins/Language/ObjC/CMakeLists.txt
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.h
    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/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.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/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    A lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h
    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_arm64.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td
    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/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.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/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Target/Language.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/RegisterValue.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/commands/breakpoint/set/func-regex/TestBreakpointRegexError.py
    M lldb/test/API/commands/expression/dollar-in-variable/main.c
    M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
    M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
    M lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
    M lldb/test/API/commands/process/launch/TestProcessLaunch.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/settings/quoting/TestQuoting.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    M lldb/test/API/commands/watchpoints/watchpoint_commands/command/TestWatchpointCommandPython.py
    M lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
    M lldb/test/API/functionalities/breakpoint/objc/TestObjCBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/Makefile
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
    A lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/TestBasicEntryValuesX86_64.py
    R lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    A lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64.out
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/functionalities/thread/num_threads/TestNumThreads.py
    M lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
    M lldb/test/API/functionalities/thread/step_out/main.cpp
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    A lldb/test/API/get_darwin_real_python.py
    A lldb/test/API/iohandler/resize/TestIOHandlerResize.py
    M lldb/test/API/lang/cpp/operators/main.cpp
    M lldb/test/API/lang/cpp/trivial_abi/TestTrivialABI.py
    M lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py
    A lldb/test/API/lang/objc/modules-compile-error/Makefile
    A lldb/test/API/lang/objc/modules-compile-error/TestModulesCompileError.py
    A lldb/test/API/lang/objc/modules-compile-error/main.m
    A lldb/test/API/lang/objc/modules-compile-error/module.h
    A lldb/test/API/lang/objc/modules-compile-error/module.modulemap
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
    M lldb/test/API/lldbtest.py
    M lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
    M lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    M lldb/test/API/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
    M lldb/test/API/python_api/file_handle/TestFileHandle.py
    M lldb/test/API/python_api/process/io/TestProcessIO.py
    M lldb/test/API/python_api/thread/TestThreadAPI.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py
    A lldb/test/API/tools/lldb-vscode/coreFile/TestVSCode_coreFile.py
    A lldb/test/API/tools/lldb-vscode/coreFile/linux-x86_64.core
    A lldb/test/API/tools/lldb-vscode/coreFile/linux-x86_64.out
    M lldb/test/Shell/Commands/Inputs/command-disassemble.lldbinit
    M lldb/test/Shell/Commands/command-disassemble-process.yaml
    M lldb/test/Shell/Commands/command-disassemble.s
    M lldb/test/Shell/Commands/command-source.test
    A lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml
    M lldb/test/Shell/Driver/TestProcessAttach.test
    M lldb/test/Shell/Host/TestCustomShell.test
    M lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
    M lldb/test/Shell/Quit/TestQuitExitCodeNonInt.test
    M lldb/test/Shell/Quit/TestQuitExitCodeTooManyArgs.test
    M lldb/test/Shell/Recognizer/assert.test
    M lldb/test/Shell/Reproducer/TestDiscard.test
    M lldb/test/Shell/Reproducer/TestDump.test
    A lldb/test/Shell/Reproducer/TestProcessList.test
    M lldb/test/Shell/Settings/TestSettingsSet.test
    M lldb/test/Shell/Settings/TestStopCommandSourceOnError.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_TAG_basic_type_DW_ATE_UTF_nonC.ll
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp
    M lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
    M lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    A lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit
    M lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp
    M lldb/test/Shell/SymbolFile/PDB/expressions.test
    M lldb/test/Shell/SymbolFile/PDB/variables.test
    M lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/RNBRemote.cpp
    A lldb/tools/debugserver/source/com.apple.debugserver.posix.internal.plist
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/lldb-test/CMakeLists.txt
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/README.md
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    M lldb/unittests/API/CMakeLists.txt
    M lldb/unittests/DataFormatter/CMakeLists.txt
    A lldb/unittests/DataFormatter/StringPrinterTests.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
    M lldb/unittests/Target/CMakeLists.txt
    A lldb/unittests/Target/RemoteAwarePlatformTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/XcodeSDKTest.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/CMakeLists.txt
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CMakeLists.txt
    M llvm/cmake/modules/CrossCompile.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMProcessSources.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-cxxfilt.rst
    M llvm/docs/CommandGuide/llvm-dwarfdump.rst
    M llvm/docs/CommandGuide/llvm-objcopy.rst
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/HowToAddABuilder.rst
    M llvm/docs/LangRef.rst
    M llvm/examples/BrainF/BrainF.cpp
    M llvm/examples/Bye/CMakeLists.txt
    M llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
    M llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/DenseSet.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/StringExtras.h
    M llvm/include/llvm/ADT/StringMapEntry.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/AssumeBundleQueries.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfo.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/IndirectCallVisitor.h
    A llvm/include/llvm/Analysis/InlineAdvisor.h
    M llvm/include/llvm/Analysis/InlineCost.h
    M llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/LoopPass.h
    M llvm/include/llvm/Analysis/MemoryLocation.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/AsmParser/Parser.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/include/llvm/Bitcode/BitcodeReader.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveIntervalCalc.h
    M llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineConstantPool.h
    M llvm/include/llvm/CodeGen/MachinePipeliner.h
    M llvm/include/llvm/CodeGen/ModuloSchedule.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
    M llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
    M llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
    A llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/FuzzMutate/FuzzerCLI.h
    M llvm/include/llvm/IR/AbstractCallSite.h
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/AutoUpgrade.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.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/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/LLVMContext.h
    M llvm/include/llvm/IR/Mangler.h
    M llvm/include/llvm/IR/Operator.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/ProfileSummary.h
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/IR/Use.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IRReader/IRReader.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/Config.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCDirectives.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/MCA/HardwareUnits/LSUnit.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/ModuleSymbolTable.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Remarks/Remark.h
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/Allocator.h
    M llvm/include/llvm/Support/AllocatorBase.h
    M llvm/include/llvm/Support/CachePruning.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/DataExtractor.h
    M llvm/include/llvm/Support/DebugCounter.h
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/FileCollector.h
    M llvm/include/llvm/Support/GraphWriter.h
    M llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/NativeFormatting.h
    M llvm/include/llvm/Support/Parallel.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/RISCVAttributeParser.h
    M llvm/include/llvm/Support/ThreadPool.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Target/GlobalISel/Target.td
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/Inliner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    A llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
    M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
    M llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
    M llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h
    M llvm/include/llvm/Transforms/Utils/Cloning.h
    M llvm/include/llvm/Transforms/Utils/FunctionComparator.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/BlockFrequencyInfo.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CFGPrinter.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CodeMetrics.cpp
    A llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/MustExecute.cpp
    M llvm/lib/Analysis/OptimizationRemarkEmitter.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/ScalarEvolutionExpander.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TargetTransformInfo.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/LLParser.h
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/AsmParser/Parser.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitstream/Reader/BitstreamReader.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
    M llvm/lib/CodeGen/GCRootLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/LiveIntervalCalc.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SjLjEHPrepare.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/CodeGen/WasmEHPrepare.cpp
    M llvm/lib/CodeGen/WinEHPrepare.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DWARFLinker/DWARFLinkerDeclContext.cpp
    M llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp
    M llvm/lib/DebugInfo/PDB/CMakeLists.txt
    M llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
    M llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
    A llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
    M llvm/lib/FuzzMutate/FuzzerCLI.cpp
    M llvm/lib/IR/AbstractCallSite.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/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/lib/IR/DataLayout.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContext.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/lib/IR/Type.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/IRReader/IRReader.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/MC/MCAsmInfoXCOFF.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCInstrAnalysis.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCSectionXCOFF.cpp
    M llvm/lib/MC/MCXCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/MCA/HardwareUnits/LSUnit.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/ObjectFile.cpp
    M llvm/lib/Object/SymbolSize.cpp
    M llvm/lib/ObjectYAML/COFFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/SampleProfReader.cpp
    M llvm/lib/Remarks/CMakeLists.txt
    M llvm/lib/Remarks/Remark.cpp
    M llvm/lib/Remarks/RemarkStringTable.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CachePruning.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/Compression.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCollector.cpp
    M llvm/lib/Support/FileOutputBuffer.cpp
    M llvm/lib/Support/FileUtilities.cpp
    M llvm/lib/Support/GraphWriter.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
    M llvm/lib/Support/NativeFormatting.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/SmallVector.cpp
    M llvm/lib/Support/ThreadPool.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Support/Z3Solver.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64FastISel.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/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SchedA53.td
    M llvm/lib/Target/AArch64/AArch64SchedA57.td
    M llvm/lib/Target/AArch64/AArch64SchedCyclone.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM3.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
    M llvm/lib/Target/AArch64/AArch64SchedExynosM5.td
    M llvm/lib/Target/AArch64/AArch64SchedFalkor.td
    M llvm/lib/Target/AArch64/AArch64SchedKryo.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX.td
    M llvm/lib/Target/AArch64/AArch64SchedThunderX2T99.td
    A llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUExportClustering.h
    M llvm/lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
    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/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
    M llvm/lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.h
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    A llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/lib/Target/AMDGPU/SMInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.cpp
    M llvm/lib/Target/ARM/ARMConstantPoolValue.h
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.cpp
    M llvm/lib/Target/ARM/ARMFrameLowering.h
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
    M llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
    M llvm/lib/Target/ARM/ARMRegisterInfo.td
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
    M llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
    M llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/ARM/ThumbRegisterInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.cpp
    M llvm/lib/Target/ARM/Utils/ARMBaseInfo.h
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    M llvm/lib/Target/BPF/BPFCORE.h
    M llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
    A llvm/lib/Target/BPF/BPFPreserveDIType.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BTFDebug.cpp
    M llvm/lib/Target/BPF/BTFDebug.h
    M llvm/lib/Target/BPF/CMakeLists.txt
    M llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
    M llvm/lib/Target/Lanai/LanaiISelLowering.cpp
    M llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
    M llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.h
    M llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetMachine.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCCallingConv.td
    M llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
    M llvm/lib/Target/PowerPC/PPCExpandISEL.cpp
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 09c9103510aeb2cf2e19729fe0ae08c6695b4830
      https://github.com/llvm/llvm-project/commit/09c9103510aeb2cf2e19729fe0ae08c6695b4830
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.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/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    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/ReplaceAutoPtrCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    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/objc/NSInvocationArgumentLifetimeCheck.cpp
    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.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.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/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h
    M clang-tools-extra/clang-tidy/rename_check.py
    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/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    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/CompileCommands.cpp
    M 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/FindTarget.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    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/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/Ref.cpp
    M clang-tools-extra/clangd/index/Ref.h
    M clang-tools-extra/clangd/index/SymbolLocation.cpp
    M clang-tools-extra/clangd/index/SymbolLocation.h
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/support/FSProvider.h
    M clang-tools-extra/clangd/support/Threading.h
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/metrics.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/CompilerTests.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/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-string-find-str-contains.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-simd-intrinsics.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-use-anyofallof.rst
    A clang-tools-extra/test/clang-query/invalid-command-line.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/structures.h
    A clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx20.cpp
    R clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-vararg.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-inaccessible-ctors.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-disallow-copy-and-assign-macro.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-bitfield.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-error.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-ppc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-x86.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof-cpp20.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/invalid-command-line.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/Apple-stage1.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    A clang/docs/ClangFormattedStatus.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibFormat.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/index.rst
    A clang/docs/tools/generate_formatted_state.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/Decl.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/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Analysis/Analyses/UninitializedValues.h
    M clang/include/clang/Analysis/AnalysisDeclContext.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.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/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/X86Target.def
    A clang/include/clang/Basic/arm_bf16.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Driver/Distro.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.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Index/IndexingAction.h
    M clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Initialization.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/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.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/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.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/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/include/clang/Testing/CommandLineArgs.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.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/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/Stmt.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/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.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/AMDGPU.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/SPIR.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.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/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGValue.h
    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/CodeGenTypeCache.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.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/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.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/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/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/PS4CPU.h
    A clang/lib/Driver/ToolChains/ROCm.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    A clang/lib/Headers/__clang_hip_libdevice_declares.h
    A clang/lib/Headers/__clang_hip_math.h
    A clang/lib/Headers/__clang_hip_runtime_wrapper.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
    A clang/lib/Headers/cet.h
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/IndexBody.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/ModuleMap.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/DeclSpec.cpp
    M clang/lib/Sema/Sema.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/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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
    A clang/lib/Sema/SemaSYCL.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.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/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.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
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.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/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.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/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicSize.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/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    M clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    R clang/lib/StaticAnalyzer/Core/SubEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/Testing/CMakeLists.txt
    A clang/lib/Testing/CommandLineArgs.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/alignas_maybe_odr_cleanup.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-expr-json.cpp
    A clang/test/AST/ast-dump-invalid-auto-return-funcs.cpp
    A clang/test/AST/ast-dump-overloaded-operators.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-records.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-dump-special-member-functions.cpp
    M clang/test/AST/ast-dump-template-decls-json.cpp
    A clang/test/AST/ast-dump-wasm-attr-export.c
    A clang/test/AST/ast-dump-wasm-attr-import.c
    M clang/test/AST/sourceranges.cpp
    A clang/test/Analysis/Checkers/WebKit/mock-types.h
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor-templates.cpp
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members-regression-46142.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/generics.m.plist
    M clang/test/Analysis/Inputs/expected-plists/nullability-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-arc.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-radar17039661.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output-alternate.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release-path-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
    R clang/test/Analysis/Malloc+NewDelete_intersections.cpp
    M clang/test/Analysis/NewDelete-checker-test.cpp
    M clang/test/Analysis/NewDelete-intersections.mm
    A clang/test/Analysis/PR35418.cpp
    M clang/test/Analysis/PR40625.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/autoreleasewritechecker_test.m
    A clang/test/Analysis/call-and-message.c
    A clang/test/Analysis/call-and-message.cpp
    A clang/test/Analysis/call-and-message.m
    A clang/test/Analysis/call-and-message.mm
    M clang/test/Analysis/compound-literals.c
    M clang/test/Analysis/constant-folding.c
    M clang/test/Analysis/constraint_manager_negate_difference.c
    M clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    A clang/test/Analysis/double-ranges-bug.c
    M clang/test/Analysis/exercise-ps.c
    M clang/test/Analysis/explain-svals.c
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/explain-svals.m
    M clang/test/Analysis/hangs.c
    M clang/test/Analysis/incorrect-checker-names.cpp
    M clang/test/Analysis/incorrect-checker-names.mm
    M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.m.plist
    M clang/test/Analysis/loop-unrolling.cpp
    M clang/test/Analysis/loop-widening-preserve-reference-type.cpp
    M clang/test/Analysis/malloc.c
    M clang/test/Analysis/new.cpp
    A clang/test/Analysis/objc-indirect-copy-restore.m
    M clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
    R clang/test/Analysis/reference.mm
    A clang/test/Analysis/retain-release-compound-literal.m
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/std-c-library-functions-lookup.c
    A clang/test/Analysis/std-c-library-functions-lookup.cpp
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/switch-case.c
    M clang/test/Analysis/temporaries.cpp
    M clang/test/Analysis/test-separate-retaincount.cpp
    A clang/test/Analysis/uninit-bug-first-iteration-init.c
    M clang/test/Analysis/uninit-const.c
    M clang/test/Analysis/uninit-const.cpp
    A clang/test/Analysis/uninit-exhaustive-switch-bug.c
    R clang/test/Analysis/uninit-msg-expr.m
    A clang/test/Analysis/vla-overflow.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx0x-no-extra-copy.cpp
    M clang/test/CXX/drs/dr0xx.cpp
    M clang/test/CXX/drs/dr1xx.cpp
    M clang/test/CXX/drs/dr22xx.cpp
    M clang/test/CXX/except/except.spec/p14-ir.cpp
    A clang/test/CXX/expr/expr.post/expr.call/p4.cpp
    A clang/test/CodeCompletion/objc-member-access.m
    A clang/test/CodeGen/Inputs/basic-block-sections.funcnames
    A clang/test/CodeGen/aarch64-bf16-getset-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-reinterpret-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acge.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acgt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acle.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_aclt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_index.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    A clang/test/CodeGen/aix-complex.c
    A clang/test/CodeGen/aix-return.c
    A clang/test/CodeGen/aix-struct-arg.c
    A clang/test/CodeGen/aix-vaargs.c
    A clang/test/CodeGen/aix-vector.c
    M clang/test/CodeGen/align_value.cpp
    A clang/test/CodeGen/arm-bf16-getset-intrinsics.c
    A clang/test/CodeGen/arm-bf16-params-returns.c
    A clang/test/CodeGen/arm-bf16-reinterpret-intrinsics.c
    A clang/test/CodeGen/arm-bf16-softfloat.c
    A clang/test/CodeGen/arm-mangle-bf16.cpp
    A clang/test/CodeGen/arm-poly64.c
    A clang/test/CodeGen/asan-globals-alias.cpp
    M clang/test/CodeGen/asan-globals.cpp
    M clang/test/CodeGen/asan-new-pm.ll
    A clang/test/CodeGen/asm-cet.S
    A clang/test/CodeGen/attr-nomerge.cpp
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/avx512bw-builtins.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/avx512vlbw-builtins.c
    A clang/test/CodeGen/basic-block-sections.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    A clang/test/CodeGen/builtins-ppc-fma.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector3.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/debug-info-codeview-heapallocsite.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-oslog.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-class.cpp
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-stack.cpp
    A clang/test/CodeGen/fp-options-to-fast-math-flags.c
    M clang/test/CodeGen/libcalls.c
    A clang/test/CodeGen/matrix-type-builtins.c
    A clang/test/CodeGen/matrix-type-operators.c
    M clang/test/CodeGen/no-junk-ftrunc.c
    A clang/test/CodeGen/nodebug-attr.c
    M clang/test/CodeGen/pch-dllexport.cpp
    A clang/test/CodeGen/ppc32-and-aix-struct-return.c
    A clang/test/CodeGen/ppc32-dwarf.c
    R clang/test/CodeGen/ppc32-struct-return.c
    M clang/test/CodeGen/ppc64-complex-parms.c
    M clang/test/CodeGen/ppc64-complex-return.c
    M clang/test/CodeGen/ppc64-dwarf.c
    M clang/test/CodeGen/ppc64-inline-asm.c
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/sancov-new-pm.c
    A clang/test/CodeGen/sanitize-coverage.c
    M clang/test/CodeGen/sanitizer-module-constructor.c
    M clang/test/CodeGen/semantic-interposition.c
    M clang/test/CodeGen/stack-clash-protection.c
    M clang/test/CodeGen/target-builtin-noerror.c
    A clang/test/CodeGen/use-sample-profile-attr.c
    A clang/test/CodeGen/vector.cpp
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    A clang/test/CodeGenCUDA/constexpr-variables.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCUDA/library-builtin.cu
    M clang/test/CodeGenCXX/address-space-ref.cpp
    M clang/test/CodeGenCXX/amdgcn-func-arg.cpp
    M clang/test/CodeGenCXX/atomic-dllexport.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.cpp
    A clang/test/CodeGenCXX/auto-var-init-stop-after.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    A clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/catch-undef-behavior.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/const-init-cxx11.cpp
    M clang/test/CodeGenCXX/constructor-direct-call.cpp
    M clang/test/CodeGenCXX/constructor-init.cpp
    M clang/test/CodeGenCXX/constructors.cpp
    M clang/test/CodeGenCXX/convert-to-fptr.cpp
    M clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
    M clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp
    M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    A clang/test/CodeGenCXX/debug-info-codeview-heapallocsite.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/decl-ref-init.cpp
    M clang/test/CodeGenCXX/default-arg-temps.cpp
    M clang/test/CodeGenCXX/delete.cpp
    M clang/test/CodeGenCXX/dereferenceable.cpp
    M clang/test/CodeGenCXX/derived-to-base-conv.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    M clang/test/CodeGenCXX/dllexport-members.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-members.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/eh.cpp
    M clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    M clang/test/CodeGenCXX/fastcall.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/implicit-copy-assign-operator.cpp
    M clang/test/CodeGenCXX/implicit-copy-constructor.cpp
    M clang/test/CodeGenCXX/implicit-function-conversion.cpp
    M clang/test/CodeGenCXX/inheriting-constructor-cleanup.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    M clang/test/CodeGenCXX/mangle-ms-cxx17.cpp
    M clang/test/CodeGenCXX/mangle-win-ccs.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    A clang/test/CodeGenCXX/matrix-type-builtins.cpp
    A clang/test/CodeGenCXX/matrix-type-operators.cpp
    M clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    M clang/test/CodeGenCXX/pod-member-memcpys.cpp
    M clang/test/CodeGenCXX/pointers-to-data-members.cpp
    M clang/test/CodeGenCXX/pr28360.cpp
    M clang/test/CodeGenCXX/reference-cast.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/rvalue-references.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCXX/stmtexpr.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/volatile.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenObjC/arc-foreach.m
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/CodeGenObjC/externally-retained.m
    A clang/test/CodeGenObjC/matrix-type-builtins.m
    A clang/test/CodeGenObjC/matrix-type-operators.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/return-objc-object.mm
    M clang/test/CodeGenObjCXX/arc-blocks.mm
    M clang/test/CodeGenObjCXX/arc-move.mm
    M clang/test/CodeGenObjCXX/arc-special-member-functions.mm
    M clang/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
    M clang/test/CodeGenObjCXX/implicit-copy-constructor.mm
    M clang/test/CodeGenObjCXX/lambda-expressions.mm
    M clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
    M clang/test/CodeGenObjCXX/message-reference.mm
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/objc-weak.mm
    M clang/test/CodeGenObjCXX/os_log.mm
    M clang/test/CodeGenObjCXX/property-dot-reference.mm
    M clang/test/CodeGenObjCXX/property-lvalue-capture.mm
    M clang/test/CodeGenObjCXX/property-object-reference-2.mm
    M clang/test/CodeGenObjCXX/property-objects.mm
    M clang/test/CodeGenObjCXX/property-reference.mm
    M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-references.cl
    A clang/test/CodeGenOpenCLCXX/addrspace_cast.cl
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/libclang_rt.profile.a
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/libclang_rt.profile.a
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/hip.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ockl.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1010.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1011.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1012.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_803.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_900.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ocml.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/opencl.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/hip.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/ockl.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_daz_opt_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_daz_opt_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_finite_only_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_finite_only_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1010.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1011.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1012.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_803.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_900.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_unsafe_math_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_unsafe_math_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/ocml.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/opencl.bc
    A clang/test/Driver/Inputs/rocm/include/hip/hip_runtime.h
    M clang/test/Driver/O.c
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/aix-mcpu-default.c
    A clang/test/Driver/apple-clang-defaults.c
    M clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/compiler-rt-unwind.c
    M clang/test/Driver/cuda-phases.cu
    A clang/test/Driver/darwin-arm64-target.c
    M clang/test/Driver/debug-prefix-map.S
    A clang/test/Driver/fbasic-block-sections.c
    M clang/test/Driver/flang/flang.f90
    M clang/test/Driver/flang/flang_ucase.F90
    M clang/test/Driver/frame-pointer-elim.c
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fsemantic-interposition.c
    M clang/test/Driver/fuchsia.c
    A clang/test/Driver/funique-basic-block-section-names.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-rdc-device-only.hip
    M clang/test/Driver/lto.c
    M clang/test/Driver/memtag.c
    A clang/test/Driver/memtag_lto.c
    M clang/test/Driver/modules-ts.cpp
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/Driver/ppc-pcrel.cpp
    A clang/test/Driver/ps4-relax-relocations.c
    M clang/test/Driver/rocm-detect.cl
    M clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-device-libs.cl
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/sanitizer-ld.c
    A clang/test/Driver/stack-clash-protection-02.c
    M clang/test/Driver/thread-model.c
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/x86-malign-branch.c
    A clang/test/Frontend/aix-unsupported.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/noderef.cpp
    M clang/test/Headers/nvptx_device_math_macro.cpp
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    M clang/test/Import/call-expr/test.cpp
    A clang/test/Index/cxx.cl
    A clang/test/Index/index-designated-init-recovery.cpp
    M clang/test/Misc/loop-opt-setup.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Misc/warning-wall.c
    M clang/test/Modules/DebugInfoTransitiveImport.m
    M clang/test/Modules/ExtDebugInfo.cpp
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/module.modulemap
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/stdio.h
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/module.modulemap
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/stddef.h
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/stdio.h
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/ModuleDebugInfo.m
    A clang/test/Modules/no-undeclared-includes-builtins.cpp
    M clang/test/Modules/templates.mm
    A clang/test/OpenMP/amdgcn_device_function_call.cpp
    M clang/test/OpenMP/atomic_codegen.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen_globalization.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    A clang/test/OpenMP/deferred-diags.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_reduction_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    A clang/test/OpenMP/for_scan_codegen.cpp
    A clang/test/OpenMP/nvptx_NRVO_variable.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    A clang/test/OpenMP/nvptx_declare_variant_name_mangling.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_messages.cpp
    A clang/test/OpenMP/omp_with_loop_pragma.c
    M clang/test/OpenMP/openmp_offload_codegen.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_linear_codegen.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    A clang/test/OpenMP/recovery-crash.cpp
    M clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_codegen_global_capture.cpp
    M clang/test/OpenMP/target_data_messages.c
    A clang/test/OpenMP/target_data_use_device_ptr_addr_ast_print.cpp
    A clang/test/OpenMP/target_data_use_device_ptr_addr_messages.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_ast_print.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_messages.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    A clang/test/OpenMP/target_map_member_expr_array_section_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_no_exceptions.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    A clang/test/OpenMP/task_affinity_codegen.cpp
    A clang/test/OpenMP/task_affinity_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_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_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_firstprivate_codegen.cpp
    A clang/test/PCH/externally-retained.m
    M clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    M clang/test/Parser/max-tokens.cpp
    A clang/test/Parser/slh-asm-goto-no-warn.cpp
    A clang/test/Parser/slh-asm-goto.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/hip-host-cpu-macros.cu
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/predefined-macros.c
    M clang/test/Profile/Inputs/c-counter-overflows.proftext
    A clang/test/Profile/Inputs/c-general.profdata.v5
    M clang/test/Profile/Inputs/c-general.proftext
    M clang/test/Profile/Inputs/c-unprofiled-blocks.proftext
    M clang/test/Profile/Inputs/cxx-rangefor.proftext
    M clang/test/Profile/Inputs/cxx-throws.proftext
    M clang/test/Profile/Inputs/misexpect-switch-default.proftext
    M clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
    M clang/test/Profile/Inputs/misexpect-switch.proftext
    A clang/test/Profile/c-collision.c
    M clang/test/Profile/c-general.c
    M clang/test/Sema/address_spaces.c
    A clang/test/Sema/arm-bf16-forbidden-ops.c
    A clang/test/Sema/arm-bf16-forbidden-ops.cpp
    A clang/test/Sema/arm-bfloat.cpp
    M clang/test/Sema/attr-c2x.c
    M clang/test/Sema/attr-mode.c
    A clang/test/Sema/attr-nomerge.cpp
    A clang/test/Sema/attr-wasm.c
    A clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    M clang/test/Sema/check-aux-builtins.c
    M clang/test/Sema/ext_vector_comparisons.c
    M clang/test/Sema/inline-asm-validate-amdgpu.cl
    M clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/matrix-type-builtins.c
    A clang/test/Sema/matrix-type-operators.c
    M clang/test/Sema/struct-decl.c
    M clang/test/Sema/vector-gcc-compat.cpp
    M clang/test/Sema/warn-missing-prototypes.c
    M clang/test/Sema/warn-thread-safety-analysis.c
    A clang/test/SemaCUDA/constexpr-variables.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCXX/abstract.cpp
    A clang/test/SemaCXX/address-space-arithmetic.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/blocks.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/cxx11-crashes.cpp
    M clang/test/SemaCXX/decl-init-ref.cpp
    M clang/test/SemaCXX/enable_if.cpp
    A clang/test/SemaCXX/for-range-crash.cpp
    M clang/test/SemaCXX/implicit-exception-spec.cpp
    M clang/test/SemaCXX/invalid-constructor-init.cpp
    A clang/test/SemaCXX/matrix-type-builtins.cpp
    A clang/test/SemaCXX/matrix-type-operators.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M clang/test/SemaCXX/uninit-variables.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    M clang/test/SemaCXX/warn-bool-conversion.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    A clang/test/SemaCXX/warn-uninitialized-const-reference.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaCXX/warn-unused-value.cpp
    A clang/test/SemaObjC/matrix-type-builtins.m
    A clang/test/SemaObjC/matrix-type-operators.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/extension-version.cl
    A clang/test/SemaOpenCLCXX/addrspace_cast.cl
    A clang/test/SemaOpenCLCXX/addrspace_cast_ast_dump.cl
    A clang/test/SemaSYCL/float128.cpp
    M clang/test/Tooling/fixed-database.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/clang-format/git-clang-format
    M clang/tools/diagtool/CMakeLists.txt
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXType.cpp
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.cpp
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterGenericRedeclTest.cpp
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    R clang/unittests/AST/Language.cpp
    R clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StmtPrinterTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.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/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/Sema/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    A clang/unittests/StaticAnalyzer/CallEventTest.cpp
    A clang/unittests/StaticAnalyzer/ParamRegionTest.cpp
    A clang/unittests/StaticAnalyzer/RangeSetTest.cpp
    M clang/unittests/StaticAnalyzer/StoreTest.cpp
    A clang/unittests/StaticAnalyzer/TestReturnValueUnderConstruction.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMethodDecl.cpp
    M clang/unittests/Tooling/RefactoringCallbacksTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M clang/www/cxx_dr_status.html
    M clang/www/hacking.html
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    A compiler-rt/lib/builtins/riscv/int_mul_impl.inc
    A compiler-rt/lib/builtins/riscv/muldi3.S
    M compiler-rt/lib/builtins/riscv/mulsi3.S
    A compiler-rt/lib/builtins/ve/grow_stack.S
    A compiler-rt/lib/builtins/ve/grow_stack_align.S
    M compiler-rt/lib/fuzzer/FuzzerCorpus.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMerge.h
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/afl/afl_driver.cpp
    M compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_flags.inc
    A compiler-rt/lib/hwasan/hwasan_globals.cpp
    A compiler-rt/lib/hwasan/hwasan_globals.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    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_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_flags.inc
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    A compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp
    M compiler-rt/test/asan/TestCases/Windows/coverage-basic.cpp
    M compiler-rt/test/asan/TestCases/coverage-disabled.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-capture.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-dtor-order.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp2.cpp
    M compiler-rt/test/crt/lit.cfg.py
    M compiler-rt/test/fuzzer/fork.test
    M compiler-rt/test/hwasan/TestCases/global.c
    M compiler-rt/test/hwasan/TestCases/malloc_fill.cpp
    M compiler-rt/test/msan/coverage-levels.cpp
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov
    M compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    A compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    A compiler-rt/test/profile/gcov-basic.c
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    R compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    M compiler-rt/test/profile/instrprof-gcov-exceptions.test
    M compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    M compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    M compiler-rt/test/profile/instrprof-gcov-switch.test
    M compiler-rt/test/profile/instrprof-gcov-two-objects.test
    M compiler-rt/test/sanitizer_common/TestCases/Darwin/abort_on_error.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cpp
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    M compiler-rt/test/scudo/lit.cfg.py
    M compiler-rt/test/tsan/Darwin/norace-objcxx-run-time.mm
    M compiler-rt/test/tsan/Unit/lit.site.cfg.py.in
    A compiler-rt/test/tsan/java_finalizer2.cpp
    M compiler-rt/test/tsan/lit.cfg.py
    M compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp
    M compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
    M compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp
    M compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
    M compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
    M compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp
    M compiler-rt/test/xray/TestCases/Posix/pic_test.cpp
    M debuginfo-tests/dexter/Commands.md
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    A debuginfo-tests/dexter/dex/command/commands/DexLimitSteps.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/TestToolBase.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_loop.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_overlapping_ranges.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_same_line_conditional.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    M flang/CMakeLists.txt
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/integer.h
    M flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/ComplexExpr.h
    A flang/include/flang/Lower/ConvertType.h
    A flang/include/flang/Lower/FIRBuilder.h
    A flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Utils.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/ComplexExpr.cpp
    A flang/lib/Lower/ConvertType.cpp
    A flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Optimizer/CMakeLists.txt
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/lib/Semantics/check-do-forall.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/runtime/CMakeLists.txt
    M flang/test/Lower/pre-fir-tree01.f90
    M flang/test/Lower/pre-fir-tree02.f90
    M flang/test/Lower/pre-fir-tree03.f90
    M flang/test/Lower/pre-fir-tree04.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data03.f90
    A flang/test/Semantics/data04.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/resolve90.f90
    A flang/test/Semantics/resolve91.f90
    A flang/test/Semantics/resolve92.f90
    M flang/tools/f18/f18.cpp
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Runtime/CMakeLists.txt
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/linux/CMakeLists.txt
    A libc/config/linux/aarch64/entrypoints.txt
    A libc/config/linux/aarch64/headers.txt
    M libc/config/linux/api.td
    R libc/config/linux/x86_64/CMakeLists.txt
    A libc/config/linux/x86_64/entrypoints.txt
    A libc/config/linux/x86_64/headers.txt
    M libc/lib/CMakeLists.txt
    M libc/loader/linux/CMakeLists.txt
    A libc/spec/llvm_libc_ext.td
    M libc/spec/stdc.td
    M libc/src/.clang-tidy
    M libc/src/math/CMakeLists.txt
    A libc/src/math/ceil.cpp
    A libc/src/math/ceil.h
    A libc/src/math/ceilf.cpp
    A libc/src/math/ceilf.h
    A libc/src/math/floor.cpp
    A libc/src/math/floor.h
    A libc/src/math/floorf.cpp
    A libc/src/math/floorf.h
    M libc/src/math/round.cpp
    R libc/src/math/round_redirector.cpp
    A libc/src/math/roundf.cpp
    A libc/src/math/roundf.h
    A libc/src/math/trunc.cpp
    A libc/src/math/trunc.h
    A libc/src/math/truncf.cpp
    A libc/src/math/truncf.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bzero.cpp
    A libc/src/string/bzero.h
    R libc/src/string/memcpy.cpp
    R libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/memcpy_utils.h
    A libc/src/string/memory_utils/memset_utils.h
    A libc/src/string/memset.cpp
    A libc/src/string/memset.h
    M libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy.cpp
    R libc/src/string/x86/memcpy_arch_specific.h.inc
    M libc/src/threads/CMakeLists.txt
    A libc/src/threads/call_once.h
    M libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/call_once.cpp
    M libc/src/threads/mtx_init.h
    M libc/src/threads/mtx_lock.h
    M libc/src/threads/mtx_unlock.h
    M libc/src/threads/thrd_create.h
    M libc/src/threads/thrd_join.h
    M libc/test/config/linux/CMakeLists.txt
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/ceil_test.cpp
    A libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    A libc/test/src/math/floor_test.cpp
    A libc/test/src/math/floorf_test.cpp
    A libc/test/src/math/round_test.cpp
    A libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    A libc/test/src/math/trunc_test.cpp
    A libc/test/src/math/truncf_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    A libc/test/src/string/memset_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/call_once_test.cpp
    M libc/utils/FPUtil/FloatOperations.h
    M libc/utils/FPUtil/FloatProperties.h
    M libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/PrototypeTestGen/.clang-tidy
    A libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    A libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/README.md
    M libclc/CMakeLists.txt
    M libclc/README.TXT
    M libcxx/CMakeLists.txt
    R libcxx/cmake/Modules/CheckLibcxxAtomic.cmake
    M libcxx/cmake/caches/Apple.cmake
    A libcxx/cmake/caches/Generic-32bits.cmake
    A libcxx/cmake/caches/Generic-asan.cmake
    A libcxx/cmake/caches/Generic-cxx03.cmake
    A libcxx/cmake/caches/Generic-cxx11.cmake
    A libcxx/cmake/caches/Generic-cxx14.cmake
    A libcxx/cmake/caches/Generic-cxx17.cmake
    A libcxx/cmake/caches/Generic-cxx2a.cmake
    A libcxx/cmake/caches/Generic-msan.cmake
    A libcxx/cmake/caches/Generic-noexceptions.cmake
    A libcxx/cmake/caches/Generic-singlethreaded.cmake
    A libcxx/cmake/caches/Generic-tsan.cmake
    A libcxx/cmake/caches/Generic-ubsan.cmake
    A libcxx/cmake/caches/README.md
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/__config
    M libcxx/include/__config_site.in
    M libcxx/include/__threading_support
    M libcxx/include/array
    M libcxx/include/atomic
    M libcxx/include/bit
    M libcxx/include/charconv
    M libcxx/include/chrono
    M libcxx/include/cmath
    M libcxx/include/functional
    M libcxx/include/memory
    M libcxx/include/span
    M libcxx/include/thread
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/src/charconv.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.verify.cpp
    A libcxx/test/libcxx/atomics/atomics.align/align.pass.pass.cpp
    R libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    A libcxx/test/libcxx/containers/sequences/array/triviality.pass.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for_purposes_of_call.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/const_value_type.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.pass.cpp
    M libcxx/test/libcxx/containers/unord/next_pow2.pass.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.abort.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.const.abort.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/db_deallocate.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_deque_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_forward_list_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_list_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_map_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_regex_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_set_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_string_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_map_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_set_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_vector_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.global/global_memory_resource_lifetime.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.global/new_delete_resource_lifetime.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.synop/version.pass.cpp
    M libcxx/test/libcxx/fuzzing/geometric_distribution.pass.cpp
    M libcxx/test/libcxx/fuzzing/nth_element.pass.cpp
    M libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/partial_sort_copy.pass.cpp
    M libcxx/test/libcxx/fuzzing/partition.pass.cpp
    M libcxx/test/libcxx/fuzzing/partition_copy.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_ECMAScript.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_awk.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_egrep.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_extended.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_grep.pass.cpp
    M libcxx/test/libcxx/fuzzing/sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/stable_partition.pass.cpp
    M libcxx/test/libcxx/fuzzing/stable_sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/unique.pass.cpp
    M libcxx/test/libcxx/fuzzing/unique_copy.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/reverse_iterator_produces_diagnostic.fail.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.req/is_pathable.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
    M libcxx/test/libcxx/language.support/has_c11_features.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ctor_move.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/memory/is_allocator.pass.cpp
    M libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
    M libcxx/test/libcxx/numerics/numeric.ops/midpoint.integer.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    A libcxx/test/libcxx/selftest/newformat/tmpdir-exists.sh.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.task/types.pass.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    M libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.verify.cpp
    M libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp
    M libcxx/test/libcxx/type_traits/is_implicitly_default_constructible.pass.cpp
    M libcxx/test/libcxx/type_traits/is_pointer.arc.pass.mm
    M libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    M libcxx/test/libcxx/type_traits/lazy_metafunctions.pass.cpp
    M libcxx/test/libcxx/utilities/any/size_and_alignment.pass.cpp
    M libcxx/test/libcxx/utilities/any/small_type.pass.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_new_abi.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/__has_operator_addressof.pass.cpp
    M libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.compile.fail.cpp
    M libcxx/test/libcxx/utilities/optional/block.objc.pass.mm
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/triviality.abi.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/empty_member.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/empty_tuple_trivial.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/libcxx/utilities/utility/__is_inplace_index.pass.cpp
    M libcxx/test/libcxx/utilities/utility/__is_inplace_type.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/U_V.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/assign_tuple_like.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/default.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant.helper/variant_alternative.fail.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.stable.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_move.pass.cpp
    M libcxx/test/std/atomics/atomics.flag/init.pass.cpp
    M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
    M libcxx/test/std/atomics/atomics.order/memory_order_new.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ctor.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
    M libcxx/test/std/concepts/lang/same_as.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/associative/map/contains.pass.cpp
    M libcxx/test/std/containers/associative/map/map.access/empty.verify.cpp
    M libcxx/test/std/containers/associative/map/map.access/index_rv_key.pass.cpp
    M libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.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/map/map.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/deduct_const.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/try.emplace.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/find0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/lower_bound0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/upper_bound0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/empty.verify.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct_const.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/find0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/emplace.pass.cpp
    M libcxx/test/std/containers/associative/multiset/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/multiset/empty.verify.cpp
    M libcxx/test/std/containers/associative/multiset/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/multiset/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/multiset/merge.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/contains.pass.cpp
    M libcxx/test/std/containers/associative/set/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/emplace.pass.cpp
    M libcxx/test/std/containers/associative/set/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/set/empty.verify.cpp
    M libcxx/test/std/containers/associative/set/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/set/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/set/merge.pass.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
    M libcxx/test/std/containers/associative/set/set.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/push_rvalue.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/push_rv.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.node/node_handle.pass.cpp
    M libcxx/test/std/containers/container.requirements/container.requirements.general/allocator_move.pass.cpp
    M libcxx/test/std/containers/map_allocator_requirement_test_templates.h
    A libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/default.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp
    A libcxx/test/std/containers/sequences/array/array.cons/initialization.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.fill/fill.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.size/size.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.special/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    A libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    R libcxx/test/std/containers/sequences/array/begin.pass.cpp
    M libcxx/test/std/containers/sequences/array/compare.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/containers/sequences/array/empty.pass.cpp
    M libcxx/test/std/containers/sequences/array/empty.verify.cpp
    M libcxx/test/std/containers/sequences/array/front_back.pass.cpp
    A libcxx/test/std/containers/sequences/array/front_back_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/indexing.pass.cpp
    A libcxx/test/std/containers/sequences/array/indexing_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
    M libcxx/test/std/containers/sequences/array/max_size.pass.cpp
    M libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/op_equal_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/deque/deque.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/push_front_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/empty.verify.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_op_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/init_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_noexcept.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/forwardlist/forwardlist.modifiers/emplace_after.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_rv.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/push_front_rv.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/op_equal_initializer_list.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/list/list.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/insert_iter_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/push_front_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector.bool/enabled_hash.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/op_equal_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/op_equal_initializer_list.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/sequences/vector/vector.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace_extra.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_move.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.compile.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.map/unord.map.cnstr/deduct_const.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.elem/index_tuple.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/try.emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct_const.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.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.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/assign_move.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/containers/unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/views/span.cons/array.fail.cpp
    M libcxx/test/std/containers/views/span.cons/array.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/copy.pass.cpp
    M libcxx/test/std/containers/views/span.cons/deduct.pass.cpp
    M libcxx/test/std/containers/views/span.cons/default.fail.cpp
    M libcxx/test/std/containers/views/span.cons/default.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/ptr_ptr.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_ptr.pass.cpp
    M libcxx/test/std/containers/views/span.cons/span.fail.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/back.pass.cpp
    M libcxx/test/std/containers/views/span.elem/data.pass.cpp
    M libcxx/test/std/containers/views/span.elem/front.pass.cpp
    M libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.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.fail.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.obs/empty.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.fail.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    M libcxx/test/std/containers/views/span.sub/last.fail.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.fail.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/pointer.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/release.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/reset.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.base/unary_function.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp
    M libcxx/test/std/diagnostics/syserr/is_error_condition_enum.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.compile.fail.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.hash/enabled_hash.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp
    M libcxx/test/std/experimental/algorithms/alg.search/search.pass.cpp
    M libcxx/test/std/experimental/filesystem/fs.req.namespace/namespace.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pred.pass.cpp
    M libcxx/test/std/experimental/func/header.functional.synop/includes.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.assign.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/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/operator_bool.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/equal_comp.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/less_comp.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/done.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/assign.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/construct.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/address.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.fail.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/hash.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/destroy.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/resume.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/void_handle.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/promise_type.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/includes.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/assign.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/copy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/default.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/memory_resource_convert.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/other_alloc.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/not_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/allocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_const_lvalue_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_rvalue.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_values.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair_evil.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_types.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/destroy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/select_on_container_copy_construction.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_copy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_move.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/default.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_allocate_and_deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_is_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_deque_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_forward_list_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_list_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_map_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_regex_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_set_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_string_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_unordered_map_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_unordered_set_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_vector_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/default_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/new_delete_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/null_memory_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/construct.fail.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/not_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.priv/protected_members.fail.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/allocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/dtor.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/is_equal.pass.cpp
    M libcxx/test/std/experimental/simd/simd.abi/vector_extension.pass.cpp
    M libcxx/test/std/experimental/simd/simd.access/default.pass.cpp
    M libcxx/test/std/experimental/simd/simd.casts/simd_cast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/default.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
    M libcxx/test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd_mask.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/detected_t.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_convertible.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_exact.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.fail.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.pass.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_element_type.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.assignment/assign_element_type.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign_convertible.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_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.explicit.move_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.ctors/move_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/dereference.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.non-const_observers/get.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/op_arrow.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/dereference.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/explicit_operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/get.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/op_arrow.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/experimental/utilities/propagate_const/propagate_const.nonmembers/hash.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/equal_to.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/not_equal_to.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_than.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_than.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/not_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/c.files/gets.compile.fail.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default_const.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/refresh.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/comparisons.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/default_ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/types.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.cons.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.mods.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.filesystem_error/filesystem_error.members.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/braced_init.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/default.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.verify.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.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/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/clear.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/make_preferred.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/remove_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_extension.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/c_str.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/native.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/operator_string.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.query/tested_in_path_decompose.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops_tested_elsewhere.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.io.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.io.unicode_bug.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.perm_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.perms.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/file_time_type.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/absolute.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/create_directory_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/create_hard_link.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/create_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/read_symlink.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.remove/remove.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rename.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/resize_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/status_known.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.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.namespace/namespace.fail.cpp
    M libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/copy.fail.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp
    M libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
    M libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.assign/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/move2.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/stringstream.assign/move.pass.cpp
    M libcxx/test/std/iterators/iterator.container/data.pass.cpp
    M libcxx/test/std/iterators/iterator.container/empty.array.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.container.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.initializer_list.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.pass.cpp
    M libcxx/test/std/iterators/iterator.container/size.pass.cpp
    M libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/advance.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/distance.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/next.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/prev.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/std.iterator.tags/contiguous_iterator_tag.pass.cpp
    M libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/rv_value.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/rv_value.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/language.support/cmp/cmp.common/common_comparison_category.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t_declaration.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.verify.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.placement/new_array_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.types.fail.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.access/access.pass.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.cons/default.pass.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.range/begin_end.pass.cpp
    M libcxx/test/std/language.support/support.initlist/types.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/iterator.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/new.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.limits/version.pass.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit_check1.compile.fail.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit_check2.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byte.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/and.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/and.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/enum_direct_init.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.assign.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/not.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/or.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/or.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.assign.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/xor.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/xor.pass.cpp
    M libcxx/test/std/language.support/support.types/max_align_t.pass.cpp
    M libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
    M libcxx/test/std/language.support/support.types/offsetof.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_always_noconv.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_encoding.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_in.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_max_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_out.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_always_noconv.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_encoding.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_in.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_max_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_out.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_copy.pass.cpp
    M libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.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/c.math.lerp/c.math.lerp.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals1.compile.fail.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals1.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals2.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_init_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool3.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool4.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool3.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool4.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.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.float.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.pointer.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce_init_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init_op_op.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
    M libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp
    M libcxx/test/std/re/re.grammar/excessive_brace_min_max.pass.cpp
    M libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/assign.il.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/il.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/deduct.fail.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/deduct.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/il_flg.pass.cpp
    M libcxx/test/std/re/re.results/re.results.const/move.pass.cpp
    M libcxx/test/std/re/re.results/re.results.size/empty.verify.cpp
    M libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
    M libcxx/test/std/strings/basic.string.hash/enabled_hashes.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal1.compile.fail.cpp
    M libcxx/test/std/strings/basic.string.literals/literal1.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal2.compile.fail.cpp
    M libcxx/test/std/strings/basic.string.literals/literal2.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal3.pass.cpp
    M libcxx/test/std/strings/basic.string/string.capacity/empty.verify.cpp
    M libcxx/test/std/strings/basic.string/string.cons/brace_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/default_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/initializer_list_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_alloc.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.char.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp
    M libcxx/test/std/strings/basic.string/string.iterators/iterators.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_append/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_assign/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.io/get_line_delim_rv.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.io/get_line_rv.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.char.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.ptr.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign2.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/compare.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/eof.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq_int_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/find.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/char.traits/char.traits.specializations/char.traits.specializations.char8_t/lt.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.char8_t/not_eof.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_char_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_int_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/types.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.capacity/empty.verify.cpp
    M libcxx/test/std/strings/string.view/string.view.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/enabled_hashes.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.char.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.string_view.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.char.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.string_view.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal1.compile.fail.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal1.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal2.compile.fail.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal2.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal3.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/thread/futures/futures.async/async.pass.cpp
    M libcxx/test/std/thread/futures/futures.async/async.verify.cpp
    M libcxx/test/std/thread/futures/futures.async/async_race.38682.pass.cpp
    M libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp
    M libcxx/test/std/thread/futures/futures.overview/future_errc.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/alloc_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/default.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/get_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_lvalue.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_lvalue_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_rvalue.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_at_thread_exit_const.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_at_thread_exit_void.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_const.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/copy_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/copy_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/ctor_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/assign_copy.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/assign_move.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor1.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor2.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_copy.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_default.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_move.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/get_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/uses_allocator.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/share.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
    M libcxx/test/std/thread/thread.barrier/completion.pass.cpp
    M libcxx/test/std/thread/thread.barrier/max.pass.cpp
    M libcxx/test/std/thread/thread.barrier/version.pass.cpp
    M libcxx/test/std/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/notify_all.pass.cpp
    M libcxx/test/std/thread/thread.latch/arrive_and_wait.pass.cpp
    M libcxx/test/std/thread/thread.latch/count_down.pass.cpp
    M libcxx/test/std/thread/thread.latch/max.pass.cpp
    M libcxx/test/std/thread/thread.latch/try_wait.pass.cpp
    M libcxx/test/std/thread/thread.latch/version.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/assign.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/copy.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/types.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_assign.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_ctor.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/member_swap.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/nonmember_swap.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/release.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/types.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/assign.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/copy.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/assign.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/copy.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until_deadlock_bug.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/acquire.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/binary.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/max.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/release.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/timed.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/try_acquire.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/enabled_hashes.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/allocs.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_copy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_move.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/default.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/deallocate.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/destroy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/max_size.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/allocator_pointers.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/inner_allocator_type.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/is_always_equal.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_copy_assignment.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/copy_assign.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/eq.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/move_assign.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/types.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/default.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/in_place_type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/reset.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/has_value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/not_literal_type.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_request_invalid_value_category.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/const_correctness.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/not_copy_constructible.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/reference_types.fail.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into rc.master


  Commit: 98236ba6e94afbd4c03f7c141494bdc4778e9acb
      https://github.com/llvm/llvm-project/commit/98236ba6e94afbd4c03f7c141494bdc4778e9acb
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    M clang-tools-extra/clang-doc/HTMLGenerator.cpp
    M clang-tools-extra/clang-doc/MDGenerator.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/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/ReorderFieldsAction.cpp
    M clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    A clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    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/ReplaceAutoPtrCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.h
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReturnBracedInitListCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    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/objc/NSInvocationArgumentLifetimeCheck.cpp
    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.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.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/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.cpp
    A clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h
    M clang-tools-extra/clang-tidy/rename_check.py
    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/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    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/CompileCommands.cpp
    M 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/FindTarget.cpp
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/Selection.cpp
    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/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/IndexAction.cpp
    M clang-tools-extra/clangd/index/Ref.cpp
    M clang-tools-extra/clangd/index/Ref.h
    M clang-tools-extra/clangd/index/SymbolLocation.cpp
    M clang-tools-extra/clangd/index/SymbolLocation.h
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    M clang-tools-extra/clangd/support/FSProvider.h
    M clang-tools-extra/clangd/support/Threading.h
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/support/Trace.h
    M clang-tools-extra/clangd/test/initialize-params.test
    A clang-tools-extra/clangd/test/metrics.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/CompilerTests.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/HeadersTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexActionTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/abseil-string-find-str-contains.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-simd-intrinsics.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-use-anyofallof.rst
    A clang-tools-extra/test/clang-query/invalid-command-line.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/structures.h
    A clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx20.cpp
    R clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init-cxx2a.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-vararg.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-inaccessible-ctors.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-replace-disallow-copy-and-assign-macro.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init-bitfield.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-error.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-ppc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-x86.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof-cpp20.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-use-anyofallof.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/invalid-command-line.cpp
    M clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/Apple-stage1.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    A clang/docs/ClangFormattedStatus.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/ConstantInterpreter.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibFormat.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/index.rst
    A clang/docs/tools/generate_formatted_state.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/BuiltinTypes.def
    M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/Decl.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/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Analysis/Analyses/UninitializedValues.h
    M clang/include/clang/Analysis/AnalysisDeclContext.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/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.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/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/X86Target.def
    A clang/include/clang/Basic/arm_bf16.td
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_neon_incl.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/Driver/Distro.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.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Index/IndexingAction.h
    M clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/Initialization.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/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
    M clang/include/clang/StaticAnalyzer/Core/Checker.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.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/ConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.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/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/include/clang/Testing/CommandLineArgs.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/module.modulemap
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.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/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/NSAPI.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/PrintfFormatString.cpp
    M clang/lib/AST/Stmt.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/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.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/AMDGPU.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/ARM.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/SPIR.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBuiltin.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/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGValue.h
    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/CodeGenTypeCache.h
    M clang/lib/CodeGen/CodeGenTypes.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.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/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPU.h
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/lib/Driver/ToolChains/Arch/PPC.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/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/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MSVC.h
    M clang/lib/Driver/ToolChains/PS4CPU.h
    A clang/lib/Driver/ToolChains/ROCm.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/NamespaceEndCommentsFixer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Format/WhitespaceManager.h
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    A clang/lib/Headers/__clang_hip_libdevice_declares.h
    A clang/lib/Headers/__clang_hip_math.h
    A clang/lib/Headers/__clang_hip_runtime_wrapper.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
    A clang/lib/Headers/cet.h
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/IndexBody.cpp
    M clang/lib/Index/IndexDecl.cpp
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/ModuleMap.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/DeclSpec.cpp
    M clang/lib/Sema/Sema.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/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.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
    A clang/lib/Sema/SemaSYCL.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAttr.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/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/lib/Serialization/ASTWriterStmt.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
    M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
    M clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/PointerSortingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.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/StackAddrEscapeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/DiagOutputUtils.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    A clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.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/CheckerManager.cpp
    M clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicSize.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/HTMLDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
    M clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
    M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    R clang/lib/StaticAnalyzer/Core/SubEngine.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    A clang/lib/Testing/CMakeLists.txt
    A clang/lib/Testing/CommandLineArgs.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    A clang/test/AST/alignas_maybe_odr_cleanup.cpp
    M clang/test/AST/ast-dump-decl-context-json.cpp
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-expr-json.cpp
    A clang/test/AST/ast-dump-invalid-auto-return-funcs.cpp
    A clang/test/AST/ast-dump-overloaded-operators.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-records.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-dump-special-member-functions.cpp
    M clang/test/AST/ast-dump-template-decls-json.cpp
    A clang/test/AST/ast-dump-wasm-attr-export.c
    A clang/test/AST/ast-dump-wasm-attr-import.c
    M clang/test/AST/sourceranges.cpp
    A clang/test/Analysis/Checkers/WebKit/mock-types.h
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor-templates.cpp
    A clang/test/Analysis/Checkers/WebKit/ref-cntbl-base-virtual-dtor.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members-regression-46142.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/generics.m.plist
    M clang/test/Analysis/Inputs/expected-plists/nullability-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-arc.m.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-radar17039661.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output-alternate.m.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release-path-notes.m.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
    M clang/test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
    R clang/test/Analysis/Malloc+NewDelete_intersections.cpp
    M clang/test/Analysis/NewDelete-checker-test.cpp
    M clang/test/Analysis/NewDelete-intersections.mm
    A clang/test/Analysis/PR35418.cpp
    M clang/test/Analysis/PR40625.cpp
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/autoreleasewritechecker_test.m
    A clang/test/Analysis/call-and-message.c
    A clang/test/Analysis/call-and-message.cpp
    A clang/test/Analysis/call-and-message.m
    A clang/test/Analysis/call-and-message.mm
    M clang/test/Analysis/compound-literals.c
    M clang/test/Analysis/constant-folding.c
    M clang/test/Analysis/constraint_manager_negate_difference.c
    M clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp
    A clang/test/Analysis/double-ranges-bug.c
    M clang/test/Analysis/exercise-ps.c
    M clang/test/Analysis/explain-svals.c
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/explain-svals.m
    M clang/test/Analysis/hangs.c
    M clang/test/Analysis/incorrect-checker-names.cpp
    M clang/test/Analysis/incorrect-checker-names.mm
    M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.m.plist
    M clang/test/Analysis/loop-unrolling.cpp
    M clang/test/Analysis/loop-widening-preserve-reference-type.cpp
    M clang/test/Analysis/malloc.c
    M clang/test/Analysis/new.cpp
    A clang/test/Analysis/objc-indirect-copy-restore.m
    M clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
    R clang/test/Analysis/reference.mm
    A clang/test/Analysis/retain-release-compound-literal.m
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/std-c-library-functions-lookup.c
    A clang/test/Analysis/std-c-library-functions-lookup.cpp
    M clang/test/Analysis/std-c-library-functions.c
    M clang/test/Analysis/stream-error.c
    M clang/test/Analysis/switch-case.c
    M clang/test/Analysis/temporaries.cpp
    M clang/test/Analysis/test-separate-retaincount.cpp
    A clang/test/Analysis/uninit-bug-first-iteration-init.c
    M clang/test/Analysis/uninit-const.c
    M clang/test/Analysis/uninit-const.cpp
    A clang/test/Analysis/uninit-exhaustive-switch-bug.c
    R clang/test/Analysis/uninit-msg-expr.m
    A clang/test/Analysis/vla-overflow.c
    M clang/test/Analysis/vla.c
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx0x-no-extra-copy.cpp
    M clang/test/CXX/drs/dr0xx.cpp
    M clang/test/CXX/drs/dr1xx.cpp
    M clang/test/CXX/drs/dr22xx.cpp
    M clang/test/CXX/except/except.spec/p14-ir.cpp
    A clang/test/CXX/expr/expr.post/expr.call/p4.cpp
    A clang/test/CodeCompletion/objc-member-access.m
    A clang/test/CodeGen/Inputs/basic-block-sections.funcnames
    A clang/test/CodeGen/aarch64-bf16-getset-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-reinterpret-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acge.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acgt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acle.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_aclt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_index.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    A clang/test/CodeGen/aix-complex.c
    A clang/test/CodeGen/aix-return.c
    A clang/test/CodeGen/aix-struct-arg.c
    A clang/test/CodeGen/aix-vaargs.c
    A clang/test/CodeGen/aix-vector.c
    M clang/test/CodeGen/align_value.cpp
    A clang/test/CodeGen/arm-bf16-getset-intrinsics.c
    A clang/test/CodeGen/arm-bf16-params-returns.c
    A clang/test/CodeGen/arm-bf16-reinterpret-intrinsics.c
    A clang/test/CodeGen/arm-bf16-softfloat.c
    A clang/test/CodeGen/arm-mangle-bf16.cpp
    A clang/test/CodeGen/arm-poly64.c
    A clang/test/CodeGen/asan-globals-alias.cpp
    M clang/test/CodeGen/asan-globals.cpp
    M clang/test/CodeGen/asan-new-pm.ll
    A clang/test/CodeGen/asm-cet.S
    A clang/test/CodeGen/attr-nomerge.cpp
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/avx512bw-builtins.c
    M clang/test/CodeGen/avx512f-builtins.c
    M clang/test/CodeGen/avx512vl-builtins.c
    M clang/test/CodeGen/avx512vlbw-builtins.c
    A clang/test/CodeGen/basic-block-sections.c
    M clang/test/CodeGen/builtins-nvptx-ptx60.cu
    A clang/test/CodeGen/builtins-ppc-fma.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector.c
    M clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector2.c
    M clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    M clang/test/CodeGen/builtins-systemz-zvector3.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/complex-math.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/debug-info-codeview-heapallocsite.c
    M clang/test/CodeGen/debug-info-extern-call.c
    A clang/test/CodeGen/debug-info-oslog.c
    M clang/test/CodeGen/fma-builtins-constrained.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-class.cpp
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-stack.cpp
    A clang/test/CodeGen/fp-options-to-fast-math-flags.c
    M clang/test/CodeGen/libcalls.c
    A clang/test/CodeGen/matrix-type-builtins.c
    A clang/test/CodeGen/matrix-type-operators.c
    M clang/test/CodeGen/no-junk-ftrunc.c
    A clang/test/CodeGen/nodebug-attr.c
    M clang/test/CodeGen/pch-dllexport.cpp
    A clang/test/CodeGen/ppc32-and-aix-struct-return.c
    A clang/test/CodeGen/ppc32-dwarf.c
    R clang/test/CodeGen/ppc32-struct-return.c
    M clang/test/CodeGen/ppc64-complex-parms.c
    M clang/test/CodeGen/ppc64-complex-return.c
    M clang/test/CodeGen/ppc64-dwarf.c
    M clang/test/CodeGen/ppc64-inline-asm.c
    M clang/test/CodeGen/riscv64-lp64-abi.c
    M clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
    M clang/test/CodeGen/sancov-new-pm.c
    A clang/test/CodeGen/sanitize-coverage.c
    M clang/test/CodeGen/sanitizer-module-constructor.c
    M clang/test/CodeGen/semantic-interposition.c
    M clang/test/CodeGen/stack-clash-protection.c
    M clang/test/CodeGen/target-builtin-noerror.c
    A clang/test/CodeGen/use-sample-profile-attr.c
    A clang/test/CodeGen/vector.cpp
    M clang/test/CodeGen/x86-inline-asm-v-constraint.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    A clang/test/CodeGenCUDA/constexpr-variables.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCUDA/library-builtin.cu
    M clang/test/CodeGenCXX/address-space-ref.cpp
    M clang/test/CodeGenCXX/amdgcn-func-arg.cpp
    M clang/test/CodeGenCXX/atomic-dllexport.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.cpp
    A clang/test/CodeGenCXX/auto-var-init-stop-after.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    A clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/catch-undef-behavior.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/const-init-cxx11.cpp
    M clang/test/CodeGenCXX/constructor-direct-call.cpp
    M clang/test/CodeGenCXX/constructor-init.cpp
    M clang/test/CodeGenCXX/constructors.cpp
    M clang/test/CodeGenCXX/convert-to-fptr.cpp
    M clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp
    M clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp
    M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    A clang/test/CodeGenCXX/debug-info-codeview-heapallocsite.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/decl-ref-init.cpp
    M clang/test/CodeGenCXX/default-arg-temps.cpp
    M clang/test/CodeGenCXX/delete.cpp
    M clang/test/CodeGenCXX/dereferenceable.cpp
    M clang/test/CodeGenCXX/derived-to-base-conv.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    M clang/test/CodeGenCXX/dllexport-members.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-members.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/eh.cpp
    M clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    M clang/test/CodeGenCXX/fastcall.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/implicit-copy-assign-operator.cpp
    M clang/test/CodeGenCXX/implicit-copy-constructor.cpp
    M clang/test/CodeGenCXX/implicit-function-conversion.cpp
    M clang/test/CodeGenCXX/inheriting-constructor-cleanup.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    M clang/test/CodeGenCXX/mangle-ms-cxx17.cpp
    M clang/test/CodeGenCXX/mangle-win-ccs.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    A clang/test/CodeGenCXX/matrix-type-builtins.cpp
    A clang/test/CodeGenCXX/matrix-type-operators.cpp
    M clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    M clang/test/CodeGenCXX/pod-member-memcpys.cpp
    M clang/test/CodeGenCXX/pointers-to-data-members.cpp
    M clang/test/CodeGenCXX/pr28360.cpp
    M clang/test/CodeGenCXX/reference-cast.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/rvalue-references.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCXX/stmtexpr.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/volatile.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenObjC/arc-foreach.m
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/CodeGenObjC/externally-retained.m
    A clang/test/CodeGenObjC/matrix-type-builtins.m
    A clang/test/CodeGenObjC/matrix-type-operators.m
    M clang/test/CodeGenObjC/os_log.m
    M clang/test/CodeGenObjC/return-objc-object.mm
    M clang/test/CodeGenObjCXX/arc-blocks.mm
    M clang/test/CodeGenObjCXX/arc-move.mm
    M clang/test/CodeGenObjCXX/arc-special-member-functions.mm
    M clang/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
    M clang/test/CodeGenObjCXX/implicit-copy-constructor.mm
    M clang/test/CodeGenObjCXX/lambda-expressions.mm
    M clang/test/CodeGenObjCXX/lvalue-reference-getter.mm
    M clang/test/CodeGenObjCXX/message-reference.mm
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/objc-weak.mm
    M clang/test/CodeGenObjCXX/os_log.mm
    M clang/test/CodeGenObjCXX/property-dot-reference.mm
    M clang/test/CodeGenObjCXX/property-lvalue-capture.mm
    M clang/test/CodeGenObjCXX/property-object-reference-2.mm
    M clang/test/CodeGenObjCXX/property-objects.mm
    M clang/test/CodeGenObjCXX/property-reference.mm
    M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
    M clang/test/CodeGenOpenCLCXX/addrspace-references.cl
    A clang/test/CodeGenOpenCLCXX/addrspace_cast.cl
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/libclang_rt.profile.a
    A clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/libclang_rt.profile.a
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/hip.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ockl.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_daz_opt_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_finite_only_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1010.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1011.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_1012.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_803.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_isa_version_900.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_unsafe_math_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/ocml.bc
    R clang/test/Driver/Inputs/rocm-device-libs/amdgcn/bitcode/opencl.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/hip.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/ockl.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_correctly_rounded_sqrt_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_correctly_rounded_sqrt_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_daz_opt_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_daz_opt_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_finite_only_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_finite_only_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1010.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1011.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_1012.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_803.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_900.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_unsafe_math_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_unsafe_math_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_wavefrontsize64_off.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_wavefrontsize64_on.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/ocml.bc
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/opencl.bc
    A clang/test/Driver/Inputs/rocm/include/hip/hip_runtime.h
    M clang/test/Driver/O.c
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/aix-mcpu-default.c
    A clang/test/Driver/apple-clang-defaults.c
    M clang/test/Driver/cc1-spawnprocess.c
    M clang/test/Driver/clang_f_opts.c
    M clang/test/Driver/compiler-rt-unwind.c
    M clang/test/Driver/cuda-phases.cu
    A clang/test/Driver/darwin-arm64-target.c
    M clang/test/Driver/debug-prefix-map.S
    A clang/test/Driver/fbasic-block-sections.c
    M clang/test/Driver/flang/flang.f90
    M clang/test/Driver/flang/flang_ucase.F90
    M clang/test/Driver/frame-pointer-elim.c
    M clang/test/Driver/fsanitize-coverage.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fsemantic-interposition.c
    M clang/test/Driver/fuchsia.c
    A clang/test/Driver/funique-basic-block-section-names.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-rdc-device-only.hip
    M clang/test/Driver/lto.c
    M clang/test/Driver/memtag.c
    A clang/test/Driver/memtag_lto.c
    M clang/test/Driver/modules-ts.cpp
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/Driver/ppc-pcrel.cpp
    A clang/test/Driver/ps4-relax-relocations.c
    M clang/test/Driver/rocm-detect.cl
    M clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-device-libs.cl
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/sanitizer-ld.c
    A clang/test/Driver/stack-clash-protection-02.c
    M clang/test/Driver/thread-model.c
    M clang/test/Driver/wasm-toolchain.c
    M clang/test/Driver/x86-malign-branch.c
    A clang/test/Frontend/aix-unsupported.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/noderef.cpp
    M clang/test/Headers/nvptx_device_math_macro.cpp
    M clang/test/Headers/nvptx_device_math_sin.c
    M clang/test/Headers/nvptx_device_math_sin.cpp
    M clang/test/Import/call-expr/test.cpp
    A clang/test/Index/cxx.cl
    A clang/test/Index/index-designated-init-recovery.cpp
    M clang/test/Misc/loop-opt-setup.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Misc/warning-wall.c
    M clang/test/Modules/DebugInfoTransitiveImport.m
    M clang/test/Modules/ExtDebugInfo.cpp
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/module.modulemap
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/glibc/stdio.h
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/module.modulemap
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/stddef.h
    A clang/test/Modules/Inputs/no-undeclared-includes-builtins/libcxx/stdio.h
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/ModuleDebugInfo.m
    A clang/test/Modules/no-undeclared-includes-builtins.cpp
    M clang/test/Modules/templates.mm
    A clang/test/OpenMP/amdgcn_device_function_call.cpp
    M clang/test/OpenMP/atomic_codegen.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_codegen_globalization.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    A clang/test/OpenMP/deferred-diags.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_reduction_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    A clang/test/OpenMP/for_scan_codegen.cpp
    A clang/test/OpenMP/nvptx_NRVO_variable.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_declare_target_var_ctor_dtor_codegen.cpp
    A clang/test/OpenMP/nvptx_declare_variant_name_mangling.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_codegen.cpp
    M clang/test/OpenMP/nvptx_unsupported_type_messages.cpp
    A clang/test/OpenMP/omp_with_loop_pragma.c
    M clang/test/OpenMP/openmp_offload_codegen.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_linear_codegen.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    A clang/test/OpenMP/recovery-crash.cpp
    M clang/test/OpenMP/scan_messages.cpp
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_codegen_global_capture.cpp
    M clang/test/OpenMP/target_data_messages.c
    A clang/test/OpenMP/target_data_use_device_ptr_addr_ast_print.cpp
    A clang/test/OpenMP/target_data_use_device_ptr_addr_messages.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_ast_print.cpp
    R clang/test/OpenMP/target_data_use_device_ptr_messages.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    A clang/test/OpenMP/target_map_member_expr_array_section_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_no_exceptions.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_map_messages.cpp
    M clang/test/OpenMP/target_teams_num_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_thread_limit_codegen.cpp
    A clang/test/OpenMP/task_affinity_codegen.cpp
    A clang/test/OpenMP/task_affinity_messages.cpp
    M clang/test/OpenMP/task_ast_print.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_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_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_firstprivate_codegen.cpp
    A clang/test/PCH/externally-retained.m
    M clang/test/Parser/cxx2a-concepts-requires-expr.cpp
    M clang/test/Parser/max-tokens.cpp
    A clang/test/Parser/slh-asm-goto-no-warn.cpp
    A clang/test/Parser/slh-asm-goto.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/hip-host-cpu-macros.cu
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/predefined-macros.c
    M clang/test/Profile/Inputs/c-counter-overflows.proftext
    A clang/test/Profile/Inputs/c-general.profdata.v5
    M clang/test/Profile/Inputs/c-general.proftext
    M clang/test/Profile/Inputs/c-unprofiled-blocks.proftext
    M clang/test/Profile/Inputs/cxx-rangefor.proftext
    M clang/test/Profile/Inputs/cxx-throws.proftext
    M clang/test/Profile/Inputs/misexpect-switch-default.proftext
    M clang/test/Profile/Inputs/misexpect-switch-nonconst.proftext
    M clang/test/Profile/Inputs/misexpect-switch.proftext
    A clang/test/Profile/c-collision.c
    M clang/test/Profile/c-general.c
    M clang/test/Sema/address_spaces.c
    A clang/test/Sema/arm-bf16-forbidden-ops.c
    A clang/test/Sema/arm-bf16-forbidden-ops.cpp
    A clang/test/Sema/arm-bfloat.cpp
    M clang/test/Sema/attr-c2x.c
    M clang/test/Sema/attr-mode.c
    A clang/test/Sema/attr-nomerge.cpp
    A clang/test/Sema/attr-wasm.c
    A clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    M clang/test/Sema/check-aux-builtins.c
    M clang/test/Sema/ext_vector_comparisons.c
    M clang/test/Sema/inline-asm-validate-amdgpu.cl
    M clang/test/Sema/invalid-bitwidth-expr.mm
    A clang/test/Sema/matrix-type-builtins.c
    A clang/test/Sema/matrix-type-operators.c
    M clang/test/Sema/struct-decl.c
    M clang/test/Sema/vector-gcc-compat.cpp
    M clang/test/Sema/warn-missing-prototypes.c
    M clang/test/Sema/warn-thread-safety-analysis.c
    A clang/test/SemaCUDA/constexpr-variables.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCXX/abstract.cpp
    A clang/test/SemaCXX/address-space-arithmetic.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/blocks.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/cxx11-crashes.cpp
    M clang/test/SemaCXX/decl-init-ref.cpp
    M clang/test/SemaCXX/enable_if.cpp
    A clang/test/SemaCXX/for-range-crash.cpp
    M clang/test/SemaCXX/implicit-exception-spec.cpp
    M clang/test/SemaCXX/invalid-constructor-init.cpp
    A clang/test/SemaCXX/matrix-type-builtins.cpp
    A clang/test/SemaCXX/matrix-type-operators.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M clang/test/SemaCXX/uninit-variables.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    M clang/test/SemaCXX/warn-bool-conversion.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    A clang/test/SemaCXX/warn-uninitialized-const-reference.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaCXX/warn-unused-value.cpp
    A clang/test/SemaObjC/matrix-type-builtins.m
    A clang/test/SemaObjC/matrix-type-operators.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/extension-version.cl
    A clang/test/SemaOpenCLCXX/addrspace_cast.cl
    A clang/test/SemaOpenCLCXX/addrspace_cast_ast_dump.cl
    A clang/test/SemaSYCL/float128.cpp
    M clang/test/Tooling/fixed-database.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    M clang/tools/clang-format/git-clang-format
    M clang/tools/diagtool/CMakeLists.txt
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXCursor.cpp
    M clang/tools/libclang/CXType.cpp
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.cpp
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterGenericRedeclTest.cpp
    M clang/unittests/AST/ASTImporterODRStrategiesTest.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTImporterVisibilityTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    R clang/unittests/AST/Language.cpp
    R clang/unittests/AST/Language.h
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/NamedDeclPrinterTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/AST/StmtPrinterTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersInternalTest.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/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/NamespaceEndCommentsFixerTest.cpp
    M clang/unittests/Sema/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    A clang/unittests/StaticAnalyzer/CallEventTest.cpp
    A clang/unittests/StaticAnalyzer/ParamRegionTest.cpp
    A clang/unittests/StaticAnalyzer/RangeSetTest.cpp
    M clang/unittests/StaticAnalyzer/StoreTest.cpp
    A clang/unittests/StaticAnalyzer/TestReturnValueUnderConstruction.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    M clang/unittests/Tooling/RecursiveASTVisitorTests/CXXMethodDecl.cpp
    M clang/unittests/Tooling/RefactoringCallbacksTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/MveEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/SumTimerInfo.py
    M clang/www/cxx_dr_status.html
    M clang/www/hacking.html
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    A compiler-rt/lib/builtins/riscv/int_mul_impl.inc
    A compiler-rt/lib/builtins/riscv/muldi3.S
    M compiler-rt/lib/builtins/riscv/mulsi3.S
    A compiler-rt/lib/builtins/ve/grow_stack.S
    A compiler-rt/lib/builtins/ve/grow_stack_align.S
    M compiler-rt/lib/fuzzer/FuzzerCorpus.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMerge.h
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/afl/afl_driver.cpp
    M compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
    M compiler-rt/lib/hwasan/CMakeLists.txt
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_flags.inc
    A compiler-rt/lib/hwasan/hwasan_globals.cpp
    A compiler-rt/lib/hwasan/hwasan_globals.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    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_linux.h
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/rtl/tsan_clock.cpp
    M compiler-rt/lib/tsan/rtl/tsan_clock.h
    M compiler-rt/lib/tsan/rtl/tsan_flags.inc
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
    A compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
    M compiler-rt/test/asan/TestCases/Linux/preinstalled_signal.cpp
    M compiler-rt/test/asan/TestCases/Windows/coverage-basic.cpp
    M compiler-rt/test/asan/TestCases/coverage-disabled.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-capture.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-dtor-order.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp.cpp
    M compiler-rt/test/asan/TestCases/use-after-scope-temp2.cpp
    M compiler-rt/test/crt/lit.cfg.py
    M compiler-rt/test/fuzzer/fork.test
    M compiler-rt/test/hwasan/TestCases/global.c
    M compiler-rt/test/hwasan/TestCases/malloc_fill.cpp
    M compiler-rt/test/msan/coverage-levels.cpp
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov
    M compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    A compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    A compiler-rt/test/profile/gcov-basic.c
    M compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    R compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    M compiler-rt/test/profile/instrprof-gcov-exceptions.test
    M compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    M compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    M compiler-rt/test/profile/instrprof-gcov-switch.test
    M compiler-rt/test/profile/instrprof-gcov-two-objects.test
    M compiler-rt/test/sanitizer_common/TestCases/Darwin/abort_on_error.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_inline_bool_flag.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_stack_depth.cpp
    M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-init.cpp
    M compiler-rt/test/sanitizer_common/lit.common.cfg.py
    M compiler-rt/test/scudo/lit.cfg.py
    M compiler-rt/test/tsan/Darwin/norace-objcxx-run-time.mm
    M compiler-rt/test/tsan/Unit/lit.site.cfg.py.in
    A compiler-rt/test/tsan/java_finalizer2.cpp
    M compiler-rt/test/tsan/lit.cfg.py
    M compiler-rt/test/ubsan/TestCases/Misc/coverage-levels.cpp
    M compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
    M compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp
    M compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp
    M compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
    M compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp
    M compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
    M compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp
    M compiler-rt/test/xray/TestCases/Posix/pic_test.cpp
    M debuginfo-tests/dexter/Commands.md
    M debuginfo-tests/dexter/dex/command/ParseCommand.py
    A debuginfo-tests/dexter/dex/command/commands/DexLimitSteps.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ConditionalController.py
    A debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ControllerHelpers.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py
    M debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    M debuginfo-tests/dexter/dex/tools/TestToolBase.py
    M debuginfo-tests/dexter/dex/tools/test/Tool.py
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_check_json_step_count.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_loop.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_expect_value.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_overlapping_ranges.cpp
    A debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps/limit_steps_same_line_conditional.cpp
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
    M flang/CMakeLists.txt
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/integer.h
    M flang/include/flang/Evaluate/tools.h
    A flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/ComplexExpr.h
    A flang/include/flang/Lower/ConvertType.h
    A flang/include/flang/Lower/FIRBuilder.h
    A flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Utils.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/ComplexExpr.cpp
    A flang/lib/Lower/ConvertType.cpp
    A flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Optimizer/CMakeLists.txt
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/lib/Semantics/check-do-forall.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/runtime/CMakeLists.txt
    M flang/test/Lower/pre-fir-tree01.f90
    M flang/test/Lower/pre-fir-tree02.f90
    M flang/test/Lower/pre-fir-tree03.f90
    M flang/test/Lower/pre-fir-tree04.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data03.f90
    A flang/test/Semantics/data04.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve89.f90
    A flang/test/Semantics/resolve90.f90
    A flang/test/Semantics/resolve91.f90
    A flang/test/Semantics/resolve92.f90
    M flang/tools/f18/f18.cpp
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Runtime/CMakeLists.txt
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/linux/CMakeLists.txt
    A libc/config/linux/aarch64/entrypoints.txt
    A libc/config/linux/aarch64/headers.txt
    M libc/config/linux/api.td
    R libc/config/linux/x86_64/CMakeLists.txt
    A libc/config/linux/x86_64/entrypoints.txt
    A libc/config/linux/x86_64/headers.txt
    M libc/lib/CMakeLists.txt
    M libc/loader/linux/CMakeLists.txt
    A libc/spec/llvm_libc_ext.td
    M libc/spec/stdc.td
    M libc/src/.clang-tidy
    M libc/src/math/CMakeLists.txt
    A libc/src/math/ceil.cpp
    A libc/src/math/ceil.h
    A libc/src/math/ceilf.cpp
    A libc/src/math/ceilf.h
    A libc/src/math/floor.cpp
    A libc/src/math/floor.h
    A libc/src/math/floorf.cpp
    A libc/src/math/floorf.h
    M libc/src/math/round.cpp
    R libc/src/math/round_redirector.cpp
    A libc/src/math/roundf.cpp
    A libc/src/math/roundf.h
    A libc/src/math/trunc.cpp
    A libc/src/math/trunc.h
    A libc/src/math/truncf.cpp
    A libc/src/math/truncf.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bzero.cpp
    A libc/src/string/bzero.h
    R libc/src/string/memcpy.cpp
    R libc/src/string/memcpy_arch_specific.h.def
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/memcpy_utils.h
    A libc/src/string/memory_utils/memset_utils.h
    A libc/src/string/memset.cpp
    A libc/src/string/memset.h
    M libc/src/string/x86/CMakeLists.txt
    A libc/src/string/x86/memcpy.cpp
    R libc/src/string/x86/memcpy_arch_specific.h.inc
    M libc/src/threads/CMakeLists.txt
    A libc/src/threads/call_once.h
    M libc/src/threads/linux/CMakeLists.txt
    A libc/src/threads/linux/call_once.cpp
    M libc/src/threads/mtx_init.h
    M libc/src/threads/mtx_lock.h
    M libc/src/threads/mtx_unlock.h
    M libc/src/threads/thrd_create.h
    M libc/src/threads/thrd_join.h
    M libc/test/config/linux/CMakeLists.txt
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/ceil_test.cpp
    A libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    A libc/test/src/math/floor_test.cpp
    A libc/test/src/math/floorf_test.cpp
    A libc/test/src/math/round_test.cpp
    A libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    A libc/test/src/math/trunc_test.cpp
    A libc/test/src/math/truncf_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
    A libc/test/src/string/memset_test.cpp
    M libc/test/src/threads/CMakeLists.txt
    A libc/test/src/threads/call_once_test.cpp
    M libc/utils/FPUtil/FloatOperations.h
    M libc/utils/FPUtil/FloatProperties.h
    M libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/PrototypeTestGen/.clang-tidy
    A libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    A libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/benchmarks/README.md
    M libclc/CMakeLists.txt
    M libclc/README.TXT
    M libcxx/CMakeLists.txt
    R libcxx/cmake/Modules/CheckLibcxxAtomic.cmake
    M libcxx/cmake/caches/Apple.cmake
    A libcxx/cmake/caches/Generic-32bits.cmake
    A libcxx/cmake/caches/Generic-asan.cmake
    A libcxx/cmake/caches/Generic-cxx03.cmake
    A libcxx/cmake/caches/Generic-cxx11.cmake
    A libcxx/cmake/caches/Generic-cxx14.cmake
    A libcxx/cmake/caches/Generic-cxx17.cmake
    A libcxx/cmake/caches/Generic-cxx2a.cmake
    A libcxx/cmake/caches/Generic-msan.cmake
    A libcxx/cmake/caches/Generic-noexceptions.cmake
    A libcxx/cmake/caches/Generic-singlethreaded.cmake
    A libcxx/cmake/caches/Generic-tsan.cmake
    A libcxx/cmake/caches/Generic-ubsan.cmake
    A libcxx/cmake/caches/README.md
    M libcxx/cmake/config-ix.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/__config
    M libcxx/include/__config_site.in
    M libcxx/include/__threading_support
    M libcxx/include/array
    M libcxx/include/atomic
    M libcxx/include/bit
    M libcxx/include/charconv
    M libcxx/include/chrono
    M libcxx/include/cmath
    M libcxx/include/functional
    M libcxx/include/memory
    M libcxx/include/span
    M libcxx/include/thread
    M libcxx/include/type_traits
    M libcxx/include/typeinfo
    M libcxx/include/version
    M libcxx/src/charconv.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/include/apple_availability.h
    M libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.verify.cpp
    A libcxx/test/libcxx/atomics/atomics.align/align.pass.pass.cpp
    R libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    A libcxx/test/libcxx/containers/sequences/array/triviality.pass.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for_purposes_of_call.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/const_value_type.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/exception_safety_exceptions_disabled.pass.cpp
    M libcxx/test/libcxx/containers/unord/next_pow2.pass.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.incomplete.verify.cpp
    M libcxx/test/libcxx/containers/unord/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.abort.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/at.const.abort.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/no_fgetpos_fsetpos.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/address.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.cxx2a.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/allocate.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.verify.cpp
    M libcxx/test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17.fail.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_aftercxx17.verify.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/experimental/filesystem/deprecated.verify.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/db_deallocate.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_deque_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_forward_list_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_list_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_map_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_regex_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_set_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_string_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_map_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_set_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_vector_libcpp_version.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.global/global_memory_resource_lifetime.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.global/new_delete_resource_lifetime.pass.cpp
    M libcxx/test/libcxx/experimental/memory/memory.resource.synop/version.pass.cpp
    M libcxx/test/libcxx/fuzzing/geometric_distribution.pass.cpp
    M libcxx/test/libcxx/fuzzing/nth_element.pass.cpp
    M libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/partial_sort_copy.pass.cpp
    M libcxx/test/libcxx/fuzzing/partition.pass.cpp
    M libcxx/test/libcxx/fuzzing/partition_copy.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_ECMAScript.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_POSIX.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_awk.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_egrep.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_extended.pass.cpp
    M libcxx/test/libcxx/fuzzing/regex_grep.pass.cpp
    M libcxx/test/libcxx/fuzzing/sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/stable_partition.pass.cpp
    M libcxx/test/libcxx/fuzzing/stable_sort.pass.cpp
    M libcxx/test/libcxx/fuzzing/unique.pass.cpp
    M libcxx/test/libcxx/fuzzing/unique_copy.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/reverse_iterator_produces_diagnostic.fail.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.req/is_pathable.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
    M libcxx/test/libcxx/language.support/has_c11_features.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ctor_move.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/memory/is_allocator.pass.cpp
    M libcxx/test/libcxx/modules/clocale_exports.compile.pass.cpp
    M libcxx/test/libcxx/modules/stds_include.sh.cpp
    M libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
    M libcxx/test/libcxx/numerics/numeric.ops/midpoint.integer.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    A libcxx/test/libcxx/selftest/newformat/tmpdir-exists.sh.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.task/types.pass.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    M libcxx/test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
    M libcxx/test/libcxx/thread/thread.lock/thread.lock.guard/nodiscard.verify.cpp
    M libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp
    M libcxx/test/libcxx/type_traits/is_implicitly_default_constructible.pass.cpp
    M libcxx/test/libcxx/type_traits/is_pointer.arc.pass.mm
    M libcxx/test/libcxx/type_traits/is_scalar.objc.pass.mm
    M libcxx/test/libcxx/type_traits/lazy_metafunctions.pass.cpp
    M libcxx/test/libcxx/utilities/any/size_and_alignment.pass.cpp
    M libcxx/test/libcxx/utilities/any/small_type.pass.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_new_abi.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/__has_operator_addressof.pass.cpp
    M libcxx/test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.compile.fail.cpp
    M libcxx/test/libcxx/utilities/optional/block.objc.pass.mm
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/triviality.abi.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/empty_member.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/empty_tuple_trivial.pass.cpp
    M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/libcxx/utilities/utility/__is_inplace_index.pass.cpp
    M libcxx/test/libcxx/utilities/utility/__is_inplace_type.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/U_V.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/assign_tuple_like.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/default.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp
    M libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant.helper/variant_alternative.fail.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.stable.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp
    M libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/max_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/min_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_move.pass.cpp
    M libcxx/test/std/atomics/atomics.flag/init.pass.cpp
    M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
    M libcxx/test/std/atomics/atomics.order/memory_order_new.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ctor.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.wait/atomic_wait.pass.cpp
    M libcxx/test/std/concepts/lang/same_as.pass.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/associative/map/contains.pass.cpp
    M libcxx/test/std/containers/associative/map/map.access/empty.verify.cpp
    M libcxx/test/std/containers/associative/map/map.access/index_rv_key.pass.cpp
    M libcxx/test/std/containers/associative/map/map.access/index_tuple.pass.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/map/map.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/deduct_const.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/map/map.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/try.emplace.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/find0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/lower_bound0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/upper_bound0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/empty.verify.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/deduct_const.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/find0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/lower_bound0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/emplace.pass.cpp
    M libcxx/test/std/containers/associative/multiset/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/multiset/empty.verify.cpp
    M libcxx/test/std/containers/associative/multiset/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/multiset/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/multiset/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/multiset/merge.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/multiset/multiset.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/contains.pass.cpp
    M libcxx/test/std/containers/associative/set/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/emplace.pass.cpp
    M libcxx/test/std/containers/associative/set/emplace_hint.pass.cpp
    M libcxx/test/std/containers/associative/set/empty.verify.cpp
    M libcxx/test/std/containers/associative/set/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/extract_iterator.pass.cpp
    M libcxx/test/std/containers/associative/set/extract_key.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_iter_rv.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_rv.pass.cpp
    M libcxx/test/std/containers/associative/set/merge.pass.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
    M libcxx/test/std/containers/associative/set/set.cons/deduct.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list_compare.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/initializer_list_compare_alloc.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/associative/set/set.erasure/erase_if.pass.cpp
    M libcxx/test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/push_rvalue.pass.cpp
    M libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp
    M libcxx/test/std/containers/container.adaptors/queue/queue.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/ctor_rcontainer.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.fail.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/assign_move.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/emplace.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/empty.verify.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.defn/push_rv.pass.cpp
    M libcxx/test/std/containers/container.adaptors/stack/stack.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/container.node/node_handle.pass.cpp
    M libcxx/test/std/containers/container.requirements/container.requirements.general/allocator_move.pass.cpp
    M libcxx/test/std/containers/map_allocator_requirement_test_templates.h
    A libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/default.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp
    A libcxx/test/std/containers/sequences/array/array.cons/initialization.pass.cpp
    R libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.fail.cpp
    M libcxx/test/std/containers/sequences/array/array.creation/to_array.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.fill/fill.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.size/size.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.special/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_const_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp
    M libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    A libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    R libcxx/test/std/containers/sequences/array/begin.pass.cpp
    M libcxx/test/std/containers/sequences/array/compare.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/containers/sequences/array/empty.pass.cpp
    M libcxx/test/std/containers/sequences/array/empty.verify.cpp
    M libcxx/test/std/containers/sequences/array/front_back.pass.cpp
    A libcxx/test/std/containers/sequences/array/front_back_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/indexing.pass.cpp
    A libcxx/test/std/containers/sequences/array/indexing_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
    M libcxx/test/std/containers/sequences/array/max_size.pass.cpp
    M libcxx/test/std/containers/sequences/array/size_and_alignment.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_assign.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.cons/op_equal_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/deque/deque.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.modifiers/push_front_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/deque/deque.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/empty.verify.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/assign_op_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/init_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/move_noexcept.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/forwardlist/forwardlist.modifiers/emplace_after.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_init.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_rv.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/push_front_rv.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.cons/op_equal_initializer_list.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/list/list.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/emplace_front.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/insert_iter_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.modifiers/push_front_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector.bool/enabled_hash.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/op_equal_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.capacity/empty.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/assign_move.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/deduct.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/default_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/initializer_list_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_alloc.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/move_noexcept.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/op_equal_initializer_list.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/sequences/vector/vector.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace_back.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/emplace_extra.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_iter_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/sequences/vector/vector.special/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.map/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/assign_move.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.compile.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.map/unord.map.cnstr/deduct_const.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.elem/index_tuple.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/try.emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multimap/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct_const.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.compile.fail.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_rvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.multiset/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.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.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/contains.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/emplace.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/emplace_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/empty.verify.cpp
    M libcxx/test/std/containers/unord/unord.set/erase_if.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/extract_iterator.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/extract_key.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_and_emplace_allocator_requirements.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_node_type_hint.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/merge.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/assign_init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/assign_move.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/containers/unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal_allocator.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_alloc.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp
    M libcxx/test/std/containers/views/span.cons/array.fail.cpp
    M libcxx/test/std/containers/views/span.cons/array.pass.cpp
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/container.fail.cpp
    M libcxx/test/std/containers/views/span.cons/container.pass.cpp
    M libcxx/test/std/containers/views/span.cons/copy.pass.cpp
    M libcxx/test/std/containers/views/span.cons/deduct.pass.cpp
    M libcxx/test/std/containers/views/span.cons/default.fail.cpp
    M libcxx/test/std/containers/views/span.cons/default.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/ptr_ptr.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_ptr.pass.cpp
    M libcxx/test/std/containers/views/span.cons/span.fail.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/back.pass.cpp
    M libcxx/test/std/containers/views/span.elem/data.pass.cpp
    M libcxx/test/std/containers/views/span.elem/front.pass.cpp
    M libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.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.fail.cpp
    M libcxx/test/std/containers/views/span.objectrep/as_writable_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.obs/empty.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.fail.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    M libcxx/test/std/containers/views/span.sub/last.fail.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.fail.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/pointer.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/release.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/reset.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.compile.fail.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp
    M libcxx/test/std/depr/depr.function.objects/depr.base/unary_function.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.verify.cpp
    M libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
    M libcxx/test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp
    M libcxx/test/std/diagnostics/syserr/is_error_condition_enum.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.compile.fail.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.hash/enabled_hash.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp
    M libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp
    M libcxx/test/std/experimental/algorithms/alg.search/search.pass.cpp
    M libcxx/test/std/experimental/filesystem/fs.req.namespace/namespace.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pred.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pass.cpp
    M libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pred.pass.cpp
    M libcxx/test/std/experimental/func/header.functional.synop/includes.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.assign.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/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/operator_bool.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/equal_comp.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/less_comp.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/done.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/assign.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/construct.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/address.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.fail.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/hash.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/destroy.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/resume.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/void_handle.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.traits/promise_type.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/includes.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/assign.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/copy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/default.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/memory_resource_convert.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/other_alloc.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/not_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/allocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_const_lvalue_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_rvalue.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_values.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair_evil.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_types.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/destroy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/select_on_container_copy_construction.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_copy.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_move.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/default.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_allocate_and_deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_is_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_deque_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_forward_list_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_list_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_map_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_regex_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_set_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_string_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_unordered_map_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_unordered_set_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.aliases/header_vector_synop.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/default_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/new_delete_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource.global/null_memory_resource.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/construct.fail.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.eq/not_equal.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.priv/protected_members.fail.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/allocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/deallocate.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/dtor.pass.cpp
    M libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/is_equal.pass.cpp
    M libcxx/test/std/experimental/simd/simd.abi/vector_extension.pass.cpp
    M libcxx/test/std/experimental/simd/simd.access/default.pass.cpp
    M libcxx/test/std/experimental/simd/simd.casts/simd_cast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/broadcast.pass.cpp
    M libcxx/test/std/experimental/simd/simd.cons/default.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
    M libcxx/test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp
    M libcxx/test/std/experimental/simd/simd.traits/is_simd_mask.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/detected_t.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_convertible.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_exact.pass.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.fail.cpp
    M libcxx/test/std/experimental/utilities/meta/meta.detect/nonesuch.pass.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_element_type.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.assignment/assign_element_type.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign_convertible.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_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.explicit.move_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.ctors/move_ctor.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/dereference.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.non-const_observers/get.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/op_arrow.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/dereference.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/explicit_operator_element_type_ptr.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/get.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/op_arrow.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/experimental/utilities/propagate_const/propagate_const.nonmembers/hash.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/equal_to.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/not_equal_to.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_than.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_than.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/not_equal.pass.cpp
    M libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/swap.pass.cpp
    M libcxx/test/std/input.output/file.streams/c.files/gets.compile.fail.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/path.pass.cpp
    M libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir
    R libcxx/test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default_const.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/refresh.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/comparisons.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/default_ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/types.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.cons.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.mods.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.file_status/file_status.obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.filesystem_error/filesystem_error.members.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/braced_init.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/default.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.verify.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.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/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/clear.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/make_preferred.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/remove_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_extension.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/c_str.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/native.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/operator_string.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.query/tested_in_path_decompose.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/append_op.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops.fail.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops_tested_elsewhere.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.io.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.io.unicode_bug.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/swap.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/synop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.perm_options.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.enum/enum.perms.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.filesystem.synopsis/file_time_type.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/absolute.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/create_directory_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/create_hard_link.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/create_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/read_symlink.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.remove/remove.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rename.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/resize_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/status_known.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.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.namespace/namespace.fail.cpp
    M libcxx/test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/copy.fail.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/move_assign.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/move.pass.cpp
    M libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp
    M libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
    M libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.assign/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/move.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/move2.pass.cpp
    M libcxx/test/std/input.output/string.streams/stringstream.cons/stringstream.assign/move.pass.cpp
    M libcxx/test/std/iterators/iterator.container/data.pass.cpp
    M libcxx/test/std/iterators/iterator.container/empty.array.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.container.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.initializer_list.verify.cpp
    M libcxx/test/std/iterators/iterator.container/empty.pass.cpp
    M libcxx/test/std/iterators/iterator.container/size.pass.cpp
    M libcxx/test/std/iterators/iterator.container/ssize.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/advance.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/distance.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/next.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/prev.pass.cpp
    M libcxx/test/std/iterators/iterator.primitives/std.iterator.tags/contiguous_iterator_tag.pass.cpp
    M libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/rv_value.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/rv_value.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/language.support/cmp/cmp.common/common_comparison_category.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t_declaration.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.verify.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.placement/new_array_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/nothrow_t.fail.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/ptr.launder/launder.types.fail.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.access/access.pass.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.cons/default.pass.cpp
    M libcxx/test/std/language.support/support.initlist/support.initlist.range/begin_end.pass.cpp
    M libcxx/test/std/language.support/support.initlist/types.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/iterator.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/new.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.limits/version.pass.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit_check1.compile.fail.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit_check2.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byte.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/and.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/and.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/enum_direct_init.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.assign.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/lshift.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/not.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/or.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/or.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.assign.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/rshift.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.compile.fail.cpp
    M libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/xor.assign.pass.cpp
    M libcxx/test/std/language.support/support.types/byteops/xor.pass.cpp
    M libcxx/test/std/language.support/support.types/max_align_t.pass.cpp
    M libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
    M libcxx/test/std/language.support/support.types/offsetof.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_always_noconv.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_encoding.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_in.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_max_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_out.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_always_noconv.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_encoding.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_in.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_max_length.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_out.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_char8_t_unshift.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t_char8_t.pass.cpp
    M libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_copy.pass.cpp
    M libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.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/c.math.lerp/c.math.lerp.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals1.compile.fail.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals1.pass.cpp
    M libcxx/test/std/numerics/complex.number/complex.literals/literals2.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
    M libcxx/test/std/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_init_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool3.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool4.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool3.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool4.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral1.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral2.compile.fail.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.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.float.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.pointer.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/reduce/reduce_init_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init_op_op.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
    M libcxx/test/std/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp
    M libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
    M libcxx/test/std/re/re.grammar/excessive_brace_count.pass.cpp
    M libcxx/test/std/re/re.grammar/excessive_brace_min_max.pass.cpp
    M libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/assign.il.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.assign/il.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/deduct.fail.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/deduct.pass.cpp
    M libcxx/test/std/re/re.regex/re.regex.construct/il_flg.pass.cpp
    M libcxx/test/std/re/re.results/re.results.const/move.pass.cpp
    M libcxx/test/std/re/re.results/re.results.size/empty.verify.cpp
    M libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
    M libcxx/test/std/strings/basic.string.hash/enabled_hashes.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal1.compile.fail.cpp
    M libcxx/test/std/strings/basic.string.literals/literal1.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal2.compile.fail.cpp
    M libcxx/test/std/strings/basic.string.literals/literal2.pass.cpp
    M libcxx/test/std/strings/basic.string.literals/literal3.pass.cpp
    M libcxx/test/std/strings/basic.string/string.capacity/empty.verify.cpp
    M libcxx/test/std/strings/basic.string/string.cons/brace_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/default_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/dtor_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/initializer_list_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_alloc.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_assignment.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/move_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.fail.cpp
    M libcxx/test/std/strings/basic.string/string.cons/string_view_size_size_deduction.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.char.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp
    M libcxx/test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp
    M libcxx/test/std/strings/basic.string/string.iterators/iterators.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_append/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_assign/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_initializer_list.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.io/get_line_delim_rv.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.io/get_line_rv.pass.cpp
    M libcxx/test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.char.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.ptr.pass.cpp
    M libcxx/test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign2.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/compare.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/eof.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq_int_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/find.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/char.traits/char.traits.specializations/char.traits.specializations.char8_t/lt.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.char8_t/not_eof.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_char_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_int_type.pass.cpp
    M libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/types.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.capacity/empty.verify.cpp
    M libcxx/test/std/strings/string.view/string.view.cons/implicit_deduction_guides.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/char_type.hash.fail.cpp
    M libcxx/test/std/strings/string.view/string.view.hash/enabled_hashes.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.char.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/ends_with.string_view.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.char.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.template/starts_with.string_view.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal1.compile.fail.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal1.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal2.compile.fail.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal2.pass.cpp
    M libcxx/test/std/strings/string.view/string_view.literals/literal3.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/thread/futures/futures.async/async.pass.cpp
    M libcxx/test/std/thread/futures/futures.async/async.verify.cpp
    M libcxx/test/std/thread/futures/futures.async/async_race.38682.pass.cpp
    M libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp
    M libcxx/test/std/thread/futures/futures.overview/future_errc.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/alloc_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/default.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/get_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_lvalue.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_lvalue_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_rvalue.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_at_thread_exit_const.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_at_thread_exit_void.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_const.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
    M libcxx/test/std/thread/futures/futures.promise/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/copy_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/copy_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/ctor_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/assign_copy.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/assign_move.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor1.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor2.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_copy.fail.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_default.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_move.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/get_future.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.members/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/swap.pass.cpp
    M libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/uses_allocator.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/move_assign.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/move_ctor.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/share.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_for.pass.cpp
    M libcxx/test/std/thread/futures/futures.unique_future/wait_until.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive_and_drop.pass.cpp
    M libcxx/test/std/thread/thread.barrier/arrive_and_wait.pass.cpp
    M libcxx/test/std/thread/thread.barrier/completion.pass.cpp
    M libcxx/test/std/thread/thread.barrier/max.pass.cpp
    M libcxx/test/std/thread/thread.barrier/version.pass.cpp
    M libcxx/test/std/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/notify_all.pass.cpp
    M libcxx/test/std/thread/thread.latch/arrive_and_wait.pass.cpp
    M libcxx/test/std/thread/thread.latch/count_down.pass.cpp
    M libcxx/test/std/thread/thread.latch/max.pass.cpp
    M libcxx/test/std/thread/thread.latch/try_wait.pass.cpp
    M libcxx/test/std/thread/thread.latch/version.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/assign.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/copy.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/types.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_assign.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_ctor.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/member_swap.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/nonmember_swap.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/release.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/types.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/types.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/assign.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/copy.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/assign.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/copy.compile.fail.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_for.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until_deadlock_bug.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/acquire.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/binary.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/max.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/release.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/timed.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/try_acquire.pass.cpp
    M libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/enabled_hashes.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/allocs.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_copy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_move.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/default.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.verify.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/deallocate.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/destroy.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/max_size.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/allocator_pointers.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/inner_allocator_type.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/is_always_equal.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_copy_assignment.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/copy_assign.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/eq.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/move_assign.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/types.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/default.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/in_place_type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/reset.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/has_value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/not_literal_type.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_request_invalid_value_category.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/const_correctness.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/not_copy_constructible.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/reference_types.fail.cpp

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: d86650c0ca9c7b4fb0b29a6b5ad4ce135b8078ce
      https://github.com/llvm/llvm-project/commit/d86650c0ca9c7b4fb0b29a6b5ad4ce135b8078ce
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Build cuda and vulkan runners


  Commit: dee115ee93b66fa31a8bd47dae1b5a1e2d82f27b
      https://github.com/llvm/llvm-project/commit/dee115ee93b66fa31a8bd47dae1b5a1e2d82f27b
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Add Linux specific build flags


  Commit: f18b9c52ff890a0b7d14ed170681d8cd409c4deb
      https://github.com/llvm/llvm-project/commit/f18b9c52ff890a0b7d14ed170681d8cd409c4deb
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M .gitignore
    M clang-tools-extra/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    M clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-include-fixer/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/plugin/CMakeLists.txt
    M clang-tools-extra/clang-move/CMakeLists.txt
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.h
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    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/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.h
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.h
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    M 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
    M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.h
    M clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.h
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M 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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/boost/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    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/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    M 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.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    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/UpgradeGoogletestCaseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt
    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/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    M clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    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/LLVMTidyModule.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.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/UnusedParametersCheck.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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.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/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    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/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    M 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.h
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.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/plugin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
    M clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.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/IdentifierNamingCheck.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/MakeMemberFunctionConstCheck.cpp
    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/RedundantPreprocessorCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    A clang-tools-extra/clang-tidy/utils/Aliasing.cpp
    A clang-tools-extra/clang-tidy/utils/Aliasing.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
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.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/zircon/CMakeLists.txt
    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/CompileCommands.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    A clang-tools-extra/clangd/Config.cpp
    A clang-tools-extra/clangd/Config.h
    A clang-tools-extra/clangd/ConfigCompile.cpp
    A clang-tools-extra/clangd/ConfigFragment.h
    A clang-tools-extra/clangd/ConfigProvider.cpp
    A clang-tools-extra/clangd/ConfigProvider.h
    A clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    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/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExtractVariable.cpp
    M clang-tools-extra/clangd/support/CMakeLists.txt
    R clang-tools-extra/clangd/support/FSProvider.cpp
    R clang-tools-extra/clangd/support/FSProvider.h
    A clang-tools-extra/clangd/support/ThreadsafeFS.cpp
    A clang-tools-extra/clangd/support/ThreadsafeFS.h
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/type-hierarchy.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/CompilerTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigTesting.h
    A clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FSTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.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/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.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/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-else-after-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-faster-string-find.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst
    A clang-tools-extra/test/clang-change-namespace/allow-list.cpp
    R clang-tools-extra/test/clang-change-namespace/white-list.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    M clang-tools-extra/test/clang-tidy/checkers/llvm-twine-local.cpp
    M 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/performance-faster-string-find.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-no-cond-var-refactor.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-conflicted-fixes-of-alias-checkers.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-fixes-of-alias-checkers.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/duplicate-reports.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/use-color.cpp
    M clang-tools-extra/unittests/clang-change-namespace/ChangeNamespaceTests.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/ClangConfig.cmake.in
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangFormattedStatus.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/MatrixTypes.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/docs/tools/generate_formatted_state.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTDumper.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/ODRHash.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/VTableBuilder.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/Analysis/Analyses/Dominators.h
    M clang/include/clang/Basic/AArch64SVEACLETypes.def
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DiagnosticASTKinds.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/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticOptions.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/ExpressionTraits.h
    A clang/include/clang/Basic/FPOptions.def
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/JsonSupport.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/SourceManager.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeTraits.h
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/CodeGen/ConstantInitBuilder.h
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.td
    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/XRayArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTConsumers.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Sema/Lookup.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    A clang/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/include/clang/Testing/TestClangConfig.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Tooling.h
    A clang/include/clang/Tooling/Transformer/Parsing.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDumper.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/DiagnosticIDs.cpp
    A clang/lib/Basic/ExpressionTraits.cpp
    M clang/lib/Basic/FixedPoint.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/OpenMPKinds.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/AMDGPU.h
    M clang/lib/Basic/Targets/MSP430.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    A clang/lib/Basic/Targets/VE.cpp
    A clang/lib/Basic/Targets/VE.h
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    A clang/lib/Basic/TypeTraits.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBlocks.h
    M clang/lib/CodeGen/CGBuiltin.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/CGCleanup.h
    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/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGVTables.h
    M clang/lib/CodeGen/CodeGenABITypes.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/CodeGenTypes.cpp
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/Tool.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AIX.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/RISCV.cpp
    A clang/lib/Driver/ToolChains/Arch/VE.cpp
    A clang/lib/Driver/ToolChains/Arch/VE.h
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    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/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/Flang.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/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/Hexagon.h
    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/MSP430.cpp
    M 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/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
    M clang/lib/Driver/ToolChains/PS4CPU.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/Solaris.cpp
    A clang/lib/Driver/ToolChains/VEToolchain.cpp
    A clang/lib/Driver/ToolChains/VEToolchain.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/XRayArgs.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/ASTConsumers.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/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/CMakeLists.txt
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/altivec.h
    A clang/lib/Headers/amxintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/CMakeLists.txt
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/PPExpressions.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Parse/CMakeLists.txt
    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/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/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
    M clang/lib/Sema/SemaCUDA.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaLookup.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/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/Serialization/CMakeLists.txt
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.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/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
    M clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.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/CheckerHelpers.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    A clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
    M clang/lib/Tooling/ASTDiff/CMakeLists.txt
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Execution.cpp
    M clang/lib/Tooling/Refactoring/AtomicChange.cpp
    M clang/lib/Tooling/Refactoring/CMakeLists.txt
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/CMakeLists.txt
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    A clang/lib/Tooling/Transformer/Parsing.cpp
    M clang/lib/Tooling/Transformer/RangeSelector.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/AST/Inputs/std-coroutine.h
    M clang/test/AST/address_space_attribute.cpp
    M clang/test/AST/alignas_maybe_odr_cleanup.cpp
    A clang/test/AST/ast-dump-APValue-anon-union.cpp
    A clang/test/AST/ast-dump-APValue-arithmetic.cpp
    A clang/test/AST/ast-dump-APValue-array.cpp
    A clang/test/AST/ast-dump-APValue-struct.cpp
    A clang/test/AST/ast-dump-APValue-todo.cpp
    A clang/test/AST/ast-dump-APValue-union.cpp
    A clang/test/AST/ast-dump-APValue-vector.cpp
    M clang/test/AST/ast-dump-aarch64-sve-types.c
    M clang/test/AST/ast-dump-arm-attr.c
    M clang/test/AST/ast-dump-array.cpp
    M clang/test/AST/ast-dump-attr.cpp
    M clang/test/AST/ast-dump-attr.m
    M clang/test/AST/ast-dump-c-attr.c
    M clang/test/AST/ast-dump-color.cpp
    M clang/test/AST/ast-dump-comment.cpp
    A clang/test/AST/ast-dump-constant-expr.cpp
    M clang/test/AST/ast-dump-decl-stmts.cpp
    M clang/test/AST/ast-dump-decl.c
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-decl.m
    M clang/test/AST/ast-dump-decl.mm
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr.c
    M clang/test/AST/ast-dump-expr.cpp
    M clang/test/AST/ast-dump-funcs.cpp
    A clang/test/AST/ast-dump-lambda-body-not-duplicated.cpp
    A clang/test/AST/ast-dump-lambda.cpp
    M clang/test/AST/ast-dump-msp430-attr.c
    M clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
    M clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-overloaded-operators.cpp
    M clang/test/AST/ast-dump-pipe.cl
    M clang/test/AST/ast-dump-record-definition-data.cpp
    M clang/test/AST/ast-dump-records.c
    M clang/test/AST/ast-dump-records.cpp
    M clang/test/AST/ast-dump-special-member-functions.cpp
    M clang/test/AST/ast-dump-stmt.c
    M clang/test/AST/ast-dump-stmt.cpp
    M clang/test/AST/ast-dump-stmt.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    A clang/test/AST/ast-dump-traits.cpp
    A clang/test/AST/ast-dump-types-errors-json.cpp
    A clang/test/AST/ast-dump-types-errors.cpp
    M clang/test/AST/ast-dump-wasm-attr-export.c
    M clang/test/AST/ast-dump-wasm-attr-import.c
    M clang/test/AST/ast-dump-wchar.cpp
    M clang/test/AST/atomic-expr.cpp
    M clang/test/AST/c-casts.c
    M clang/test/AST/category-attribute.m
    M clang/test/AST/coroutine-source-location-crash.cpp
    A clang/test/AST/deduction-guides.cpp
    M clang/test/AST/fixed_point.c
    M clang/test/AST/fixed_point_to_string.c
    M clang/test/AST/float16.cpp
    M clang/test/AST/implicit-cast-dump.c
    M clang/test/AST/language_address_space_attribute.cpp
    M clang/test/AST/multistep-explicit-cast.c
    M clang/test/AST/multistep-explicit-cast.cpp
    M clang/test/AST/pr43983.cpp
    M clang/test/AST/property-atomic-bool.m
    M clang/test/AST/template-implicit-vars.cpp
    M clang/test/AST/variadic-promotion.c
    A clang/test/Analysis/Checkers/WebKit/call-args.cpp
    M clang/test/Analysis/Checkers/WebKit/uncounted-members-regression-46142.cpp
    M clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
    M clang/test/Analysis/Inputs/ctu-other.c
    A clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.ast-dump.txt
    R clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.txt
    A clang/test/Analysis/Inputs/ctu-other.cpp.externalDefMap.ast-dump.txt
    R clang/test/Analysis/Inputs/ctu-other.cpp.externalDefMap.txt
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/checker-plugins.c
    A clang/test/Analysis/constraint_manager_conditions.cpp
    M clang/test/Analysis/ctu-different-triples.cpp
    M clang/test/Analysis/ctu-main.c
    M clang/test/Analysis/ctu-main.cpp
    A clang/test/Analysis/ctu-on-demand-parsing.c
    A clang/test/Analysis/ctu-on-demand-parsing.cpp
    M clang/test/Analysis/ctu-unknown-parts-in-triples.cpp
    A clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
    A clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp
    A clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp
    M clang/test/Analysis/fuchsia_handle.cpp
    M clang/test/Analysis/invalidated-iterator.cpp
    M clang/test/Analysis/iterator-modeling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/malloc.cpp
    M clang/test/Analysis/mismatched-iterator.cpp
    M clang/test/Analysis/more-dtors-cfg-output.cpp
    M clang/test/Analysis/new-ctor-conservative.cpp
    A clang/test/Analysis/pch_crash.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/stream-note.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/stream.cpp
    A clang/test/Analysis/weak-dependencies.c
    M clang/test/CXX/class.access/p4.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p8.cpp
    A clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p9.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr18xx.cpp
    M clang/test/CXX/drs/dr20xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/drs/dr9xx.cpp
    M clang/test/CXX/special/class.ctor/p5-0x.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/temp.res/temp.local/p8.cpp
    A clang/test/CodeCompletion/after-function-equals.cpp
    M clang/test/CodeCompletion/ordinary-name-cxx11.cpp
    M clang/test/CodeCompletion/ordinary-name.cpp
    M clang/test/CodeCompletion/patterns.cpp
    A clang/test/CodeGen/AMX/amx.c
    A clang/test/CodeGen/AMX/amx_errors.c
    A clang/test/CodeGen/AMX/amx_inline_asm.c
    A clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-lane-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-ldst-intrinsics.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/README
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acle.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_aclt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfdot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvtnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_index.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_dot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdech.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qinch.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_tmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/big_endian.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2-bfloat.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cdot.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cmla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mls.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qcadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdcmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlsh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rsra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sli.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sri.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_xar.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
    A clang/test/CodeGen/aix-constructor-attribute.cpp
    A clang/test/CodeGen/aix-destructor-attribute.cpp
    A clang/test/CodeGen/aix-init-priority-attribute.cpp
    M clang/test/CodeGen/align_value.cpp
    M clang/test/CodeGen/alloc-align-attr.c
    A clang/test/CodeGen/arm-bf16-convert-intrinsics.c
    A clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
    M clang/test/CodeGen/arm-bf16-getset-intrinsics.c
    M clang/test/CodeGen/arm-bf16-params-returns.c
    M clang/test/CodeGen/arm-fp16-arguments.c
    M clang/test/CodeGen/arm-mangle-bf16.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/builtin-align.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    A clang/test/CodeGen/builtin-expect-with-probability.cpp
    M clang/test/CodeGen/builtins-overflow.c
    A clang/test/CodeGen/builtins-ppc-fpconstrained.c
    A clang/test/CodeGen/builtins-ppc-p10.c
    A clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-wasm.c
    R clang/test/CodeGen/cmse-clear-fp16.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-function-attrs.cpp
    M clang/test/CodeGen/linetable-endscope.c
    M clang/test/CodeGen/matrix-type-builtins.c
    A clang/test/CodeGen/msp430-register-names.c
    M clang/test/CodeGen/opt-record-MIR.c
    M clang/test/CodeGen/opt-record.c
    M clang/test/CodeGen/stack-clash-protection.c
    R clang/test/CodeGen/static-init.cpp
    A clang/test/CodeGen/target-avx-abi-diag.c
    M clang/test/CodeGen/target-builtin-error-3.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    A clang/test/CodeGen/thinlto-inline-asm.c
    R clang/test/CodeGen/tls-model.c
    A clang/test/CodeGen/tls-model.cpp
    A clang/test/CodeGen/ve-abi.c
    A clang/test/CodeGen/xcore-unused-inline.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCXX/PR20038.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/available_externally-vtable.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/child-inheritted-from-parent-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/child-vtable-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-1.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-2.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-tu-header.h
    A clang/test/CodeGenCXX/RelativeVTablesABI/diamond-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/diamond-virtual-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inheritted-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inline-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inlined-key-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/member-function-pointer.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/multiple-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/no-alias-when-dso-local.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/no-stub-when-dso-local.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/override-pure-virtual-method.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/overriden-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/parent-and-child-in-comdats.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/parent-vtable-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/pass-byval-attributes.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/relative-vtables-flag.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/simple-vtable-definition.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/stub-linkages.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/thunk-mangling.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/type-info.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/vbase-offset.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/virtual-function-call.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/vtable-hidden-when-in-comdat.cpp
    M clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
    M clang/test/CodeGenCXX/aarch64-sve-typeinfo.cpp
    A clang/test/CodeGenCXX/aix-static-init.cpp
    M clang/test/CodeGenCXX/alignment.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    M clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    A clang/test/CodeGenCXX/cxx2a-consteval.cpp
    M clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
    M clang/test/CodeGenCXX/debug-info-inlined.cpp
    M clang/test/CodeGenCXX/debug-info-lambda.cpp
    M clang/test/CodeGenCXX/debug-info-line-if.cpp
    M clang/test/CodeGenCXX/debug-info-member-call.cpp
    M clang/test/CodeGenCXX/debug-info-nested-exprs.cpp
    M clang/test/CodeGenCXX/debug-info-scope.cpp
    M clang/test/CodeGenCXX/finegrain-bitfield-type.cpp
    A clang/test/CodeGenCXX/lambda-deterministic-captures.cpp
    M clang/test/CodeGenCXX/linetable-cleanup.cpp
    M clang/test/CodeGenCXX/linetable-eh.cpp
    M clang/test/CodeGenCXX/linetable-fnbegin.cpp
    M clang/test/CodeGenCXX/lpad-linetable.cpp
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenCXX/ms-thread_local.cpp
    M clang/test/CodeGenCXX/ubsan-coroutines.cpp
    A clang/test/CodeGenCXX/vtable-consteval.cpp
    A clang/test/CodeGenCXX/vtable-constexpr.cpp
    M clang/test/CodeGenCoroutines/Inputs/coroutine.h
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-always-inline.cpp
    M clang/test/CodeGenCoroutines/coro-await-domination.cpp
    M clang/test/CodeGenCoroutines/coro-await-resume-eh.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-dest-slot.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenCoroutines/coro-promise-dtor.cpp
    M clang/test/CodeGenCoroutines/coro-ret-void.cpp
    M clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    M clang/test/CodeGenCoroutines/coro-unhandled-exception.cpp
    A clang/test/CodeGenHIP/half.hip
    A clang/test/CodeGenHIP/lit.local.cfg
    M clang/test/CodeGenObjC/aarch64-sve-types.m
    M clang/test/CodeGenObjC/arc-blocks.m
    M clang/test/CodeGenObjC/arc-foreach.m
    M clang/test/CodeGenObjC/arc-linetable-autorelease.m
    M clang/test/CodeGenObjC/arc-linetable.m
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M clang/test/CodeGenObjC/noescape.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/blocks.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
    M clang/test/CodeGenOpenCL/convergent.cl
    M clang/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
    M clang/test/CodeGenOpenCL/func-call-dbg-loc.cl
    M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    A clang/test/CoverageMapping/coroutine.cpp
    A clang/test/Driver/XRay/xray-function-index-flags.cpp
    M clang/test/Driver/XRay/xray-ignore-loops-flags.cpp
    M clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aarch64-sls-hardening-options.c
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/amdgpu-toolchain.c
    A clang/test/Driver/apple-arm64-arch.c
    A clang/test/Driver/apple-silicon-arch.c
    M clang/test/Driver/arclite-link.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/bindings.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/codeview-column-info.c
    M clang/test/Driver/config-file.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/crash-report-modules.m
    M clang/test/Driver/crash-report-null.test
    M clang/test/Driver/cuda-phases.cu
    M clang/test/Driver/cuda-simple.cu
    M clang/test/Driver/cxa-atexit.cpp
    M clang/test/Driver/darwin-ld-platform-version-macos.c
    M clang/test/Driver/darwin-sdk-vs-os-version.c
    M clang/test/Driver/darwin-version.c
    A clang/test/Driver/darwin-warning-options.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/fzero-initialized-in-bss.c
    M clang/test/Driver/hip-binding.hip
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-link-save-temps.hip
    M clang/test/Driver/hip-link-shared-library.hip
    A clang/test/Driver/hip-link-static-library.hip
    A clang/test/Driver/hip-phases.hip
    M clang/test/Driver/hip-rdc-device-only.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    A clang/test/Driver/hip-toolchain-rdc-separate.hip
    A clang/test/Driver/hip-toolchain-rdc-static-lib.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    A clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
    M clang/test/Driver/memtag_lto.c
    M clang/test/Driver/mingw-msvcrt.c
    M clang/test/Driver/modules-cache-path.m
    M clang/test/Driver/ms-bitfields.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/ppc-features.cpp
    A clang/test/Driver/program-path-priority.c
    M clang/test/Driver/ps4-linker-non-win.c
    M clang/test/Driver/ps4-linker-win.c
    M clang/test/Driver/riscv-arch.c
    A clang/test/Driver/ve-toolchain.c
    A clang/test/Driver/windows-thumbv7em.cpp
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/fixed_point_add.c
    A clang/test/Frontend/fixed_point_crash.c
    M clang/test/Frontend/fixed_point_div.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_mul.c
    M clang/test/Frontend/fixed_point_sub.c
    M clang/test/Frontend/opencl.cl
    M clang/test/Frontend/optimization-remark-line-directive.c
    M clang/test/Frontend/optimization-remark-with-hotness-new-pm.c
    M clang/test/Frontend/optimization-remark-with-hotness.c
    M clang/test/Import/pack-expansion-expr/test.cpp
    M clang/test/Import/switch-stmt/test.cpp
    M clang/test/Index/complete-method-decls.m
    M clang/test/Index/complete-parameterized-classes.m
    M clang/test/Index/coroutines.cpp
    M clang/test/Index/evaluate-cursor.cpp
    M clang/test/Misc/warning-flags.c
    A clang/test/Modules/ASTSignature.c
    A clang/test/Modules/Inputs/ASTHash/module.modulemap
    A clang/test/Modules/Inputs/ASTHash/my_header_1.h
    A clang/test/Modules/Inputs/ASTHash/my_header_2.h
    M clang/test/Modules/Inputs/cxx17/module.modulemap
    A clang/test/Modules/Inputs/cxx17/unimported.h
    A clang/test/Modules/Inputs/cxx20/decls.h
    A clang/test/Modules/Inputs/cxx20/module.modulemap
    A clang/test/Modules/Inputs/cxx20/unimported.h
    M clang/test/Modules/cxx17.cpp
    A clang/test/Modules/cxx20.cpp
    M clang/test/Modules/empty.modulemap
    M clang/test/OpenMP/declare_reduction_ast_print.cpp
    M clang/test/OpenMP/declare_reduction_codegen.c
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    M clang/test/OpenMP/declare_target_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M 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/driver.c
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_schedule_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    A clang/test/OpenMP/for_simd_scan_codegen.cpp
    M clang/test/OpenMP/master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_for_codegen.cpp
    A clang/test/OpenMP/nvptx_prohibit_thread_local.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    A clang/test/OpenMP/parallel_for_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    A clang/test/OpenMP/parallel_for_simd_scan_codegen.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_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/scan_codegen.cpp
    M clang/test/OpenMP/schedule_codegen.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    A clang/test/OpenMP/target_data_use_device_addr_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_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_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_simd_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_is_device_ptr_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_is_device_ptr_messages.cpp
    M clang/test/OpenMP/target_parallel_map_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_map_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_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_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_is_device_ptr_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_schedule_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_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_is_device_ptr_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_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.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_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_is_device_ptr_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_private_messages.cpp
    M clang/test/OpenMP/target_teams_is_device_ptr_messages.cpp
    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/taskloop_loop_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/aarch64-sve-types.c
    A clang/test/PCH/builtin-bit-cast.cpp
    M clang/test/PCH/crash-12631281.cpp
    M clang/test/PCH/cxx-alias-decl.cpp
    M clang/test/PCH/cxx-dependent-sized-ext-vector.cpp
    M clang/test/PCH/cxx-explicit-specifier.cpp
    M clang/test/PCH/cxx-exprs.cpp
    M clang/test/PCH/cxx-friends.cpp
    M clang/test/PCH/cxx-member-init.cpp
    M clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp
    M clang/test/PCH/cxx-static_assert.cpp
    M clang/test/PCH/cxx-templates.cpp
    M clang/test/PCH/cxx-variadic-templates-with-default-params.cpp
    M clang/test/PCH/cxx-variadic-templates.cpp
    M clang/test/PCH/cxx0x-default-delete.cpp
    M clang/test/PCH/cxx11-constexpr.cpp
    M clang/test/PCH/cxx11-enum-template.cpp
    M clang/test/PCH/cxx11-exception-spec.cpp
    M clang/test/PCH/cxx11-inheriting-ctors.cpp
    M clang/test/PCH/cxx11-user-defined-literals.cpp
    M clang/test/PCH/cxx1y-decltype-auto.cpp
    M clang/test/PCH/cxx1y-deduced-return-type.cpp
    M clang/test/PCH/cxx1y-default-initializer.cpp
    M clang/test/PCH/cxx1y-init-captures.cpp
    M clang/test/PCH/cxx1y-variable-templates.cpp
    M clang/test/PCH/cxx1z-aligned-alloc.cpp
    M clang/test/PCH/cxx1z-decomposition.cpp
    M clang/test/PCH/cxx1z-using-declaration.cpp
    M clang/test/PCH/cxx2a-bitfield-init.cpp
    M clang/test/PCH/cxx2a-concept-specialization-expr.cpp
    M clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/PCH/cxx2a-defaulted-comparison.cpp
    M clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/PCH/cxx2a-template-lambdas.cpp
    A clang/test/PCH/delayed-pch-instantiate.cpp
    A clang/test/PCH/delayed-template-parsing.cpp
    M clang/test/PCH/friend-template.cpp
    M clang/test/PCH/implicitly-deleted.cpp
    M clang/test/PCH/late-parsed-instantiations.cpp
    M clang/test/PCH/local_static.cpp
    M clang/test/PCH/macro-undef.cpp
    M clang/test/PCH/make-integer-seq.cpp
    M clang/test/PCH/ms-if-exists.cpp
    A clang/test/PCH/pch-instantiate-templates-forward-decl.cpp
    A clang/test/PCH/pch-instantiate-templates.cpp
    M clang/test/PCH/pr18806.cpp
    M clang/test/PCH/pragma-diag-section.cpp
    M clang/test/PCH/pragma-floatcontrol.c
    M clang/test/PCH/rdar10830559.cpp
    A clang/test/PCH/specialization-after-instantiation.cpp
    M clang/test/PCH/type_pack_element.cpp
    A clang/test/Parser/altivec-bool-128.c
    A clang/test/Parser/cxx-altivec-bool-128.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/expressions.cpp
    M clang/test/Parser/objcxx0x-lambda-expressions.mm
    M clang/test/Parser/objcxx11-invalid-lambda.cpp
    A clang/test/Parser/p10-vector-bool-128.c
    M clang/test/Parser/pragma-unroll.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/init-ve.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    A clang/test/Preprocessor/warn-macro-undef.c
    A clang/test/Preprocessor/x86_amx_target_features.c
    M clang/test/Preprocessor/x86_target_features.c
    A clang/test/Sema/aarch64-bf16-ldst-intrinsics.c
    A clang/test/Sema/aarch64-neon-bf16-ranges.c
    M clang/test/Sema/aarch64-sve-types.c
    M clang/test/Sema/attr-handles.cpp
    M clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    A clang/test/Sema/builtin-expect-with-probability-avr.cpp
    A clang/test/Sema/builtin-expect-with-probability.cpp
    M clang/test/Sema/builtins-memcpy-inline.cpp
    M clang/test/Sema/builtins-overflow.c
    A clang/test/Sema/builtins-overflow.m
    A clang/test/Sema/complete-incomplete-pointer-relational-c99.c
    M clang/test/Sema/inline-asm-validate-amdgpu.cl
    M clang/test/Sema/invalid-bitwidth-expr.mm
    M clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/matrix-type-builtins.c
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCXX/Inputs/std-coroutine.h
    M clang/test/SemaCXX/builtin-align-cxx.cpp
    M clang/test/SemaCXX/cast-conversion.cpp
    M clang/test/SemaCXX/co_await-range-for.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    A clang/test/SemaCXX/constexpr-default-init-value-crash.cpp
    A clang/test/SemaCXX/constexpr-vectors.cpp
    M clang/test/SemaCXX/constructor-initializer.cpp
    M clang/test/SemaCXX/coreturn-eh.cpp
    M clang/test/SemaCXX/coreturn.cpp
    A clang/test/SemaCXX/coroutine-final-suspend-noexcept.cpp
    M clang/test/SemaCXX/coroutine-rvo.cpp
    M clang/test/SemaCXX/coroutine-unhandled_exception-warning.cpp
    M clang/test/SemaCXX/coroutine-uninitialized-warning-crash.cpp
    A clang/test/SemaCXX/coroutine_handle-addres-return-type.cpp
    M clang/test/SemaCXX/coroutines.cpp
    M clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
    M clang/test/SemaCXX/cxx1y-deduced-return-type.cpp
    M clang/test/SemaCXX/cxx1z-copy-omission.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/decltype-crash.cpp
    M clang/test/SemaCXX/enable_if.cpp
    M clang/test/SemaCXX/for-range-dereference.cpp
    A clang/test/SemaCXX/invalid-template-base-specifier.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    A clang/test/SemaCXX/matrix-type-builtins-disabled.cpp
    M clang/test/SemaCXX/matrix-type-builtins.cpp
    M clang/test/SemaCXX/ms_struct.cpp
    R clang/test/SemaCXX/recovery-default-init.cpp
    R clang/test/SemaCXX/recovery-initializer.cpp
    M clang/test/SemaCXX/varargs.cpp
    M clang/test/SemaCXX/vartemplate-lambda.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    A clang/test/SemaCXX/warn-inline-namespace-reopened-noninline-disable.cpp
    M clang/test/SemaCXX/warn-uninitialized-const-reference.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaObjC/aarch64-sve-types.m
    M clang/test/SemaObjC/matrix-type-builtins.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaObjCXX/attr-trivial-abi.mm
    M clang/test/SemaObjCXX/property-invalid-type.mm
    M clang/test/SemaOpenCL/block-array-capturing.cl
    M clang/test/SemaOpenCL/builtins-amdgcn-error-f16.cl
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    A clang/test/SemaOpenCL/fp-options.cl
    M clang/test/SemaOpenCL/invalid-block.cl
    M clang/test/SemaOpenCLCXX/address-space-references.cl
    A clang/test/SemaSYCL/prohibit-thread-local.cpp
    M clang/test/SemaTemplate/alias-templates.cpp
    M clang/test/SemaTemplate/array-redeclaration.cpp
    A clang/test/SemaTemplate/deduction-guide.cpp
    A clang/test/SemaTemplate/defaulted.cpp
    M clang/test/SemaTemplate/instantiate-function-params.cpp
    M clang/test/SemaTemplate/instantiate-init.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    A clang/test/SemaTemplate/nss-recovery.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/Tooling/clang-check-ast-dump.cpp
    M clang/test/lit.cfg.py
    A clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp
    A clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected
    M clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
    M clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
    A clang/test/utils/update_cc_test_checks/basic-cplusplus.test
    M clang/tools/clang-check/ClangCheck.cpp
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
    M clang/tools/clang-import-test/CMakeLists.txt
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexInclusionStack.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CommentParser.cpp
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/SizelessTypesTest.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/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Driver/ModuleCacheTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Frontend/CMakeLists.txt
    A clang/unittests/Frontend/CompilerInvocationTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/CheckerRegistration.h
    A clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
    M clang/unittests/StaticAnalyzer/ParamRegionTest.cpp
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
    M clang/unittests/Tooling/RefactoringTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    A clang/utils/analyzer/.dockerignore
    M clang/utils/analyzer/CmpRuns.py
    A clang/utils/analyzer/Dockerfile
    A clang/utils/analyzer/ProjectMap.py
    A clang/utils/analyzer/SATest.py
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    A clang/utils/analyzer/entrypoint.py
    M clang/utils/analyzer/exploded-graph-rewriter.py
    A clang/utils/analyzer/projects/box2d/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/cxxopts/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/cxxopts/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/drogon/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/drogon/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/duckdb/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/duckdb/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/fmt/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/fmt/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/libsoundio/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/libsoundio/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/oatpp/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/oatpp/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/projects.json
    A clang/utils/analyzer/projects/re2/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/re2/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/simbody/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/simbody/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/symengine/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/symengine/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/termbox/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/termbox/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyexpr/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyexpr/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyspline/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyspline/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyvm/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyvm/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/zstd/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd
    M clang/utils/make-ast-dump-check.sh
    M clang/www/cxx_dr_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_fuchsia.cpp
    M compiler-rt/lib/asan/asan_internal.h
    M compiler-rt/lib/asan/asan_posix.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/README.txt
    M compiler-rt/lib/builtins/clzdi2.c
    M compiler-rt/lib/builtins/clzsi2.c
    M compiler-rt/lib/builtins/clzti2.c
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/ctzdi2.c
    M compiler-rt/lib/builtins/ctzsi2.c
    M compiler-rt/lib/builtins/ctzti2.c
    M compiler-rt/lib/builtins/ffsti2.c
    M compiler-rt/lib/builtins/floatdidf.c
    M compiler-rt/lib/builtins/floatundidf.c
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/i386/floatdidf.S
    M compiler-rt/lib/builtins/i386/floatdixf.S
    M compiler-rt/lib/builtins/int_lib.h
    M compiler-rt/lib/builtins/paritydi2.c
    M compiler-rt/lib/builtins/paritysi2.c
    M compiler-rt/lib/builtins/parityti2.c
    M compiler-rt/lib/builtins/popcountsi2.c
    M compiler-rt/lib/builtins/popcountti2.c
    M compiler-rt/lib/builtins/powidf2.c
    M compiler-rt/lib/builtins/powisf2.c
    M compiler-rt/lib/builtins/powitf2.c
    M compiler-rt/lib/builtins/powixf2.c
    M compiler-rt/lib/lsan/lsan_allocator.h
    M compiler-rt/lib/lsan/lsan_common.h
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/msan_origin.h
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/scripts/cpplint.py
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/xray/xray_init.cpp
    M compiler-rt/lib/xray/xray_interface.cpp
    A compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    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/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/arm/call_apsr.S
    M compiler-rt/test/builtins/Unit/arm/call_apsr.h
    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/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_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/endianness.h
    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
    M compiler-rt/test/builtins/Unit/extenddftf2_test.c
    M compiler-rt/test/builtins/Unit/extendhfsf2_test.c
    M 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/fp_test.h
    M compiler-rt/test/builtins/Unit/gcc_personality_test.c
    M compiler-rt/test/builtins/Unit/gcc_personality_test_helper.cxx
    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/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/riscv/mulsi3_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/lit.common.configured.in
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/sigwait.cpp
    M compiler-rt/test/profile/ContinuousSyncMode/online-merging.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-lib.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush.c
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
    A compiler-rt/test/profile/Posix/gcov-destructor.c
    A compiler-rt/test/profile/Posix/gcov-execlp.c
    A compiler-rt/test/profile/Posix/gcov-fork.c
    A compiler-rt/test/profile/Posix/gcov-shared-flush.c
    R compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    R compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    R compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    R compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    M compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    A compiler-rt/test/profile/gcov-dump-and-remove.c
    R compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    M compiler-rt/test/profile/profile_test.h
    A compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_blocklist.cpp
    R compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    M compiler-rt/test/sanitizer_common/print_address.h
    M compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
    M compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
    M compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    A debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg
    A debuginfo-tests/dexter/feature_tests/subtools/test/source-root-dir.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    A flang/.clang-tidy
    M flang/CMakeLists.txt
    M flang/README.md
    M flang/documentation/Extensions.md
    M flang/documentation/FortranForCProgrammers.md
    M flang/documentation/ParserCombinators.md
    M flang/include/flang/Common/bit-population-count.h
    M flang/include/flang/Common/enum-set.h
    M flang/include/flang/Common/idioms.h
    M flang/include/flang/Common/interval.h
    M flang/include/flang/Evaluate/call.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/constant.h
    A flang/include/flang/Evaluate/fold-designator.h
    M flang/include/flang/Evaluate/fold.h
    A flang/include/flang/Evaluate/initial-image.h
    M flang/include/flang/Evaluate/shape.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/traverse.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/Lower/.clang-tidy
    M flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/Bridge.h
    A flang/include/flang/Lower/CharacterExpr.h
    A flang/include/flang/Lower/CharacterRuntime.h
    A flang/include/flang/Lower/Coarray.h
    A flang/include/flang/Lower/DoLoopHelper.h
    M flang/include/flang/Lower/FIRBuilder.h
    A flang/include/flang/Lower/IntrinsicCall.h
    A flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Runtime.h
    A flang/include/flang/Lower/Support/BoxValue.h
    A flang/include/flang/Optimizer/.clang-tidy
    M flang/include/flang/Optimizer/CMakeLists.txt
    A flang/include/flang/Optimizer/CodeGen/CGPasses.td
    A flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRAttr.h
    M flang/include/flang/Optimizer/Support/InternalNames.h
    M flang/include/flang/Optimizer/Support/KindMapping.h
    A flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    A flang/include/flang/Optimizer/Transforms/Passes.h
    A flang/include/flang/Optimizer/Transforms/Passes.td
    M flang/include/flang/Parser/characters.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/call.cpp
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/check-expression.cpp
    A flang/lib/Evaluate/fold-designator.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/fold-real.cpp
    M flang/lib/Evaluate/fold.cpp
    A flang/lib/Evaluate/initial-image.cpp
    M flang/lib/Evaluate/intrinsics-library.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    A flang/lib/Lower/.clang-tidy
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/CharacterRuntime.cpp
    A flang/lib/Lower/Coarray.cpp
    M flang/lib/Lower/ConvertType.cpp
    A flang/lib/Lower/DoLoopHelper.cpp
    A flang/lib/Lower/FIRBuilder.cpp
    A flang/lib/Lower/Mangler.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    A flang/lib/Lower/RTBuilder.h
    A flang/lib/Lower/SymbolMap.h
    A flang/lib/Optimizer/.clang-tidy
    M flang/lib/Optimizer/CMakeLists.txt
    R flang/lib/Optimizer/Dialect/CMakeLists.txt
    R flang/lib/Optimizer/Support/CMakeLists.txt
    M flang/lib/Optimizer/Support/InternalNames.cpp
    M flang/lib/Optimizer/Support/KindMapping.cpp
    A flang/lib/Optimizer/Transforms/Inliner.cpp
    M flang/lib/Parser/CMakeLists.txt
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/stmt-parser.h
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/tools.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/canonicalize-do.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-data.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/check-select-type.cpp
    A flang/lib/Semantics/check-select-type.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/pointer-assignment.h
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/rewrite-parse-tree.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    A flang/module/.clang-format
    M flang/runtime/ISO_Fortran_binding.cpp
    M flang/runtime/character.cpp
    M flang/runtime/character.h
    M flang/runtime/connection.h
    M flang/runtime/descriptor.cpp
    M flang/runtime/descriptor.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-output.cpp
    M flang/runtime/edit-output.h
    M flang/runtime/file.cpp
    M flang/runtime/file.h
    M flang/runtime/format-implementation.h
    M flang/runtime/internal-unit.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/iostat.cpp
    M flang/runtime/iostat.h
    M flang/runtime/lock.h
    M flang/runtime/memory.h
    A flang/runtime/pgmath.h.inc
    M flang/runtime/stop.cpp
    M flang/runtime/stop.h
    M flang/runtime/terminator.cpp
    M flang/runtime/terminator.h
    M flang/runtime/transformational.cpp
    M flang/runtime/type-code.cpp
    M flang/runtime/type-code.h
    M flang/runtime/unit-map.cpp
    M flang/runtime/unit-map.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/CMakeLists.txt
    M flang/test/Evaluate/folding04.f90
    M flang/test/Semantics/Inputs/getsymbols02-a.f90
    M flang/test/Semantics/Inputs/getsymbols02-b.f90
    R flang/test/Semantics/Inputs/getsymbols02-c.f90
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/data04.f90
    A flang/test/Semantics/data05.f90
    A flang/test/Semantics/data06.f90
    A flang/test/Semantics/data07.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve45.f90
    A flang/test/Semantics/resolve93.f90
    A flang/test/Semantics/selecttype01.f90
    A flang/test/Semantics/selecttype02.f90
    A flang/test/Semantics/selecttype03.f90
    A flang/test/Semantics/spec-expr.f90
    M flang/test/Semantics/symbol09.f90
    R flang/test/Semantics/test_any.sh
    A flang/test/Unit/lit.cfg.py
    A flang/test/Unit/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/tco/CMakeLists.txt
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Evaluate/reshape.cpp
    A flang/unittests/Optimizer/CMakeLists.txt
    A flang/unittests/Optimizer/InternalNamesTest.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M flang/unittests/Runtime/external-hello.cpp
    A flang/unittests/Runtime/external-io.cpp
    M flang/unittests/Runtime/hello.cpp
    M flang/unittests/Runtime/testing.cpp
    M flang/unittests/Runtime/testing.h
    M libc/CMakeLists.txt
    A libc/benchmarks/CMakeLists.txt
    A libc/benchmarks/JSON.cpp
    A libc/benchmarks/JSON.h
    A libc/benchmarks/JSONTest.cpp
    A libc/benchmarks/LibcBenchmark.cpp
    A libc/benchmarks/LibcBenchmark.h
    A libc/benchmarks/LibcBenchmarkTest.cpp
    A libc/benchmarks/LibcMemoryBenchmark.cpp
    A libc/benchmarks/LibcMemoryBenchmark.h
    A libc/benchmarks/LibcMemoryBenchmarkMain.cpp
    A libc/benchmarks/LibcMemoryBenchmarkMain.h
    A libc/benchmarks/LibcMemoryBenchmarkTest.cpp
    A libc/benchmarks/Memcmp.cpp
    A libc/benchmarks/Memcpy.cpp
    A libc/benchmarks/Memset.cpp
    A libc/benchmarks/RATIONALE.md
    A libc/benchmarks/README.md
    A libc/benchmarks/configuration_big.json
    A libc/benchmarks/configuration_small.json
    A libc/benchmarks/render.py3
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    A libc/docs/clang_tidy_checks.rst
    A libc/docs/integration_test.rst
    M libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strcmp_fuzz.cpp
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/ceil.cpp
    M libc/src/math/ceilf.cpp
    A libc/src/math/ceill.cpp
    A libc/src/math/ceill.h
    A libc/src/math/copysign.cpp
    A libc/src/math/copysign.h
    A libc/src/math/copysignf.cpp
    A libc/src/math/copysignf.h
    A libc/src/math/copysignl.cpp
    A libc/src/math/copysignl.h
    M libc/src/math/fabs.cpp
    M libc/src/math/fabsf.cpp
    A libc/src/math/fabsl.cpp
    A libc/src/math/fabsl.h
    M libc/src/math/floor.cpp
    M libc/src/math/floorf.cpp
    A libc/src/math/floorl.cpp
    A libc/src/math/floorl.h
    A libc/src/math/frexp.cpp
    A libc/src/math/frexp.h
    A libc/src/math/frexpf.cpp
    A libc/src/math/frexpf.h
    A libc/src/math/frexpl.cpp
    A libc/src/math/frexpl.h
    A libc/src/math/logb.cpp
    A libc/src/math/logb.h
    A libc/src/math/logbf.cpp
    A libc/src/math/logbf.h
    A libc/src/math/logbl.cpp
    A libc/src/math/logbl.h
    A libc/src/math/modf.cpp
    A libc/src/math/modf.h
    A libc/src/math/modff.cpp
    A libc/src/math/modff.h
    A libc/src/math/modfl.cpp
    A libc/src/math/modfl.h
    M libc/src/math/round.cpp
    M libc/src/math/roundf.cpp
    A libc/src/math/roundl.cpp
    A libc/src/math/roundl.h
    M libc/src/math/trunc.cpp
    M libc/src/math/truncf.cpp
    A libc/src/math/truncl.cpp
    A libc/src/math/truncl.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcpy.cpp
    A libc/src/string/strcmp.cpp
    A libc/src/string/strcmp.h
    M libc/test/CMakeLists.txt
    M libc/test/config/linux/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/ceilf_test.cpp
    A libc/test/src/math/ceill_test.cpp
    A libc/test/src/math/copysign_test.cpp
    A libc/test/src/math/copysignf_test.cpp
    A libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    A libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/floorf_test.cpp
    A libc/test/src/math/floorl_test.cpp
    A libc/test/src/math/frexp_test.cpp
    A libc/test/src/math/frexpf_test.cpp
    A libc/test/src/math/frexpl_test.cpp
    A libc/test/src/math/logb_test.cpp
    A libc/test/src/math/logbf_test.cpp
    A libc/test/src/math/logbl_test.cpp
    A libc/test/src/math/modf_test.cpp
    A libc/test/src/math/modff_test.cpp
    A libc/test/src/math/modfl_test.cpp
    M libc/test/src/math/roundf_test.cpp
    A libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/math/truncf_test.cpp
    A libc/test/src/math/truncl_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcmp_test.cpp
    A libc/test/utils/CMakeLists.txt
    A libc/test/utils/FPUtil/CMakeLists.txt
    A libc/test/utils/FPUtil/x86_long_double_test.cpp
    M libc/utils/CMakeLists.txt
    A libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/BitPatterns.h
    M libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/ClassificationFunctions.h
    A libc/utils/FPUtil/FPBits.h
    M libc/utils/FPUtil/FloatOperations.h
    A libc/utils/FPUtil/LongDoubleBitsX86.h
    A libc/utils/FPUtil/ManipulationFunctions.h
    A libc/utils/FPUtil/NearestIntegerOperations.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    R libc/utils/benchmarks/CMakeLists.txt
    R libc/utils/benchmarks/JSON.cpp
    R libc/utils/benchmarks/JSON.h
    R libc/utils/benchmarks/JSONTest.cpp
    R libc/utils/benchmarks/LibcBenchmark.cpp
    R libc/utils/benchmarks/LibcBenchmark.h
    R libc/utils/benchmarks/LibcBenchmarkTest.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmark.h
    R libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    R libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    R libc/utils/benchmarks/Memcmp.cpp
    R libc/utils/benchmarks/Memcpy.cpp
    R libc/utils/benchmarks/Memset.cpp
    R libc/utils/benchmarks/RATIONALE.md
    R libc/utils/benchmarks/README.md
    R libc/utils/benchmarks/configuration_big.json
    R libc/utils/benchmarks/configuration_small.json
    R libc/utils/benchmarks/render.py3
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/benchmarks/algorithms.bench.cpp
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/Modules/HandleLibcxxFlags.cmake
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__string
    M libcxx/include/compare
    M libcxx/include/iterator
    M libcxx/include/module.modulemap
    A libcxx/include/numbers
    M libcxx/include/regex
    M libcxx/include/string
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/include/wchar.h
    R libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
    M libcxx/src/CMakeLists.txt
    M libcxx/src/algorithm.cpp
    A libcxx/src/random_shuffle.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/numerics/cfenv/version.pass.cpp
    A libcxx/test/libcxx/selftest/additional_compile_flags/substitutes-in-compile-flags.sh.cpp
    A libcxx/test/libcxx/selftest/additional_compile_flags/substitutes-in-run.sh.cpp
    A libcxx/test/libcxx/selftest/compile.fail.cpp/compile-error.compile.fail.cpp
    A libcxx/test/libcxx/selftest/compile.fail.cpp/compile-success.compile.fail.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/compile-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/compile-success.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/link-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/run-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/convenience_substitutions/build_run.sh.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/dsl/lit.local.cfg
    R libcxx/test/libcxx/selftest/exec.sh.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/compile-failure.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/compile-success.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/lit.local.cfg
    A libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics-unmarked.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/right-diagnostic.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/wrong-diagnostic.fail.cpp
    A libcxx/test/libcxx/selftest/file_dependencies/a.txt
    A libcxx/test/libcxx/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
    A libcxx/test/libcxx/selftest/file_dependencies/dir/b.txt
    A libcxx/test/libcxx/selftest/file_dependencies/substitute-in-dependencies.sh.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/compile-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/link-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/link-success.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/compile-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/link-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/link-success.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/run-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-compile-flags.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-error.compile.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-success.compile.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-success.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/link-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/run-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/convenience_substitutions/build_run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-failure.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-success.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics-unmarked.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/right-diagnostic.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/wrong-diagnostic.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/no-dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/compile-error.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-error.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-success.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/compile-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-success.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/run-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/compile-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/link-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/run-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/run-success.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.mm/compile-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/link-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/no-arc.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/run-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/run-success.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/use-objective-cxx.pass.mm
    R libcxx/test/libcxx/selftest/newformat/remote-substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/compile-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/link-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-success.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/empty.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/run-error.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/run-success.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/shell-escape-pipes.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/shell-escape.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/tmpdir-exists.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics-unmarked.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-werror.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/right-diagnostic.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/wrong-diagnostic.verify.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/compile-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/link-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/run-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/run-success.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/werror.pass.cpp
    A libcxx/test/libcxx/selftest/pass.mm/compile-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/link-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/no-arc.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/run-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/run-success.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/use-objective-cxx.pass.mm
    A libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/compile-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/link-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/run-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/run-success.run.fail.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/empty.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/run-error.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/run-success.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/werror.sh.cpp
    A libcxx/test/libcxx/selftest/shell-escape-pipes.sh.cpp
    A libcxx/test/libcxx/selftest/shell-escape.sh.cpp
    R libcxx/test/libcxx/selftest/test.arc.pass.mm
    R libcxx/test/libcxx/selftest/test.file_dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/test.pass.cpp
    R libcxx/test/libcxx/selftest/test.pass.mm
    R libcxx/test/libcxx/selftest/test.sh.cpp
    A libcxx/test/libcxx/selftest/tmpdir-exists.sh.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics-unmarked.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-werror.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/right-diagnostic.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/wrong-diagnostic.verify.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M libcxx/test/libcxx/strings/iterators.noexcept.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    R libcxx/test/lit.cfg
    A libcxx/test/lit.cfg.py
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/array/at_const.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/erase_if.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/advance.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/numbers.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp
    A libcxx/test/std/numerics/numbers/defined.pass.cpp
    A libcxx/test/std/numerics/numbers/illformed.verify.cpp
    A libcxx/test/std/numerics/numbers/specialize.pass.cpp
    A libcxx/test/std/numerics/numbers/user_type.pass.cpp
    A libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/support/coroutine_types.h
    M libcxx/test/support/test_workarounds.h
    M libcxx/utils/ci/apple-install-libcxx.sh
    A libcxx/utils/ci/runtimes/CMakeLists.txt
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/sym_check/util.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    R libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/format.py
    R libcxx/utils/libcxx/test/newformat.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/libcxx/test/target_info.py
    R libcxx/utils/libcxx/test/tracing.py
    M libcxx/utils/run.py
    M libcxx/utils/ssh.py
    M libcxx/utils/sym_match.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/__cxxabi_config.h
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/abort_message.cpp
    M libcxxabi/src/cxa_guard_impl.h
    R libcxxabi/src/cxa_unexpected.cpp
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/incomplete_type.sh.cpp
    R libcxxabi/test/lit.cfg
    A libcxxabi/test/lit.cfg.py
    M libcxxabi/test/lit.site.cfg.in
    M libcxxabi/www/index.html
    M libunwind/CMakeLists.txt
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/UnwindRegistersSave.S
    M libunwind/test/CMakeLists.txt
    R libunwind/test/lit.cfg
    A libunwind/test/lit.cfg.py
    M libunwind/test/lit.site.cfg.in
    M lld/COFF/PDB.cpp
    M lld/Common/Filesystem.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/ScriptParser.h
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/Driver.h
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/MergedOutputSection.cpp
    M lld/MachO/MergedOutputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.cpp
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/docs/ELF/linker_script.rst
    M lld/include/lld/ReaderWriter/MachOLinkingContext.h
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/CMakeLists.txt
    M lld/lib/ReaderWriter/MachO/File.h
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
    M lld/test/COFF/lto.ll
    A lld/test/ELF/aarch64-range-thunk-extension-plt32.s
    A lld/test/ELF/aarch64-reloc-plt32.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/aarch64-undefined-weak.s
    A lld/test/ELF/debug-dead-reloc-32.s
    A lld/test/ELF/debug-dead-reloc-icf.s
    A lld/test/ELF/debug-dead-reloc-tls-arm.s
    A lld/test/ELF/debug-dead-reloc-tls.s
    A lld/test/ELF/debug-dead-reloc.s
    A lld/test/ELF/eh-frame-hdr-comdat.s
    M lld/test/ELF/eh-frame-merge.s
    M lld/test/ELF/eh-frame-type.test
    M lld/test/ELF/export-dynamic-symbol.s
    R lld/test/ELF/gc-debuginfo-tls.s
    A lld/test/ELF/gc-sections-tls.s
    A lld/test/ELF/invalid/symtab-sh-info-dup.test
    M lld/test/ELF/invalid/symtab-sh-info.s
    A lld/test/ELF/link-open-file.test
    A lld/test/ELF/linkerscript/lma-offset2.s
    A lld/test/ELF/lto/thinlto-single-module.ll
    M lld/test/ELF/lto/version-script2.ll
    M lld/test/ELF/ppc32-gnu-ifunc.s
    A lld/test/ELF/ppc64-reloc-got-pcrel34.s
    A lld/test/ELF/ppc64-reloc-pcrel34-overflow.s
    A lld/test/ELF/ppc64-reloc-pcrel34.s
    A lld/test/ELF/startstop-visibility.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/warn-backrefs.s
    M lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    M lld/test/MachO/arch.s
    M lld/test/MachO/archive.s
    A lld/test/MachO/bss.s
    M lld/test/MachO/dylib.s
    M lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/fat-arch.s
    M lld/test/MachO/invalid/alignment-too-large.yaml
    M lld/test/MachO/invalid/archive-no-index.s
    M lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/invalid/duplicate-symbol.s
    M lld/test/MachO/invalid/invalid-executable.s
    M lld/test/MachO/invalid/invalid-fat-narch.s
    M lld/test/MachO/invalid/invalid-fat-offset.s
    A lld/test/MachO/invalid/invalid-relocation-length.yaml
    A lld/test/MachO/invalid/invalid-relocation-pcrel.yaml
    R lld/test/MachO/invalid/invalid-relocation.yaml
    M lld/test/MachO/invalid/missing-dylib.s
    M lld/test/MachO/invalid/no-id-dylink.yaml
    M lld/test/MachO/invalid/no-such-file.s
    M lld/test/MachO/invalid/order-file-bad-arch.test
    M lld/test/MachO/invalid/order-file-bad-objfile.test
    A lld/test/MachO/invalid/reserved-section-name.s
    M lld/test/MachO/invalid/stub-link.s
    M lld/test/MachO/invalid/undefined-symbol.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/load-commands.s
    A lld/test/MachO/local-got.s
    M lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/order-file.s
    M lld/test/MachO/platform-version.test
    M lld/test/MachO/relocations.s
    M lld/test/MachO/resolution.s
    A lld/test/MachO/search-paths-darwin.test
    M lld/test/MachO/search-paths.test
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/static-link.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    M lld/test/MachO/subsections-section-relocs.s
    M lld/test/MachO/subsections-symbol-relocs.s
    M lld/test/MachO/symbol-order.s
    M lld/test/MachO/symtab.s
    M lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    A lld/test/mach-o/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    A lld/test/mach-o/stub-link.s
    A lld/test/wasm/ctor_return_value.s
    M lld/test/wasm/data-layout.ll
    A lld/test/wasm/externref.s
    M lld/test/wasm/lto/cache.ll
    M lld/test/wasm/lto/incompatible.ll
    M lld/test/wasm/lto/libcall-truncsfhf2.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/Options.td
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    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/bindings/interface/SBBreakpoint.i
    M lldb/bindings/interface/SBModule.i
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/caveats.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/UnwindPlan.h

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into HEAD


  Commit: a5bc494242ab992bf8e9208e75d02bf196ed0c72
      https://github.com/llvm/llvm-project/commit/a5bc494242ab992bf8e9208e75d02bf196ed0c72
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/RunnerUtils.h
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp
    M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
    M mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp

  Log Message:
  -----------
  [mlir] Fixes for GPU runner on windows

- Set object file flags for MLIR JIT runner
- Mark CUDA and Vulkan runtime wrapper functions for DLL export


  Commit: 30a21f0082cbf56cde22eb6a9621f7ac2d9c7801
      https://github.com/llvm/llvm-project/commit/30a21f0082cbf56cde22eb6a9621f7ac2d9c7801
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M .gitignore
    M clang-tools-extra/clang-apply-replacements/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/CMakeLists.txt
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.h
    M clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-include-fixer/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/find-all-symbols/CMakeLists.txt
    M clang-tools-extra/clang-include-fixer/plugin/CMakeLists.txt
    M clang-tools-extra/clang-move/CMakeLists.txt
    M clang-tools-extra/clang-query/CMakeLists.txt
    M clang-tools-extra/clang-query/Query.cpp
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-reorder-fields/CMakeLists.txt
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.h
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    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/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/ClangTidyProfiling.h
    M clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
    M clang-tools-extra/clang-tidy/abseil/DurationAdditionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationComparisonCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationConversionCastCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationSubtractionCheck.h
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.h
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.h
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.h
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
    M 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
    M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.h
    M clang-tools-extra/clang-tidy/abseil/TimeComparisonCheck.h
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.h
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M 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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/boost/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.h
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/PosixReturnCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    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/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    M 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.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
    M clang-tools-extra/clang-tidy/darwin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/CMakeLists.txt
    M clang-tools-extra/clang-tidy/fuchsia/DefaultArgumentsDeclarationsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    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/UpgradeGoogletestCaseCheck.cpp
    M clang-tools-extra/clang-tidy/hicpp/CMakeLists.txt
    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/MultiwayPathsCoveredCheck.h
    M clang-tools-extra/clang-tidy/hicpp/NoAssemblerCheck.h
    M clang-tools-extra/clang-tidy/hicpp/SignedBitwiseCheck.h
    M clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
    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/LLVMTidyModule.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/llvmlibc/RestrictSystemLibcHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.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/UnusedParametersCheck.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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.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/LoopConvertUtils.h
    M clang-tools-extra/clang-tidy/modernize/MakeSharedCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RawStringLiteralCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    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/UseEmplaceCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUncaughtExceptionsCheck.cpp
    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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/CMakeLists.txt
    M clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    M clang-tools-extra/clang-tidy/objc/SuperSelfCheck.h
    M clang-tools-extra/clang-tidy/openmp/CMakeLists.txt
    M clang-tools-extra/clang-tidy/openmp/ExceptionEscapeCheck.h
    M 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.h
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.h
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.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/plugin/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/portability/RestrictSystemIncludesCheck.h
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
    M clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.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/IdentifierNamingCheck.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/MakeMemberFunctionConstCheck.cpp
    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/RedundantPreprocessorCheck.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    M clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.h
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.h
    M clang-tools-extra/clang-tidy/tool/CMakeLists.txt
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
    A clang-tools-extra/clang-tidy/utils/Aliasing.cpp
    A clang-tools-extra/clang-tidy/utils/Aliasing.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
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    M clang-tools-extra/clang-tidy/utils/FixItHintUtils.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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.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/zircon/CMakeLists.txt
    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/CompileCommands.cpp
    M clang-tools-extra/clangd/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    A clang-tools-extra/clangd/Config.cpp
    A clang-tools-extra/clangd/Config.h
    A clang-tools-extra/clangd/ConfigCompile.cpp
    A clang-tools-extra/clangd/ConfigFragment.h
    A clang-tools-extra/clangd/ConfigProvider.cpp
    A clang-tools-extra/clangd/ConfigProvider.h
    A clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/Hover.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/Preamble.cpp
    M clang-tools-extra/clangd/Preamble.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    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/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundRebuild.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
    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/ExtractVariable.cpp
    M clang-tools-extra/clangd/support/CMakeLists.txt
    R clang-tools-extra/clangd/support/FSProvider.cpp
    R clang-tools-extra/clangd/support/FSProvider.h
    A clang-tools-extra/clangd/support/ThreadsafeFS.cpp
    A clang-tools-extra/clangd/support/ThreadsafeFS.h
    M clang-tools-extra/clangd/test/CMakeLists.txt
    M clang-tools-extra/clangd/test/type-hierarchy.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/CompilerTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
    A clang-tools-extra/clangd/unittests/ConfigTesting.h
    A clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FSTests.cpp
    M clang-tools-extra/clangd/unittests/FileIndexTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.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/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.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/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/llvm-else-after-return.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-faster-string-find.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-else-after-return.rst
    A clang-tools-extra/test/clang-change-namespace/allow-list.cpp
    R clang-tools-extra/test/clang-change-namespace/white-list.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    M clang-tools-extra/test/clang-tidy/checkers/llvm-twine-local.cpp
    M 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/performance-faster-string-find.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-no-cond-var-refactor.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-conflicted-fixes-of-alias-checkers.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/duplicate-fixes-of-alias-checkers.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/duplicate-reports.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/use-color.cpp
    M clang-tools-extra/unittests/clang-change-namespace/ChangeNamespaceTests.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/ClangConfig.cmake.in
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangFormattedStatus.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/MatrixTypes.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/docs/tools/dump_ast_matchers.py
    M clang/docs/tools/generate_formatted_state.py
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTDumper.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/ODRHash.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/ParentMapContext.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/VTableBuilder.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/Analysis/Analyses/Dominators.h
    M clang/include/clang/Basic/AArch64SVEACLETypes.def
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DiagnosticASTKinds.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/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticOptions.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/ExpressionTraits.h
    A clang/include/clang/Basic/FPOptions.def
    M clang/include/clang/Basic/FixedPoint.h
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/JsonSupport.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/SourceManager.h
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeTraits.h
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/CodeGen/CodeGenABITypes.h
    M clang/include/clang/CodeGen/ConstantInitBuilder.h
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.td
    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/XRayArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTConsumers.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h
    M clang/include/clang/Sema/Lookup.h
    M clang/include/clang/Sema/Scope.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
    A clang/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h
    A clang/include/clang/Testing/TestClangConfig.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/Refactoring/AtomicChange.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Tooling.h
    A clang/include/clang/Tooling/Transformer/Parsing.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/module.modulemap
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTDumper.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/CMakeLists.txt
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/NestedNameSpecifier.cpp
    M clang/lib/AST/ODRHash.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CMakeLists.txt
    M clang/lib/Analysis/ReachableCode.cpp
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/DiagnosticIDs.cpp
    A clang/lib/Basic/ExpressionTraits.cpp
    M clang/lib/Basic/FixedPoint.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/OpenMPKinds.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/AMDGPU.h
    M clang/lib/Basic/Targets/MSP430.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    A clang/lib/Basic/Targets/VE.cpp
    A clang/lib/Basic/Targets/VE.h
    M clang/lib/Basic/Targets/WebAssembly.h
    M clang/lib/Basic/Targets/X86.cpp
    M clang/lib/Basic/Targets/X86.h
    A clang/lib/Basic/TypeTraits.cpp
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBlocks.h
    M clang/lib/CodeGen/CGBuiltin.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/CGCleanup.h
    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/CGExprComplex.cpp
    M clang/lib/CodeGen/CGExprConstant.cpp
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/CodeGen/CGNonTrivialStruct.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CGVTables.cpp
    M clang/lib/CodeGen/CGVTables.h
    M clang/lib/CodeGen/CodeGenABITypes.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/CodeGenTypes.cpp
    M clang/lib/CodeGen/ConstantEmitter.h
    M clang/lib/CodeGen/ConstantInitBuilder.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/Tool.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/AIX.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/RISCV.cpp
    A clang/lib/Driver/ToolChains/Arch/VE.cpp
    A clang/lib/Driver/ToolChains/Arch/VE.h
    M clang/lib/Driver/ToolChains/BareMetal.cpp
    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/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/Flang.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/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/Hexagon.h
    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/MSP430.cpp
    M 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/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
    M clang/lib/Driver/ToolChains/PS4CPU.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/Solaris.cpp
    A clang/lib/Driver/ToolChains/VEToolchain.cpp
    A clang/lib/Driver/ToolChains/VEToolchain.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/XRayArgs.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/ASTConsumers.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/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/CMakeLists.txt
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/altivec.h
    A clang/lib/Headers/amxintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/CMakeLists.txt
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/PPExpressions.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Parse/CMakeLists.txt
    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/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/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
    M clang/lib/Sema/SemaCUDA.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/SemaExprObjC.cpp
    M clang/lib/Sema/SemaLookup.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/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/Serialization/CMakeLists.txt
    M clang/lib/Serialization/GlobalModuleIndex.cpp
    M clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.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/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MismatchedIteratorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
    M clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.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/CheckerHelpers.cpp
    M clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
    A clang/lib/StaticAnalyzer/Core/CheckerRegistryData.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
    M clang/lib/StaticAnalyzer/Frontend/CreateCheckerManager.cpp
    M clang/lib/Tooling/ASTDiff/CMakeLists.txt
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Execution.cpp
    M clang/lib/Tooling/Refactoring/AtomicChange.cpp
    M clang/lib/Tooling/Refactoring/CMakeLists.txt
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/CMakeLists.txt
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/CMakeLists.txt
    A clang/lib/Tooling/Transformer/Parsing.cpp
    M clang/lib/Tooling/Transformer/RangeSelector.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/SourceCode.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/AST/Inputs/std-coroutine.h
    M clang/test/AST/address_space_attribute.cpp
    M clang/test/AST/alignas_maybe_odr_cleanup.cpp
    A clang/test/AST/ast-dump-APValue-anon-union.cpp
    A clang/test/AST/ast-dump-APValue-arithmetic.cpp
    A clang/test/AST/ast-dump-APValue-array.cpp
    A clang/test/AST/ast-dump-APValue-struct.cpp
    A clang/test/AST/ast-dump-APValue-todo.cpp
    A clang/test/AST/ast-dump-APValue-union.cpp
    A clang/test/AST/ast-dump-APValue-vector.cpp
    M clang/test/AST/ast-dump-aarch64-sve-types.c
    M clang/test/AST/ast-dump-arm-attr.c
    M clang/test/AST/ast-dump-array.cpp
    M clang/test/AST/ast-dump-attr.cpp
    M clang/test/AST/ast-dump-attr.m
    M clang/test/AST/ast-dump-c-attr.c
    M clang/test/AST/ast-dump-color.cpp
    M clang/test/AST/ast-dump-comment.cpp
    A clang/test/AST/ast-dump-constant-expr.cpp
    M clang/test/AST/ast-dump-decl-stmts.cpp
    M clang/test/AST/ast-dump-decl.c
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-decl.m
    M clang/test/AST/ast-dump-decl.mm
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr.c
    M clang/test/AST/ast-dump-expr.cpp
    M clang/test/AST/ast-dump-funcs.cpp
    A clang/test/AST/ast-dump-lambda-body-not-duplicated.cpp
    A clang/test/AST/ast-dump-lambda.cpp
    M clang/test/AST/ast-dump-msp430-attr.c
    M clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
    M clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-overloaded-operators.cpp
    M clang/test/AST/ast-dump-pipe.cl
    M clang/test/AST/ast-dump-record-definition-data.cpp
    M clang/test/AST/ast-dump-records.c
    M clang/test/AST/ast-dump-records.cpp
    M clang/test/AST/ast-dump-special-member-functions.cpp
    M clang/test/AST/ast-dump-stmt.c
    M clang/test/AST/ast-dump-stmt.cpp
    M clang/test/AST/ast-dump-stmt.m
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    A clang/test/AST/ast-dump-traits.cpp
    A clang/test/AST/ast-dump-types-errors-json.cpp
    A clang/test/AST/ast-dump-types-errors.cpp
    M clang/test/AST/ast-dump-wasm-attr-export.c
    M clang/test/AST/ast-dump-wasm-attr-import.c
    M clang/test/AST/ast-dump-wchar.cpp
    M clang/test/AST/atomic-expr.cpp
    M clang/test/AST/c-casts.c
    M clang/test/AST/category-attribute.m
    M clang/test/AST/coroutine-source-location-crash.cpp
    A clang/test/AST/deduction-guides.cpp
    M clang/test/AST/fixed_point.c
    M clang/test/AST/fixed_point_to_string.c
    M clang/test/AST/float16.cpp
    M clang/test/AST/implicit-cast-dump.c
    M clang/test/AST/language_address_space_attribute.cpp
    M clang/test/AST/multistep-explicit-cast.c
    M clang/test/AST/multistep-explicit-cast.cpp
    M clang/test/AST/pr43983.cpp
    M clang/test/AST/property-atomic-bool.m
    M clang/test/AST/template-implicit-vars.cpp
    M clang/test/AST/variadic-promotion.c
    A clang/test/Analysis/Checkers/WebKit/call-args.cpp
    M clang/test/Analysis/Checkers/WebKit/uncounted-members-regression-46142.cpp
    M clang/test/Analysis/Checkers/WebKit/uncounted-members.cpp
    M clang/test/Analysis/Inputs/ctu-other.c
    A clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.ast-dump.txt
    R clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.txt
    A clang/test/Analysis/Inputs/ctu-other.cpp.externalDefMap.ast-dump.txt
    R clang/test/Analysis/Inputs/ctu-other.cpp.externalDefMap.txt
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/analyzer-enabled-checkers.c
    M clang/test/Analysis/checker-plugins.c
    A clang/test/Analysis/constraint_manager_conditions.cpp
    M clang/test/Analysis/ctu-different-triples.cpp
    M clang/test/Analysis/ctu-main.c
    M clang/test/Analysis/ctu-main.cpp
    A clang/test/Analysis/ctu-on-demand-parsing.c
    A clang/test/Analysis/ctu-on-demand-parsing.cpp
    M clang/test/Analysis/ctu-unknown-parts-in-triples.cpp
    A clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
    A clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp
    A clang/test/Analysis/exploded-graph-rewriter/win_path_forbidden_chars.cpp
    M clang/test/Analysis/fuchsia_handle.cpp
    M clang/test/Analysis/invalidated-iterator.cpp
    M clang/test/Analysis/iterator-modeling.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/malloc.cpp
    M clang/test/Analysis/mismatched-iterator.cpp
    M clang/test/Analysis/more-dtors-cfg-output.cpp
    M clang/test/Analysis/new-ctor-conservative.cpp
    A clang/test/Analysis/pch_crash.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/stream-note.c
    M clang/test/Analysis/stream.c
    M clang/test/Analysis/stream.cpp
    A clang/test/Analysis/weak-dependencies.c
    M clang/test/CXX/class.access/p4.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p8.cpp
    A clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p9.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr18xx.cpp
    M clang/test/CXX/drs/dr20xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/drs/dr9xx.cpp
    M clang/test/CXX/special/class.ctor/p5-0x.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/temp.res/temp.local/p8.cpp
    A clang/test/CodeCompletion/after-function-equals.cpp
    M clang/test/CodeCompletion/ordinary-name-cxx11.cpp
    M clang/test/CodeCompletion/ordinary-name.cpp
    M clang/test/CodeCompletion/patterns.cpp
    A clang/test/CodeGen/AMX/amx.c
    A clang/test/CodeGen/AMX/amx_errors.c
    A clang/test/CodeGen/AMX/amx_inline_asm.c
    A clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-lane-intrinsics.c
    A clang/test/CodeGen/aarch64-bf16-ldst-intrinsics.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/README
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acle.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_aclt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfdot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvtnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_index.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64-bfloat.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_asrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_cmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_dot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_ext.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_get4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_mul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdech.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qinch.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qincw.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set2.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set3.c
    A clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_set4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_tmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/big_endian.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2-bfloat.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    A clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cdot.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_cmla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mls.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_mullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qcadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qdmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdcmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmlsh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshlu.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_qshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_rsra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shllt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_shrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sli.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_sri.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/negative/acle_sve2_xar.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics-constrained.c
    A clang/test/CodeGen/aix-constructor-attribute.cpp
    A clang/test/CodeGen/aix-destructor-attribute.cpp
    A clang/test/CodeGen/aix-init-priority-attribute.cpp
    M clang/test/CodeGen/align_value.cpp
    M clang/test/CodeGen/alloc-align-attr.c
    A clang/test/CodeGen/arm-bf16-convert-intrinsics.c
    A clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
    M clang/test/CodeGen/arm-bf16-getset-intrinsics.c
    M clang/test/CodeGen/arm-bf16-params-returns.c
    M clang/test/CodeGen/arm-fp16-arguments.c
    M clang/test/CodeGen/arm-mangle-bf16.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/get-set-lane.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminvq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/builtin-align.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    A clang/test/CodeGen/builtin-expect-with-probability.cpp
    M clang/test/CodeGen/builtins-overflow.c
    A clang/test/CodeGen/builtins-ppc-fpconstrained.c
    A clang/test/CodeGen/builtins-ppc-p10.c
    A clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-wasm.c
    R clang/test/CodeGen/cmse-clear-fp16.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    A clang/test/CodeGen/fp-function-attrs.cpp
    M clang/test/CodeGen/linetable-endscope.c
    M clang/test/CodeGen/matrix-type-builtins.c
    A clang/test/CodeGen/msp430-register-names.c
    M clang/test/CodeGen/opt-record-MIR.c
    M clang/test/CodeGen/opt-record.c
    M clang/test/CodeGen/stack-clash-protection.c
    R clang/test/CodeGen/static-init.cpp
    A clang/test/CodeGen/target-avx-abi-diag.c
    M clang/test/CodeGen/target-builtin-error-3.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    A clang/test/CodeGen/thinlto-inline-asm.c
    R clang/test/CodeGen/tls-model.c
    A clang/test/CodeGen/tls-model.cpp
    A clang/test/CodeGen/ve-abi.c
    A clang/test/CodeGen/xcore-unused-inline.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCXX/PR20038.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/available_externally-vtable.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/child-inheritted-from-parent-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/child-vtable-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-1.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-2.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/cross-tu-header.h
    A clang/test/CodeGenCXX/RelativeVTablesABI/diamond-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/diamond-virtual-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inheritted-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inline-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/inlined-key-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/member-function-pointer.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/multiple-inheritance.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/no-alias-when-dso-local.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/no-stub-when-dso-local.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/override-pure-virtual-method.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/overriden-virtual-function.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/parent-and-child-in-comdats.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/parent-vtable-in-comdat.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/pass-byval-attributes.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/relative-vtables-flag.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/simple-vtable-definition.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/stub-linkages.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/thunk-mangling.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/type-info.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/vbase-offset.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/virtual-function-call.cpp
    A clang/test/CodeGenCXX/RelativeVTablesABI/vtable-hidden-when-in-comdat.cpp
    M clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
    M clang/test/CodeGenCXX/aarch64-sve-typeinfo.cpp
    A clang/test/CodeGenCXX/aix-static-init.cpp
    M clang/test/CodeGenCXX/alignment.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    M clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    A clang/test/CodeGenCXX/cxx2a-consteval.cpp
    M clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
    M clang/test/CodeGenCXX/debug-info-inlined.cpp
    M clang/test/CodeGenCXX/debug-info-lambda.cpp
    M clang/test/CodeGenCXX/debug-info-line-if.cpp
    M clang/test/CodeGenCXX/debug-info-member-call.cpp
    M clang/test/CodeGenCXX/debug-info-nested-exprs.cpp
    M clang/test/CodeGenCXX/debug-info-scope.cpp
    M clang/test/CodeGenCXX/finegrain-bitfield-type.cpp
    A clang/test/CodeGenCXX/lambda-deterministic-captures.cpp
    M clang/test/CodeGenCXX/linetable-cleanup.cpp
    M clang/test/CodeGenCXX/linetable-eh.cpp
    M clang/test/CodeGenCXX/linetable-fnbegin.cpp
    M clang/test/CodeGenCXX/lpad-linetable.cpp
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenCXX/ms-thread_local.cpp
    M clang/test/CodeGenCXX/ubsan-coroutines.cpp
    A clang/test/CodeGenCXX/vtable-consteval.cpp
    A clang/test/CodeGenCXX/vtable-constexpr.cpp
    M clang/test/CodeGenCoroutines/Inputs/coroutine.h
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-always-inline.cpp
    M clang/test/CodeGenCoroutines/coro-await-domination.cpp
    M clang/test/CodeGenCoroutines/coro-await-resume-eh.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-dest-slot.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-newpm-pipeline.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenCoroutines/coro-promise-dtor.cpp
    M clang/test/CodeGenCoroutines/coro-ret-void.cpp
    M clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    M clang/test/CodeGenCoroutines/coro-unhandled-exception.cpp
    A clang/test/CodeGenHIP/half.hip
    A clang/test/CodeGenHIP/lit.local.cfg
    M clang/test/CodeGenObjC/aarch64-sve-types.m
    M clang/test/CodeGenObjC/arc-blocks.m
    M clang/test/CodeGenObjC/arc-foreach.m
    M clang/test/CodeGenObjC/arc-linetable-autorelease.m
    M clang/test/CodeGenObjC/arc-linetable.m
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M clang/test/CodeGenObjC/noescape.m
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/blocks.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
    M clang/test/CodeGenOpenCL/convergent.cl
    M clang/test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl
    M clang/test/CodeGenOpenCL/func-call-dbg-loc.cl
    M clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    A clang/test/CoverageMapping/coroutine.cpp
    A clang/test/Driver/XRay/xray-function-index-flags.cpp
    M clang/test/Driver/XRay/xray-ignore-loops-flags.cpp
    M clang/test/Driver/XRay/xray-instrumentation-bundles-flags.cpp
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aarch64-sls-hardening-options.c
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/amdgpu-toolchain.c
    A clang/test/Driver/apple-arm64-arch.c
    A clang/test/Driver/apple-silicon-arch.c
    M clang/test/Driver/arclite-link.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/bindings.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/codeview-column-info.c
    M clang/test/Driver/config-file.c
    M clang/test/Driver/crash-report-crashfile.m
    M clang/test/Driver/crash-report-modules.m
    M clang/test/Driver/crash-report-null.test
    M clang/test/Driver/cuda-phases.cu
    M clang/test/Driver/cuda-simple.cu
    M clang/test/Driver/cxa-atexit.cpp
    M clang/test/Driver/darwin-ld-platform-version-macos.c
    M clang/test/Driver/darwin-sdk-vs-os-version.c
    M clang/test/Driver/darwin-version.c
    A clang/test/Driver/darwin-warning-options.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/fzero-initialized-in-bss.c
    M clang/test/Driver/hip-binding.hip
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-link-save-temps.hip
    M clang/test/Driver/hip-link-shared-library.hip
    A clang/test/Driver/hip-link-static-library.hip
    A clang/test/Driver/hip-phases.hip
    M clang/test/Driver/hip-rdc-device-only.hip
    M clang/test/Driver/hip-save-temps.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    A clang/test/Driver/hip-toolchain-rdc-separate.hip
    A clang/test/Driver/hip-toolchain-rdc-static-lib.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    A clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
    M clang/test/Driver/memtag_lto.c
    M clang/test/Driver/mingw-msvcrt.c
    M clang/test/Driver/modules-cache-path.m
    M clang/test/Driver/ms-bitfields.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/ppc-features.cpp
    A clang/test/Driver/program-path-priority.c
    M clang/test/Driver/ps4-linker-non-win.c
    M clang/test/Driver/ps4-linker-win.c
    M clang/test/Driver/riscv-arch.c
    A clang/test/Driver/ve-toolchain.c
    A clang/test/Driver/windows-thumbv7em.cpp
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/fixed_point_add.c
    A clang/test/Frontend/fixed_point_crash.c
    M clang/test/Frontend/fixed_point_div.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_mul.c
    M clang/test/Frontend/fixed_point_sub.c
    M clang/test/Frontend/opencl.cl
    M clang/test/Frontend/optimization-remark-line-directive.c
    M clang/test/Frontend/optimization-remark-with-hotness-new-pm.c
    M clang/test/Frontend/optimization-remark-with-hotness.c
    M clang/test/Import/pack-expansion-expr/test.cpp
    M clang/test/Import/switch-stmt/test.cpp
    M clang/test/Index/complete-method-decls.m
    M clang/test/Index/complete-parameterized-classes.m
    M clang/test/Index/coroutines.cpp
    M clang/test/Index/evaluate-cursor.cpp
    M clang/test/Misc/warning-flags.c
    A clang/test/Modules/ASTSignature.c
    A clang/test/Modules/Inputs/ASTHash/module.modulemap
    A clang/test/Modules/Inputs/ASTHash/my_header_1.h
    A clang/test/Modules/Inputs/ASTHash/my_header_2.h
    M clang/test/Modules/Inputs/cxx17/module.modulemap
    A clang/test/Modules/Inputs/cxx17/unimported.h
    A clang/test/Modules/Inputs/cxx20/decls.h
    A clang/test/Modules/Inputs/cxx20/module.modulemap
    A clang/test/Modules/Inputs/cxx20/unimported.h
    M clang/test/Modules/cxx17.cpp
    A clang/test/Modules/cxx20.cpp
    M clang/test/Modules/empty.modulemap
    M clang/test/OpenMP/declare_reduction_ast_print.cpp
    M clang/test/OpenMP/declare_reduction_codegen.c
    M clang/test/OpenMP/declare_reduction_codegen.cpp
    M clang/test/OpenMP/declare_target_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M 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/driver.c
    M clang/test/OpenMP/for_ast_print.cpp
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_schedule_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    A clang/test/OpenMP/for_simd_scan_codegen.cpp
    M clang/test/OpenMP/master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_for_codegen.cpp
    A clang/test/OpenMP/nvptx_prohibit_thread_local.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/ordered_doacross_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    A clang/test/OpenMP/parallel_for_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    A clang/test/OpenMP/parallel_for_simd_scan_codegen.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_loop_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_reduction_codegen.cpp
    A clang/test/OpenMP/scan_codegen.cpp
    M clang/test/OpenMP/schedule_codegen.cpp
    M clang/test/OpenMP/simd_loop_messages.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    A clang/test/OpenMP/target_data_use_device_addr_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_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_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_simd_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_is_device_ptr_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_is_device_ptr_messages.cpp
    M clang/test/OpenMP/target_parallel_map_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_map_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_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_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_is_device_ptr_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_schedule_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_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_is_device_ptr_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_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.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_firstprivate_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_is_device_ptr_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_private_messages.cpp
    M clang/test/OpenMP/target_teams_is_device_ptr_messages.cpp
    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/taskloop_loop_messages.cpp
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_loop_messages.cpp
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_loop_messages.cpp
    M clang/test/OpenMP/teams_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/aarch64-sve-types.c
    A clang/test/PCH/builtin-bit-cast.cpp
    M clang/test/PCH/crash-12631281.cpp
    M clang/test/PCH/cxx-alias-decl.cpp
    M clang/test/PCH/cxx-dependent-sized-ext-vector.cpp
    M clang/test/PCH/cxx-explicit-specifier.cpp
    M clang/test/PCH/cxx-exprs.cpp
    M clang/test/PCH/cxx-friends.cpp
    M clang/test/PCH/cxx-member-init.cpp
    M clang/test/PCH/cxx-ms-function-specialization-class-scope.cpp
    M clang/test/PCH/cxx-static_assert.cpp
    M clang/test/PCH/cxx-templates.cpp
    M clang/test/PCH/cxx-variadic-templates-with-default-params.cpp
    M clang/test/PCH/cxx-variadic-templates.cpp
    M clang/test/PCH/cxx0x-default-delete.cpp
    M clang/test/PCH/cxx11-constexpr.cpp
    M clang/test/PCH/cxx11-enum-template.cpp
    M clang/test/PCH/cxx11-exception-spec.cpp
    M clang/test/PCH/cxx11-inheriting-ctors.cpp
    M clang/test/PCH/cxx11-user-defined-literals.cpp
    M clang/test/PCH/cxx1y-decltype-auto.cpp
    M clang/test/PCH/cxx1y-deduced-return-type.cpp
    M clang/test/PCH/cxx1y-default-initializer.cpp
    M clang/test/PCH/cxx1y-init-captures.cpp
    M clang/test/PCH/cxx1y-variable-templates.cpp
    M clang/test/PCH/cxx1z-aligned-alloc.cpp
    M clang/test/PCH/cxx1z-decomposition.cpp
    M clang/test/PCH/cxx1z-using-declaration.cpp
    M clang/test/PCH/cxx2a-bitfield-init.cpp
    M clang/test/PCH/cxx2a-concept-specialization-expr.cpp
    M clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/PCH/cxx2a-defaulted-comparison.cpp
    M clang/test/PCH/cxx2a-requires-expr.cpp
    M clang/test/PCH/cxx2a-template-lambdas.cpp
    A clang/test/PCH/delayed-pch-instantiate.cpp
    A clang/test/PCH/delayed-template-parsing.cpp
    M clang/test/PCH/friend-template.cpp
    M clang/test/PCH/implicitly-deleted.cpp
    M clang/test/PCH/late-parsed-instantiations.cpp
    M clang/test/PCH/local_static.cpp
    M clang/test/PCH/macro-undef.cpp
    M clang/test/PCH/make-integer-seq.cpp
    M clang/test/PCH/ms-if-exists.cpp
    A clang/test/PCH/pch-instantiate-templates-forward-decl.cpp
    A clang/test/PCH/pch-instantiate-templates.cpp
    M clang/test/PCH/pr18806.cpp
    M clang/test/PCH/pragma-diag-section.cpp
    M clang/test/PCH/pragma-floatcontrol.c
    M clang/test/PCH/rdar10830559.cpp
    A clang/test/PCH/specialization-after-instantiation.cpp
    M clang/test/PCH/type_pack_element.cpp
    A clang/test/Parser/altivec-bool-128.c
    A clang/test/Parser/cxx-altivec-bool-128.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/expressions.cpp
    M clang/test/Parser/objcxx0x-lambda-expressions.mm
    M clang/test/Parser/objcxx11-invalid-lambda.cpp
    A clang/test/Parser/p10-vector-bool-128.c
    M clang/test/Parser/pragma-unroll.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/init-ve.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    A clang/test/Preprocessor/warn-macro-undef.c
    A clang/test/Preprocessor/x86_amx_target_features.c
    M clang/test/Preprocessor/x86_target_features.c
    A clang/test/Sema/aarch64-bf16-ldst-intrinsics.c
    A clang/test/Sema/aarch64-neon-bf16-ranges.c
    M clang/test/Sema/aarch64-sve-types.c
    M clang/test/Sema/attr-handles.cpp
    M clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    A clang/test/Sema/builtin-expect-with-probability-avr.cpp
    A clang/test/Sema/builtin-expect-with-probability.cpp
    M clang/test/Sema/builtins-memcpy-inline.cpp
    M clang/test/Sema/builtins-overflow.c
    A clang/test/Sema/builtins-overflow.m
    A clang/test/Sema/complete-incomplete-pointer-relational-c99.c
    M clang/test/Sema/inline-asm-validate-amdgpu.cl
    M clang/test/Sema/invalid-bitwidth-expr.mm
    M clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/matrix-type-builtins.c
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCXX/Inputs/std-coroutine.h
    M clang/test/SemaCXX/builtin-align-cxx.cpp
    M clang/test/SemaCXX/cast-conversion.cpp
    M clang/test/SemaCXX/co_await-range-for.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    A clang/test/SemaCXX/constexpr-default-init-value-crash.cpp
    A clang/test/SemaCXX/constexpr-vectors.cpp
    M clang/test/SemaCXX/constructor-initializer.cpp
    M clang/test/SemaCXX/coreturn-eh.cpp
    M clang/test/SemaCXX/coreturn.cpp
    A clang/test/SemaCXX/coroutine-final-suspend-noexcept.cpp
    M clang/test/SemaCXX/coroutine-rvo.cpp
    M clang/test/SemaCXX/coroutine-unhandled_exception-warning.cpp
    M clang/test/SemaCXX/coroutine-uninitialized-warning-crash.cpp
    A clang/test/SemaCXX/coroutine_handle-addres-return-type.cpp
    M clang/test/SemaCXX/coroutines.cpp
    M clang/test/SemaCXX/cxx0x-deleted-default-ctor.cpp
    M clang/test/SemaCXX/cxx1y-deduced-return-type.cpp
    M clang/test/SemaCXX/cxx1z-copy-omission.cpp
    M clang/test/SemaCXX/cxx2a-consteval.cpp
    M clang/test/SemaCXX/decltype-crash.cpp
    M clang/test/SemaCXX/enable_if.cpp
    M clang/test/SemaCXX/for-range-dereference.cpp
    A clang/test/SemaCXX/invalid-template-base-specifier.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    A clang/test/SemaCXX/matrix-type-builtins-disabled.cpp
    M clang/test/SemaCXX/matrix-type-builtins.cpp
    M clang/test/SemaCXX/ms_struct.cpp
    R clang/test/SemaCXX/recovery-default-init.cpp
    R clang/test/SemaCXX/recovery-initializer.cpp
    M clang/test/SemaCXX/varargs.cpp
    M clang/test/SemaCXX/vartemplate-lambda.cpp
    M clang/test/SemaCXX/virtual-base-used.cpp
    A clang/test/SemaCXX/warn-inline-namespace-reopened-noninline-disable.cpp
    M clang/test/SemaCXX/warn-uninitialized-const-reference.cpp
    M clang/test/SemaCXX/warn-unsequenced.cpp
    M clang/test/SemaObjC/aarch64-sve-types.m
    M clang/test/SemaObjC/matrix-type-builtins.m
    M clang/test/SemaObjCXX/arc-0x.mm
    M clang/test/SemaObjCXX/attr-trivial-abi.mm
    M clang/test/SemaObjCXX/property-invalid-type.mm
    M clang/test/SemaOpenCL/block-array-capturing.cl
    M clang/test/SemaOpenCL/builtins-amdgcn-error-f16.cl
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    A clang/test/SemaOpenCL/fp-options.cl
    M clang/test/SemaOpenCL/invalid-block.cl
    M clang/test/SemaOpenCLCXX/address-space-references.cl
    A clang/test/SemaSYCL/prohibit-thread-local.cpp
    M clang/test/SemaTemplate/alias-templates.cpp
    M clang/test/SemaTemplate/array-redeclaration.cpp
    A clang/test/SemaTemplate/deduction-guide.cpp
    A clang/test/SemaTemplate/defaulted.cpp
    M clang/test/SemaTemplate/instantiate-function-params.cpp
    M clang/test/SemaTemplate/instantiate-init.cpp
    M clang/test/SemaTemplate/instantiate-local-class.cpp
    A clang/test/SemaTemplate/nss-recovery.cpp
    M clang/test/SemaTemplate/temp_arg_nontype.cpp
    M clang/test/Tooling/clang-check-ast-dump.cpp
    M clang/test/lit.cfg.py
    A clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp
    A clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected
    M clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c
    M clang/test/utils/update_cc_test_checks/Inputs/def-and-decl.c.expected
    A clang/test/utils/update_cc_test_checks/basic-cplusplus.test
    M clang/tools/clang-check/ClangCheck.cpp
    M clang/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp
    M clang/tools/clang-import-test/CMakeLists.txt
    M clang/tools/clang-import-test/clang-import-test.cpp
    M clang/tools/driver/cc1_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexInclusionStack.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp
    M clang/unittests/AST/CommentParser.cpp
    M clang/unittests/AST/MatchVerifier.h
    M clang/unittests/AST/SizelessTypesTest.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/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Driver/ModuleCacheTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Frontend/CMakeLists.txt
    A clang/unittests/Frontend/CompilerInvocationTest.cpp
    M clang/unittests/StaticAnalyzer/CMakeLists.txt
    M clang/unittests/StaticAnalyzer/CheckerRegistration.h
    A clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
    M clang/unittests/StaticAnalyzer/ParamRegionTest.cpp
    M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
    M clang/unittests/Tooling/RefactoringTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangSACheckersEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    A clang/utils/analyzer/.dockerignore
    M clang/utils/analyzer/CmpRuns.py
    A clang/utils/analyzer/Dockerfile
    A clang/utils/analyzer/ProjectMap.py
    A clang/utils/analyzer/SATest.py
    M clang/utils/analyzer/SATestAdd.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    A clang/utils/analyzer/entrypoint.py
    M clang/utils/analyzer/exploded-graph-rewriter.py
    A clang/utils/analyzer/projects/box2d/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/box2d/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/cxxopts/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/cxxopts/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/drogon/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/drogon/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/duckdb/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/duckdb/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/fmt/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/fmt/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/libsoundio/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/libsoundio/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/oatpp/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/oatpp/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/projects.json
    A clang/utils/analyzer/projects/re2/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/re2/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/simbody/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/simbody/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/symengine/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/symengine/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/termbox/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/termbox/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyexpr/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyexpr/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyspline/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyspline/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/tinyvm/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tinyvm/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/zstd/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd
    M clang/utils/make-ast-dump-check.sh
    M clang/www/cxx_dr_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_fuchsia.cpp
    M compiler-rt/lib/asan/asan_internal.h
    M compiler-rt/lib/asan/asan_posix.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/README.txt
    M compiler-rt/lib/builtins/clzdi2.c
    M compiler-rt/lib/builtins/clzsi2.c
    M compiler-rt/lib/builtins/clzti2.c
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/ctzdi2.c
    M compiler-rt/lib/builtins/ctzsi2.c
    M compiler-rt/lib/builtins/ctzti2.c
    M compiler-rt/lib/builtins/ffsti2.c
    M compiler-rt/lib/builtins/floatdidf.c
    M compiler-rt/lib/builtins/floatundidf.c
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/i386/floatdidf.S
    M compiler-rt/lib/builtins/i386/floatdixf.S
    M compiler-rt/lib/builtins/int_lib.h
    M compiler-rt/lib/builtins/paritydi2.c
    M compiler-rt/lib/builtins/paritysi2.c
    M compiler-rt/lib/builtins/parityti2.c
    M compiler-rt/lib/builtins/popcountsi2.c
    M compiler-rt/lib/builtins/popcountti2.c
    M compiler-rt/lib/builtins/powidf2.c
    M compiler-rt/lib/builtins/powisf2.c
    M compiler-rt/lib/builtins/powitf2.c
    M compiler-rt/lib/builtins/powixf2.c
    M compiler-rt/lib/lsan/lsan_allocator.h
    M compiler-rt/lib/lsan/lsan_common.h
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/msan_origin.h
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/scripts/cpplint.py
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
    M compiler-rt/lib/xray/xray_init.cpp
    M compiler-rt/lib/xray/xray_interface.cpp
    A compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    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/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/arm/call_apsr.S
    M compiler-rt/test/builtins/Unit/arm/call_apsr.h
    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/compiler_rt_logb_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbf_test.c
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_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/endianness.h
    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
    M compiler-rt/test/builtins/Unit/extenddftf2_test.c
    M compiler-rt/test/builtins/Unit/extendhfsf2_test.c
    M 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/fp_test.h
    M compiler-rt/test/builtins/Unit/gcc_personality_test.c
    M compiler-rt/test/builtins/Unit/gcc_personality_test_helper.cxx
    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/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/riscv/mulsi3_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/lit.common.configured.in
    M compiler-rt/test/lsan/TestCases/stale_stack_leak.cpp
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    M compiler-rt/test/lsan/lit.common.cfg.py
    M compiler-rt/test/msan/sigwait.cpp
    M compiler-rt/test/profile/ContinuousSyncMode/online-merging.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execlp.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-execvp.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c
    R compiler-rt/test/profile/Inputs/instrprof-gcov-fork.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-lib.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush.c
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov
    A compiler-rt/test/profile/Posix/gcov-destructor.c
    A compiler-rt/test/profile/Posix/gcov-execlp.c
    A compiler-rt/test/profile/Posix/gcov-fork.c
    A compiler-rt/test/profile/Posix/gcov-shared-flush.c
    R compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    R compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    R compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    R compiler-rt/test/profile/Posix/instrprof-shared-gcov-flush.test
    M compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    A compiler-rt/test/profile/gcov-dump-and-remove.c
    R compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    M compiler-rt/test/profile/profile_test.h
    A compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c
    A compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_blocklist.cpp
    R compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_whitelist_blacklist.cpp
    M compiler-rt/test/sanitizer_common/print_address.h
    M compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
    M compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
    M compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cpp
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
    M debuginfo-tests/dexter/dex/debugger/Debuggers.py
    M debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
    M debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
    M debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
    A debuginfo-tests/dexter/feature_tests/commands/perfect/lit.local.cfg
    A debuginfo-tests/dexter/feature_tests/subtools/test/source-root-dir.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    A flang/.clang-tidy
    M flang/CMakeLists.txt
    M flang/README.md
    M flang/documentation/Extensions.md
    M flang/documentation/FortranForCProgrammers.md
    M flang/documentation/ParserCombinators.md
    M flang/include/flang/Common/bit-population-count.h
    M flang/include/flang/Common/enum-set.h
    M flang/include/flang/Common/idioms.h
    M flang/include/flang/Common/interval.h
    M flang/include/flang/Evaluate/call.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/check-expression.h
    M flang/include/flang/Evaluate/constant.h
    A flang/include/flang/Evaluate/fold-designator.h
    M flang/include/flang/Evaluate/fold.h
    A flang/include/flang/Evaluate/initial-image.h
    M flang/include/flang/Evaluate/shape.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/traverse.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/ISO_Fortran_binding.h
    A flang/include/flang/Lower/.clang-tidy
    M flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/Bridge.h
    A flang/include/flang/Lower/CharacterExpr.h
    A flang/include/flang/Lower/CharacterRuntime.h
    A flang/include/flang/Lower/Coarray.h
    A flang/include/flang/Lower/DoLoopHelper.h
    M flang/include/flang/Lower/FIRBuilder.h
    A flang/include/flang/Lower/IntrinsicCall.h
    A flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Runtime.h
    A flang/include/flang/Lower/Support/BoxValue.h
    A flang/include/flang/Optimizer/.clang-tidy
    M flang/include/flang/Optimizer/CMakeLists.txt
    A flang/include/flang/Optimizer/CodeGen/CGPasses.td
    A flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRAttr.h
    M flang/include/flang/Optimizer/Support/InternalNames.h
    M flang/include/flang/Optimizer/Support/KindMapping.h
    A flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    A flang/include/flang/Optimizer/Transforms/Passes.h
    A flang/include/flang/Optimizer/Transforms/Passes.td
    M flang/include/flang/Parser/characters.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/call.cpp
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/check-expression.cpp
    A flang/lib/Evaluate/fold-designator.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/fold-real.cpp
    M flang/lib/Evaluate/fold.cpp
    A flang/lib/Evaluate/initial-image.cpp
    M flang/lib/Evaluate/intrinsics-library.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    A flang/lib/Lower/.clang-tidy
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/CharacterRuntime.cpp
    A flang/lib/Lower/Coarray.cpp
    M flang/lib/Lower/ConvertType.cpp
    A flang/lib/Lower/DoLoopHelper.cpp
    A flang/lib/Lower/FIRBuilder.cpp
    A flang/lib/Lower/Mangler.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    A flang/lib/Lower/RTBuilder.h
    A flang/lib/Lower/SymbolMap.h
    A flang/lib/Optimizer/.clang-tidy
    M flang/lib/Optimizer/CMakeLists.txt
    R flang/lib/Optimizer/Dialect/CMakeLists.txt
    R flang/lib/Optimizer/Support/CMakeLists.txt
    M flang/lib/Optimizer/Support/InternalNames.cpp
    M flang/lib/Optimizer/Support/KindMapping.cpp
    A flang/lib/Optimizer/Transforms/Inliner.cpp
    M flang/lib/Parser/CMakeLists.txt
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/stmt-parser.h
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/tools.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/canonicalize-do.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-data.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-do-forall.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/lib/Semantics/check-select-type.cpp
    A flang/lib/Semantics/check-select-type.h
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/pointer-assignment.h
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/rewrite-parse-tree.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    A flang/module/.clang-format
    M flang/runtime/ISO_Fortran_binding.cpp
    M flang/runtime/character.cpp
    M flang/runtime/character.h
    M flang/runtime/connection.h
    M flang/runtime/descriptor.cpp
    M flang/runtime/descriptor.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-output.cpp
    M flang/runtime/edit-output.h
    M flang/runtime/file.cpp
    M flang/runtime/file.h
    M flang/runtime/format-implementation.h
    M flang/runtime/internal-unit.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/iostat.cpp
    M flang/runtime/iostat.h
    M flang/runtime/lock.h
    M flang/runtime/memory.h
    A flang/runtime/pgmath.h.inc
    M flang/runtime/stop.cpp
    M flang/runtime/stop.h
    M flang/runtime/terminator.cpp
    M flang/runtime/terminator.h
    M flang/runtime/transformational.cpp
    M flang/runtime/type-code.cpp
    M flang/runtime/type-code.h
    M flang/runtime/unit-map.cpp
    M flang/runtime/unit-map.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/CMakeLists.txt
    M flang/test/Evaluate/folding04.f90
    M flang/test/Semantics/Inputs/getsymbols02-a.f90
    M flang/test/Semantics/Inputs/getsymbols02-b.f90
    R flang/test/Semantics/Inputs/getsymbols02-c.f90
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/data04.f90
    A flang/test/Semantics/data05.f90
    A flang/test/Semantics/data06.f90
    A flang/test/Semantics/data07.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve45.f90
    A flang/test/Semantics/resolve93.f90
    A flang/test/Semantics/selecttype01.f90
    A flang/test/Semantics/selecttype02.f90
    A flang/test/Semantics/selecttype03.f90
    A flang/test/Semantics/spec-expr.f90
    M flang/test/Semantics/symbol09.f90
    R flang/test/Semantics/test_any.sh
    A flang/test/Unit/lit.cfg.py
    A flang/test/Unit/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/tco/CMakeLists.txt
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Evaluate/reshape.cpp
    A flang/unittests/Optimizer/CMakeLists.txt
    A flang/unittests/Optimizer/InternalNamesTest.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M flang/unittests/Runtime/external-hello.cpp
    A flang/unittests/Runtime/external-io.cpp
    M flang/unittests/Runtime/hello.cpp
    M flang/unittests/Runtime/testing.cpp
    M flang/unittests/Runtime/testing.h
    M libc/CMakeLists.txt
    A libc/benchmarks/CMakeLists.txt
    A libc/benchmarks/JSON.cpp
    A libc/benchmarks/JSON.h
    A libc/benchmarks/JSONTest.cpp
    A libc/benchmarks/LibcBenchmark.cpp
    A libc/benchmarks/LibcBenchmark.h
    A libc/benchmarks/LibcBenchmarkTest.cpp
    A libc/benchmarks/LibcMemoryBenchmark.cpp
    A libc/benchmarks/LibcMemoryBenchmark.h
    A libc/benchmarks/LibcMemoryBenchmarkMain.cpp
    A libc/benchmarks/LibcMemoryBenchmarkMain.h
    A libc/benchmarks/LibcMemoryBenchmarkTest.cpp
    A libc/benchmarks/Memcmp.cpp
    A libc/benchmarks/Memcpy.cpp
    A libc/benchmarks/Memset.cpp
    A libc/benchmarks/RATIONALE.md
    A libc/benchmarks/README.md
    A libc/benchmarks/configuration_big.json
    A libc/benchmarks/configuration_small.json
    A libc/benchmarks/render.py3
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    A libc/docs/clang_tidy_checks.rst
    A libc/docs/integration_test.rst
    M libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strcmp_fuzz.cpp
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/ceil.cpp
    M libc/src/math/ceilf.cpp
    A libc/src/math/ceill.cpp
    A libc/src/math/ceill.h
    A libc/src/math/copysign.cpp
    A libc/src/math/copysign.h
    A libc/src/math/copysignf.cpp
    A libc/src/math/copysignf.h
    A libc/src/math/copysignl.cpp
    A libc/src/math/copysignl.h
    M libc/src/math/fabs.cpp
    M libc/src/math/fabsf.cpp
    A libc/src/math/fabsl.cpp
    A libc/src/math/fabsl.h
    M libc/src/math/floor.cpp
    M libc/src/math/floorf.cpp
    A libc/src/math/floorl.cpp
    A libc/src/math/floorl.h
    A libc/src/math/frexp.cpp
    A libc/src/math/frexp.h
    A libc/src/math/frexpf.cpp
    A libc/src/math/frexpf.h
    A libc/src/math/frexpl.cpp
    A libc/src/math/frexpl.h
    A libc/src/math/logb.cpp
    A libc/src/math/logb.h
    A libc/src/math/logbf.cpp
    A libc/src/math/logbf.h
    A libc/src/math/logbl.cpp
    A libc/src/math/logbl.h
    A libc/src/math/modf.cpp
    A libc/src/math/modf.h
    A libc/src/math/modff.cpp
    A libc/src/math/modff.h
    A libc/src/math/modfl.cpp
    A libc/src/math/modfl.h
    M libc/src/math/round.cpp
    M libc/src/math/roundf.cpp
    A libc/src/math/roundl.cpp
    A libc/src/math/roundl.h
    M libc/src/math/trunc.cpp
    M libc/src/math/truncf.cpp
    A libc/src/math/truncl.cpp
    A libc/src/math/truncl.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memcpy.cpp
    A libc/src/string/strcmp.cpp
    A libc/src/string/strcmp.h
    M libc/test/CMakeLists.txt
    M libc/test/config/linux/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/ceilf_test.cpp
    A libc/test/src/math/ceill_test.cpp
    A libc/test/src/math/copysign_test.cpp
    A libc/test/src/math/copysignf_test.cpp
    A libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    A libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/floorf_test.cpp
    A libc/test/src/math/floorl_test.cpp
    A libc/test/src/math/frexp_test.cpp
    A libc/test/src/math/frexpf_test.cpp
    A libc/test/src/math/frexpl_test.cpp
    A libc/test/src/math/logb_test.cpp
    A libc/test/src/math/logbf_test.cpp
    A libc/test/src/math/logbl_test.cpp
    A libc/test/src/math/modf_test.cpp
    A libc/test/src/math/modff_test.cpp
    A libc/test/src/math/modfl_test.cpp
    M libc/test/src/math/roundf_test.cpp
    A libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/math/truncf_test.cpp
    A libc/test/src/math/truncl_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcmp_test.cpp
    A libc/test/utils/CMakeLists.txt
    A libc/test/utils/FPUtil/CMakeLists.txt
    A libc/test/utils/FPUtil/x86_long_double_test.cpp
    M libc/utils/CMakeLists.txt
    A libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/BitPatterns.h
    M libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/ClassificationFunctions.h
    A libc/utils/FPUtil/FPBits.h
    M libc/utils/FPUtil/FloatOperations.h
    A libc/utils/FPUtil/LongDoubleBitsX86.h
    A libc/utils/FPUtil/ManipulationFunctions.h
    A libc/utils/FPUtil/NearestIntegerOperations.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    R libc/utils/benchmarks/CMakeLists.txt
    R libc/utils/benchmarks/JSON.cpp
    R libc/utils/benchmarks/JSON.h
    R libc/utils/benchmarks/JSONTest.cpp
    R libc/utils/benchmarks/LibcBenchmark.cpp
    R libc/utils/benchmarks/LibcBenchmark.h
    R libc/utils/benchmarks/LibcBenchmarkTest.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmark.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmark.h
    R libc/utils/benchmarks/LibcMemoryBenchmarkMain.cpp
    R libc/utils/benchmarks/LibcMemoryBenchmarkMain.h
    R libc/utils/benchmarks/LibcMemoryBenchmarkTest.cpp
    R libc/utils/benchmarks/Memcmp.cpp
    R libc/utils/benchmarks/Memcpy.cpp
    R libc/utils/benchmarks/Memset.cpp
    R libc/utils/benchmarks/RATIONALE.md
    R libc/utils/benchmarks/README.md
    R libc/utils/benchmarks/configuration_big.json
    R libc/utils/benchmarks/configuration_small.json
    R libc/utils/benchmarks/render.py3
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/benchmarks/algorithms.bench.cpp
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/Modules/HandleLibcxxFlags.cmake
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__string
    M libcxx/include/compare
    M libcxx/include/iterator
    M libcxx/include/module.modulemap
    A libcxx/include/numbers
    M libcxx/include/regex
    M libcxx/include/string
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/include/wchar.h
    R libcxx/lib/abi/x86_64-apple-darwin.v2.abilist
    M libcxx/src/CMakeLists.txt
    M libcxx/src/algorithm.cpp
    A libcxx/src/random_shuffle.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/containers/associative/non_const_comparator.verify.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/numerics/cfenv/version.pass.cpp
    A libcxx/test/libcxx/selftest/additional_compile_flags/substitutes-in-compile-flags.sh.cpp
    A libcxx/test/libcxx/selftest/additional_compile_flags/substitutes-in-run.sh.cpp
    A libcxx/test/libcxx/selftest/compile.fail.cpp/compile-error.compile.fail.cpp
    A libcxx/test/libcxx/selftest/compile.fail.cpp/compile-success.compile.fail.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/compile-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/compile-success.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/link-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/compile.pass.cpp/run-error.compile.pass.cpp
    A libcxx/test/libcxx/selftest/convenience_substitutions/build_run.sh.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/dsl/lit.local.cfg
    R libcxx/test/libcxx/selftest/exec.sh.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/compile-failure.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/compile-success.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/lit.local.cfg
    A libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics-unmarked.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/right-diagnostic.fail.cpp
    A libcxx/test/libcxx/selftest/fail.cpp/wrong-diagnostic.fail.cpp
    A libcxx/test/libcxx/selftest/file_dependencies/a.txt
    A libcxx/test/libcxx/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
    A libcxx/test/libcxx/selftest/file_dependencies/dir/b.txt
    A libcxx/test/libcxx/selftest/file_dependencies/substitute-in-dependencies.sh.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/compile-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/link-error.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.fail.cpp/link-success.link.fail.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/compile-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/link-error.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/link-success.link.pass.cpp
    A libcxx/test/libcxx/selftest/link.pass.cpp/run-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-compile-flags.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/additional_compile_flags/substitutes-in-run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-error.compile.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.fail.cpp/compile-success.compile.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/compile-success.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/link-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/compile.pass.cpp/run-error.compile.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/convenience_substitutions/build_run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-failure.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/compile-success.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics-unmarked.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/no-diagnostics.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/right-diagnostic.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/fail.cpp/wrong-diagnostic.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/no-dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/file_dependencies/substitute-in-run.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/compile-error.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-error.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.fail.cpp/link-success.link.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/compile-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/link-success.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/link.pass.cpp/run-error.link.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/lit.local.cfg
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/compile-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/link-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/run-error.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/run-success.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.cpp/werror.pass.cpp
    R libcxx/test/libcxx/selftest/newformat/pass.mm/compile-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/link-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/no-arc.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/run-error.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/run-success.pass.mm
    R libcxx/test/libcxx/selftest/newformat/pass.mm/use-objective-cxx.pass.mm
    R libcxx/test/libcxx/selftest/newformat/remote-substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/compile-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/link-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-error.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/run.fail.cpp/run-success.run.fail.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/empty.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/run-error.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/run-success.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/substitutions.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/sh.cpp/werror.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/shell-escape-pipes.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/shell-escape.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/tmpdir-exists.sh.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics-unmarked.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-diagnostics.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/no-werror.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/right-diagnostic.verify.cpp
    R libcxx/test/libcxx/selftest/newformat/verify.cpp/wrong-diagnostic.verify.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/compile-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/link-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/run-error.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/run-success.pass.cpp
    A libcxx/test/libcxx/selftest/pass.cpp/werror.pass.cpp
    A libcxx/test/libcxx/selftest/pass.mm/compile-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/link-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/no-arc.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/run-error.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/run-success.pass.mm
    A libcxx/test/libcxx/selftest/pass.mm/use-objective-cxx.pass.mm
    A libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/compile-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/link-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/run-error.run.fail.cpp
    A libcxx/test/libcxx/selftest/run.fail.cpp/run-success.run.fail.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/empty.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/run-error.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/run-success.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/substitutions.sh.cpp
    A libcxx/test/libcxx/selftest/sh.cpp/werror.sh.cpp
    A libcxx/test/libcxx/selftest/shell-escape-pipes.sh.cpp
    A libcxx/test/libcxx/selftest/shell-escape.sh.cpp
    R libcxx/test/libcxx/selftest/test.arc.pass.mm
    R libcxx/test/libcxx/selftest/test.file_dependencies.sh.cpp
    R libcxx/test/libcxx/selftest/test.pass.cpp
    R libcxx/test/libcxx/selftest/test.pass.mm
    R libcxx/test/libcxx/selftest/test.sh.cpp
    A libcxx/test/libcxx/selftest/tmpdir-exists.sh.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics-unmarked.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/no-werror.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/right-diagnostic.verify.cpp
    A libcxx/test/libcxx/selftest/verify.cpp/wrong-diagnostic.verify.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    M libcxx/test/libcxx/strings/iterators.noexcept.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    R libcxx/test/lit.cfg
    A libcxx/test/lit.cfg.py
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/array/at_const.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/erase_if.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/fenv_h.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/uchar_h.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cerr.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/clog.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcerr.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wclog.sh.cpp
    M libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
    M libcxx/test/std/iterators/iterator.primitives/iterator.operations/advance.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
    M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
    A libcxx/test/std/language.support/support.limits/support.limits.general/numbers.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp
    A libcxx/test/std/numerics/numbers/defined.pass.cpp
    A libcxx/test/std/numerics/numbers/illformed.verify.cpp
    A libcxx/test/std/numerics/numbers/specialize.pass.cpp
    A libcxx/test/std/numerics/numbers/user_type.pass.cpp
    A libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/support/coroutine_types.h
    M libcxx/test/support/test_workarounds.h
    M libcxx/utils/ci/apple-install-libcxx.sh
    A libcxx/utils/ci/runtimes/CMakeLists.txt
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/sym_check/util.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    R libcxx/utils/libcxx/test/executor.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/format.py
    R libcxx/utils/libcxx/test/newformat.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/libcxx/test/target_info.py
    R libcxx/utils/libcxx/test/tracing.py
    M libcxx/utils/run.py
    M libcxx/utils/ssh.py
    M libcxx/utils/sym_match.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/__cxxabi_config.h
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/abort_message.cpp
    M libcxxabi/src/cxa_guard_impl.h
    R libcxxabi/src/cxa_unexpected.cpp
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/incomplete_type.sh.cpp
    R libcxxabi/test/lit.cfg
    A libcxxabi/test/lit.cfg.py
    M libcxxabi/test/lit.site.cfg.in
    M libcxxabi/www/index.html
    M libunwind/CMakeLists.txt
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/UnwindRegistersSave.S
    M libunwind/test/CMakeLists.txt
    R libunwind/test/lit.cfg
    A libunwind/test/lit.cfg.py
    M libunwind/test/lit.site.cfg.in
    M lld/COFF/PDB.cpp
    M lld/Common/Filesystem.cpp
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/ScriptParser.h
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/Driver.h
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/MergedOutputSection.cpp
    M lld/MachO/MergedOutputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.cpp
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/docs/ELF/linker_script.rst
    M lld/include/lld/ReaderWriter/MachOLinkingContext.h
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/lib/ReaderWriter/MachO/CMakeLists.txt
    M lld/lib/ReaderWriter/MachO/File.h
    M lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
    M lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
    M lld/test/COFF/lto.ll
    A lld/test/ELF/aarch64-range-thunk-extension-plt32.s
    A lld/test/ELF/aarch64-reloc-plt32.s
    M lld/test/ELF/aarch64-thunk-script.s
    M lld/test/ELF/aarch64-undefined-weak.s
    A lld/test/ELF/debug-dead-reloc-32.s
    A lld/test/ELF/debug-dead-reloc-icf.s
    A lld/test/ELF/debug-dead-reloc-tls-arm.s
    A lld/test/ELF/debug-dead-reloc-tls.s
    A lld/test/ELF/debug-dead-reloc.s
    A lld/test/ELF/eh-frame-hdr-comdat.s
    M lld/test/ELF/eh-frame-merge.s
    M lld/test/ELF/eh-frame-type.test
    M lld/test/ELF/export-dynamic-symbol.s
    R lld/test/ELF/gc-debuginfo-tls.s
    A lld/test/ELF/gc-sections-tls.s
    A lld/test/ELF/invalid/symtab-sh-info-dup.test
    M lld/test/ELF/invalid/symtab-sh-info.s
    A lld/test/ELF/link-open-file.test
    A lld/test/ELF/linkerscript/lma-offset2.s
    A lld/test/ELF/lto/thinlto-single-module.ll
    M lld/test/ELF/lto/version-script2.ll
    M lld/test/ELF/ppc32-gnu-ifunc.s
    A lld/test/ELF/ppc64-reloc-got-pcrel34.s
    A lld/test/ELF/ppc64-reloc-pcrel34-overflow.s
    A lld/test/ELF/ppc64-reloc-pcrel34.s
    A lld/test/ELF/startstop-visibility.s
    M lld/test/ELF/undef.s
    M lld/test/ELF/warn-backrefs.s
    M lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    M lld/test/MachO/arch.s
    M lld/test/MachO/archive.s
    A lld/test/MachO/bss.s
    M lld/test/MachO/dylib.s
    M lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/fat-arch.s
    M lld/test/MachO/invalid/alignment-too-large.yaml
    M lld/test/MachO/invalid/archive-no-index.s
    M lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/invalid/duplicate-symbol.s
    M lld/test/MachO/invalid/invalid-executable.s
    M lld/test/MachO/invalid/invalid-fat-narch.s
    M lld/test/MachO/invalid/invalid-fat-offset.s
    A lld/test/MachO/invalid/invalid-relocation-length.yaml
    A lld/test/MachO/invalid/invalid-relocation-pcrel.yaml
    R lld/test/MachO/invalid/invalid-relocation.yaml
    M lld/test/MachO/invalid/missing-dylib.s
    M lld/test/MachO/invalid/no-id-dylink.yaml
    M lld/test/MachO/invalid/no-such-file.s
    M lld/test/MachO/invalid/order-file-bad-arch.test
    M lld/test/MachO/invalid/order-file-bad-objfile.test
    A lld/test/MachO/invalid/reserved-section-name.s
    M lld/test/MachO/invalid/stub-link.s
    M lld/test/MachO/invalid/undefined-symbol.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/load-commands.s
    A lld/test/MachO/local-got.s
    M lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/order-file.s
    M lld/test/MachO/platform-version.test
    M lld/test/MachO/relocations.s
    M lld/test/MachO/resolution.s
    A lld/test/MachO/search-paths-darwin.test
    M lld/test/MachO/search-paths.test
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/static-link.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    M lld/test/MachO/subsections-section-relocs.s
    M lld/test/MachO/subsections-symbol-relocs.s
    M lld/test/MachO/symbol-order.s
    M lld/test/MachO/symtab.s
    M lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    A lld/test/mach-o/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    A lld/test/mach-o/stub-link.s
    A lld/test/wasm/ctor_return_value.s
    M lld/test/wasm/data-layout.ll
    A lld/test/wasm/externref.s
    M lld/test/wasm/lto/cache.ll
    M lld/test/wasm/lto/incompatible.ll
    M lld/test/wasm/lto/libcall-truncsfhf2.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/Options.td
    M lld/wasm/Relocations.cpp
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    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/bindings/interface/SBBreakpoint.i
    M lldb/bindings/interface/SBModule.i
    M lldb/cmake/modules/FindLuaAndSwig.cmake
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/caveats.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/UnwindPlan.h

  Log Message:
  -----------
  Merge branch 'review/masonr/windows_gpu_runner_fixes' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 1a56d7c0c96248b22ecac3e27ac8888e3b777060
      https://github.com/llvm/llvm-project/commit/1a56d7c0c96248b22ecac3e27ac8888e3b777060
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Update CMAKE_LIB_PATH on windows to get cuda implib


  Commit: a29a40424175cceac14366ec12945b15648890c6
      https://github.com/llvm/llvm-project/commit/a29a40424175cceac14366ec12945b15648890c6
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  [mlir] Fix MLIR JIT Engine for Windows

- Port obj linking layer flag usage from LLJIT


  Commit: cba10a223e0792cab5eb90668477672dee343849
      https://github.com/llvm/llvm-project/commit/cba10a223e0792cab5eb90668477672dee343849
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  Split ExecutionEngine change to separate PR


  Commit: 3c3c02af60c27c14dbfeab68ded8fdad07890f48
      https://github.com/llvm/llvm-project/commit/3c3c02af60c27c14dbfeab68ded8fdad07890f48
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-07 (Tue, 07 Jul 2020)

  Changed paths:
    M mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp

  Log Message:
  -----------
  Add exports to functions added since last update


  Commit: d07719b3e91b33d161b5a13c6cda2e2a0b062401
      https://github.com/llvm/llvm-project/commit/d07719b3e91b33d161b5a13c6cda2e2a0b062401
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M mlir/lib/ExecutionEngine/ExecutionEngine.cpp

  Log Message:
  -----------
  Merged PR 1613: [mlir] Fix MLIR JIT Engine for Windows

[mlir] Fix MLIR JIT Engine for Windows

- Port obj linking layer flag usage from LLJIT


  Commit: b6a131eb3dd72fdd568e346b47cd9671cd139faa
      https://github.com/llvm/llvm-project/commit/b6a131eb3dd72fdd568e346b47cd9671cd139faa
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/RunnerUtils.h
    M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
    M mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp

  Log Message:
  -----------
  Merged PR 1612: [mlir] Fixes for GPU runner on windows

[mlir] Fix GPU runner runtime wrappers on windows

- Mark CUDA and Vulkan runtime wrapper functions for DLL export


  Commit: 5c21598989dc3a155829453052aec585bf9fd0b6
      https://github.com/llvm/llvm-project/commit/5c21598989dc3a155829453052aec585bf9fd0b6
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    M .gitignore
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-move/Move.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/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NoEscapeCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NoEscapeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/RIFF.h
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Client.h
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-no-escape.m
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii-crash.mm
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/analyzer/checkers.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/DiagnosticASTKinds.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/DiagnosticIDs.h
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/ObjCRuntime.h
    R clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/Tooling/ReplacementsYaml.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Basic/Version.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnalyzer.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_complex_builtins.h
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/intrin.h
    A clang/lib/Headers/openmp_wrappers/complex
    A clang/lib/Headers/openmp_wrappers/complex.h
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPExpressions.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaChecking.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/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.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/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    A clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/test/AST/ast-dump-APValue-anon-union.cpp
    M clang/test/AST/ast-dump-APValue-arithmetic.cpp
    M clang/test/AST/ast-dump-APValue-array.cpp
    M clang/test/AST/ast-dump-APValue-struct.cpp
    M clang/test/AST/ast-dump-APValue-todo.cpp
    M clang/test/AST/ast-dump-APValue-union.cpp
    M clang/test/AST/ast-dump-APValue-vector.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/regression-new-expr-crash.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/ctu-import-threshold.c
    M clang/test/Analysis/smart-ptr.cpp
    M clang/test/Analysis/use-after-move.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/p2.cpp
    M clang/test/CodeGen/Atomics.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/ms-intrinsics.c
    A clang/test/CodeGen/msp430-abi-complex.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    A clang/test/CodeGenCUDA/lambda.cu
    A clang/test/Driver/aix-object-mode.c
    A clang/test/Driver/aix-toolchain-include.cpp
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-g-opts.c
    M clang/test/Driver/cuda-dwarf-2.cu
    M clang/test/Driver/debug-options-as.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/hip-link-save-temps.hip
    M clang/test/Driver/hip-toolchain-rdc-separate.hip
    M clang/test/Driver/hip-toolchain-rdc-static-lib.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.s
    M clang/test/Driver/myriad-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/x86-target-features.c
    M clang/test/Headers/Inputs/include/cmath
    A clang/test/Headers/Inputs/include/complex
    M clang/test/Headers/Inputs/include/cstdlib
    M clang/test/Headers/nvptx_device_math_complex.c
    A clang/test/Headers/nvptx_device_math_complex.cpp
    M clang/test/Index/evaluate-cursor.cpp
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    M clang/test/Modules/context-hash.c
    M clang/test/OpenMP/target_data_messages.c
    M clang/test/OpenMP/target_defaultmap_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_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_messages.cpp
    A clang/test/PCH/codegen.cpp
    M clang/test/Sema/builtin-expect-with-probability.cpp
    A clang/test/Sema/init-ref-c.c
    M clang/test/SemaCUDA/Inputs/cuda.h
    A clang/test/SemaCUDA/lambda.cu
    A clang/test/SemaCXX/attr-trivial-abi.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx2a-destroying-delete.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/references.cpp
    M clang/test/SemaCXX/warn-cast-align.cpp
    A clang/test/SemaObjC/potentially-direct-selector.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/attr-trivial-abi.mm
    M clang/test/SemaTemplate/default-arguments-cxx0x.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A clang/test/utils/update_cc_test_checks/Inputs/on_the_fly_arg_change.c
    A clang/test/utils/update_cc_test_checks/Inputs/on_the_fly_arg_change.c.expected
    M clang/test/utils/update_cc_test_checks/mangled_names.test
    A clang/test/utils/update_cc_test_checks/on_the_fly_arg_change.test
    M clang/tools/libclang/CIndex.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Tooling/ReplacementsYamlTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/hexagon/dffma.S
    R compiler-rt/lib/builtins/hexagon/fabs_opt.S
    R compiler-rt/lib/builtins/hexagon/fma_opt.S
    R compiler-rt/lib/builtins/hexagon/fmax_opt.S
    R compiler-rt/lib/builtins/hexagon/fmin_opt.S
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    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_platform.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/crt/lit.cfg.py
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
    M flang/documentation/Intrinsics.md
    M flang/include/flang/Common/indirection.h
    M flang/include/flang/Evaluate/call.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Lower/CharacterExpr.h
    A flang/include/flang/Lower/IO.h
    M flang/include/flang/Lower/IntrinsicCall.h
    M flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/call.cpp
    M flang/lib/Evaluate/expression.cpp
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/host.cpp
    M flang/lib/Evaluate/host.h
    M flang/lib/Evaluate/intrinsics-library.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/IO.cpp
    A flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Lower/Mangler.cpp
    M flang/lib/Lower/RTBuilder.h
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Parser/parse-tree.cpp
    M flang/lib/Parser/tools.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/check-coarray.cpp
    M flang/lib/Semantics/check-coarray.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/pgmath.h.inc
    M flang/runtime/unit-map.h
    M flang/test/Semantics/call10.f90
    A flang/test/Semantics/num_images.f90
    M flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve94.f90
    M flang/tools/f18-parse-demo/stub-evaluate.cpp
    M flang/tools/f18/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Evaluate/fp-testing.cpp
    M flang/unittests/Evaluate/fp-testing.h
    M flang/unittests/Evaluate/intrinsics.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/math/math_utils.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memchr.cpp
    A libc/src/string/memchr.h
    M libc/test/src/CMakeLists.txt
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memchr_test.cpp
    M libcxx/CMakeLists.txt
    M libcxx/TODO.TXT
    M libcxx/cmake/caches/Generic-cxx03.cmake
    M libcxx/cmake/caches/Generic-cxx11.cmake
    M libcxx/cmake/caches/Generic-cxx14.cmake
    M libcxx/cmake/caches/Generic-cxx17.cmake
    M libcxx/cmake/caches/Generic-cxx2a.cmake
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/variant
    M libcxx/src/CMakeLists.txt
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp
    M libcxx/test/libcxx/utilities/variant/version.pass.cpp
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/test_demangle.pass.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Thunks.cpp
    M lld/docs/ld.lld.1
    M lld/test/ELF/Inputs/gdb-index.s
    A lld/test/ELF/dead-reloc-in-nonalloc.s
    M lld/test/ELF/debug-dead-reloc.s
    A lld/test/ELF/gdb-index-invalid-pubnames.s
    M lld/test/ELF/gdb-index.s
    A lld/test/ELF/ppc64-error-toc-local-call.s
    A lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    A lld/test/ELF/ppc64-toc-call-to-pcrel.s
    M lld/test/ELF/silent-ignore.test
    M lldb/docs/index.rst
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/source/API/SBFrame.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.h
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    A lldb/source/Plugins/Process/Utility/RegisterInfoAndSetInterface.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/test/API/functionalities/target_var/Makefile
    M lldb/test/API/functionalities/target_var/TestTargetVar.py
    R lldb/test/API/functionalities/target_var/globals.c
    R lldb/test/API/functionalities/target_var/globals.ll
    A lldb/test/API/functionalities/target_var/main.c
    M lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
    A lldb/test/API/iohandler/resize/input_file
    A lldb/test/API/lang/cpp/alignas_base_class/Makefile
    A lldb/test/API/lang/cpp/alignas_base_class/TestAlignAsBaseClass.py
    A lldb/test/API/lang/cpp/alignas_base_class/main.cpp
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/Shell/Reproducer/TestCrash.test
    M lldb/test/Shell/Reproducer/TestDriverOptions.test
    M lldb/test/Shell/Reproducer/TestVersionCheck.test
    M lldb/test/Shell/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/driver/Options.td
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/.gitignore
    M llvm/cmake/modules/AddSphinxTarget.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/Passes.rst
    M llvm/docs/conf.py
    M llvm/include/llvm/ADT/Bitfields.h
    M llvm/include/llvm/Analysis/AliasSetTracker.h
    M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
    R llvm/include/llvm/Analysis/OrderedInstructions.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineDominators.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/Dominators.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/LegacyPassNameParser.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
    M llvm/include/llvm/ProfileData/ProfileCommon.h
    M llvm/include/llvm/Support/SystemUtils.h
    M llvm/include/llvm/Support/VersionTuple.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
    M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    R llvm/lib/Analysis/OrderedInstructions.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/ValueLatticeUtils.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/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/ExpandReductions.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/InterleavedAccessPass.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LowLevelType.cpp
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.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/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/Frontend/OpenMP/OMPConstants.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/DebugCounter.cpp
    M llvm/lib/Support/FormattedStream.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/Parallel.cpp
    M llvm/lib/Support/SystemUtils.cpp
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/CaymanInstructions.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
    M llvm/lib/Target/RISCV/RISCVSubtarget.h
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/X86.h
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
    M llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/Inliner.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/lib/Transforms/Scalar/Sink.cpp
    M llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
    M llvm/lib/Transforms/Utils/PredicateInfo.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/test/Analysis/BasicAA/empty.ll
    M llvm/test/Analysis/BasicAA/phi-loop.ll
    M llvm/test/Analysis/BasicAA/recphi.ll
    M llvm/test/Bitcode/attributes.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store-vector-of-ptr-debugloc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-memlib-debug-loc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift-imm-promote-dloc.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-simple.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-redundant-zext.mir
    A llvm/test/CodeGen/AArch64/regress-combine-extract-vectors.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-shuffles.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-subvector.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-ld1-addressing-mode-reg-imm.ll
    A llvm/test/CodeGen/AArch64/sve-split-load.ll
    A llvm/test/CodeGen/AArch64/sve-split-store.ll
    M llvm/test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/dynamic-alloca-divergent.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-ptrmask.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-sat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-fold-binop-select.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/bypass-div.ll
    M llvm/test/CodeGen/AMDGPU/idiv-licm.ll
    A llvm/test/CodeGen/AMDGPU/merge-image-load-gfx10.mir
    A llvm/test/CodeGen/AMDGPU/merge-image-sample-gfx10.mir
    M llvm/test/CodeGen/AMDGPU/sdiv.ll
    M llvm/test/CodeGen/AMDGPU/udivrem.ll
    A llvm/test/CodeGen/ARM/arm-half-promote.ll
    M llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
    M llvm/test/CodeGen/PowerPC/legalize-vaarg.ll
    M llvm/test/CodeGen/PowerPC/ppc64-varargs.ll
    A llvm/test/CodeGen/RISCV/add-imm.ll
    M llvm/test/CodeGen/RISCV/codemodel-lowering.ll
    M llvm/test/CodeGen/RISCV/mir-target-flags.ll
    M llvm/test/CodeGen/RISCV/mul.ll
    M llvm/test/CodeGen/RISCV/pic-models.ll
    M llvm/test/CodeGen/RISCV/tls-models.ll
    A llvm/test/CodeGen/WebAssembly/simd-shift-complex-splats.ll
    R llvm/test/CodeGen/WebAssembly/simd-shift-unroll.ll
    M llvm/test/CodeGen/WebAssembly/stack-protector.ll
    M llvm/test/CodeGen/X86/O0-pipeline.ll
    M llvm/test/CodeGen/X86/avx-vperm2x128.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/buildvec-insertvec.ll
    M llvm/test/CodeGen/X86/extractelement-load.ll
    M llvm/test/CodeGen/X86/known-signbits-vector.ll
    M llvm/test/CodeGen/X86/lvi-hardening-loads.ll
    M llvm/test/CodeGen/X86/packss.ll
    M llvm/test/CodeGen/X86/phaddsub-extract.ll
    A llvm/test/CodeGen/X86/pr46527.ll
    M llvm/test/CodeGen/X86/speculative-execution-side-effect-suppression.ll
    M llvm/test/CodeGen/X86/statepoint-vector.ll
    M llvm/test/CodeGen/X86/var-permute-256.ll
    M llvm/test/CodeGen/X86/vector-pack-256.ll
    M llvm/test/CodeGen/X86/vector-shuffle-avx512.ll
    M llvm/test/CodeGen/X86/vselect-pcmp.ll
    M llvm/test/CodeGen/X86/win64-byval.ll
    M llvm/test/CodeGen/X86/x86-interleaved-access.ll
    A llvm/test/DebugInfo/MIR/X86/singlelocation-cutoffs.mir
    A llvm/test/DebugInfo/NVPTX/packed_bitfields.ll
    M llvm/test/DebugInfo/X86/packed_bitfields.ll
    M llvm/test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_none.yaml
    M llvm/test/FileCheck/dump-input-enable.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
    M llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s
    M llvm/test/MC/RISCV/rv32c-invalid.s
    M llvm/test/MC/SystemZ/insn-bad.s
    M llvm/test/MC/SystemZ/insn-good-z13.s
    M llvm/test/MC/SystemZ/insn-good-z14.s
    M llvm/test/MC/SystemZ/insn-good-z15.s
    M llvm/test/MC/SystemZ/insn-good.s
    M llvm/test/MC/SystemZ/regs-good.s
    M llvm/test/MC/SystemZ/tokens.s
    M llvm/test/MachineVerifier/test_g_bitcast.mir
    R llvm/test/Object/lit.local.cfg
    R llvm/test/ObjectYAML/lit.local.cfg
    M llvm/test/Other/opt-hot-cold-split.ll
    M llvm/test/Reduce/remove-args.ll
    A llvm/test/Reduce/remove-attributes-from-intrinsic-like-functions.ll
    A llvm/test/Reduce/remove-attributes-from-intrinsics.ll
    A llvm/test/Reduce/remove-call-site-attributes.ll
    M llvm/test/Reduce/remove-funcs.ll
    A llvm/test/Reduce/remove-function-attributes.ll
    A llvm/test/Reduce/remove-global-variable-attributes.ll
    M llvm/test/Reduce/remove-global-vars.ll
    M llvm/test/Reduce/remove-metadata.ll
    M llvm/test/Reduce/remove-multiple-use-of-args-in-same-instruction.ll
    M llvm/test/Reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll
    M llvm/test/Reduce/remove-operand-bundles.ll
    M llvm/test/TableGen/directive1.td
    M llvm/test/TableGen/directive2.td
    A llvm/test/Transforms/BDCE/sext_multi_uses.ll
    A llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-01.ll
    A llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-02.ll
    R llvm/test/Transforms/Coroutines/coro-split-sink-lifetime.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/2016-07-17-UseAfterFree.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/free.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/lifetime.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/memset-missing-debugloc.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-captures.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-malloc-free.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
    M llvm/test/Transforms/GlobalOpt/fastcc.ll
    R llvm/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
    R llvm/test/Transforms/IPConstantProp/PR16052.ll
    R llvm/test/Transforms/IPConstantProp/PR26044.ll
    R llvm/test/Transforms/IPConstantProp/dangling-block-address.ll
    R llvm/test/Transforms/IPConstantProp/fp-bc-icmp-const-fold.ll
    R llvm/test/Transforms/IPConstantProp/global.ll
    R llvm/test/Transforms/IPConstantProp/musttail-call.ll
    R llvm/test/Transforms/IPConstantProp/remove-call-inst.ll
    R llvm/test/Transforms/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
    R llvm/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
    A llvm/test/Transforms/IndVarSimplify/widen-i32-i8ptr.ll
    M llvm/test/Transforms/Inline/inline-optnone.ll
    M llvm/test/Transforms/InstCombine/select.ll
    M llvm/test/Transforms/InstSimplify/select.ll
    M llvm/test/Transforms/InstSimplify/vscale.ll
    M llvm/test/Transforms/LoopUnroll/FullUnroll.ll
    M llvm/test/Transforms/LoopVectorize/X86/optsize.ll
    M llvm/test/Transforms/LoopVectorize/X86/tail_loop_folding.ll
    M llvm/test/Transforms/LoopVectorize/optsize.ll
    M llvm/test/Transforms/LoopVectorize/pr39417-optsize-scevchecks.ll
    M llvm/test/Transforms/LoopVectorize/runtime-check.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/remarks-shared-subtrees.ll
    A llvm/test/Transforms/SCCP/2009-09-24-byval-ptr.ll
    A llvm/test/Transforms/SCCP/PR16052.ll
    A llvm/test/Transforms/SCCP/PR26044.ll
    A llvm/test/Transforms/SCCP/assume.ll
    M llvm/test/Transforms/SCCP/conditions-ranges.ll
    A llvm/test/Transforms/SCCP/dangling-block-address.ll
    A llvm/test/Transforms/SCCP/fp-bc-icmp-const-fold.ll
    A llvm/test/Transforms/SCCP/global.ll
    M llvm/test/Transforms/SCCP/metadata.ll
    A llvm/test/Transforms/SCCP/musttail-call.ll
    A llvm/test/Transforms/SCCP/remove-call-inst.ll
    A llvm/test/Transforms/SCCP/solve-after-each-resolving-undefs-for-function.ll
    A llvm/test/Transforms/SCCP/user-with-multiple-uses.ll
    M llvm/test/Transforms/SLPVectorizer/AArch64/spillcost-order.ll
    M llvm/test/Transforms/SLPVectorizer/X86/remark_unsupported.ll
    M llvm/test/Transforms/SLPVectorizer/slp-max-phi-size.ll
    M llvm/test/Transforms/SampleProfile/inline-mergeprof.ll
    M llvm/test/Transforms/SampleProfile/inline-topdown.ll
    A llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-load.ll
    A llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-store.ll
    M llvm/test/Transforms/Scalarizer/crash-bug.ll
    A llvm/test/Transforms/SimplifyCFG/pr46638.ll
    M llvm/test/Transforms/SpeculativeExecution/PR46267.ll
    M llvm/test/Transforms/Util/PredicateInfo/condprop.ll
    M llvm/test/Transforms/Util/PredicateInfo/unnamed-types.ll
    M llvm/test/Verifier/matrix-intrinsics.ll
    M llvm/test/Verifier/preallocated-invalid.ll
    M llvm/test/Verifier/preallocated-valid.ll
    M llvm/test/lit.cfg.py
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/basic.ll.expected
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/on_the_fly_arg_change.ll
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/on_the_fly_arg_change.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/basic.test
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/on_the_fly_arg_change.test
    M llvm/test/tools/llvm-as/lit.local.cfg
    A llvm/test/tools/llvm-dwarfdump/X86/debug_pub_tables_error_cases.s
    R llvm/test/tools/llvm-dwarfdump/lit.local.cfg
    M llvm/test/tools/llvm-gsymutil/ARM_AArch64/lit.local.cfg
    M llvm/test/tools/llvm-gsymutil/X86/lit.local.cfg
    A llvm/test/tools/llvm-ml/struct.test
    A llvm/test/tools/llvm-ml/struct_errors.test
    M llvm/test/tools/llvm-nm/lit.local.cfg
    A llvm/test/tools/llvm-objdump/ARM/Inputs/debug.c
    A llvm/test/tools/llvm-objdump/ARM/Inputs/wide-char.c
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf4-sections.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf4.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf5-sections.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf5.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-wide-chars.s
    A llvm/test/tools/llvm-objdump/PowerPC/debug-vars.s
    R llvm/test/tools/llvm-objdump/lit.local.cfg
    R llvm/test/tools/llvm-readobj/COFF/lit.local.cfg
    M llvm/test/tools/llvm-readobj/ELF/addrsig.test
    M llvm/test/tools/llvm-readobj/ELF/broken-dynamic-reloc.test
    M llvm/test/tools/llvm-readobj/ELF/call-graph-profile.test
    M llvm/test/tools/llvm-readobj/ELF/linker-options.test
    M llvm/test/tools/llvm-readobj/ELF/mips-got.test
    M llvm/test/tools/llvm-readobj/ELF/mips-plt.test
    M llvm/test/tools/llvm-readobj/ELF/verneed-flags.yaml
    M llvm/test/tools/llvm-readobj/ELF/versym-invalid.test
    M llvm/test/tools/llvm-symbolizer/options-from-env.test
    A llvm/test/tools/llvm-symbolizer/pdb/Inputs/test-columns.exe
    A llvm/test/tools/llvm-symbolizer/pdb/Inputs/test-columns.pdb
    M llvm/test/tools/llvm-symbolizer/pdb/Inputs/test.cpp
    A llvm/test/tools/llvm-symbolizer/pdb/pdb-native-columns.test
    R llvm/test/tools/llvm-xray/X86/lit.local.cfg
    M llvm/test/tools/obj2yaml/COFF/bss.s
    R llvm/test/tools/obj2yaml/lit.local.cfg
    R llvm/test/tools/yaml2obj/lit.local.cfg
    M llvm/tools/llvm-as/llvm-as.cpp
    M llvm/tools/llvm-extract/llvm-extract.cpp
    M llvm/tools/llvm-link/llvm-link.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/tools/llvm-reduce/CMakeLists.txt
    M llvm/tools/llvm-reduce/DeltaManager.h
    M llvm/tools/llvm-reduce/deltas/Delta.h
    M llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceAttributes.h
    M llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/tools/opt/PassPrinters.cpp
    M llvm/tools/opt/PassPrinters.h
    M llvm/tools/opt/opt.cpp
    M llvm/unittests/ADT/BitFieldsTest.cpp
    M llvm/unittests/Analysis/AliasAnalysisTest.cpp
    M llvm/unittests/Analysis/CMakeLists.txt
    R llvm/unittests/Analysis/OrderedInstructionsTest.cpp
    M llvm/unittests/AsmParser/AsmParserTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
    M llvm/unittests/IR/ConstantsTest.cpp
    M llvm/unittests/MI/LiveIntervalTest.cpp
    M llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp
    M llvm/unittests/Support/YAMLIOTest.cpp
    M llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
    M llvm/utils/FileCheck/FileCheck.cpp
    M llvm/utils/TableGen/DirectiveEmitter.cpp
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
    M llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/main.py
    A llvm/utils/lit/tests/Inputs/show-result-codes/fail.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/lit.cfg
    A llvm/utils/lit/tests/Inputs/show-result-codes/pass.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/unsupported.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/xfail.txt
    A llvm/utils/lit/tests/show-result-codes.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_llc_test_checks.py
    M llvm/utils/update_test_checks.py
    M mlir/CMakeLists.txt
    A mlir/docs/Bindings/Python.md
    M mlir/include/mlir/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.h
    M mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVMatrixOps.td
    A mlir/include/mlir/Dialect/SPIRV/SPIRVModule.h
    M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h
    M mlir/include/mlir/Dialect/SPIRV/Serialization.h
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    A mlir/include/mlir/Dialect/StandardOps/IR/StandardOpsBase.td
    M mlir/include/mlir/Dialect/Traits.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/include/mlir/IR/AffineMap.h
    M mlir/include/mlir/IR/Dominance.h
    M mlir/include/mlir/IR/Function.h
    M mlir/include/mlir/IR/Module.h
    A mlir/include/mlir/IR/OwningOpRefBase.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    A mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-f32.mlir
    A mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-i64.mlir
    R mlir/integration_test/Dialect/Vector/CPU/test-outerproduct.mlir
    M mlir/lib/Analysis/Utils.cpp
    A mlir/lib/Bindings/CMakeLists.txt
    A mlir/lib/Bindings/Python/CMakeLists.txt
    A mlir/lib/Bindings/Python/MainModule.cpp
    A mlir/lib/Bindings/Python/mlir/__init__.py
    A mlir/lib/Bindings/Python/unix_version.lds
    M mlir/lib/CMakeLists.txt
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
    M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVMPass.cpp
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Affine/EDSC/Builders.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Affine/Transforms/AffineDataCopyGeneration.cpp
    M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
    M mlir/lib/Dialect/Affine/Utils/Utils.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVTypes.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Deserializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Dialect/Traits.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/lib/IR/AffineMap.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/lib/IR/Function.cpp
    M mlir/lib/Parser/AttributeParser.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/lib/Transforms/BufferPlacement.cpp
    M mlir/lib/Transforms/CSE.cpp
    A mlir/test/Bindings/Python/lit.local.cfg
    A mlir/test/Bindings/Python/smoke_test.py
    M mlir/test/CMakeLists.txt
    M mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/bitwise-ops-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/cast-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.invalid.mlir
    A mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.mlir
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/Affine/ops.mlir
    M mlir/test/Dialect/SCF/parallel-loop-fusion.mlir
    M mlir/test/Dialect/SPIRV/Serialization/matrix.mlir
    M mlir/test/Dialect/SPIRV/Serialization/memory-ops.mlir
    M mlir/test/Dialect/SPIRV/matrix-ops.mlir
    M mlir/test/Dialect/SPIRV/ops.mlir
    M mlir/test/Dialect/Shape/canonicalize.mlir
    M mlir/test/Dialect/Vector/canonicalize.mlir
    M mlir/test/Dialect/Vector/vector-contract-transforms.mlir
    M mlir/test/IR/invalid.mlir
    M mlir/test/IR/parser.mlir
    M mlir/test/Target/llvmir.mlir
    M mlir/test/Transforms/buffer-placement-preparation-allowed-memref-results.mlir
    M mlir/test/Transforms/buffer-placement-preparation.mlir
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
    M mlir/test/lit.cfg.py
    M mlir/test/lit.site.cfg.py.in
    R mlir/test/mlir-reduce/test.bat
    R mlir/test/mlir-reduce/testcase-windows.mlir
    M mlir/unittests/Dialect/SPIRV/DeserializationTest.cpp
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp
    M openmp/runtime/test/ompt/worksharing/for/runtime.c
    M openmp/runtime/test/ompt/worksharing/for/runtime_serialized.c
    M openmp/runtime/test/ompt/worksharing/for/runtime_split.c
    M openmp/runtime/test/worksharing/for/bug_set_schedule_0.c
    M openmp/runtime/test/worksharing/for/omp_for_schedule_runtime.c
    M openmp/runtime/test/worksharing/for/omp_nonmonotonic_dynamic1.c
    M pstl/CMakeLists.txt
    M pstl/include/pstl/internal/algorithm_impl.h
    M pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
    M pstl/test/std/numerics/numeric.ops/transform_reduce.pass.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into rc.master


  Commit: 0cdd442353cd58da2bf1cd33d69c43dd1f6cb011
      https://github.com/llvm/llvm-project/commit/0cdd442353cd58da2bf1cd33d69c43dd1f6cb011
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M .gitignore
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-move/Move.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/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NoEscapeCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/NoEscapeCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnusedRaiiCheck.cpp
    M clang-tools-extra/clang-tidy/cert/CommandProcessorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/clangd/ClangdServer.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/RIFF.h
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundIndexStorage.cpp
    M clang-tools-extra/clangd/index/Serialization.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Client.h
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/test/background-index.test
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-no-escape.m
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii-crash.mm
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/analyzer/checkers.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/ExprOpenMP.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    M clang/include/clang/Basic/BuiltinsX86.def
    M clang/include/clang/Basic/BuiltinsX86_64.def
    M clang/include/clang/Basic/DiagnosticASTKinds.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/DiagnosticIDs.h
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/ObjCRuntime.h
    R clang/include/clang/Driver/CLCompatOptions.td
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/Tooling/ReplacementsYaml.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprClassification.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Basic/Version.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CrossTU/CrossTranslationUnit.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChains/AIX.cpp
    M clang/lib/Driver/ToolChains/AIX.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/FormatTokenLexer.h
    M clang/lib/Format/TokenAnalyzer.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_complex_builtins.h
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/intrin.h
    A clang/lib/Headers/openmp_wrappers/complex
    A clang/lib/Headers/openmp_wrappers/complex.h
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPExpressions.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaChecking.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/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.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/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    A clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporter.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/test/AST/ast-dump-APValue-anon-union.cpp
    M clang/test/AST/ast-dump-APValue-arithmetic.cpp
    M clang/test/AST/ast-dump-APValue-array.cpp
    M clang/test/AST/ast-dump-APValue-struct.cpp
    M clang/test/AST/ast-dump-APValue-todo.cpp
    M clang/test/AST/ast-dump-APValue-union.cpp
    M clang/test/AST/ast-dump-APValue-vector.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/regression-new-expr-crash.cpp
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/analyzer-config.c
    M clang/test/Analysis/ctu-import-threshold.c
    M clang/test/Analysis/smart-ptr.cpp
    M clang/test/Analysis/use-after-move.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/p2.cpp
    M clang/test/CodeGen/Atomics.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/ms-intrinsics.c
    A clang/test/CodeGen/msp430-abi-complex.c
    M clang/test/CodeGen/systemz-abi.c
    M clang/test/CodeGen/systemz-abi.cpp
    A clang/test/CodeGenCUDA/lambda.cu
    A clang/test/Driver/aix-object-mode.c
    A clang/test/Driver/aix-toolchain-include.cpp
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang-g-opts.c
    M clang/test/Driver/cuda-dwarf-2.cu
    M clang/test/Driver/debug-options-as.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/hip-link-save-temps.hip
    M clang/test/Driver/hip-toolchain-rdc-separate.hip
    M clang/test/Driver/hip-toolchain-rdc-static-lib.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    M clang/test/Driver/integrated-as.s
    M clang/test/Driver/myriad-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/x86-target-features.c
    M clang/test/Headers/Inputs/include/cmath
    A clang/test/Headers/Inputs/include/complex
    M clang/test/Headers/Inputs/include/cstdlib
    M clang/test/Headers/nvptx_device_math_complex.c
    A clang/test/Headers/nvptx_device_math_complex.cpp
    M clang/test/Index/evaluate-cursor.cpp
    M clang/test/Modules/Inputs/codegen-flags/foo.h
    M clang/test/Modules/context-hash.c
    M clang/test/OpenMP/target_data_messages.c
    M clang/test/OpenMP/target_defaultmap_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_map_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_depend_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_messages.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_messages.cpp
    A clang/test/PCH/codegen.cpp
    M clang/test/Sema/builtin-expect-with-probability.cpp
    A clang/test/Sema/init-ref-c.c
    M clang/test/SemaCUDA/Inputs/cuda.h
    A clang/test/SemaCUDA/lambda.cu
    A clang/test/SemaCXX/attr-trivial-abi.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx2a-destroying-delete.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/references.cpp
    M clang/test/SemaCXX/warn-cast-align.cpp
    A clang/test/SemaObjC/potentially-direct-selector.m
    M clang/test/SemaObjC/signed-char-bool-conversion.m
    M clang/test/SemaObjCXX/attr-trivial-abi.mm
    M clang/test/SemaTemplate/default-arguments-cxx0x.cpp
    M clang/test/SemaTemplate/dependent-expr.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    A clang/test/utils/update_cc_test_checks/Inputs/on_the_fly_arg_change.c
    A clang/test/utils/update_cc_test_checks/Inputs/on_the_fly_arg_change.c.expected
    M clang/test/utils/update_cc_test_checks/mangled_names.test
    A clang/test/utils/update_cc_test_checks/on_the_fly_arg_change.test
    M clang/tools/libclang/CIndex.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Tooling/ReplacementsYamlTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/hexagon/dffma.S
    R compiler-rt/lib/builtins/hexagon/fabs_opt.S
    R compiler-rt/lib/builtins/hexagon/fma_opt.S
    R compiler-rt/lib/builtins/hexagon/fmax_opt.S
    R compiler-rt/lib/builtins/hexagon/fmin_opt.S
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    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_platform.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/crt/lit.cfg.py
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
    M flang/documentation/Intrinsics.md
    M flang/include/flang/Common/indirection.h
    M flang/include/flang/Evaluate/call.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Lower/CharacterExpr.h
    A flang/include/flang/Lower/IO.h
    M flang/include/flang/Lower/IntrinsicCall.h
    M flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/call.cpp
    M flang/lib/Evaluate/expression.cpp
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/host.cpp
    M flang/lib/Evaluate/host.h
    M flang/lib/Evaluate/intrinsics-library.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/IO.cpp
    A flang/lib/Lower/IntrinsicCall.cpp
    M flang/lib/Lower/Mangler.cpp
    M flang/lib/Lower/RTBuilder.h
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Parser/parse-tree.cpp
    M flang/lib/Parser/tools.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/check-coarray.cpp
    M flang/lib/Semantics/check-coarray.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/pgmath.h.inc
    M flang/runtime/unit-map.h
    M flang/test/Semantics/call10.f90
    A flang/test/Semantics/num_images.f90
    M flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve94.f90
    M flang/tools/f18-parse-demo/stub-evaluate.cpp
    M flang/tools/f18/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Evaluate/fp-testing.cpp
    M flang/unittests/Evaluate/fp-testing.h
    M flang/unittests/Evaluate/intrinsics.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/math/math_utils.h
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memchr.cpp
    A libc/src/string/memchr.h
    M libc/test/src/CMakeLists.txt
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memchr_test.cpp
    M libcxx/CMakeLists.txt
    M libcxx/TODO.TXT
    M libcxx/cmake/caches/Generic-cxx03.cmake
    M libcxx/cmake/caches/Generic-cxx11.cmake
    M libcxx/cmake/caches/Generic-cxx14.cmake
    M libcxx/cmake/caches/Generic-cxx17.cmake
    M libcxx/cmake/caches/Generic-cxx2a.cmake
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/variant
    M libcxx/src/CMakeLists.txt
    M libcxx/test/CMakeLists.txt
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
    M libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
    M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
    M libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp
    M libcxx/test/libcxx/utilities/variant/version.pass.cpp
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp
    M libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
    M libcxx/test/std/containers/sequences/array/at.pass.cpp
    M libcxx/test/std/containers/sequences/array/at_const.pass.cpp
    M libcxx/test/std/containers/sequences/array/contiguous.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/test_demangle.pass.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Config.h
    M lld/ELF/DWARF.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/Thunks.cpp
    M lld/docs/ld.lld.1
    M lld/test/ELF/Inputs/gdb-index.s
    A lld/test/ELF/dead-reloc-in-nonalloc.s
    M lld/test/ELF/debug-dead-reloc.s
    A lld/test/ELF/gdb-index-invalid-pubnames.s
    M lld/test/ELF/gdb-index.s
    A lld/test/ELF/ppc64-error-toc-local-call.s
    A lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    A lld/test/ELF/ppc64-toc-call-to-pcrel.s
    M lld/test/ELF/silent-ignore.test
    M lldb/docs/index.rst
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/source/API/SBFrame.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.h
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    A lldb/source/Plugins/Process/Utility/RegisterInfoAndSetInterface.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/test/API/functionalities/target_var/Makefile
    M lldb/test/API/functionalities/target_var/TestTargetVar.py
    R lldb/test/API/functionalities/target_var/globals.c
    R lldb/test/API/functionalities/target_var/globals.ll
    A lldb/test/API/functionalities/target_var/main.c
    M lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
    A lldb/test/API/iohandler/resize/input_file
    A lldb/test/API/lang/cpp/alignas_base_class/Makefile
    A lldb/test/API/lang/cpp/alignas_base_class/TestAlignAsBaseClass.py
    A lldb/test/API/lang/cpp/alignas_base_class/main.cpp
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/Shell/Reproducer/TestCrash.test
    M lldb/test/Shell/Reproducer/TestDriverOptions.test
    M lldb/test/Shell/Reproducer/TestVersionCheck.test
    M lldb/test/Shell/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/driver/Options.td
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/.gitignore
    M llvm/cmake/modules/AddSphinxTarget.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/Passes.rst
    M llvm/docs/conf.py
    M llvm/include/llvm/ADT/Bitfields.h
    M llvm/include/llvm/Analysis/AliasSetTracker.h
    M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
    R llvm/include/llvm/Analysis/OrderedInstructions.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineDominators.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/Dominators.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/LegacyPassNameParser.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
    M llvm/include/llvm/ProfileData/ProfileCommon.h
    M llvm/include/llvm/Support/SystemUtils.h
    M llvm/include/llvm/Support/VersionTuple.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h
    M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    R llvm/lib/Analysis/OrderedInstructions.cpp
    M llvm/lib/Analysis/ProfileSummaryInfo.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/ValueLatticeUtils.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/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/ExpandReductions.cpp
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/InterleavedAccessPass.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LowLevelType.cpp
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.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/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/Frontend/OpenMP/OMPConstants.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/DebugCounter.cpp
    M llvm/lib/Support/FormattedStream.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/Parallel.cpp
    M llvm/lib/Support/SystemUtils.cpp
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/CaymanInstructions.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    M llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
    M llvm/lib/Target/RISCV/RISCVSubtarget.h
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/X86.h
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
    M llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/IPO/Inliner.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/SampleProfile.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/lib/Transforms/Scalar/Sink.cpp
    M llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
    M llvm/lib/Transforms/Utils/PredicateInfo.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlanDominatorTree.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/test/Analysis/BasicAA/empty.ll
    M llvm/test/Analysis/BasicAA/phi-loop.ll
    M llvm/test/Analysis/BasicAA/recphi.ll
    M llvm/test/Bitcode/attributes.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store-vector-of-ptr-debugloc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-memlib-debug-loc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift-imm-promote-dloc.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-simple.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-vaarg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-bitcast.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-redundant-zext.mir
    A llvm/test/CodeGen/AArch64/regress-combine-extract-vectors.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-shuffles.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-subvector.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-ld1-addressing-mode-reg-imm.ll
    A llvm/test/CodeGen/AArch64/sve-split-load.ll
    A llvm/test/CodeGen/AArch64/sve-split-store.ll
    M llvm/test/CodeGen/AArch64/sve-st1-addressing-mode-reg-imm.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/dynamic-alloca-divergent.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-ptrmask.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-sat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-fold-binop-select.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/bypass-div.ll
    M llvm/test/CodeGen/AMDGPU/idiv-licm.ll
    A llvm/test/CodeGen/AMDGPU/merge-image-load-gfx10.mir
    A llvm/test/CodeGen/AMDGPU/merge-image-sample-gfx10.mir
    M llvm/test/CodeGen/AMDGPU/sdiv.ll
    M llvm/test/CodeGen/AMDGPU/udivrem.ll
    A llvm/test/CodeGen/ARM/arm-half-promote.ll
    M llvm/test/CodeGen/PowerPC/builtins-ppc-p10permute.ll
    M llvm/test/CodeGen/PowerPC/legalize-vaarg.ll
    M llvm/test/CodeGen/PowerPC/ppc64-varargs.ll
    A llvm/test/CodeGen/RISCV/add-imm.ll
    M llvm/test/CodeGen/RISCV/codemodel-lowering.ll
    M llvm/test/CodeGen/RISCV/mir-target-flags.ll
    M llvm/test/CodeGen/RISCV/mul.ll
    M llvm/test/CodeGen/RISCV/pic-models.ll
    M llvm/test/CodeGen/RISCV/tls-models.ll
    A llvm/test/CodeGen/WebAssembly/simd-shift-complex-splats.ll
    R llvm/test/CodeGen/WebAssembly/simd-shift-unroll.ll
    M llvm/test/CodeGen/WebAssembly/stack-protector.ll
    M llvm/test/CodeGen/X86/O0-pipeline.ll
    M llvm/test/CodeGen/X86/avx-vperm2x128.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
    M llvm/test/CodeGen/X86/buildvec-insertvec.ll
    M llvm/test/CodeGen/X86/extractelement-load.ll
    M llvm/test/CodeGen/X86/known-signbits-vector.ll
    M llvm/test/CodeGen/X86/lvi-hardening-loads.ll
    M llvm/test/CodeGen/X86/packss.ll
    M llvm/test/CodeGen/X86/phaddsub-extract.ll
    A llvm/test/CodeGen/X86/pr46527.ll
    M llvm/test/CodeGen/X86/speculative-execution-side-effect-suppression.ll
    M llvm/test/CodeGen/X86/statepoint-vector.ll
    M llvm/test/CodeGen/X86/var-permute-256.ll
    M llvm/test/CodeGen/X86/vector-pack-256.ll
    M llvm/test/CodeGen/X86/vector-shuffle-avx512.ll
    M llvm/test/CodeGen/X86/vselect-pcmp.ll
    M llvm/test/CodeGen/X86/win64-byval.ll
    M llvm/test/CodeGen/X86/x86-interleaved-access.ll
    A llvm/test/DebugInfo/MIR/X86/singlelocation-cutoffs.mir
    A llvm/test/DebugInfo/NVPTX/packed_bitfields.ll
    M llvm/test/DebugInfo/X86/packed_bitfields.ll
    M llvm/test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_none.yaml
    M llvm/test/FileCheck/dump-input-enable.txt
    M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
    M llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s
    M llvm/test/MC/RISCV/rv32c-invalid.s
    M llvm/test/MC/SystemZ/insn-bad.s
    M llvm/test/MC/SystemZ/insn-good-z13.s
    M llvm/test/MC/SystemZ/insn-good-z14.s
    M llvm/test/MC/SystemZ/insn-good-z15.s
    M llvm/test/MC/SystemZ/insn-good.s
    M llvm/test/MC/SystemZ/regs-good.s
    M llvm/test/MC/SystemZ/tokens.s
    M llvm/test/MachineVerifier/test_g_bitcast.mir
    R llvm/test/Object/lit.local.cfg
    R llvm/test/ObjectYAML/lit.local.cfg
    M llvm/test/Other/opt-hot-cold-split.ll
    M llvm/test/Reduce/remove-args.ll
    A llvm/test/Reduce/remove-attributes-from-intrinsic-like-functions.ll
    A llvm/test/Reduce/remove-attributes-from-intrinsics.ll
    A llvm/test/Reduce/remove-call-site-attributes.ll
    M llvm/test/Reduce/remove-funcs.ll
    A llvm/test/Reduce/remove-function-attributes.ll
    A llvm/test/Reduce/remove-global-variable-attributes.ll
    M llvm/test/Reduce/remove-global-vars.ll
    M llvm/test/Reduce/remove-metadata.ll
    M llvm/test/Reduce/remove-multiple-use-of-args-in-same-instruction.ll
    M llvm/test/Reduce/remove-multiple-use-of-global-vars-in-same-instruction.ll
    M llvm/test/Reduce/remove-operand-bundles.ll
    M llvm/test/TableGen/directive1.td
    M llvm/test/TableGen/directive2.td
    A llvm/test/Transforms/BDCE/sext_multi_uses.ll
    A llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-01.ll
    A llvm/test/Transforms/Coroutines/coro-split-sink-lifetime-02.ll
    R llvm/test/Transforms/Coroutines/coro-split-sink-lifetime.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/2016-07-17-UseAfterFree.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/free.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/lifetime.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/memset-missing-debugloc.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-captures.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/multiblock-malloc-free.ll
    M llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
    M llvm/test/Transforms/GlobalOpt/fastcc.ll
    R llvm/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
    R llvm/test/Transforms/IPConstantProp/PR16052.ll
    R llvm/test/Transforms/IPConstantProp/PR26044.ll
    R llvm/test/Transforms/IPConstantProp/dangling-block-address.ll
    R llvm/test/Transforms/IPConstantProp/fp-bc-icmp-const-fold.ll
    R llvm/test/Transforms/IPConstantProp/global.ll
    R llvm/test/Transforms/IPConstantProp/musttail-call.ll
    R llvm/test/Transforms/IPConstantProp/remove-call-inst.ll
    R llvm/test/Transforms/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
    R llvm/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
    A llvm/test/Transforms/IndVarSimplify/widen-i32-i8ptr.ll
    M llvm/test/Transforms/Inline/inline-optnone.ll
    M llvm/test/Transforms/InstCombine/select.ll
    M llvm/test/Transforms/InstSimplify/select.ll
    M llvm/test/Transforms/InstSimplify/vscale.ll
    M llvm/test/Transforms/LoopUnroll/FullUnroll.ll
    M llvm/test/Transforms/LoopVectorize/X86/optsize.ll
    M llvm/test/Transforms/LoopVectorize/X86/tail_loop_folding.ll
    M llvm/test/Transforms/LoopVectorize/optsize.ll
    M llvm/test/Transforms/LoopVectorize/pr39417-optsize-scevchecks.ll
    M llvm/test/Transforms/LoopVectorize/runtime-check.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/remarks-shared-subtrees.ll
    A llvm/test/Transforms/SCCP/2009-09-24-byval-ptr.ll
    A llvm/test/Transforms/SCCP/PR16052.ll
    A llvm/test/Transforms/SCCP/PR26044.ll
    A llvm/test/Transforms/SCCP/assume.ll
    M llvm/test/Transforms/SCCP/conditions-ranges.ll
    A llvm/test/Transforms/SCCP/dangling-block-address.ll
    A llvm/test/Transforms/SCCP/fp-bc-icmp-const-fold.ll
    A llvm/test/Transforms/SCCP/global.ll
    M llvm/test/Transforms/SCCP/metadata.ll
    A llvm/test/Transforms/SCCP/musttail-call.ll
    A llvm/test/Transforms/SCCP/remove-call-inst.ll
    A llvm/test/Transforms/SCCP/solve-after-each-resolving-undefs-for-function.ll
    A llvm/test/Transforms/SCCP/user-with-multiple-uses.ll
    M llvm/test/Transforms/SLPVectorizer/AArch64/spillcost-order.ll
    M llvm/test/Transforms/SLPVectorizer/X86/remark_unsupported.ll
    M llvm/test/Transforms/SLPVectorizer/slp-max-phi-size.ll
    M llvm/test/Transforms/SampleProfile/inline-mergeprof.ll
    M llvm/test/Transforms/SampleProfile/inline-topdown.ll
    A llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-load.ll
    A llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/expand-masked-store.ll
    M llvm/test/Transforms/Scalarizer/crash-bug.ll
    A llvm/test/Transforms/SimplifyCFG/pr46638.ll
    M llvm/test/Transforms/SpeculativeExecution/PR46267.ll
    M llvm/test/Transforms/Util/PredicateInfo/condprop.ll
    M llvm/test/Transforms/Util/PredicateInfo/unnamed-types.ll
    M llvm/test/Verifier/matrix-intrinsics.ll
    M llvm/test/Verifier/preallocated-invalid.ll
    M llvm/test/Verifier/preallocated-valid.ll
    M llvm/test/lit.cfg.py
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/basic.ll.expected
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/on_the_fly_arg_change.ll
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/on_the_fly_arg_change.ll.expected
    M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/basic.test
    A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/on_the_fly_arg_change.test
    M llvm/test/tools/llvm-as/lit.local.cfg
    A llvm/test/tools/llvm-dwarfdump/X86/debug_pub_tables_error_cases.s
    R llvm/test/tools/llvm-dwarfdump/lit.local.cfg
    M llvm/test/tools/llvm-gsymutil/ARM_AArch64/lit.local.cfg
    M llvm/test/tools/llvm-gsymutil/X86/lit.local.cfg
    A llvm/test/tools/llvm-ml/struct.test
    A llvm/test/tools/llvm-ml/struct_errors.test
    M llvm/test/tools/llvm-nm/lit.local.cfg
    A llvm/test/tools/llvm-objdump/ARM/Inputs/debug.c
    A llvm/test/tools/llvm-objdump/ARM/Inputs/wide-char.c
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf4-sections.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf4.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf5-sections.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-dwarf5.s
    A llvm/test/tools/llvm-objdump/ARM/debug-vars-wide-chars.s
    A llvm/test/tools/llvm-objdump/PowerPC/debug-vars.s
    R llvm/test/tools/llvm-objdump/lit.local.cfg
    R llvm/test/tools/llvm-readobj/COFF/lit.local.cfg
    M llvm/test/tools/llvm-readobj/ELF/addrsig.test
    M llvm/test/tools/llvm-readobj/ELF/broken-dynamic-reloc.test
    M llvm/test/tools/llvm-readobj/ELF/call-graph-profile.test
    M llvm/test/tools/llvm-readobj/ELF/linker-options.test
    M llvm/test/tools/llvm-readobj/ELF/mips-got.test
    M llvm/test/tools/llvm-readobj/ELF/mips-plt.test
    M llvm/test/tools/llvm-readobj/ELF/verneed-flags.yaml
    M llvm/test/tools/llvm-readobj/ELF/versym-invalid.test
    M llvm/test/tools/llvm-symbolizer/options-from-env.test
    A llvm/test/tools/llvm-symbolizer/pdb/Inputs/test-columns.exe
    A llvm/test/tools/llvm-symbolizer/pdb/Inputs/test-columns.pdb
    M llvm/test/tools/llvm-symbolizer/pdb/Inputs/test.cpp
    A llvm/test/tools/llvm-symbolizer/pdb/pdb-native-columns.test
    R llvm/test/tools/llvm-xray/X86/lit.local.cfg
    M llvm/test/tools/obj2yaml/COFF/bss.s
    R llvm/test/tools/obj2yaml/lit.local.cfg
    R llvm/test/tools/yaml2obj/lit.local.cfg
    M llvm/tools/llvm-as/llvm-as.cpp
    M llvm/tools/llvm-extract/llvm-extract.cpp
    M llvm/tools/llvm-link/llvm-link.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp
    M llvm/tools/llvm-reduce/CMakeLists.txt
    M llvm/tools/llvm-reduce/DeltaManager.h
    M llvm/tools/llvm-reduce/deltas/Delta.h
    M llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
    A llvm/tools/llvm-reduce/deltas/ReduceAttributes.h
    M llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceOperandBundles.cpp
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/tools/opt/PassPrinters.cpp
    M llvm/tools/opt/PassPrinters.h
    M llvm/tools/opt/opt.cpp
    M llvm/unittests/ADT/BitFieldsTest.cpp
    M llvm/unittests/Analysis/AliasAnalysisTest.cpp
    M llvm/unittests/Analysis/CMakeLists.txt
    R llvm/unittests/Analysis/OrderedInstructionsTest.cpp
    M llvm/unittests/AsmParser/AsmParserTest.cpp
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp
    M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
    M llvm/unittests/IR/ConstantsTest.cpp
    M llvm/unittests/MI/LiveIntervalTest.cpp
    M llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp
    M llvm/unittests/Support/YAMLIOTest.cpp
    M llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
    M llvm/utils/FileCheck/FileCheck.cpp
    M llvm/utils/TableGen/DirectiveEmitter.cpp
    M llvm/utils/UpdateTestChecks/common.py
    M llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
    M llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
    M llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
    M llvm/utils/gn/secondary/llvm/tools/llvm-reduce/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
    M llvm/utils/lit/lit/cl_arguments.py
    M llvm/utils/lit/lit/main.py
    A llvm/utils/lit/tests/Inputs/show-result-codes/fail.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/lit.cfg
    A llvm/utils/lit/tests/Inputs/show-result-codes/pass.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/unsupported.txt
    A llvm/utils/lit/tests/Inputs/show-result-codes/xfail.txt
    A llvm/utils/lit/tests/show-result-codes.py
    M llvm/utils/update_cc_test_checks.py
    M llvm/utils/update_llc_test_checks.py
    M llvm/utils/update_test_checks.py
    M mlir/CMakeLists.txt
    A mlir/docs/Bindings/Python.md
    M mlir/include/mlir/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.h
    M mlir/include/mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVMatrixOps.td
    A mlir/include/mlir/Dialect/SPIRV/SPIRVModule.h
    M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
    M mlir/include/mlir/Dialect/SPIRV/SPIRVTypes.h
    M mlir/include/mlir/Dialect/SPIRV/Serialization.h
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    A mlir/include/mlir/Dialect/StandardOps/IR/StandardOpsBase.td
    M mlir/include/mlir/Dialect/Traits.h
    M mlir/include/mlir/Dialect/Vector/VectorOps.td
    M mlir/include/mlir/IR/AffineMap.h
    M mlir/include/mlir/IR/Dominance.h
    M mlir/include/mlir/IR/Function.h
    M mlir/include/mlir/IR/Module.h
    A mlir/include/mlir/IR/OwningOpRefBase.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    A mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-f32.mlir
    A mlir/integration_test/Dialect/Vector/CPU/test-outerproduct-i64.mlir
    R mlir/integration_test/Dialect/Vector/CPU/test-outerproduct.mlir
    M mlir/lib/Analysis/Utils.cpp
    A mlir/lib/Bindings/CMakeLists.txt
    A mlir/lib/Bindings/Python/CMakeLists.txt
    A mlir/lib/Bindings/Python/MainModule.cpp
    A mlir/lib/Bindings/Python/mlir/__init__.py
    A mlir/lib/Bindings/Python/unix_version.lds
    M mlir/lib/CMakeLists.txt
    M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
    M mlir/lib/Conversion/GPUToVulkan/ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
    M mlir/lib/Conversion/LinalgToStandard/LinalgToStandard.cpp
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVMPass.cpp
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Affine/EDSC/Builders.cpp
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/Affine/Transforms/AffineDataCopyGeneration.cpp
    M mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp
    M mlir/lib/Dialect/Affine/Utils/Utils.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/lib/Dialect/SPIRV/SPIRVTypes.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Deserializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Serializer.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/TranslateRegistration.cpp
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Dialect/Traits.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/lib/IR/AffineMap.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/lib/IR/Function.cpp
    M mlir/lib/Parser/AttributeParser.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/lib/Transforms/BufferPlacement.cpp
    M mlir/lib/Transforms/CSE.cpp
    A mlir/test/Bindings/Python/lit.local.cfg
    A mlir/test/Bindings/Python/smoke_test.py
    M mlir/test/CMakeLists.txt
    M mlir/test/Conversion/SPIRVToLLVM/arithmetic-ops-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/bitwise-ops-to-llvm.mlir
    M mlir/test/Conversion/SPIRVToLLVM/cast-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
    A mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.invalid.mlir
    A mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.mlir
    M mlir/test/Dialect/Affine/invalid.mlir
    M mlir/test/Dialect/Affine/ops.mlir
    M mlir/test/Dialect/SCF/parallel-loop-fusion.mlir
    M mlir/test/Dialect/SPIRV/Serialization/matrix.mlir
    M mlir/test/Dialect/SPIRV/Serialization/memory-ops.mlir
    M mlir/test/Dialect/SPIRV/matrix-ops.mlir
    M mlir/test/Dialect/SPIRV/ops.mlir
    M mlir/test/Dialect/Shape/canonicalize.mlir
    M mlir/test/Dialect/Vector/canonicalize.mlir
    M mlir/test/Dialect/Vector/vector-contract-transforms.mlir
    M mlir/test/IR/invalid.mlir
    M mlir/test/IR/parser.mlir
    M mlir/test/Target/llvmir.mlir
    M mlir/test/Transforms/buffer-placement-preparation-allowed-memref-results.mlir
    M mlir/test/Transforms/buffer-placement-preparation.mlir
    M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
    M mlir/test/lit.cfg.py
    M mlir/test/lit.site.cfg.py.in
    R mlir/test/mlir-reduce/test.bat
    R mlir/test/mlir-reduce/testcase-windows.mlir
    M mlir/tools/mlir-vulkan-runner/vulkan-runtime-wrappers.cpp
    M mlir/unittests/Dialect/SPIRV/DeserializationTest.cpp
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp
    M openmp/runtime/test/ompt/worksharing/for/runtime.c
    M openmp/runtime/test/ompt/worksharing/for/runtime_serialized.c
    M openmp/runtime/test/ompt/worksharing/for/runtime_split.c
    M openmp/runtime/test/worksharing/for/bug_set_schedule_0.c
    M openmp/runtime/test/worksharing/for/omp_for_schedule_runtime.c
    M openmp/runtime/test/worksharing/for/omp_nonmonotonic_dynamic1.c
    M pstl/CMakeLists.txt
    M pstl/include/pstl/internal/algorithm_impl.h
    M pstl/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
    M pstl/test/std/numerics/numeric.ops/transform_reduce.pass.cpp

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 591c551fec501b3ce80fff02463f291baced5d28
      https://github.com/llvm/llvm-project/commit/591c551fec501b3ce80fff02463f291baced5d28
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.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/MakeSmartPtrCheck.h
    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/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/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
    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/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.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/RedundantStringCStrCheck.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/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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    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
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/CompileCommands.h
    M clang-tools-extra/clangd/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigProvider.cpp
    M clang-tools-extra/clangd/ConfigProvider.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/Hover.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/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M clang-tools-extra/clangd/SemanticSelection.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/indexer/CMakeLists.txt
    M clang-tools-extra/clangd/indexer/IndexerMain.cpp
    R clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json
    A clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json.tmpl
    R clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    A clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc.tmpl
    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/initialize-params.test
    M clang-tools-extra/clangd/test/semantic-tokens.test
    M clang-tools-extra/clangd/test/test-uri-windows.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/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/URITests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/openmp-use-default-none.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/conf.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/header.h
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-memset-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables-conflict.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-module.cpp
    M clang-tools-extra/test/clang-tidy/checkers/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-multiple-styles.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/conf.py
    M clang/docs/conf.py
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecordLayout.h
    M clang/include/clang/AST/Redeclarable.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    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/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    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/FPOptions.def
    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/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/Sanitizers.def
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    R clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/SemaInternal.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/Testing/TestClangConfig.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/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/Interp/InterpFrame.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OSLog.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/RecordLayout.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/MSP430.cpp
    M clang/lib/Basic/Targets/NVPTX.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/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/SystemZ.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/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    A clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp
    A clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.h
    A clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    A clang/lib/CodeGen/CGOpenMPRuntimeGPU.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/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/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Driver/Driver.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/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/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    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/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/MSP430.cpp
    M clang/lib/Driver/ToolChains/MSP430.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MinGW.h
    M clang/lib/Driver/ToolChains/ROCm.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Frontend/CMakeLists.txt
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_complex_builtins.h
    M clang/lib/Headers/__clang_cuda_device_functions.h
    M clang/lib/Headers/__clang_cuda_libdevice_declares.h
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/math.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.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/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/Sema.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/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/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.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/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.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/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/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SVals.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/Tooling/FileMatchTrie.cpp
    M clang/lib/Tooling/Refactoring/RefactoringActions.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.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/Parsing.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/.clang-format
    A clang/test/AST/ast-dump-concepts.cpp
    A clang/test/AST/ast-dump-fpfeatures.cpp
    A clang/test/AST/ast-dump-recovery.c
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-printer-lambda.cpp
    M clang/test/AST/language_address_space_attribute.cpp
    M clang/test/AST/regression-new-expr-crash.cpp
    A clang/test/Analysis/Inputs/ctu-import.c
    A clang/test/Analysis/Inputs/ctu-import.c.externalDefMap.ast-dump.txt
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    A clang/test/Analysis/ctu-implicit.c
    M clang/test/Analysis/ctu-on-demand-parsing.c
    M clang/test/Analysis/ctu-on-demand-parsing.cpp
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    A clang/test/Analysis/equality_tracking.c
    M clang/test/Analysis/fuchsia_handle.cpp
    M clang/test/Analysis/iterator-modeling.cpp
    M clang/test/Analysis/iterator-range.cpp
    A clang/test/Analysis/live-stmts.mm
    M clang/test/Analysis/malloc.c
    A clang/test/Analysis/mutually_exclusive_null_fp.cpp
    M clang/test/Analysis/pr22954.c
    A clang/test/Analysis/report-uniqueing.cpp
    A clang/test/Analysis/scan-build/Inputs/null_dereference_and_division_by_zero.c
    A clang/test/Analysis/scan-build/silence-core-checkers.test
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX-socket-sockaddr.cpp
    M clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/stream-note.c
    M clang/test/Analysis/stream.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/p1.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p3.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/temp.param/p15-cxx0x.cpp
    A clang/test/CXX/temp/temp.pre/p6.cpp
    M clang/test/CodeGen/Inputs/thinlto_expect1.proftext
    M clang/test/CodeGen/Inputs/thinlto_expect2.proftext
    M clang/test/CodeGen/aarch64-bf16-ldst-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-fcvt-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc-constrained.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem-constrained.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm-bf16-softfloat.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-neon-directed-rounding-constrained.c
    M clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/asm-cet.S
    M clang/test/CodeGen/atomics-sema-alignment.c
    M clang/test/CodeGen/attr-nomerge.cpp
    A clang/test/CodeGen/builtin-complex.c
    M clang/test/CodeGen/builtins-arm.c
    M clang/test/CodeGen/builtins-arm64.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-3.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/CodeGen/builtins-ppc-fpconstrained.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-systemz.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/callback_annotated.c
    M clang/test/CodeGen/callback_openmp.c
    M clang/test/CodeGen/callback_pthread_create.c
    M clang/test/CodeGen/code-coverage.c
    A clang/test/CodeGen/complex-builtins-3.c
    R clang/test/CodeGen/complex-builtints.c
    A clang/test/CodeGen/fp-strictfp-exp.cpp
    A clang/test/CodeGen/fp-strictfp.cpp
    M clang/test/CodeGen/fpconstrained-cmp-double.c
    M clang/test/CodeGen/fpconstrained-cmp-float.c
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/matrix-lowering-opt-levels.c
    M clang/test/CodeGen/matrix-type-builtins.c
    M clang/test/CodeGen/pch-dllexport.cpp
    A clang/test/CodeGen/ppc-aggregate-abi.cpp
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/ve-abi.c
    M clang/test/CodeGen/vla.c
    A clang/test/CodeGen/windows-seh-filter-inFinally.c
    M clang/test/CodeGenCXX/Inputs/profile-remap.proftext
    A clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext
    A clang/test/CodeGenCXX/aix-sinit-register-global-dtors-with-atexit.cpp
    A clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    M clang/test/CodeGenCXX/cxx2a-destroying-delete.cpp
    M clang/test/CodeGenCXX/debug-info-class.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    A clang/test/CodeGenCXX/fp16-mangle-arg-return.cpp
    M clang/test/CodeGenCXX/mangle-address-space.cpp
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenCXX/profile-remap.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenObjC/arc-unsafeclaim.m
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/CodeGenObjC/for-in.m
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M clang/test/CodeGenObjCXX/arc-list-init-destruct.mm
    M clang/test/CodeGenObjCXX/exceptions-legacy.mm
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/os_log.mm
    M clang/test/CodeGenOpenCL/address-spaces-conversions.cl
    M clang/test/CodeGenOpenCL/address-spaces.cl
    M clang/test/CodeGenOpenCL/convergent.cl
    M clang/test/CoverageMapping/break.c
    M clang/test/CoverageMapping/builtinmacro.c
    M clang/test/CoverageMapping/classtemplate.cpp
    M clang/test/CoverageMapping/comment-in-macro.c
    M clang/test/CoverageMapping/continue.c
    M clang/test/CoverageMapping/coroutine.cpp
    M clang/test/CoverageMapping/deferred-region.cpp
    M clang/test/CoverageMapping/if.cpp
    M clang/test/CoverageMapping/includehell.cpp
    M clang/test/CoverageMapping/label.cpp
    M clang/test/CoverageMapping/logical.cpp
    M clang/test/CoverageMapping/loops.cpp
    M clang/test/CoverageMapping/macro-expressions.cpp
    M clang/test/CoverageMapping/macroparams2.c
    M clang/test/CoverageMapping/macros.c
    M clang/test/CoverageMapping/macroscopes.cpp
    M clang/test/CoverageMapping/moremacros.c
    M clang/test/CoverageMapping/objc.m
    M clang/test/CoverageMapping/pr32679.cpp
    M clang/test/CoverageMapping/preprocessor.c
    M clang/test/CoverageMapping/return.c
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    M clang/test/CoverageMapping/test.c
    M clang/test/CoverageMapping/trycatch.cpp
    M clang/test/CoverageMapping/unreachable-macro.c
    M clang/test/CoverageMapping/while.c
    M clang/test/Driver/B-opt.c
    R clang/test/Driver/Inputs/Windows/ARM/8.1/usr/bin/armv7-windows-itanium-ld
    A clang/test/Driver/Inputs/Windows/ARM/8.1/usr/bin/ld
    A clang/test/Driver/Inputs/basic_freebsd64_tree/usr/bin/ld.bfd
    R clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtbegin.o
    R clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/include/stdio.h
    R clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/full-memory-range/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/full-memory-range/exceptions/crt0.o
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.iossim.a
    A clang/test/Driver/Inputs/rocm/bin/.hipVersion
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aarch64-sve-vector-bits.c
    M clang/test/Driver/aix-as.c
    M clang/test/Driver/arm-cortex-cpus.c
    A clang/test/Driver/arm-nofp-disabled-features.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cl-outputs.c
    M clang/test/Driver/clang-g-opts.c
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/cuda-dwarf-2.cu
    M clang/test/Driver/cxa-atexit.cpp
    M clang/test/Driver/darwin-dsymutil.c
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/debug-options-as.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gcc_forward.c
    M clang/test/Driver/gfortran.f90
    M clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-launch-api.hip
    A clang/test/Driver/hip-std.hip
    A clang/test/Driver/hip-version.hip
    M clang/test/Driver/immediate-options.c
    M clang/test/Driver/integrated-as.s
    A clang/test/Driver/ld-path.c
    M clang/test/Driver/msp430-toolchain.c
    M clang/test/Driver/myriad-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/Driver/pch-codegen.cpp
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/prefixed-tools.c
    A clang/test/Driver/print-search-dirs.c
    M clang/test/Driver/program-path-priority.c
    M clang/test/Driver/riscv-arch.c
    A clang/test/Driver/riscv-cpus.c
    M clang/test/Driver/rocm-detect.cl
    M clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/windows-cross.c
    M clang/test/Frontend/embed-bitcode.ll
    M clang/test/Headers/nvptx_device_math_complex.c
    M clang/test/Headers/nvptx_device_math_complex.cpp
    M clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/object.ifs
    A clang/test/Layout/aix-Wpacked-expecting-diagnostics.cpp
    A clang/test/Layout/aix-Wpacked-no-diagnostics.cpp
    A clang/test/Layout/aix-double-struct-member.cpp
    A clang/test/Layout/aix-no-unique-address-with-double.cpp
    A clang/test/Layout/aix-pack-attr-on-base.cpp
    A clang/test/Layout/aix-power-alignment-typedef-2.cpp
    A clang/test/Layout/aix-power-alignment-typedef.cpp
    A clang/test/Layout/aix-virtual-function-and-base-with-double.cpp
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Modules/module-private.cpp
    A clang/test/OpenMP/amdgcn_target_codegen.cpp
    A clang/test/OpenMP/amdgcn_target_init_temp_alloca.cpp
    M clang/test/OpenMP/atomic_codegen.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/capturing_in_templates.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/declare_mapper_ast_print.c
    M clang/test/OpenMP/declare_mapper_codegen.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    A clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_codegen.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_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_private_codegen.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/distribute_simd_reduction_codegen.cpp
    M clang/test/OpenMP/driver.c
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    A clang/test/OpenMP/irbuilder_nested_openmp_parallel_empty.c
    A clang/test/OpenMP/irbuilder_nested_parallel_for.c
    M clang/test/OpenMP/master_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    M clang/test/OpenMP/nvptx_lambda_pointer_capturing.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/openmp_offload_codegen.cpp
    M clang/test/OpenMP/parallel_default_messages.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_default_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_default_messages.cpp
    M clang/test/OpenMP/parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/parallel_sections_codegen.cpp
    M clang/test/OpenMP/parallel_sections_default_messages.cpp
    A clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
    A clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
    M clang/test/OpenMP/sections_codegen.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_data_ast_print.cpp
    M clang/test/OpenMP/target_data_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_addr_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_defaultmap_codegen.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_device_codegen.cpp
    M clang/test/OpenMP/target_enter_data_codegen.cpp
    M clang/test/OpenMP/target_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_codegen.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_is_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_map_member_expr_array_section_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_default_messages.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_default_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_map_messages.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    M clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_default_messages.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_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_default_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_order_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_default_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_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_map_codegen.cpp
    M clang/test/OpenMP/target_teams_map_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/target_teams_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/target_update_messages.cpp
    M clang/test/OpenMP/target_uses_allocators_codegen.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_default_messages.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskgroup_codegen.cpp
    M clang/test/OpenMP/taskloop_codegen.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_copyin_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_codegen.cpp
    M clang/test/PCH/codegen.cpp
    M clang/test/PCH/cxx-variadic-templates.cpp
    M clang/test/PCH/cxx-variadic-templates.h
    M clang/test/PCH/cxx1y-lambdas.mm
    A clang/test/PCH/cxx2a-constraints-crash.cpp
    M clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/lambda-misplaced-capture-default.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext
    A clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext
    M clang/test/Profile/gcc-flag-compatibility.c
    M clang/test/Sema/Float16.c
    A clang/test/Sema/attr-arm-sve-vector-bits.c
    M clang/test/Sema/attr-cpuspecific.c
    M clang/test/Sema/attr-flag-enum.c
    M clang/test/Sema/attr-target-mv.c
    M clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    M clang/test/Sema/builtins-bpf.c
    M clang/test/Sema/builtins.c
    A clang/test/Sema/ext-int.c
    M clang/test/Sema/format-strings.c
    M clang/test/Sema/fp16-sema.c
    A clang/test/Sema/return-non-void.c
    M clang/test/Sema/static-array.c
    A clang/test/Sema/typo-correction-no-hang.cpp
    M clang/test/Sema/typo-correction-recursive.cpp
    M clang/test/SemaCUDA/builtins.cu
    M clang/test/SemaCUDA/call-kernel-from-kernel.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCUDA/function-target.cu
    M clang/test/SemaCUDA/implicit-device-lambda.cu
    M clang/test/SemaCUDA/method-target.cu
    M clang/test/SemaCUDA/reference-to-kernel-fn.cu
    M clang/test/SemaCXX/PR16677.cpp
    M clang/test/SemaCXX/array-bounds.cpp
    M clang/test/SemaCXX/attr-unused.cpp
    M clang/test/SemaCXX/auto-type-from-cxx.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    A clang/test/SemaCXX/consteval-return-void.cpp
    M clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
    M clang/test/SemaCXX/cxx1y-deduced-return-type.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx1z-copy-omission.cpp
    M clang/test/SemaCXX/default2.cpp
    M clang/test/SemaCXX/ext-int.cpp
    M clang/test/SemaCXX/extern-c.cpp
    M clang/test/SemaCXX/incomplete-call.cpp
    M clang/test/SemaCXX/invalid-template-params.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/references.cpp
    A clang/test/SemaCXX/return-void.cpp
    M clang/test/SemaCXX/return.cpp
    M clang/test/SemaCXX/trailing-return-0x.cpp
    M clang/test/SemaCXX/typo-correction-delayed.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    A clang/test/SemaCXX/void-argument.cpp
    M clang/test/SemaCXX/warn-func-not-needed.cpp
    M clang/test/SemaCXX/warn-large-by-value-copy.cpp
    M clang/test/SemaCXX/warn-member-not-needed.cpp
    M clang/test/SemaCXX/warn-pure-virtual-call-from-ctor-dtor.cpp
    M clang/test/SemaCXX/warn-pure-virtual-kext.cpp
    A clang/test/SemaCXX/warn-suggest-destructor-override
    A clang/test/SemaCXX/warn-suggest-override
    M clang/test/SemaCXX/warn-unused-filescoped.cpp
    M clang/test/SemaCXX/warn-variable-not-needed.cpp
    A clang/test/SemaObjC/method-return-void.m
    A clang/test/SemaOpenCL/recovery-expr.cl
    M clang/test/SemaOpenCL/to_addr_builtin.cl
    A clang/test/SemaOpenCL/usm-address-spaces-conversions.cl
    M clang/test/SemaOpenCLCXX/address-space-deduction.cl
    M clang/test/SemaOpenCLCXX/address-space-templates.cl
    M clang/test/SemaTemplate/address_space-dependent.cpp
    A clang/test/SemaTemplate/alias-template-nondependent.cpp
    M clang/test/SemaTemplate/class-template-decl.cpp
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/instantiate-expr-3.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/SemaTemplate/template-decl-fail.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp.funcattrs.expected
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp.plain.expected
    A clang/test/utils/update_cc_test_checks/check_attrs.test
    M clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
    M clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt
    M clang/tools/clang-import-test/CMakeLists.txt
    M clang/tools/clang-offload-bundler/CMakeLists.txt
    M clang/tools/clang-offload-wrapper/CMakeLists.txt
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/clang-shlib/CMakeLists.txt
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTest.h
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/CodeGen/IncrementalProcessingTest.cpp
    M clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    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
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/analyzer/Dockerfile
    M clang/utils/analyzer/SATest.py
    A clang/utils/analyzer/SATestBenchmark.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/entrypoint.py
    A clang/utils/analyzer/projects/capnproto/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/capnproto/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/cppcheck/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/cppcheck/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/faiss/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/faiss/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/harfbuzz/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/harfbuzz/run_static_analyzer.cmd
    M clang/utils/analyzer/projects/projects.json
    A clang/utils/analyzer/projects/tmux/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd
    A clang/utils/analyzer/requirements.txt
    M clang/utils/clangdiag.py
    M clang/utils/modfuzz.py
    M clang/www/cxx_dr_status.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/CompilerRTCompile.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/CMakeLists.txt
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_fuchsia.cpp
    M compiler-rt/lib/asan/asan_internal.h
    M compiler-rt/lib/asan/asan_linux.cpp
    M compiler-rt/lib/asan/asan_mac.cpp
    M compiler-rt/lib/asan/asan_mapping.h
    M compiler-rt/lib/asan/asan_poisoning.cpp
    M compiler-rt/lib/asan/asan_premap_shadow.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_shadow_setup.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/asan/scripts/asan_device_setup
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/int_types.h
    M compiler-rt/lib/builtins/udivmodti4.c
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_flags.inc
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerBuiltins.h
    M compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
    M compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
    A compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMain.cpp
    A compiler-rt/lib/fuzzer/FuzzerPlatform.h
    M compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
    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/FuzzerValueBitMap.h
    M compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/crash_handler.cpp
    M compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
    M compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
    M compiler-rt/lib/gwp_asan/optional/segv_handler.h
    M compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.h
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_mapping.h
    M compiler-rt/lib/msan/msan_linux.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.c
    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/InstrProfilingInternal.c
    M compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
    M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingValue.c
    A compiler-rt/lib/profile/InstrProfilingVersionVar.c
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    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_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_getauxval.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_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/scripts/litlint.py
    M compiler-rt/lib/sanitizer_common/scripts/litlint_test.py
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator.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/include/scudo/interface.h
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/release.cpp
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.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/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/tsd_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_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/lib/ubsan/ubsan_checks.inc
    M compiler-rt/lib/ubsan/ubsan_handlers.cpp
    M compiler-rt/lib/ubsan/ubsan_handlers.h
    M compiler-rt/lib/ubsan/ubsan_interface.inc
    M compiler-rt/lib/ubsan/ubsan_value.cpp
    M compiler-rt/lib/ubsan/ubsan_value.h
    M compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
    A compiler-rt/test/asan/TestCases/Darwin/symbolizer-function-offset-dladdr.cpp
    M compiler-rt/test/asan/TestCases/Linux/activation-options.cpp
    M compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr-vtable.cpp
    M compiler-rt/test/asan/TestCases/Posix/start-deactivated.cpp
    M compiler-rt/test/asan/TestCases/handle_noreturn_bug.cpp
    M compiler-rt/test/asan/TestCases/strstr_strict.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
    R compiler-rt/test/builtins/Unit/arm/call_apsr.S
    M compiler-rt/test/builtins/Unit/arm/call_apsr.h
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/dfsan/fast16labels.c
    A compiler-rt/test/fuzzer/CustomAllocator.cpp
    M compiler-rt/test/fuzzer/MemcmpTest.cpp
    A compiler-rt/test/fuzzer/bcmp.test
    A compiler-rt/test/fuzzer/custom-allocator.test
    M compiler-rt/test/fuzzer/dataflow.test
    A compiler-rt/test/fuzzer/noasan-bcmp.test
    A compiler-rt/test/fuzzer/noasan-memcmp.test
    A compiler-rt/test/fuzzer/noasan-memcmp64.test
    A compiler-rt/test/fuzzer/noasan-strcmp.test
    A compiler-rt/test/fuzzer/noasan-strncmp.test
    A compiler-rt/test/fuzzer/noasan-strstr.test
    M compiler-rt/test/fuzzer/only-some-bytes-fork.test
    M compiler-rt/test/fuzzer/only-some-bytes.test
    M compiler-rt/test/fuzzer/strcmp.test
    M compiler-rt/test/fuzzer/strncmp.test
    M compiler-rt/test/fuzzer/strstr.test
    M compiler-rt/test/gwp_asan/CMakeLists.txt
    A compiler-rt/test/gwp_asan/backtrace.c
    A compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/lit.common.cfg.py
    A compiler-rt/test/msan/Linux/sigandorset.cpp
    M compiler-rt/test/msan/__strxfrm_l.cpp
    A compiler-rt/test/msan/libatomic.c
    M compiler-rt/test/msan/strxfrm.cpp
    M compiler-rt/test/profile/Inputs/instrprof-comdat.h
    M compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func2.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c.gcov
    M compiler-rt/test/profile/Linux/instrprof-value-merge.c
    A compiler-rt/test/profile/Posix/gcov-dlopen.c
    M compiler-rt/test/profile/Posix/gcov-fork.c
    M compiler-rt/test/profile/Posix/gcov-shared-flush.c
    R compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    A compiler-rt/test/profile/coverage_comments.cpp
    M compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    M compiler-rt/test/profile/gcov-dump-and-remove.c
    A compiler-rt/test/profile/instrprof-lto-pgogen.c
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/profile/instrprof-version-mismatch.c
    M compiler-rt/test/profile/instrprof-without-libc.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/getcpuclockid.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/signal_line.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_send.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/strxfrm.c
    M compiler-rt/test/sanitizer_common/android_commands/android_compile.py
    M compiler-rt/test/sanitizer_common/android_commands/android_run.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_compile.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_env.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    A compiler-rt/test/tsan/Darwin/variadic-open.cpp
    M compiler-rt/test/ubsan/TestCases/Misc/nonnull.cpp
    M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
    A compiler-rt/test/ubsan/TestCases/Misc/objc-cast.m
    M debuginfo-tests/dexter/dexter.py
    M debuginfo-tests/llgdb-tests/llgdb.py
    M flang/CMakeLists.txt
    M flang/include/flang/Common/Fortran-features.h
    M flang/include/flang/Decimal/decimal.h
    M flang/include/flang/Evaluate/constant.h
    M flang/include/flang/Evaluate/intrinsics.h
    A flang/include/flang/Lower/OpenACC.h
    M flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Lower/PFTBuilder.h
    M flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    M flang/include/flang/Optimizer/Transforms/Passes.h
    M flang/include/flang/Parser/char-buffer.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Decimal/decimal-to-binary.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/constant.cpp
    M flang/lib/Evaluate/fold-complex.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/host.h
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/ConvertExpr.cpp
    A flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Parser/CMakeLists.txt
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/char-buffer.cpp
    M flang/lib/Parser/executable-parsers.cpp
    A flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/preprocessor.h
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/source.cpp
    M flang/lib/Parser/stmt-parser.h
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/token-sequence.h
    M flang/lib/Parser/type-parsers.h
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/canonicalize-acc.cpp
    A flang/lib/Semantics/canonicalize-acc.h
    A flang/lib/Semantics/check-acc-structure.cpp
    A flang/lib/Semantics/check-acc-structure.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/check-select-type.cpp
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    A flang/lib/Semantics/resolve-directives.cpp
    A flang/lib/Semantics/resolve-directives.h
    M flang/lib/Semantics/resolve-names-utils.h
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/unparse-with-symbols.cpp
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-output.cpp
    M flang/runtime/environment.cpp
    M flang/runtime/environment.h
    M flang/runtime/file.cpp
    M flang/runtime/file.h
    M flang/runtime/format-implementation.h
    M flang/runtime/format.cpp
    M flang/runtime/format.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-error.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/main.cpp
    M flang/runtime/main.h
    M flang/runtime/memory.h
    M flang/runtime/stop.cpp
    M flang/runtime/tools.cpp
    M flang/runtime/tools.h
    M flang/runtime/unit-map.cpp
    M flang/runtime/unit-map.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/CMakeLists.txt
    A flang/test/Driver/Inputs/hello.f90
    A flang/test/Driver/help.f90
    A flang/test/Driver/no_files.f90
    M flang/test/Evaluate/folding01.f90
    A flang/test/Lower/pre-fir-tree05.f90
    A flang/test/NonGtestUnit/lit.cfg.py
    A flang/test/NonGtestUnit/lit.site.cfg.py.in
    A flang/test/Parser/badlabel.f
    A flang/test/Parser/continuation-in-if.f
    A flang/test/Parser/pp-dir-comments.f90
    R flang/test/Preprocessing/lit.local.cfg.py
    M flang/test/Preprocessing/pp001.F
    M flang/test/Preprocessing/pp002.F
    M flang/test/Preprocessing/pp003.F
    M flang/test/Preprocessing/pp004.F
    M flang/test/Preprocessing/pp005.F
    M flang/test/Preprocessing/pp006.F
    M flang/test/Preprocessing/pp007.F
    M flang/test/Preprocessing/pp008.F
    M flang/test/Preprocessing/pp009.F
    M flang/test/Preprocessing/pp010.F
    M flang/test/Preprocessing/pp011.F
    M flang/test/Preprocessing/pp012.F
    M flang/test/Preprocessing/pp013.F
    M flang/test/Preprocessing/pp014.F
    M flang/test/Preprocessing/pp015.F
    M flang/test/Preprocessing/pp016.F
    M flang/test/Preprocessing/pp017.F
    M flang/test/Preprocessing/pp018.F
    M flang/test/Preprocessing/pp019.F
    M flang/test/Preprocessing/pp020.F
    M flang/test/Preprocessing/pp021.F
    M flang/test/Preprocessing/pp022.F
    M flang/test/Preprocessing/pp023.F
    M flang/test/Preprocessing/pp024.F
    M flang/test/Preprocessing/pp025.F
    M flang/test/Preprocessing/pp026.F
    M flang/test/Preprocessing/pp027.F
    M flang/test/Preprocessing/pp028.F
    M flang/test/Preprocessing/pp029.F
    M flang/test/Preprocessing/pp030.F
    M flang/test/Preprocessing/pp031.F
    M flang/test/Preprocessing/pp032.F
    M flang/test/Preprocessing/pp033.F
    M flang/test/Preprocessing/pp034.F
    M flang/test/Preprocessing/pp035.F
    M flang/test/Preprocessing/pp036.F
    M flang/test/Preprocessing/pp037.F
    M flang/test/Preprocessing/pp038.F
    M flang/test/Preprocessing/pp039.F
    M flang/test/Preprocessing/pp040.F
    M flang/test/Preprocessing/pp041.F
    M flang/test/Preprocessing/pp042.F
    M flang/test/Preprocessing/pp043.F
    M flang/test/Preprocessing/pp044.F
    M flang/test/Preprocessing/pp101.F90
    M flang/test/Preprocessing/pp102.F90
    M flang/test/Preprocessing/pp103.F90
    M flang/test/Preprocessing/pp104.F90
    M flang/test/Preprocessing/pp105.F90
    M flang/test/Preprocessing/pp106.F90
    M flang/test/Preprocessing/pp107.F90
    M flang/test/Preprocessing/pp108.F90
    M flang/test/Preprocessing/pp109.F90
    M flang/test/Preprocessing/pp110.F90
    M flang/test/Preprocessing/pp111.F90
    M flang/test/Preprocessing/pp112.F90
    M flang/test/Preprocessing/pp113.F90
    M flang/test/Preprocessing/pp114.F90
    M flang/test/Preprocessing/pp115.F90
    M flang/test/Preprocessing/pp116.F90
    M flang/test/Preprocessing/pp117.F90
    M flang/test/Preprocessing/pp118.F90
    M flang/test/Preprocessing/pp119.F90
    M flang/test/Preprocessing/pp120.F90
    M flang/test/Preprocessing/pp121.F90
    M flang/test/Preprocessing/pp122.F90
    M flang/test/Preprocessing/pp123.F90
    M flang/test/Preprocessing/pp124.F90
    M flang/test/Preprocessing/pp125.F90
    M flang/test/Preprocessing/pp126.F90
    M flang/test/Preprocessing/pp127.F90
    M flang/test/Preprocessing/pp128.F90
    M flang/test/Preprocessing/pp129.F90
    M flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/acc-branch.f90
    A flang/test/Semantics/acc-clause-validity.f90
    A flang/test/Semantics/acc-resolve01.f90
    A flang/test/Semantics/acc-resolve02.f90
    A flang/test/Semantics/acc-symbols01.f90
    A flang/test/Semantics/array-constr-values.f90
    M flang/test/Semantics/bindings01.f90
    A flang/test/Semantics/boz-literal-constants.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/reshape.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve91.f90
    M flang/test/Semantics/selecttype01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol16.f90
    A flang/test/Semantics/symbol18.f90
    M flang/test/Semantics/test_symbols.sh
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Decimal/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Lower/CMakeLists.txt
    A flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M flang/unittests/Runtime/external-io.cpp
    M flang/unittests/Runtime/hello.cpp
    M flang/unittests/Runtime/list-input.cpp
    M libc/AOR_v20.02/math/tools/plot.py
    M libc/benchmarks/render.py3
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strstr_fuzz.cpp
    M libc/include/CMakeLists.txt
    R libc/include/ctype.h
    A libc/include/ctype.h.def
    M libc/spec/gnu_ext.td
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/ctype/CMakeLists.txt
    A libc/src/ctype/ctype_utils.h
    A libc/src/ctype/isalnum.cpp
    A libc/src/ctype/isalnum.h
    A libc/src/ctype/isalpha.cpp
    A libc/src/ctype/isalpha.h
    A libc/src/ctype/isdigit.cpp
    A libc/src/ctype/isdigit.h
    A libc/src/ctype/islower.cpp
    A libc/src/ctype/islower.h
    A libc/src/ctype/isupper.cpp
    A libc/src/ctype/isupper.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fmax.cpp
    A libc/src/math/fmax.h
    A libc/src/math/fmaxf.cpp
    A libc/src/math/fmaxf.h
    A libc/src/math/fmaxl.cpp
    A libc/src/math/fmaxl.h
    A libc/src/math/fmin.cpp
    A libc/src/math/fmin.h
    A libc/src/math/fminf.cpp
    A libc/src/math/fminf.h
    A libc/src/math/fminl.cpp
    A libc/src/math/fminl.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memchr.cpp
    A libc/src/string/memrchr.cpp
    A libc/src/string/memrchr.h
    A libc/src/string/strchr.cpp
    A libc/src/string/strchr.h
    A libc/src/string/strnlen.cpp
    A libc/src/string/strnlen.h
    A libc/src/string/strrchr.cpp
    A libc/src/string/strrchr.h
    A libc/src/string/strstr.cpp
    A libc/src/string/strstr.h
    M libc/test/CMakeLists.txt
    A libc/test/ErrnoSetterMatcher.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isalnum_test.cpp
    A libc/test/src/ctype/isalpha_test.cpp
    A libc/test/src/ctype/isdigit_test.cpp
    A libc/test/src/ctype/islower_test.cpp
    A libc/test/src/ctype/isupper_test.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fmax_test.cpp
    A libc/test/src/math/fmaxf_test.cpp
    A libc/test/src/math/fmaxl_test.cpp
    A libc/test/src/math/fmin_test.cpp
    A libc/test/src/math/fminf_test.cpp
    A libc/test/src/math/fminl_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigfillset_test.cpp
    M libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/memchr_test.cpp
    A libc/test/src/string/memrchr_test.cpp
    A libc/test/src/string/strchr_test.cpp
    A libc/test/src/string/strnlen_test.cpp
    A libc/test/src/string/strrchr_test.cpp
    A libc/test/src/string/strstr_test.cpp
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/unistd/CMakeLists.txt
    M libc/test/src/unistd/write_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/TypeTraits.h
    M libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/CMakeLists.txt
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/HdrGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/LibcTableGenUtil/APIIndexer.cpp
    A libc/utils/LibcTableGenUtil/APIIndexer.h
    A libc/utils/LibcTableGenUtil/CMakeLists.txt
    M libc/utils/UnitTest/CMakeLists.txt
    R libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/tools/CMakeLists.txt
    A libc/utils/tools/WrapperGen/CMakeLists.txt
    A libc/utils/tools/WrapperGen/Main.cpp
    M libclc/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/cmake/Modules/DefineLinkerScript.cmake
    A libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/conf.py
    M libcxx/docs/index.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__libcpp_version
    M libcxx/include/functional
    M libcxx/include/ios
    M libcxx/include/memory
    M libcxx/include/ostream
    M libcxx/include/variant
    M libcxx/src/CMakeLists.txt
    M libcxx/src/barrier.cpp
    A libcxx/test/libcxx/language.support/has_aligned_alloc.compile.pass.cpp
    R libcxx/test/libcxx/language.support/has_c11_features.pass.cpp
    A libcxx/test/libcxx/language.support/has_quick_exit.compile.pass.cpp
    A libcxx/test/libcxx/language.support/has_timespec_get.compile.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/shared_ptr_arg.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_arg.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_array.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_ret.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/depr/depr.c.headers/float_h.pass.cpp
    M libcxx/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp
    A libcxx/test/std/language.support/support.start.term/at_quick_exit.compile.fail.cpp
    A libcxx/test/std/language.support/support.start.term/quick_exit.compile.fail.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
    R libcxx/test/std/language.support/support.start.term/quick_exit_check1.compile.fail.cpp
    R libcxx/test/std/language.support/support.start.term/quick_exit_check2.compile.fail.cpp
    A libcxx/test/std/namespace/addressable_functions.sh.cpp
    M libcxx/test/std/numerics/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/in_place_type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/reset.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_request_invalid_value_category.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/const_correctness.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/not_copy_constructible.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/make_any.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/swap.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/optional/optional.bad_optional_access/default.pass.cpp
    M libcxx/test/std/utilities/optional/optional.bad_optional_access/derive.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_T.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/rvalue_T.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_rvalue.pass.cpp
    M libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp
    M libcxx/test/std/utilities/variant/variant.bad_variant_access/bad_variant_access.pass.cpp
    M libcxx/test/std/utilities/variant/variant.get/get_index.pass.cpp
    M libcxx/test/std/utilities/variant/variant.get/get_type.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/T.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/T.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/default.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/move.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_index_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp
    M libcxx/test/std/utilities/variant/variant.visit/visit.pass.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/test_macros.h
    M libcxx/utils/ci/runtimes/CMakeLists.txt
    M libcxx/utils/gdb/libcxx/printers.py
    M libcxx/utils/google-benchmark/mingw.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/features.py
    A libcxx/utils/libcxx/test/newconfig.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/merge_archives.py
    M libcxx/utils/run.py
    M libcxx/utils/ssh.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/private_typeinfo.cpp
    M libcxxabi/test/guard_threaded_test.pass.cpp
    M libcxxabi/test/libcxxabi/test/config.py
    M libcxxabi/test/lit.site.cfg.in
    M libcxxabi/test/test_exception_address_alignment.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/docs/conf.py
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/Unwind_AppleExtras.cpp
    M libunwind/test/CMakeLists.txt
    M libunwind/test/libunwind/test/config.py
    M libunwind/test/lit.site.cfg.in
    M lld/CMakeLists.txt
    M lld/COFF/CMakeLists.txt
    A lld/COFF/CallGraphSort.cpp
    A lld/COFF/CallGraphSort.h
    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/MinGW.cpp
    M lld/COFF/Options.td
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Writer.cpp
    M lld/Common/Args.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/Filesystem.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptLexer.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/CMakeLists.txt
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ReleaseNotes.rst
    M lld/docs/conf.py
    M lld/include/lld/Common/Args.h
    M lld/lib/Core/CMakeLists.txt
    M lld/test/CMakeLists.txt
    A lld/test/COFF/Inputs/undefined-symbol-multi-lto.ll
    M lld/test/COFF/associative-comdat-mingw-i386.s
    A lld/test/COFF/associative-comdat-mingw-weak.s
    A lld/test/COFF/cgprofile-bad-clusters.s
    A lld/test/COFF/cgprofile-err.s
    A lld/test/COFF/cgprofile-icf.s
    A lld/test/COFF/cgprofile-obj.s
    A lld/test/COFF/cgprofile-print.s
    A lld/test/COFF/cgprofile-txt.s
    A lld/test/COFF/noseh.s
    A lld/test/COFF/pdata-arm64-bad.yaml
    M lld/test/COFF/undefined-symbol-multi.s
    A lld/test/ELF/Inputs/ppc64-callee-global-hidden.s
    M lld/test/ELF/arm-exidx-range.s
    A lld/test/ELF/avr-reloc.s
    A lld/test/ELF/basic-block-sections-and-icf.s
    A lld/test/ELF/basic-block-sections-delete-fallthru.s
    A lld/test/ELF/basic-block-sections-pc32reloc.s
    R lld/test/ELF/bb-sections-and-icf.s
    R lld/test/ELF/bb-sections-delete-fallthru.s
    R lld/test/ELF/bb-sections-pc32reloc.s
    A lld/test/ELF/dependency-file.s
    M lld/test/ELF/driver.test
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/invalid/invalid-e_shnum.test
    R lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/linkerscript/Inputs/define.s
    M lld/test/ELF/linkerscript/define.test
    M lld/test/ELF/linkerscript/diag6.test
    M lld/test/ELF/linkerscript/noload.s
    M lld/test/ELF/linkerscript/operators.test
    A lld/test/ELF/lto/basic-block-sections.ll
    M lld/test/ELF/mips-merge-abiflags.s
    A lld/test/ELF/ppc64-pcrel-call-to-extern.s
    A lld/test/ELF/ppc64-pcrel-call-to-pcrel.s
    A lld/test/ELF/ppc64-pcrel-call-to-toc.s
    M lld/test/ELF/ppc64-rel-so-local-calls.s
    M lld/test/ELF/ppc64-reloc-pcrel34-overflow.s
    A lld/test/ELF/reloc-sec-before-relocated.test
    M lld/test/ELF/relocatable-comdat.s
    A lld/test/ELF/relocatable-gc.s
    A lld/test/ELF/reproduce-lto.s
    M lld/test/ELF/wrap-dynamic-undef.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/wrap-shlib-undefined.s
    A lld/test/MachO/dso-handle.s
    A lld/test/MachO/filelist.s
    A lld/test/MachO/framework.s
    A lld/test/MachO/headerpad.s
    A lld/test/MachO/invalid/dso-handle-duplicate.s
    A lld/test/MachO/invalid/no-filelist.s
    A lld/test/MachO/linkedit-contiguity.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    A lld/test/MachO/weak-definition-direct-fetch.s
    A lld/test/MachO/weak-definition-indirect-fetch.s
    A lld/test/MachO/weak-definition-order.s
    A lld/test/MachO/weak-definition-over-dysym.s
    M lld/test/MinGW/driver.test
    M lld/test/lit.site.cfg.py.in
    M lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
    M lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/Relocations.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBStandalone.cmake
    M lldb/docs/resources/bots.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/examples/python/armv7_cortex_m_target_defintion.py
    M lldb/examples/python/bsd.py
    M lldb/examples/python/cmdtemplate.py
    M lldb/examples/python/crashlog.py
    M lldb/examples/python/delta.py
    M lldb/examples/python/disasm-stress-test.py
    M lldb/examples/python/disasm.py
    M lldb/examples/python/file_extract.py
    M lldb/examples/python/gdbremote.py
    M lldb/examples/python/globals.py
    M lldb/examples/python/lldb_module_utils.py
    M lldb/examples/python/lldbtk.py
    M lldb/examples/python/mach_o.py
    M lldb/examples/python/memory.py
    M lldb/examples/python/operating_system.py
    M lldb/examples/python/performance.py
    M lldb/examples/python/process_events.py
    M lldb/examples/python/sbvalue.py
    M lldb/examples/python/shadow.py
    M lldb/examples/python/sources.py
    M lldb/examples/python/stacks.py
    M lldb/examples/python/symbolication.py
    M lldb/examples/python/types.py
    M lldb/examples/python/x86_64_linux_target_definition.py
    M lldb/examples/python/x86_64_qemu_target_definition.py
    M lldb/examples/python/x86_64_target_definition.py
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    A lldb/include/lldb/Breakpoint/StoppointHitCounter.h
    R lldb/include/lldb/Breakpoint/StoppointLocation.h
    A lldb/include/lldb/Breakpoint/StoppointSite.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    A lldb/include/lldb/Interpreter/OptionValueFileColonLine.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    A lldb/include/lldb/Target/Runtime.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegisterValue.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/__init__.py
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/TestGuiBasicDebug.py
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/func.c
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/main.c
    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/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    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/test_result.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/.categories
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/Makefile
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/socket_packet_pump.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/packages/Python/lldbsuite/test_event/build_exception.py
    R lldb/packages/Python/lldbsuite/test_event/event_builder.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/results_formatter.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/xunit.py
    M lldb/scripts/analyze-project-deps.py
    M lldb/scripts/reproducer-replay.py
    M lldb/scripts/use_lldb_suite.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreterRunOptions.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/API/SBType.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/CMakeLists.txt
    R lldb/source/Breakpoint/StoppointLocation.cpp
    A lldb/source/Breakpoint/StoppointSite.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectQuit.cpp
    A lldb/source/Commands/CommandObjectSession.cpp
    A lldb/source/Commands/CommandObjectSession.h
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/DumpDataExtractor.cpp
    M lldb/source/Core/IOHandlerCursesGUI.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/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/ValueObjectDynamicValue.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/DataVisualization.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/DataFormatters/TypeCategory.cpp
    M lldb/source/Expression/CMakeLists.txt
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    A lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CMakeLists.txt
    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/CommandObjectScript.h
    M lldb/source/Interpreter/InterpreterProperties.td
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    A lldb/source/Interpreter/OptionValueFileColonLine.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/OptionValueFormatEntity.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Interpreter/Options.cpp
    M lldb/source/Interpreter/Property.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    R lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h
    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/ProcessKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    A lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    A lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
    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/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    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/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/SystemRuntime.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Utility/ARM64_DWARF_Registers.h
    M lldb/source/Utility/ARM64_ehframe_Registers.h
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/StringLexer.cpp
    M lldb/source/Utility/StringList.cpp
    M lldb/source/Utility/StructuredData.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/CMakeLists.txt
    R lldb/test/API/commands/command/history/TestCommandHistory.py
    M lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py
    M lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/attach-resume/TestAttachResume.py
    M lldb/test/API/commands/process/attach/TestProcessAttach.py
    M lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
    M lldb/test/API/commands/register/register/register_command/TestRegisters.py
    A lldb/test/API/commands/session/history/TestSessionHistory.py
    A lldb/test/API/commands/session/save/TestSessionSave.py
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    A lldb/test/API/commands/target/basic/bogus.yaml
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/Makefile
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/TestBreakpointByFileColonLine.py
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/main.c
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/base.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/Makefile
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/main.c
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/Makefile
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/main.cpp
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/main.c
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
    M lldb/test/API/functionalities/deleted-executable/TestDeletedExecutable.py
    A lldb/test/API/functionalities/dlopen_other_executable/Makefile
    A lldb/test/API/functionalities/dlopen_other_executable/TestDlopenOtherExecutable.py
    A lldb/test/API/functionalities/dlopen_other_executable/main.c
    A lldb/test/API/functionalities/dlopen_other_executable/other.c
    A lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
    M lldb/test/API/functionalities/history/TestHistoryRecall.py
    M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
    M lldb/test/API/functionalities/limit-debug-info/main.cpp
    M lldb/test/API/functionalities/limit-debug-info/one.cpp
    M lldb/test/API/functionalities/limit-debug-info/onetwo.h
    M lldb/test/API/functionalities/limit-debug-info/two.cpp
    M lldb/test/API/functionalities/plugins/python_os_plugin/operating_system.py
    M lldb/test/API/functionalities/plugins/python_os_plugin/operating_system2.py
    M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/operating_system.py
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-fpsimd.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-full.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve.c
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
    A lldb/test/API/lang/cpp/template-specialization-type/Makefile
    A lldb/test/API/lang/cpp/template-specialization-type/TestTemplateSpecializationType.py
    A lldb/test/API/lang/cpp/template-specialization-type/main.cpp
    A lldb/test/API/lang/cpp/typeof/TestTypeOfDeclTypeExpr.py
    A lldb/test/API/lang/objc/bitfield_ivars/Makefile
    M lldb/test/API/lang/objc/bitfield_ivars/TestBitfieldIvars.py
    M lldb/test/API/lang/objc/bitfield_ivars/main.m
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
    M lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
    M lldb/test/API/macosx/function-starts/TestFunctionStarts.py
    M lldb/test/API/macosx/indirect_symbol/Makefile
    M lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/macosx/universal/TestUniversal.py
    M lldb/test/API/python_api/hello_world/TestHelloWorld.py
    M lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py
    M lldb/test/API/source-manager/TestSourceManager.py
    A lldb/test/API/tools/lldb-server/.categories
    M lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
    M lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/Makefile
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    A lldb/test/API/tools/lldb-vscode/module/Makefile
    A lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    A lldb/test/API/tools/lldb-vscode/module/foo.cpp
    A lldb/test/API/tools/lldb-vscode/module/foo.h
    A lldb/test/API/tools/lldb-vscode/module/main.cpp
    M lldb/test/API/use_lldb_suite.py
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/Driver/TestError.test
    R lldb/test/Shell/Expr/TestTypeOfDeclTypeExpr.test
    M lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/Reproducer/TestWorkingDir.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_TAG_GNU_call_site-DW_AT_low_pc.s
    A lldb/test/Shell/SymbolFile/DWARF/debug_line-tombstone.s
    M lldb/test/Shell/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
    M lldb/test/Shell/helper/build.py
    M lldb/third_party/Python/module/progress/progress.py
    M lldb/tools/debugserver/CMakeLists.txt
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
    M lldb/tools/debugserver/source/debugserver.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/CMakeLists.txt
    M lldb/unittests/Core/CMakeLists.txt
    M lldb/unittests/Core/MangledTest.cpp
    A lldb/unittests/Core/ModuleSpecTest.cpp
    M lldb/unittests/DataFormatter/CMakeLists.txt
    A lldb/unittests/DataFormatter/FormattersContainerTest.cpp
    M lldb/unittests/Expression/ClangParserTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Interpreter/CMakeLists.txt
    A lldb/unittests/Interpreter/TestOptionValueFileColonLine.cpp
    M lldb/unittests/ObjectFile/CMakeLists.txt
    M lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
    A lldb/unittests/ObjectFile/MachO/CMakeLists.txt
    A lldb/unittests/ObjectFile/MachO/TestObjectFileMachO.cpp
    M lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Platform/CMakeLists.txt
    A lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
    M lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.cpp
    M lldb/unittests/TestingSupport/TestUtilities.cpp
    M lldb/unittests/TestingSupport/TestUtilities.h
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/InstrumentationBindings.cpp
    M llvm/bindings/go/llvm/transforms_ipo.go
    M llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c
    M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml
    M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/FindLibpfm.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    A llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    R llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CMakePrimer.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/index.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llc.rst
    M llvm/docs/CommandGuide/lli.rst
    M llvm/docs/CommandGuide/llvm-exegesis.rst
    A llvm/docs/CommandGuide/llvm-libtool-darwin.rst
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/docs/CommandGuide/llvm-readelf.rst
    M llvm/docs/CommandGuide/llvm-readobj.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandLine.rst
    M llvm/docs/Contributing.rst
    M llvm/docs/ExtendingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/HowToSubmitABug.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/Passes.rst
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    A llvm/docs/Security.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/TestingGuide.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/index.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/examples/ExceptionDemo/ExceptionDemo.cpp
    M llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
    M llvm/examples/IRTransforms/SimplifyCFG.cpp
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    M llvm/examples/OrcV2Examples/ExampleModules.h
    A llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/LLJITWithTargetProcessControl.cpp
    M llvm/include/llvm-c/Transforms/IPO.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/BitVector.h
    M llvm/include/llvm/ADT/DenseMapInfo.h
    M llvm/include/llvm/ADT/DenseSet.h
    M llvm/include/llvm/ADT/EnumeratedArray.h
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/include/llvm/ADT/PointerUnion.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    A llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    R llvm/include/llvm/Analysis/InlineFeaturesAnalysis.h
    A llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h
    M llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
    M llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/MemorySSAUpdater.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    M llvm/include/llvm/Analysis/RegionInfo.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/Local.h
    A llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/WasmRelocs.def
    A llvm/include/llvm/Bitcode/BitcodeCommon.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CMakeLists.txt
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/LiveVariables.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineInstrBuilder.h
    M llvm/include/llvm/CodeGen/StackMaps.h
    M llvm/include/llvm/CodeGen/TargetCallingConv.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/TargetPassConfig.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
    M llvm/include/llvm/ExecutionEngine/JITSymbol.h
    M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    A llvm/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
    A llvm/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h
    A llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    A llvm/include/llvm/Frontend/CMakeLists.txt
    M llvm/include/llvm/Frontend/Directive/DirectiveBase.td
    A llvm/include/llvm/Frontend/OpenACC/ACC.td
    A llvm/include/llvm/Frontend/OpenACC/CMakeLists.txt
    M llvm/include/llvm/Frontend/OpenMP/CMakeLists.txt
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPContext.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DiagnosticInfo.h
    M llvm/include/llvm/IR/Dominators.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PassManagerImpl.h
    M llvm/include/llvm/IR/PassManagerInternal.h
    M llvm/include/llvm/IR/PassTimingInfo.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCELFObjectWriter.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCFixup.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCMachObjectWriter.h
    M llvm/include/llvm/MC/MCObjectStreamer.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/MC/MCSymbol.h
    M llvm/include/llvm/MC/MCWasmObjectWriter.h
    M llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
    M llvm/include/llvm/MC/MCWinCOFFStreamer.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/Error.h
    A llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Option/ArgList.h
    M llvm/include/llvm/Option/OptTable.h
    M llvm/include/llvm/Option/Option.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/include/llvm/ProfileData/InstrProfWriter.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AMDGPUMetadata.h
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/CFGDiff.h
    M llvm/include/llvm/Support/CMakeLists.txt
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/FileSystem.h
    M llvm/include/llvm/Support/FormatAdapters.h
    M llvm/include/llvm/Support/FormatVariadic.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/Program.h
    A llvm/include/llvm/Support/RISCVTargetParser.def
    M llvm/include/llvm/Support/SymbolRemappingReader.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.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/TargetOptions.h
    M llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    A llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
    A llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
    M llvm/include/llvm/Transforms/Utils/Debugify.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    A llvm/include/llvm/Transforms/Utils/LoopPeel.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    A llvm/include/llvm/Transforms/Utils/MatrixUtils.h
    M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    A llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CallGraph.cpp
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/CaptureTracking.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    A llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/DomTreeUpdater.cpp
    A llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
    M llvm/lib/Analysis/GlobalsModRef.cpp
    M llvm/lib/Analysis/InlineAdvisor.cpp
    R llvm/lib/Analysis/InlineFeaturesAnalysis.cpp
    A llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/MLInlineAdvisor.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
    M llvm/lib/Analysis/RegionInfo.cpp
    M llvm/lib/Analysis/ReleaseModeModelRunner.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScopedNoAliasAA.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    A llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    R llvm/lib/Analysis/models/inliner/saved_model.pb
    A llvm/lib/Analysis/models/inliner/saved_model.pbtxt
    A llvm/lib/Analysis/models/inliner/variables/variables.data-00000-of-00001
    R llvm/lib/Analysis/models/inliner/variables/variables.data-00000-of-00002
    R llvm/lib/Analysis/models/inliner/variables/variables.data-00001-of-00002
    M llvm/lib/Analysis/models/inliner/variables/variables.index
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DIE.cpp
    M llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
    M llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.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/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfException.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEInfo.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/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizeMutations.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/HardwareLoops.cpp
    M llvm/lib/CodeGen/LLVMTargetMachine.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineCopyPropagation.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineModuleInfo.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineSink.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/PHIElimination.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/StackColoring.cpp
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetOptionsImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/Demangle/Demangle.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    A llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
    A llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
    A llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
    M llvm/lib/Frontend/CMakeLists.txt
    A llvm/lib/Frontend/OpenACC/CMakeLists.txt
    M llvm/lib/Frontend/OpenMP/CMakeLists.txt
    R llvm/lib/Frontend/OpenMP/OMPConstants.cpp
    M llvm/lib/Frontend/OpenMP/OMPContext.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Dominators.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/IRPrintingPasses.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/IR/PassInstrumentation.cpp
    M llvm/lib/IR/PassTimingInfo.cpp
    M llvm/lib/IR/Use.cpp
    M llvm/lib/IR/User.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/COFFAsmParser.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCParser/MCAsmParserExtension.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/MC/MCWinCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/CMakeLists.txt
    M llvm/lib/Object/ELF.cpp
    A llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/lib/Object/RelocationResolver.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/CMakeLists.txt
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    R llvm/lib/ObjectYAML/DWARFVisitor.cpp
    R llvm/lib/ObjectYAML/DWARFVisitor.h
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/LLVMBuild.txt
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/ObjectYAML/MachOYAML.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Option/Option.cpp
    M llvm/lib/Passes/CMakeLists.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/InstrProfWriter.cpp
    M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
    M llvm/lib/Support/AMDGPUMetadata.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/CRC.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/Compression.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/lib/Support/FormatVariadic.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/TargetParser.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
    M llvm/lib/Target/AArch64/AArch64FastISel.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    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.td
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackOffset.h
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.h
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    A llvm/lib/Target/AMDGPU/InstCombineTables.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/R600Instructions.td
    M llvm/lib/Target/AMDGPU/SIDefines.h
    M llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
    M llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/AMDGPU/VOPInstructions.td
    M llvm/lib/Target/ARC/ARCISelLowering.cpp
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrFormats.td
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrNEON.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMInstrVFP.td
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMScheduleA57.td
    M llvm/lib/Target/ARM/ARMScheduleR52.td
    M llvm/lib/Target/ARM/ARMScheduleSwift.td
    M llvm/lib/Target/ARM/ARMSubtarget.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.h
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
    R llvm/lib/Transforms/InstCombine/InstCombineTables.td

  Log Message:
  -----------
  Merge branch 'llvm_master' into dev/masonr/8_4_llvm_update


  Commit: a9ac387da75f2087de915e023eec89a7a752d9de
      https://github.com/llvm/llvm-project/commit/a9ac387da75f2087de915e023eec89a7a752d9de
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.cpp
    M clang-tools-extra/clang-tidy/ClangTidyModule.h
    M clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
    M clang-tools-extra/clang-tidy/ClangTidyOptions.h
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.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/MakeSmartPtrCheck.h
    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/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/performance/MoveConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstructorInitCheck.h
    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/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.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/RedundantStringCStrCheck.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/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/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    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
    M clang-tools-extra/clangd/CompileCommands.cpp
    M clang-tools-extra/clangd/CompileCommands.h
    M clang-tools-extra/clangd/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigProvider.cpp
    M clang-tools-extra/clangd/ConfigProvider.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/Hover.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/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/SemanticSelection.cpp
    M clang-tools-extra/clangd/SemanticSelection.h
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/TUScheduler.h
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/indexer/CMakeLists.txt
    M clang-tools-extra/clangd/indexer/IndexerMain.cpp
    R clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json
    A clang-tools-extra/clangd/test/Inputs/background-index/compile_commands.json.tmpl
    R clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc
    A clang-tools-extra/clangd/test/Inputs/background-index/definition.jsonrpc.tmpl
    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/initialize-params.test
    M clang-tools-extra/clangd/test/semantic-tokens.test
    M clang-tools-extra/clangd/test/test-uri-windows.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/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
    M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    M clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticSelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
    M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/URITests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/openmp-use-default-none.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
    M clang-tools-extra/docs/conf.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/.clang-tidy
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/header.h
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-string-integer-assignment.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-memset-usage.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables-conflict.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-module.cpp
    M clang-tools-extra/test/clang-tidy/checkers/openmp-use-default-none.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-multiple-styles.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/conf.py
    M clang/docs/conf.py
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclarationName.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprConcepts.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/RecordLayout.h
    M clang/include/clang/AST/Redeclarable.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/AST/Type.h
    M clang/include/clang/AST/TypeProperties.td
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/Analyses/Dominators.h
    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/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    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/FPOptions.def
    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/OpenMPKinds.def
    M clang/include/clang/Basic/OpenMPKinds.h
    M clang/include/clang/Basic/Sanitizers.def
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/TypeNodes.td
    R clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Driver/Options.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/DeclSpec.h
    M clang/include/clang/Sema/MultiplexExternalSemaSource.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/SemaInternal.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/Testing/TestClangConfig.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/Transformer/MatchConsumer.h
    M clang/include/clang/Tooling/Transformer/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/ARCMigrate/CMakeLists.txt
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTImporterLookupTable.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/FormatString.cpp
    M clang/lib/AST/Interp/InterpFrame.h
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OSLog.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/RecordLayout.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/Stmt.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/AST/Type.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Basic/Module.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/MSP430.cpp
    M clang/lib/Basic/Targets/NVPTX.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/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/SystemZ.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/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCUDANV.cpp
    M clang/lib/CodeGen/CGCXXABI.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CGException.cpp
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/lib/CodeGen/CGObjC.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    A clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp
    A clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.h
    A clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    A clang/lib/CodeGen/CGOpenMPRuntimeGPU.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/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/CoverageMappingGen.cpp
    M clang/lib/CodeGen/CoverageMappingGen.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/CodeGen/TargetInfo.h
    M clang/lib/Driver/Driver.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/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/X86.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    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/Gnu.cpp
    M clang/lib/Driver/ToolChains/HIP.cpp
    M clang/lib/Driver/ToolChains/MSP430.cpp
    M clang/lib/Driver/ToolChains/MSP430.h
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    M clang/lib/Driver/ToolChains/MinGW.h
    M clang/lib/Driver/ToolChains/ROCm.h
    M clang/lib/Driver/Types.cpp
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Frontend/CMakeLists.txt
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_complex_builtins.h
    M clang/lib/Headers/__clang_cuda_device_functions.h
    M clang/lib/Headers/__clang_cuda_libdevice_declares.h
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/openmp_wrappers/__clang_openmp_device_functions.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/math.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.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/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/Sema.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/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/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.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/SemaStmtAttr.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.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/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/CheckObjCDealloc.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/Taint.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ProgramState.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SVals.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/Tooling/FileMatchTrie.cpp
    M clang/lib/Tooling/Refactoring/RefactoringActions.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Nodes.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/Parsing.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/test/.clang-format
    A clang/test/AST/ast-dump-concepts.cpp
    A clang/test/AST/ast-dump-fpfeatures.cpp
    A clang/test/AST/ast-dump-recovery.c
    M clang/test/AST/ast-dump-recovery.cpp
    M clang/test/AST/ast-printer-lambda.cpp
    M clang/test/AST/language_address_space_attribute.cpp
    M clang/test/AST/regression-new-expr-crash.cpp
    A clang/test/Analysis/Inputs/ctu-import.c
    A clang/test/Analysis/Inputs/ctu-import.c.externalDefMap.ast-dump.txt
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    A clang/test/Analysis/ctu-implicit.c
    M clang/test/Analysis/ctu-on-demand-parsing.c
    M clang/test/Analysis/ctu-on-demand-parsing.cpp
    M clang/test/Analysis/diagnostics/explicit-suppression.cpp
    A clang/test/Analysis/equality_tracking.c
    M clang/test/Analysis/fuchsia_handle.cpp
    M clang/test/Analysis/iterator-modeling.cpp
    M clang/test/Analysis/iterator-range.cpp
    A clang/test/Analysis/live-stmts.mm
    M clang/test/Analysis/malloc.c
    A clang/test/Analysis/mutually_exclusive_null_fp.cpp
    M clang/test/Analysis/pr22954.c
    A clang/test/Analysis/report-uniqueing.cpp
    A clang/test/Analysis/scan-build/Inputs/null_dereference_and_division_by_zero.c
    A clang/test/Analysis/scan-build/silence-core-checkers.test
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX-socket-sockaddr.cpp
    M clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/stream-note.c
    M clang/test/Analysis/stream.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/p1.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/p3.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    M clang/test/CXX/temp/temp.param/p15-cxx0x.cpp
    A clang/test/CXX/temp/temp.pre/p6.cpp
    M clang/test/CodeGen/Inputs/thinlto_expect1.proftext
    M clang/test/CodeGen/Inputs/thinlto_expect2.proftext
    M clang/test/CodeGen/aarch64-bf16-ldst-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-fcvt-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc-constrained.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem-constrained.c
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    M clang/test/CodeGen/arm-bf16-softfloat.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-neon-directed-rounding-constrained.c
    M clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/asm-cet.S
    M clang/test/CodeGen/atomics-sema-alignment.c
    M clang/test/CodeGen/attr-nomerge.cpp
    A clang/test/CodeGen/builtin-complex.c
    M clang/test/CodeGen/builtins-arm.c
    M clang/test/CodeGen/builtins-arm64.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-3.c
    A clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/CodeGen/builtins-ppc-fpconstrained.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-systemz.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/callback_annotated.c
    M clang/test/CodeGen/callback_openmp.c
    M clang/test/CodeGen/callback_pthread_create.c
    M clang/test/CodeGen/code-coverage.c
    A clang/test/CodeGen/complex-builtins-3.c
    R clang/test/CodeGen/complex-builtints.c
    A clang/test/CodeGen/fp-strictfp-exp.cpp
    A clang/test/CodeGen/fp-strictfp.cpp
    M clang/test/CodeGen/fpconstrained-cmp-double.c
    M clang/test/CodeGen/fpconstrained-cmp-float.c
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    A clang/test/CodeGen/matrix-lowering-opt-levels.c
    M clang/test/CodeGen/matrix-type-builtins.c
    M clang/test/CodeGen/pch-dllexport.cpp
    A clang/test/CodeGen/ppc-aggregate-abi.cpp
    M clang/test/CodeGen/systemz-abi.cpp
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/ve-abi.c
    M clang/test/CodeGen/vla.c
    A clang/test/CodeGen/windows-seh-filter-inFinally.c
    M clang/test/CodeGenCXX/Inputs/profile-remap.proftext
    A clang/test/CodeGenCXX/Inputs/profile-remap_entry.proftext
    A clang/test/CodeGenCXX/aix-sinit-register-global-dtors-with-atexit.cpp
    A clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    M clang/test/CodeGenCXX/cxx2a-destroying-delete.cpp
    M clang/test/CodeGenCXX/debug-info-class.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    A clang/test/CodeGenCXX/fp16-mangle-arg-return.cpp
    M clang/test/CodeGenCXX/mangle-address-space.cpp
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenCXX/profile-remap.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenObjC/arc-unsafeclaim.m
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/CodeGenObjC/for-in.m
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M clang/test/CodeGenObjCXX/arc-list-init-destruct.mm
    M clang/test/CodeGenObjCXX/exceptions-legacy.mm
    M clang/test/CodeGenObjCXX/objc-struct-cxx-abi.mm
    M clang/test/CodeGenObjCXX/os_log.mm
    M clang/test/CodeGenOpenCL/address-spaces-conversions.cl
    M clang/test/CodeGenOpenCL/address-spaces.cl
    M clang/test/CodeGenOpenCL/convergent.cl
    M clang/test/CoverageMapping/break.c
    M clang/test/CoverageMapping/builtinmacro.c
    M clang/test/CoverageMapping/classtemplate.cpp
    M clang/test/CoverageMapping/comment-in-macro.c
    M clang/test/CoverageMapping/continue.c
    M clang/test/CoverageMapping/coroutine.cpp
    M clang/test/CoverageMapping/deferred-region.cpp
    M clang/test/CoverageMapping/if.cpp
    M clang/test/CoverageMapping/includehell.cpp
    M clang/test/CoverageMapping/label.cpp
    M clang/test/CoverageMapping/logical.cpp
    M clang/test/CoverageMapping/loops.cpp
    M clang/test/CoverageMapping/macro-expressions.cpp
    M clang/test/CoverageMapping/macroparams2.c
    M clang/test/CoverageMapping/macros.c
    M clang/test/CoverageMapping/macroscopes.cpp
    M clang/test/CoverageMapping/moremacros.c
    M clang/test/CoverageMapping/objc.m
    M clang/test/CoverageMapping/pr32679.cpp
    M clang/test/CoverageMapping/preprocessor.c
    M clang/test/CoverageMapping/return.c
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    M clang/test/CoverageMapping/test.c
    M clang/test/CoverageMapping/trycatch.cpp
    M clang/test/CoverageMapping/unreachable-macro.c
    M clang/test/CoverageMapping/while.c
    M clang/test/Driver/B-opt.c
    R clang/test/Driver/Inputs/Windows/ARM/8.1/usr/bin/armv7-windows-itanium-ld
    A clang/test/Driver/Inputs/Windows/ARM/8.1/usr/bin/ld
    A clang/test/Driver/Inputs/basic_freebsd64_tree/usr/bin/ld.bfd
    R clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtbegin.o
    R clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/430/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtbegin.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtbegin_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtend.o
    A clang/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/8.3.1/large/full-memory-range/exceptions/crtend_no_eh.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/include/stdio.h
    R clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/exceptions/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/full-memory-range/crt0.o
    A clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/large/full-memory-range/exceptions/crt0.o
    A clang/test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.iossim.a
    A clang/test/Driver/Inputs/rocm/bin/.hipVersion
    M clang/test/Driver/Xlinker-args.c
    M clang/test/Driver/aarch64-cpus.c
    A clang/test/Driver/aarch64-sve-vector-bits.c
    M clang/test/Driver/aix-as.c
    M clang/test/Driver/arm-cortex-cpus.c
    A clang/test/Driver/arm-nofp-disabled-features.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/cl-outputs.c
    M clang/test/Driver/clang-g-opts.c
    M clang/test/Driver/clang-translation.c
    M clang/test/Driver/cuda-dwarf-2.cu
    M clang/test/Driver/cxa-atexit.cpp
    M clang/test/Driver/darwin-dsymutil.c
    M clang/test/Driver/darwin-ld.c
    M clang/test/Driver/debug-options-as.c
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gcc_forward.c
    M clang/test/Driver/gfortran.f90
    M clang/test/Driver/hip-include-path.hip
    A clang/test/Driver/hip-launch-api.hip
    A clang/test/Driver/hip-std.hip
    A clang/test/Driver/hip-version.hip
    M clang/test/Driver/immediate-options.c
    M clang/test/Driver/integrated-as.s
    A clang/test/Driver/ld-path.c
    M clang/test/Driver/msp430-toolchain.c
    M clang/test/Driver/myriad-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    A clang/test/Driver/pch-codegen.cpp
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/prefixed-tools.c
    A clang/test/Driver/print-search-dirs.c
    M clang/test/Driver/program-path-priority.c
    M clang/test/Driver/riscv-arch.c
    A clang/test/Driver/riscv-cpus.c
    M clang/test/Driver/rocm-detect.cl
    M clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/rocm-not-found.cl
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/windows-cross.c
    M clang/test/Frontend/embed-bitcode.ll
    M clang/test/Headers/nvptx_device_math_complex.c
    M clang/test/Headers/nvptx_device_math_complex.cpp
    M clang/test/InterfaceStubs/func.ifs
    M clang/test/InterfaceStubs/object.ifs
    A clang/test/Layout/aix-Wpacked-expecting-diagnostics.cpp
    A clang/test/Layout/aix-Wpacked-no-diagnostics.cpp
    A clang/test/Layout/aix-double-struct-member.cpp
    A clang/test/Layout/aix-no-unique-address-with-double.cpp
    A clang/test/Layout/aix-pack-attr-on-base.cpp
    A clang/test/Layout/aix-power-alignment-typedef-2.cpp
    A clang/test/Layout/aix-power-alignment-typedef.cpp
    A clang/test/Layout/aix-virtual-function-and-base-with-double.cpp
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Misc/warning-flags.c
    M clang/test/Modules/module-private.cpp
    A clang/test/OpenMP/amdgcn_target_codegen.cpp
    A clang/test/OpenMP/amdgcn_target_init_temp_alloca.cpp
    M clang/test/OpenMP/atomic_codegen.cpp
    M clang/test/OpenMP/barrier_codegen.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/capturing_in_templates.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/declare_mapper_ast_print.c
    M clang/test/OpenMP/declare_mapper_codegen.cpp
    M clang/test/OpenMP/declare_target_link_codegen.cpp
    A clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_firstprivate_codegen.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_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_private_codegen.cpp
    M clang/test/OpenMP/distribute_simd_codegen.cpp
    M clang/test/OpenMP/distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/distribute_simd_reduction_codegen.cpp
    M clang/test/OpenMP/driver.c
    M clang/test/OpenMP/for_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    A clang/test/OpenMP/irbuilder_nested_openmp_parallel_empty.c
    A clang/test/OpenMP/irbuilder_nested_parallel_for.c
    M clang/test/OpenMP/master_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    M clang/test/OpenMP/nvptx_lambda_pointer_capturing.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/openmp_offload_codegen.cpp
    M clang/test/OpenMP/parallel_default_messages.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_default_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_default_messages.cpp
    M clang/test/OpenMP/parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/parallel_sections_codegen.cpp
    M clang/test/OpenMP/parallel_sections_default_messages.cpp
    A clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
    A clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
    M clang/test/OpenMP/sections_codegen.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_data_ast_print.cpp
    M clang/test/OpenMP/target_data_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_addr_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_defaultmap_codegen.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_device_codegen.cpp
    M clang/test/OpenMP/target_enter_data_codegen.cpp
    M clang/test/OpenMP/target_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_codegen.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.cpp
    M clang/test/OpenMP/target_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_is_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_map_codegen.cpp
    M clang/test/OpenMP/target_map_member_expr_array_section_codegen.cpp
    M clang/test/OpenMP/target_map_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_default_messages.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_default_messages.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_map_messages.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_parallel_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_map_messages.cpp
    M clang/test/OpenMP/target_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_default_messages.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_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_default_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_order_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_default_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_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_collapse_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_map_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_reduction_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_teams_map_codegen.cpp
    M clang/test/OpenMP/target_teams_map_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/target_teams_uses_allocators_codegen.cpp
    M clang/test/OpenMP/target_update_ast_print.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/target_update_messages.cpp
    M clang/test/OpenMP/target_uses_allocators_codegen.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_default_messages.cpp
    M clang/test/OpenMP/task_messages.cpp
    M clang/test/OpenMP/taskgroup_codegen.cpp
    M clang/test/OpenMP/taskloop_codegen.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_codegen.cpp
    M clang/test/OpenMP/teams_distribute_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_copyin_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_reduction_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_default_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_dist_schedule_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_private_codegen.cpp
    M clang/test/OpenMP/teams_distribute_simd_reduction_codegen.cpp
    M clang/test/PCH/codegen.cpp
    M clang/test/PCH/cxx-variadic-templates.cpp
    M clang/test/PCH/cxx-variadic-templates.h
    M clang/test/PCH/cxx1y-lambdas.mm
    A clang/test/PCH/cxx2a-constraints-crash.cpp
    M clang/test/PCH/cxx2a-constraints.cpp
    M clang/test/Parser/cxx-template-decl.cpp
    A clang/test/Parser/lambda-misplaced-capture-default.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Profile/Inputs/gcc-flag-compatibility_IR.proftext
    A clang/test/Profile/Inputs/gcc-flag-compatibility_IR_entry.proftext
    M clang/test/Profile/gcc-flag-compatibility.c
    M clang/test/Sema/Float16.c
    A clang/test/Sema/attr-arm-sve-vector-bits.c
    M clang/test/Sema/attr-cpuspecific.c
    M clang/test/Sema/attr-flag-enum.c
    M clang/test/Sema/attr-target-mv.c
    M clang/test/Sema/builtin-amdgcn-atomic-inc-dec-failure.cpp
    M clang/test/Sema/builtins-bpf.c
    M clang/test/Sema/builtins.c
    A clang/test/Sema/ext-int.c
    M clang/test/Sema/format-strings.c
    M clang/test/Sema/fp16-sema.c
    A clang/test/Sema/return-non-void.c
    M clang/test/Sema/static-array.c
    A clang/test/Sema/typo-correction-no-hang.cpp
    M clang/test/Sema/typo-correction-recursive.cpp
    M clang/test/SemaCUDA/builtins.cu
    M clang/test/SemaCUDA/call-kernel-from-kernel.cu
    M clang/test/SemaCUDA/function-overload.cu
    M clang/test/SemaCUDA/function-target.cu
    M clang/test/SemaCUDA/implicit-device-lambda.cu
    M clang/test/SemaCUDA/method-target.cu
    M clang/test/SemaCUDA/reference-to-kernel-fn.cu
    M clang/test/SemaCXX/PR16677.cpp
    M clang/test/SemaCXX/array-bounds.cpp
    M clang/test/SemaCXX/attr-unused.cpp
    M clang/test/SemaCXX/auto-type-from-cxx.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    A clang/test/SemaCXX/consteval-return-void.cpp
    M clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
    M clang/test/SemaCXX/cxx1y-deduced-return-type.cpp
    M clang/test/SemaCXX/cxx1y-generic-lambdas.cpp
    M clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
    M clang/test/SemaCXX/cxx1z-copy-omission.cpp
    M clang/test/SemaCXX/default2.cpp
    M clang/test/SemaCXX/ext-int.cpp
    M clang/test/SemaCXX/extern-c.cpp
    M clang/test/SemaCXX/incomplete-call.cpp
    M clang/test/SemaCXX/invalid-template-params.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/test/SemaCXX/references.cpp
    A clang/test/SemaCXX/return-void.cpp
    M clang/test/SemaCXX/return.cpp
    M clang/test/SemaCXX/trailing-return-0x.cpp
    M clang/test/SemaCXX/typo-correction-delayed.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    A clang/test/SemaCXX/void-argument.cpp
    M clang/test/SemaCXX/warn-func-not-needed.cpp
    M clang/test/SemaCXX/warn-large-by-value-copy.cpp
    M clang/test/SemaCXX/warn-member-not-needed.cpp
    M clang/test/SemaCXX/warn-pure-virtual-call-from-ctor-dtor.cpp
    M clang/test/SemaCXX/warn-pure-virtual-kext.cpp
    A clang/test/SemaCXX/warn-suggest-destructor-override
    A clang/test/SemaCXX/warn-suggest-override
    M clang/test/SemaCXX/warn-unused-filescoped.cpp
    M clang/test/SemaCXX/warn-variable-not-needed.cpp
    A clang/test/SemaObjC/method-return-void.m
    A clang/test/SemaOpenCL/recovery-expr.cl
    M clang/test/SemaOpenCL/to_addr_builtin.cl
    A clang/test/SemaOpenCL/usm-address-spaces-conversions.cl
    M clang/test/SemaOpenCLCXX/address-space-deduction.cl
    M clang/test/SemaOpenCLCXX/address-space-templates.cl
    M clang/test/SemaTemplate/address_space-dependent.cpp
    A clang/test/SemaTemplate/alias-template-nondependent.cpp
    M clang/test/SemaTemplate/class-template-decl.cpp
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/SemaTemplate/instantiate-expr-3.cpp
    M clang/test/SemaTemplate/member-access-expr.cpp
    M clang/test/SemaTemplate/stack-exhaustion.cpp
    M clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
    M clang/test/SemaTemplate/template-decl-fail.cpp
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp.funcattrs.expected
    A clang/test/utils/update_cc_test_checks/Inputs/check-attributes.cpp.plain.expected
    A clang/test/utils/update_cc_test_checks/check_attrs.test
    M clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp
    M clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt
    M clang/tools/clang-import-test/CMakeLists.txt
    M clang/tools/clang-offload-bundler/CMakeLists.txt
    M clang/tools/clang-offload-wrapper/CMakeLists.txt
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/clang-shlib/CMakeLists.txt
    M clang/tools/driver/CMakeLists.txt
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/scan-build-py/tests/functional/exec/CMakeLists.txt
    M clang/tools/scan-build/bin/scan-build
    M clang/unittests/AST/ASTImporterFixtures.h
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CMakeLists.txt
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/AST/SourceLocationTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTest.h
    M clang/unittests/ASTMatchers/CMakeLists.txt
    M clang/unittests/CodeGen/IncrementalProcessingTest.cpp
    M clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/CompilationDatabaseTest.cpp
    M clang/unittests/Tooling/RangeSelectorTest.cpp
    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
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/analyzer/Dockerfile
    M clang/utils/analyzer/SATest.py
    A clang/utils/analyzer/SATestBenchmark.py
    M clang/utils/analyzer/SATestBuild.py
    M clang/utils/analyzer/SATestUpdateDiffs.py
    M clang/utils/analyzer/SATestUtils.py
    M clang/utils/analyzer/entrypoint.py
    A clang/utils/analyzer/projects/capnproto/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/capnproto/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/cppcheck/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/cppcheck/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/faiss/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/faiss/run_static_analyzer.cmd
    A clang/utils/analyzer/projects/harfbuzz/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/harfbuzz/run_static_analyzer.cmd
    M clang/utils/analyzer/projects/projects.json
    A clang/utils/analyzer/projects/tmux/cleanup_run_static_analyzer.sh
    A clang/utils/analyzer/projects/tmux/run_static_analyzer.cmd
    A clang/utils/analyzer/requirements.txt
    M clang/utils/clangdiag.py
    M clang/utils/modfuzz.py
    M clang/www/cxx_dr_status.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/CompilerRTCompile.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/profile/InstrProfData.inc
    M compiler-rt/lib/asan/CMakeLists.txt
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_fuchsia.cpp
    M compiler-rt/lib/asan/asan_internal.h
    M compiler-rt/lib/asan/asan_linux.cpp
    M compiler-rt/lib/asan/asan_mac.cpp
    M compiler-rt/lib/asan/asan_mapping.h
    M compiler-rt/lib/asan/asan_poisoning.cpp
    M compiler-rt/lib/asan/asan_premap_shadow.cpp
    M compiler-rt/lib/asan/asan_rtems.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_shadow_setup.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/asan/scripts/asan_device_setup
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/int_types.h
    M compiler-rt/lib/builtins/udivmodti4.c
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_flags.inc
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerBuiltins.h
    M compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
    M compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
    M compiler-rt/lib/fuzzer/FuzzerDefs.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsDlsym.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWeak.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOWindows.cpp
    A compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMain.cpp
    A compiler-rt/lib/fuzzer/FuzzerPlatform.h
    M compiler-rt/lib/fuzzer/FuzzerSHA1.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
    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/FuzzerValueBitMap.h
    M compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp
    M compiler-rt/lib/gwp_asan/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/common.cpp
    M compiler-rt/lib/gwp_asan/crash_handler.cpp
    M compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
    M compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
    M compiler-rt/lib/gwp_asan/optional/segv_handler.h
    M compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.h
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan.h
    M compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_mapping.h
    M compiler-rt/lib/msan/msan_linux.cpp
    M compiler-rt/lib/profile/CMakeLists.txt
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfiling.c
    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/InstrProfilingInternal.c
    M compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
    M compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    M compiler-rt/lib/profile/InstrProfilingValue.c
    A compiler-rt/lib/profile/InstrProfilingVersionVar.c
    M compiler-rt/lib/profile/InstrProfilingWriter.c
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    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_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_getauxval.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_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
    M compiler-rt/lib/sanitizer_common/scripts/litlint.py
    M compiler-rt/lib/sanitizer_common/scripts/litlint_test.py
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
    M compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mac_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator.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/include/scudo/interface.h
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/memtag.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/release.cpp
    M compiler-rt/lib/scudo/standalone/release.h
    M compiler-rt/lib/scudo/standalone/secondary.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/release_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/tsd_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_exclusive.h
    M compiler-rt/lib/scudo/standalone/tsd_shared.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.h
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/go/buildgo.sh
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/tests/rtl/tsan_test_util_posix.cpp
    M compiler-rt/lib/ubsan/CMakeLists.txt
    M compiler-rt/lib/ubsan/ubsan_checks.inc
    M compiler-rt/lib/ubsan/ubsan_handlers.cpp
    M compiler-rt/lib/ubsan/ubsan_handlers.h
    M compiler-rt/lib/ubsan/ubsan_interface.inc
    M compiler-rt/lib/ubsan/ubsan_value.cpp
    M compiler-rt/lib/ubsan/ubsan_value.h
    M compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
    A compiler-rt/test/asan/TestCases/Darwin/symbolizer-function-offset-dladdr.cpp
    M compiler-rt/test/asan/TestCases/Linux/activation-options.cpp
    M compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp
    M compiler-rt/test/asan/TestCases/Linux/odr-vtable.cpp
    M compiler-rt/test/asan/TestCases/Posix/start-deactivated.cpp
    M compiler-rt/test/asan/TestCases/handle_noreturn_bug.cpp
    M compiler-rt/test/asan/TestCases/strstr_strict.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
    R compiler-rt/test/builtins/Unit/arm/call_apsr.S
    M compiler-rt/test/builtins/Unit/arm/call_apsr.h
    M compiler-rt/test/builtins/Unit/lit.cfg.py
    M compiler-rt/test/dfsan/fast16labels.c
    A compiler-rt/test/fuzzer/CustomAllocator.cpp
    M compiler-rt/test/fuzzer/MemcmpTest.cpp
    A compiler-rt/test/fuzzer/bcmp.test
    A compiler-rt/test/fuzzer/custom-allocator.test
    M compiler-rt/test/fuzzer/dataflow.test
    A compiler-rt/test/fuzzer/noasan-bcmp.test
    A compiler-rt/test/fuzzer/noasan-memcmp.test
    A compiler-rt/test/fuzzer/noasan-memcmp64.test
    A compiler-rt/test/fuzzer/noasan-strcmp.test
    A compiler-rt/test/fuzzer/noasan-strncmp.test
    A compiler-rt/test/fuzzer/noasan-strstr.test
    M compiler-rt/test/fuzzer/only-some-bytes-fork.test
    M compiler-rt/test/fuzzer/only-some-bytes.test
    M compiler-rt/test/fuzzer/strcmp.test
    M compiler-rt/test/fuzzer/strncmp.test
    M compiler-rt/test/fuzzer/strstr.test
    M compiler-rt/test/gwp_asan/CMakeLists.txt
    A compiler-rt/test/gwp_asan/backtrace.c
    A compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M compiler-rt/test/lsan/lit.common.cfg.py
    A compiler-rt/test/msan/Linux/sigandorset.cpp
    M compiler-rt/test/msan/__strxfrm_l.cpp
    A compiler-rt/test/msan/libatomic.c
    M compiler-rt/test/msan/strxfrm.cpp
    M compiler-rt/test/profile/Inputs/instrprof-comdat.h
    M compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func2.c.gcov
    R compiler-rt/test/profile/Inputs/instrprof-dlopen-func3.c.gcov
    M compiler-rt/test/profile/Linux/instrprof-value-merge.c
    A compiler-rt/test/profile/Posix/gcov-dlopen.c
    M compiler-rt/test/profile/Posix/gcov-fork.c
    M compiler-rt/test/profile/Posix/gcov-shared-flush.c
    R compiler-rt/test/profile/Posix/instrprof-dlopen-dlclose-gcov.test
    A compiler-rt/test/profile/coverage_comments.cpp
    M compiler-rt/test/profile/gcov-__gcov_flush-terminate.c
    M compiler-rt/test/profile/gcov-dump-and-remove.c
    A compiler-rt/test/profile/instrprof-lto-pgogen.c
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/profile/instrprof-version-mismatch.c
    M compiler-rt/test/profile/instrprof-without-libc.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/getcpuclockid.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/protoent.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Linux/signal_line.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/signal_send.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Linux/xdrrec.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cpp
    M compiler-rt/test/sanitizer_common/TestCases/Posix/strxfrm.c
    M compiler-rt/test/sanitizer_common/android_commands/android_compile.py
    M compiler-rt/test/sanitizer_common/android_commands/android_run.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_compile.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_env.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_run.py
    A compiler-rt/test/tsan/Darwin/variadic-open.cpp
    M compiler-rt/test/ubsan/TestCases/Misc/nonnull.cpp
    M compiler-rt/test/ubsan/TestCases/Misc/nullability.c
    A compiler-rt/test/ubsan/TestCases/Misc/objc-cast.m
    M debuginfo-tests/dexter/dexter.py
    M debuginfo-tests/llgdb-tests/llgdb.py
    M flang/CMakeLists.txt
    M flang/include/flang/Common/Fortran-features.h
    M flang/include/flang/Decimal/decimal.h
    M flang/include/flang/Evaluate/constant.h
    M flang/include/flang/Evaluate/intrinsics.h
    A flang/include/flang/Lower/OpenACC.h
    M flang/include/flang/Lower/OpenMP.h
    M flang/include/flang/Lower/PFTBuilder.h
    M flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    M flang/include/flang/Optimizer/Transforms/Passes.h
    M flang/include/flang/Parser/char-buffer.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Decimal/decimal-to-binary.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/constant.cpp
    M flang/lib/Evaluate/fold-complex.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/host.h
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/ConvertExpr.cpp
    A flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Parser/CMakeLists.txt
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/char-buffer.cpp
    M flang/lib/Parser/executable-parsers.cpp
    A flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/preprocessor.h
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/source.cpp
    M flang/lib/Parser/stmt-parser.h
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/token-sequence.h
    M flang/lib/Parser/type-parsers.h
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    A flang/lib/Semantics/canonicalize-acc.cpp
    A flang/lib/Semantics/canonicalize-acc.h
    A flang/lib/Semantics/check-acc-structure.cpp
    A flang/lib/Semantics/check-acc-structure.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/check-select-type.cpp
    M flang/lib/Semantics/compute-offsets.cpp
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    A flang/lib/Semantics/resolve-directives.cpp
    A flang/lib/Semantics/resolve-directives.h
    M flang/lib/Semantics/resolve-names-utils.h
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/unparse-with-symbols.cpp
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-output.cpp
    M flang/runtime/environment.cpp
    M flang/runtime/environment.h
    M flang/runtime/file.cpp
    M flang/runtime/file.h
    M flang/runtime/format-implementation.h
    M flang/runtime/format.cpp
    M flang/runtime/format.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-error.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/main.cpp
    M flang/runtime/main.h
    M flang/runtime/memory.h
    M flang/runtime/stop.cpp
    M flang/runtime/tools.cpp
    M flang/runtime/tools.h
    M flang/runtime/unit-map.cpp
    M flang/runtime/unit-map.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/CMakeLists.txt
    A flang/test/Driver/Inputs/hello.f90
    A flang/test/Driver/help.f90
    A flang/test/Driver/no_files.f90
    M flang/test/Evaluate/folding01.f90
    A flang/test/Lower/pre-fir-tree05.f90
    A flang/test/NonGtestUnit/lit.cfg.py
    A flang/test/NonGtestUnit/lit.site.cfg.py.in
    A flang/test/Parser/badlabel.f
    A flang/test/Parser/continuation-in-if.f
    A flang/test/Parser/pp-dir-comments.f90
    R flang/test/Preprocessing/lit.local.cfg.py
    M flang/test/Preprocessing/pp001.F
    M flang/test/Preprocessing/pp002.F
    M flang/test/Preprocessing/pp003.F
    M flang/test/Preprocessing/pp004.F
    M flang/test/Preprocessing/pp005.F
    M flang/test/Preprocessing/pp006.F
    M flang/test/Preprocessing/pp007.F
    M flang/test/Preprocessing/pp008.F
    M flang/test/Preprocessing/pp009.F
    M flang/test/Preprocessing/pp010.F
    M flang/test/Preprocessing/pp011.F
    M flang/test/Preprocessing/pp012.F
    M flang/test/Preprocessing/pp013.F
    M flang/test/Preprocessing/pp014.F
    M flang/test/Preprocessing/pp015.F
    M flang/test/Preprocessing/pp016.F
    M flang/test/Preprocessing/pp017.F
    M flang/test/Preprocessing/pp018.F
    M flang/test/Preprocessing/pp019.F
    M flang/test/Preprocessing/pp020.F
    M flang/test/Preprocessing/pp021.F
    M flang/test/Preprocessing/pp022.F
    M flang/test/Preprocessing/pp023.F
    M flang/test/Preprocessing/pp024.F
    M flang/test/Preprocessing/pp025.F
    M flang/test/Preprocessing/pp026.F
    M flang/test/Preprocessing/pp027.F
    M flang/test/Preprocessing/pp028.F
    M flang/test/Preprocessing/pp029.F
    M flang/test/Preprocessing/pp030.F
    M flang/test/Preprocessing/pp031.F
    M flang/test/Preprocessing/pp032.F
    M flang/test/Preprocessing/pp033.F
    M flang/test/Preprocessing/pp034.F
    M flang/test/Preprocessing/pp035.F
    M flang/test/Preprocessing/pp036.F
    M flang/test/Preprocessing/pp037.F
    M flang/test/Preprocessing/pp038.F
    M flang/test/Preprocessing/pp039.F
    M flang/test/Preprocessing/pp040.F
    M flang/test/Preprocessing/pp041.F
    M flang/test/Preprocessing/pp042.F
    M flang/test/Preprocessing/pp043.F
    M flang/test/Preprocessing/pp044.F
    M flang/test/Preprocessing/pp101.F90
    M flang/test/Preprocessing/pp102.F90
    M flang/test/Preprocessing/pp103.F90
    M flang/test/Preprocessing/pp104.F90
    M flang/test/Preprocessing/pp105.F90
    M flang/test/Preprocessing/pp106.F90
    M flang/test/Preprocessing/pp107.F90
    M flang/test/Preprocessing/pp108.F90
    M flang/test/Preprocessing/pp109.F90
    M flang/test/Preprocessing/pp110.F90
    M flang/test/Preprocessing/pp111.F90
    M flang/test/Preprocessing/pp112.F90
    M flang/test/Preprocessing/pp113.F90
    M flang/test/Preprocessing/pp114.F90
    M flang/test/Preprocessing/pp115.F90
    M flang/test/Preprocessing/pp116.F90
    M flang/test/Preprocessing/pp117.F90
    M flang/test/Preprocessing/pp118.F90
    M flang/test/Preprocessing/pp119.F90
    M flang/test/Preprocessing/pp120.F90
    M flang/test/Preprocessing/pp121.F90
    M flang/test/Preprocessing/pp122.F90
    M flang/test/Preprocessing/pp123.F90
    M flang/test/Preprocessing/pp124.F90
    M flang/test/Preprocessing/pp125.F90
    M flang/test/Preprocessing/pp126.F90
    M flang/test/Preprocessing/pp127.F90
    M flang/test/Preprocessing/pp128.F90
    M flang/test/Preprocessing/pp129.F90
    M flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/acc-branch.f90
    A flang/test/Semantics/acc-clause-validity.f90
    A flang/test/Semantics/acc-resolve01.f90
    A flang/test/Semantics/acc-resolve02.f90
    A flang/test/Semantics/acc-symbols01.f90
    A flang/test/Semantics/array-constr-values.f90
    M flang/test/Semantics/bindings01.f90
    A flang/test/Semantics/boz-literal-constants.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/reshape.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve91.f90
    M flang/test/Semantics/selecttype01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol16.f90
    A flang/test/Semantics/symbol18.f90
    M flang/test/Semantics/test_symbols.sh
    M flang/tools/f18-parse-demo/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Decimal/CMakeLists.txt
    M flang/unittests/Evaluate/CMakeLists.txt
    M flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Lower/CMakeLists.txt
    A flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M flang/unittests/Runtime/external-io.cpp
    M flang/unittests/Runtime/hello.cpp
    M flang/unittests/Runtime/list-input.cpp
    M libc/AOR_v20.02/math/tools/plot.py
    M libc/benchmarks/render.py3
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/fuzzing/string/CMakeLists.txt
    A libc/fuzzing/string/strstr_fuzz.cpp
    M libc/include/CMakeLists.txt
    R libc/include/ctype.h
    A libc/include/ctype.h.def
    M libc/spec/gnu_ext.td
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/ctype/CMakeLists.txt
    A libc/src/ctype/ctype_utils.h
    A libc/src/ctype/isalnum.cpp
    A libc/src/ctype/isalnum.h
    A libc/src/ctype/isalpha.cpp
    A libc/src/ctype/isalpha.h
    A libc/src/ctype/isdigit.cpp
    A libc/src/ctype/isdigit.h
    A libc/src/ctype/islower.cpp
    A libc/src/ctype/islower.h
    A libc/src/ctype/isupper.cpp
    A libc/src/ctype/isupper.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fmax.cpp
    A libc/src/math/fmax.h
    A libc/src/math/fmaxf.cpp
    A libc/src/math/fmaxf.h
    A libc/src/math/fmaxl.cpp
    A libc/src/math/fmaxl.h
    A libc/src/math/fmin.cpp
    A libc/src/math/fmin.h
    A libc/src/math/fminf.cpp
    A libc/src/math/fminf.h
    A libc/src/math/fminl.cpp
    A libc/src/math/fminl.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memchr.cpp
    A libc/src/string/memrchr.cpp
    A libc/src/string/memrchr.h
    A libc/src/string/strchr.cpp
    A libc/src/string/strchr.h
    A libc/src/string/strnlen.cpp
    A libc/src/string/strnlen.h
    A libc/src/string/strrchr.cpp
    A libc/src/string/strrchr.h
    A libc/src/string/strstr.cpp
    A libc/src/string/strstr.h
    M libc/test/CMakeLists.txt
    A libc/test/ErrnoSetterMatcher.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isalnum_test.cpp
    A libc/test/src/ctype/isalpha_test.cpp
    A libc/test/src/ctype/isdigit_test.cpp
    A libc/test/src/ctype/islower_test.cpp
    A libc/test/src/ctype/isupper_test.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/fmax_test.cpp
    A libc/test/src/math/fmaxf_test.cpp
    A libc/test/src/math/fmaxl_test.cpp
    A libc/test/src/math/fmin_test.cpp
    A libc/test/src/math/fminf_test.cpp
    A libc/test/src/math/fminl_test.cpp
    M libc/test/src/signal/CMakeLists.txt
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigaddset_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigfillset_test.cpp
    M libc/test/src/signal/signal_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/memchr_test.cpp
    A libc/test/src/string/memrchr_test.cpp
    A libc/test/src/string/strchr_test.cpp
    A libc/test/src/string/strnlen_test.cpp
    A libc/test/src/string/strrchr_test.cpp
    A libc/test/src/string/strstr_test.cpp
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/unistd/CMakeLists.txt
    M libc/test/src/unistd/write_test.cpp
    M libc/utils/CMakeLists.txt
    M libc/utils/CPP/TypeTraits.h
    M libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/CMakeLists.txt
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/HdrGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/LibcTableGenUtil/APIIndexer.cpp
    A libc/utils/LibcTableGenUtil/APIIndexer.h
    A libc/utils/LibcTableGenUtil/CMakeLists.txt
    M libc/utils/UnitTest/CMakeLists.txt
    R libc/utils/UnitTest/ErrnoSetterMatcher.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    A libc/utils/tools/CMakeLists.txt
    A libc/utils/tools/WrapperGen/CMakeLists.txt
    A libc/utils/tools/WrapperGen/Main.cpp
    M libclc/CMakeLists.txt
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/cmake/Modules/DefineLinkerScript.cmake
    A libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/conf.py
    M libcxx/docs/index.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__libcpp_version
    M libcxx/include/functional
    M libcxx/include/ios
    M libcxx/include/memory
    M libcxx/include/ostream
    M libcxx/include/variant
    M libcxx/src/CMakeLists.txt
    M libcxx/src/barrier.cpp
    A libcxx/test/libcxx/language.support/has_aligned_alloc.compile.pass.cpp
    R libcxx/test/libcxx/language.support/has_c11_features.pass.cpp
    A libcxx/test/libcxx/language.support/has_quick_exit.compile.pass.cpp
    A libcxx/test/libcxx/language.support/has_timespec_get.compile.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/shared_ptr_arg.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_arg.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_array.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_destruction_order.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/unique_ptr_ret.pass.cpp
    A libcxx/test/libcxx/memory/trivial_abi/weak_ptr_ret.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/lit.site.cfg.in
    M libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
    M libcxx/test/std/depr/depr.c.headers/float_h.pass.cpp
    M libcxx/test/std/language.support/support.limits/c.limits/cfloat.pass.cpp
    A libcxx/test/std/language.support/support.start.term/at_quick_exit.compile.fail.cpp
    A libcxx/test/std/language.support/support.start.term/quick_exit.compile.fail.cpp
    M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
    R libcxx/test/std/language.support/support.start.term/quick_exit_check1.compile.fail.cpp
    R libcxx/test/std/language.support/support.start.term/quick_exit_check2.compile.fail.cpp
    A libcxx/test/std/namespace/addressable_functions.sh.cpp
    M libcxx/test/std/numerics/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.assign/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/copy.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/in_place_type.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/move.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/reset.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_request_invalid_value_category.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/const_correctness.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/not_copy_constructible.fail.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/make_any.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/swap.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/optional/optional.bad_optional_access/default.pass.cpp
    M libcxx/test/std/utilities/optional/optional.bad_optional_access/derive.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_T.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/rvalue_T.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_rvalue.pass.cpp
    M libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp
    M libcxx/test/std/utilities/variant/variant.bad_variant_access/bad_variant_access.pass.cpp
    M libcxx/test/std/utilities/variant/variant.get/get_index.pass.cpp
    M libcxx/test/std/utilities/variant/variant.get/get_type.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.assign/T.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/T.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/default.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.ctor/move.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_index_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.mod/emplace_type_init_list_args.pass.cpp
    M libcxx/test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp
    M libcxx/test/std/utilities/variant/variant.visit/visit.pass.cpp
    M libcxx/test/support/msvc_stdlib_force_include.h
    M libcxx/test/support/test_macros.h
    M libcxx/utils/ci/runtimes/CMakeLists.txt
    M libcxx/utils/gdb/libcxx/printers.py
    M libcxx/utils/google-benchmark/mingw.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/features.py
    A libcxx/utils/libcxx/test/newconfig.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/merge_archives.py
    M libcxx/utils/run.py
    M libcxx/utils/ssh.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/private_typeinfo.cpp
    M libcxxabi/test/guard_threaded_test.pass.cpp
    M libcxxabi/test/libcxxabi/test/config.py
    M libcxxabi/test/lit.site.cfg.in
    M libcxxabi/test/test_exception_address_alignment.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/docs/conf.py
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/Unwind_AppleExtras.cpp
    M libunwind/test/CMakeLists.txt
    M libunwind/test/libunwind/test/config.py
    M libunwind/test/lit.site.cfg.in
    M lld/CMakeLists.txt
    M lld/COFF/CMakeLists.txt
    A lld/COFF/CallGraphSort.cpp
    A lld/COFF/CallGraphSort.h
    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/MinGW.cpp
    M lld/COFF/Options.td
    M lld/COFF/SymbolTable.cpp
    M lld/COFF/Writer.cpp
    M lld/Common/Args.cpp
    M lld/Common/CMakeLists.txt
    M lld/Common/Filesystem.cpp
    M lld/ELF/Arch/AVR.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/CMakeLists.txt
    M lld/ELF/CallGraphSort.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/LTO.cpp
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/ScriptLexer.cpp
    M lld/ELF/ScriptLexer.h
    M lld/ELF/ScriptParser.cpp
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/CMakeLists.txt
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ReleaseNotes.rst
    M lld/docs/conf.py
    M lld/include/lld/Common/Args.h
    M lld/lib/Core/CMakeLists.txt
    M lld/test/CMakeLists.txt
    A lld/test/COFF/Inputs/undefined-symbol-multi-lto.ll
    M lld/test/COFF/associative-comdat-mingw-i386.s
    A lld/test/COFF/associative-comdat-mingw-weak.s
    A lld/test/COFF/cgprofile-bad-clusters.s
    A lld/test/COFF/cgprofile-err.s
    A lld/test/COFF/cgprofile-icf.s
    A lld/test/COFF/cgprofile-obj.s
    A lld/test/COFF/cgprofile-print.s
    A lld/test/COFF/cgprofile-txt.s
    A lld/test/COFF/noseh.s
    A lld/test/COFF/pdata-arm64-bad.yaml
    M lld/test/COFF/undefined-symbol-multi.s
    A lld/test/ELF/Inputs/ppc64-callee-global-hidden.s
    M lld/test/ELF/arm-exidx-range.s
    A lld/test/ELF/avr-reloc.s
    A lld/test/ELF/basic-block-sections-and-icf.s
    A lld/test/ELF/basic-block-sections-delete-fallthru.s
    A lld/test/ELF/basic-block-sections-pc32reloc.s
    R lld/test/ELF/bb-sections-and-icf.s
    R lld/test/ELF/bb-sections-delete-fallthru.s
    R lld/test/ELF/bb-sections-pc32reloc.s
    A lld/test/ELF/dependency-file.s
    M lld/test/ELF/driver.test
    M lld/test/ELF/eh-frame-hdr-augmentation.s
    M lld/test/ELF/init-fini.s
    M lld/test/ELF/invalid/invalid-e_shnum.test
    R lld/test/ELF/invalid/reloc-section-reordered.test
    M lld/test/ELF/linkerscript/Inputs/define.s
    M lld/test/ELF/linkerscript/define.test
    M lld/test/ELF/linkerscript/diag6.test
    M lld/test/ELF/linkerscript/noload.s
    M lld/test/ELF/linkerscript/operators.test
    A lld/test/ELF/lto/basic-block-sections.ll
    M lld/test/ELF/mips-merge-abiflags.s
    A lld/test/ELF/ppc64-pcrel-call-to-extern.s
    A lld/test/ELF/ppc64-pcrel-call-to-pcrel.s
    A lld/test/ELF/ppc64-pcrel-call-to-toc.s
    M lld/test/ELF/ppc64-rel-so-local-calls.s
    M lld/test/ELF/ppc64-reloc-pcrel34-overflow.s
    A lld/test/ELF/reloc-sec-before-relocated.test
    M lld/test/ELF/relocatable-comdat.s
    A lld/test/ELF/relocatable-gc.s
    A lld/test/ELF/reproduce-lto.s
    M lld/test/ELF/wrap-dynamic-undef.s
    M lld/test/ELF/wrap-plt.s
    M lld/test/ELF/wrap-shlib-undefined.s
    A lld/test/MachO/dso-handle.s
    A lld/test/MachO/filelist.s
    A lld/test/MachO/framework.s
    A lld/test/MachO/headerpad.s
    A lld/test/MachO/invalid/dso-handle-duplicate.s
    A lld/test/MachO/invalid/no-filelist.s
    A lld/test/MachO/linkedit-contiguity.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    A lld/test/MachO/weak-definition-direct-fetch.s
    A lld/test/MachO/weak-definition-indirect-fetch.s
    A lld/test/MachO/weak-definition-order.s
    A lld/test/MachO/weak-definition-over-dysym.s
    M lld/test/MinGW/driver.test
    M lld/test/lit.site.cfg.py.in
    M lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
    M lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.cpp
    M lld/wasm/InputFiles.cpp
    M lld/wasm/MarkLive.cpp
    M lld/wasm/Relocations.cpp
    M lld/wasm/SyntheticSections.cpp
    M lld/wasm/Writer.cpp
    M lldb/CMakeLists.txt
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBStandalone.cmake
    M lldb/docs/resources/bots.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/examples/python/armv7_cortex_m_target_defintion.py
    M lldb/examples/python/bsd.py
    M lldb/examples/python/cmdtemplate.py
    M lldb/examples/python/crashlog.py
    M lldb/examples/python/delta.py
    M lldb/examples/python/disasm-stress-test.py
    M lldb/examples/python/disasm.py
    M lldb/examples/python/file_extract.py
    M lldb/examples/python/gdbremote.py
    M lldb/examples/python/globals.py
    M lldb/examples/python/lldb_module_utils.py
    M lldb/examples/python/lldbtk.py
    M lldb/examples/python/mach_o.py
    M lldb/examples/python/memory.py
    M lldb/examples/python/operating_system.py
    M lldb/examples/python/performance.py
    M lldb/examples/python/process_events.py
    M lldb/examples/python/sbvalue.py
    M lldb/examples/python/shadow.py
    M lldb/examples/python/sources.py
    M lldb/examples/python/stacks.py
    M lldb/examples/python/symbolication.py
    M lldb/examples/python/types.py
    M lldb/examples/python/x86_64_linux_target_definition.py
    M lldb/examples/python/x86_64_qemu_target_definition.py
    M lldb/examples/python/x86_64_target_definition.py
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    A lldb/include/lldb/Breakpoint/StoppointHitCounter.h
    R lldb/include/lldb/Breakpoint/StoppointLocation.h
    A lldb/include/lldb/Breakpoint/StoppointSite.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    A lldb/include/lldb/Interpreter/OptionValueFileColonLine.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    A lldb/include/lldb/Target/Runtime.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Broadcaster.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/include/lldb/Utility/RegisterValue.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/XcodeSDK.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/packages/Python/lldbsuite/__init__.py
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/Makefile
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/TestGuiBasicDebug.py
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/func.c
    A lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/main.c
    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/lldbinline.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    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/test_result.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/.categories
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/Makefile
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    R lldb/packages/Python/lldbsuite/test/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/socket_packet_pump.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/packages/Python/lldbsuite/test_event/build_exception.py
    R lldb/packages/Python/lldbsuite/test_event/event_builder.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/results_formatter.py
    R lldb/packages/Python/lldbsuite/test_event/formatter/xunit.py
    M lldb/scripts/analyze-project-deps.py
    M lldb/scripts/reproducer-replay.py
    M lldb/scripts/use_lldb_suite.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreterRunOptions.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/API/SBType.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/CMakeLists.txt
    R lldb/source/Breakpoint/StoppointLocation.cpp
    A lldb/source/Breakpoint/StoppointSite.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectQuit.cpp
    A lldb/source/Commands/CommandObjectSession.cpp
    A lldb/source/Commands/CommandObjectSession.h
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/DumpDataExtractor.cpp
    M lldb/source/Core/IOHandlerCursesGUI.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/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/ValueObjectDynamicValue.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/DataVisualization.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/DataFormatters/TypeCategory.cpp
    M lldb/source/Expression/CMakeLists.txt
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    A lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CMakeLists.txt
    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/CommandObjectScript.h
    M lldb/source/Interpreter/InterpreterProperties.td
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    A lldb/source/Interpreter/OptionValueFileColonLine.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/OptionValueFormatEntity.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Interpreter/Options.cpp
    M lldb/source/Interpreter/Property.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    R lldb/source/Plugins/Process/Linux/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.h
    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/ProcessKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    A lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    A lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
    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/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    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/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Target/AssertFrameRecognizer.cpp
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/SystemRuntime.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Utility/ARM64_DWARF_Registers.h
    M lldb/source/Utility/ARM64_ehframe_Registers.h
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/StringLexer.cpp
    M lldb/source/Utility/StringList.cpp
    M lldb/source/Utility/StructuredData.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/test/API/CMakeLists.txt
    R lldb/test/API/commands/command/history/TestCommandHistory.py
    M lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py
    M lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    M lldb/test/API/commands/process/attach-resume/TestAttachResume.py
    M lldb/test/API/commands/process/attach/TestProcessAttach.py
    M lldb/test/API/commands/process/attach/attach_denied/TestAttachDenied.py
    M lldb/test/API/commands/register/register/register_command/TestRegisters.py
    A lldb/test/API/commands/session/history/TestSessionHistory.py
    A lldb/test/API/commands/session/save/TestSessionSave.py
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    A lldb/test/API/commands/target/basic/bogus.yaml
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/Makefile
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/TestBreakpointByFileColonLine.py
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/main.c
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/base.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/Makefile
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/main.c
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/Makefile
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/TestWriteMemoryWithHWBreakpoint.py
    A lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/main.cpp
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
    R lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/main.c
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSDate.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    M lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
    M lldb/test/API/functionalities/deleted-executable/TestDeletedExecutable.py
    A lldb/test/API/functionalities/dlopen_other_executable/Makefile
    A lldb/test/API/functionalities/dlopen_other_executable/TestDlopenOtherExecutable.py
    A lldb/test/API/functionalities/dlopen_other_executable/main.c
    A lldb/test/API/functionalities/dlopen_other_executable/other.c
    A lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
    M lldb/test/API/functionalities/history/TestHistoryRecall.py
    M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
    M lldb/test/API/functionalities/limit-debug-info/main.cpp
    M lldb/test/API/functionalities/limit-debug-info/one.cpp
    M lldb/test/API/functionalities/limit-debug-info/onetwo.h
    M lldb/test/API/functionalities/limit-debug-info/two.cpp
    M lldb/test/API/functionalities/plugins/python_os_plugin/operating_system.py
    M lldb/test/API/functionalities/plugins/python_os_plugin/operating_system2.py
    M lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/operating_system.py
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-fpsimd.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-full.core
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve.c
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
    A lldb/test/API/lang/cpp/template-specialization-type/Makefile
    A lldb/test/API/lang/cpp/template-specialization-type/TestTemplateSpecializationType.py
    A lldb/test/API/lang/cpp/template-specialization-type/main.cpp
    A lldb/test/API/lang/cpp/typeof/TestTypeOfDeclTypeExpr.py
    A lldb/test/API/lang/objc/bitfield_ivars/Makefile
    M lldb/test/API/lang/objc/bitfield_ivars/TestBitfieldIvars.py
    M lldb/test/API/lang/objc/bitfield_ivars/main.m
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
    M lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
    M lldb/test/API/macosx/function-starts/TestFunctionStarts.py
    M lldb/test/API/macosx/indirect_symbol/Makefile
    M lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/macosx/universal/TestUniversal.py
    M lldb/test/API/python_api/hello_world/TestHelloWorld.py
    M lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py
    M lldb/test/API/source-manager/TestSourceManager.py
    A lldb/test/API/tools/lldb-server/.categories
    M lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
    M lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/Makefile
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
    A lldb/test/API/tools/lldb-server/registers-target-xml-reading/main.cpp
    M lldb/test/API/tools/lldb-vscode/attach/TestVSCode_attach.py
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    A lldb/test/API/tools/lldb-vscode/module/Makefile
    A lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    A lldb/test/API/tools/lldb-vscode/module/foo.cpp
    A lldb/test/API/tools/lldb-vscode/module/foo.h
    A lldb/test/API/tools/lldb-vscode/module/main.cpp
    M lldb/test/API/use_lldb_suite.py
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/Driver/TestError.test
    R lldb/test/Shell/Expr/TestTypeOfDeclTypeExpr.test
    M lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/Reproducer/TestWorkingDir.test
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_TAG_GNU_call_site-DW_AT_low_pc.s
    A lldb/test/Shell/SymbolFile/DWARF/debug_line-tombstone.s
    M lldb/test/Shell/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
    M lldb/test/Shell/helper/build.py
    M lldb/third_party/Python/module/progress/progress.py
    M lldb/tools/debugserver/CMakeLists.txt
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
    M lldb/tools/debugserver/source/debugserver.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/CMakeLists.txt
    M lldb/unittests/Core/CMakeLists.txt
    M lldb/unittests/Core/MangledTest.cpp
    A lldb/unittests/Core/ModuleSpecTest.cpp
    M lldb/unittests/DataFormatter/CMakeLists.txt
    A lldb/unittests/DataFormatter/FormattersContainerTest.cpp
    M lldb/unittests/Expression/ClangParserTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Interpreter/CMakeLists.txt
    A lldb/unittests/Interpreter/TestOptionValueFileColonLine.cpp
    M lldb/unittests/ObjectFile/CMakeLists.txt
    M lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
    A lldb/unittests/ObjectFile/MachO/CMakeLists.txt
    A lldb/unittests/ObjectFile/MachO/TestObjectFileMachO.cpp
    M lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Platform/CMakeLists.txt
    A lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
    M lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/StackFrameRecognizerTest.cpp
    M lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.cpp
    M lldb/unittests/TestingSupport/TestUtilities.cpp
    M lldb/unittests/TestingSupport/TestUtilities.h
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/InstrumentationBindings.cpp
    M llvm/bindings/go/llvm/transforms_ipo.go
    M llvm/bindings/ocaml/transforms/ipo/ipo_ocaml.c
    M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.ml
    M llvm/bindings/ocaml/transforms/ipo/llvm_ipo.mli
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/FindLibpfm.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    A llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    R llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CMakePrimer.rst
    M llvm/docs/CodingStandards.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/index.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llc.rst
    M llvm/docs/CommandGuide/lli.rst
    M llvm/docs/CommandGuide/llvm-exegesis.rst
    A llvm/docs/CommandGuide/llvm-libtool-darwin.rst
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/docs/CommandGuide/llvm-readelf.rst
    M llvm/docs/CommandGuide/llvm-readobj.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandLine.rst
    M llvm/docs/Contributing.rst
    M llvm/docs/ExtendingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/HowToSubmitABug.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LibFuzzer.rst
    M llvm/docs/Passes.rst
    M llvm/docs/Reference.rst
    M llvm/docs/ReleaseNotes.rst
    A llvm/docs/Security.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/TestingGuide.rst
    M llvm/docs/UserGuides.rst
    M llvm/docs/Vectorizers.rst
    M llvm/docs/index.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/examples/ExceptionDemo/ExceptionDemo.cpp
    M llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
    M llvm/examples/IRTransforms/SimplifyCFG.cpp
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    M llvm/examples/OrcV2Examples/ExampleModules.h
    A llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/LLJITWithTargetProcessControl.cpp
    M llvm/include/llvm-c/Transforms/IPO.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/BitVector.h
    M llvm/include/llvm/ADT/DenseMapInfo.h
    M llvm/include/llvm/ADT/DenseSet.h
    M llvm/include/llvm/ADT/EnumeratedArray.h
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/include/llvm/ADT/PointerUnion.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    A llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    R llvm/include/llvm/Analysis/InlineFeaturesAnalysis.h
    A llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h
    M llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
    M llvm/include/llvm/Analysis/IteratedDominanceFrontier.h
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/MemorySSAUpdater.h
    M llvm/include/llvm/Analysis/MustExecute.h
    M llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h
    M llvm/include/llvm/Analysis/ProfileSummaryInfo.h
    M llvm/include/llvm/Analysis/RegionInfo.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/Local.h
    A llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/ValueLattice.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/WasmRelocs.def
    A llvm/include/llvm/Bitcode/BitcodeCommon.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/CMakeLists.txt
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
    M llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/LiveVariables.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineInstrBuilder.h
    M llvm/include/llvm/CodeGen/StackMaps.h
    M llvm/include/llvm/CodeGen/TargetCallingConv.h
    M llvm/include/llvm/CodeGen/TargetFrameLowering.h
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/TargetPassConfig.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
    M llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h
    M llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h
    M llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
    M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h
    M llvm/include/llvm/ExecutionEngine/JITSymbol.h
    M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    A llvm/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
    A llvm/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h
    A llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    A llvm/include/llvm/Frontend/CMakeLists.txt
    M llvm/include/llvm/Frontend/Directive/DirectiveBase.td
    A llvm/include/llvm/Frontend/OpenACC/ACC.td
    A llvm/include/llvm/Frontend/OpenACC/CMakeLists.txt
    M llvm/include/llvm/Frontend/OpenMP/CMakeLists.txt
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPContext.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Attributes.td
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DiagnosticInfo.h
    M llvm/include/llvm/IR/Dominators.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PassManagerImpl.h
    M llvm/include/llvm/IR/PassManagerInternal.h
    M llvm/include/llvm/IR/PassTimingInfo.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCAsmBackend.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCDwarf.h
    M llvm/include/llvm/MC/MCELFObjectWriter.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCFixup.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCMachObjectWriter.h
    M llvm/include/llvm/MC/MCObjectStreamer.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/MC/MCSymbol.h
    M llvm/include/llvm/MC/MCWasmObjectWriter.h
    M llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
    M llvm/include/llvm/MC/MCWinCOFFStreamer.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/Error.h
    A llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/Wasm.h
    M llvm/include/llvm/ObjectYAML/DWARFEmitter.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Option/ArgList.h
    M llvm/include/llvm/Option/OptTable.h
    M llvm/include/llvm/Option/Option.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/include/llvm/ProfileData/InstrProfData.inc
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/include/llvm/ProfileData/InstrProfWriter.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AMDGPUMetadata.h
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/CFGDiff.h
    M llvm/include/llvm/Support/CMakeLists.txt
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/FileSystem.h
    M llvm/include/llvm/Support/FormatAdapters.h
    M llvm/include/llvm/Support/FormatVariadic.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/Program.h
    A llvm/include/llvm/Support/RISCVTargetParser.def
    M llvm/include/llvm/Support/SymbolRemappingReader.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.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/TargetOptions.h
    M llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
    M llvm/include/llvm/Transforms/IPO.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/OpenMPOpt.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    A llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/include/llvm/Transforms/Instrumentation/CGProfile.h
    A llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
    M llvm/include/llvm/Transforms/Utils/Debugify.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    A llvm/include/llvm/Transforms/Utils/LoopPeel.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    A llvm/include/llvm/Transforms/Utils/MatrixUtils.h
    M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    A llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/include/llvm/Transforms/Utils/SizeOpts.h
    M llvm/include/llvm/Transforms/Utils/UnrollLoop.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CallGraph.cpp
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/CaptureTracking.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    A llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/DomTreeUpdater.cpp
    A llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
    M llvm/lib/Analysis/GlobalsModRef.cpp
    M llvm/lib/Analysis/InlineAdvisor.cpp
    R llvm/lib/Analysis/InlineFeaturesAnalysis.cpp
    A llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/MLInlineAdvisor.cpp
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
    M llvm/lib/Analysis/RegionInfo.cpp
    M llvm/lib/Analysis/ReleaseModeModelRunner.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScopedNoAliasAA.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    A llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    R llvm/lib/Analysis/models/inliner/saved_model.pb
    A llvm/lib/Analysis/models/inliner/saved_model.pbtxt
    A llvm/lib/Analysis/models/inliner/variables/variables.data-00000-of-00001
    R llvm/lib/Analysis/models/inliner/variables/variables.data-00000-of-00002
    R llvm/lib/Analysis/models/inliner/variables/variables.data-00001-of-00002
    M llvm/lib/Analysis/models/inliner/variables/variables.index
    M llvm/lib/AsmParser/LLLexer.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/AsmParser/LLToken.h
    M llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DIE.cpp
    M llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
    M llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.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/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfException.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/CodeGen/CFIInstrInserter.cpp
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEInfo.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/IRTranslator.cpp
    M llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizeMutations.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/HardwareLoops.cpp
    M llvm/lib/CodeGen/LLVMTargetMachine.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveVariables.cpp
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
    M llvm/lib/CodeGen/MIRPrinter.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineCopyPropagation.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineModuleInfo.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineSink.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/PHIElimination.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/StackColoring.cpp
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetOptionsImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDataExtractor.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
    M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeLineNumber.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativePublicSymbol.cpp
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
    M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
    M llvm/lib/Demangle/Demangle.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcABISupport.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    A llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
    A llvm/lib/ExecutionEngine/Orc/TPCIndirectionUtils.cpp
    A llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
    M llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
    M llvm/lib/Frontend/CMakeLists.txt
    A llvm/lib/Frontend/OpenACC/CMakeLists.txt
    M llvm/lib/Frontend/OpenMP/CMakeLists.txt
    R llvm/lib/Frontend/OpenMP/OMPConstants.cpp
    M llvm/lib/Frontend/OpenMP/OMPContext.cpp
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/AttributeImpl.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Dominators.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/IRPrintingPasses.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Mangler.cpp
    M llvm/lib/IR/ModuleSummaryIndex.cpp
    M llvm/lib/IR/PassInstrumentation.cpp
    M llvm/lib/IR/PassTimingInfo.cpp
    M llvm/lib/IR/Use.cpp
    M llvm/lib/IR/User.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCContext.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/MC/MCObjectStreamer.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/COFFAsmParser.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCParser/MCAsmParserExtension.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/MC/MCWinCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/CMakeLists.txt
    M llvm/lib/Object/ELF.cpp
    A llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/lib/Object/RelocationResolver.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/CMakeLists.txt
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    R llvm/lib/ObjectYAML/DWARFVisitor.cpp
    R llvm/lib/ObjectYAML/DWARFVisitor.h
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/LLVMBuild.txt
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/ObjectYAML/MachOYAML.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Option/Option.cpp
    M llvm/lib/Passes/CMakeLists.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/InstrProf.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/lib/ProfileData/InstrProfWriter.cpp
    M llvm/lib/ProfileData/ProfileSummaryBuilder.cpp
    M llvm/lib/Support/AMDGPUMetadata.cpp
    M llvm/lib/Support/APInt.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/CRC.cpp
    M llvm/lib/Support/CommandLine.cpp
    M llvm/lib/Support/Compression.cpp
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/lib/Support/FormatVariadic.cpp
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/TargetParser.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/lib/Support/Unix/Path.inc
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/Windows/Path.inc
    M llvm/lib/Support/Windows/Program.inc
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
    M llvm/lib/Target/AArch64/AArch64FastISel.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    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.td
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64StackOffset.h
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.h
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUGISel.td
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
    A llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBanks.td
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUUnifyMetadata.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    A llvm/lib/Target/AMDGPU/InstCombineTables.td
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
    M llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
    M llvm/lib/Target/AMDGPU/R600Instructions.td
    M llvm/lib/Target/AMDGPU/SIDefines.h
    M llvm/lib/Target/AMDGPU/SIFixupVectorISel.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
    M llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
    M llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP1Instructions.td
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/AMDGPU/VOPInstructions.td
    M llvm/lib/Target/ARC/ARCISelLowering.cpp
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMCallLowering.cpp
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrFormats.td
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrNEON.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMInstrVFP.td
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMScheduleA57.td
    M llvm/lib/Target/ARM/ARMScheduleR52.td
    M llvm/lib/Target/ARM/ARMScheduleSwift.td
    M llvm/lib/Target/ARM/ARMSubtarget.cpp
    M llvm/lib/Target/ARM/ARMSubtarget.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.h
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
    M llvm/lib/Target/ARM/Thumb2InstrInfo.h
    M llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
    R llvm/lib/Transforms/InstCombine/InstCombineTables.td

  Log Message:
  -----------
  Merge branch 'dev/masonr/8_4_llvm_update' into dev/masonr/robocode-llvm-conan-pkg


  Commit: df8b9da868fd18fc27c74fcd3368609b27fd01e3
      https://github.com/llvm/llvm-project/commit/df8b9da868fd18fc27c74fcd3368609b27fd01e3
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp

  Log Message:
  -----------
  Fix merge


  Commit: 61c6be59f54056802f44b70b68359c5bbef25a41
      https://github.com/llvm/llvm-project/commit/61c6be59f54056802f44b70b68359c5bbef25a41
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp

  Log Message:
  -----------
  Merge branch 'dev/masonr/8_4_llvm_update' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 798e759eca9e012fd2f515fd0ab124272f6b5738
      https://github.com/llvm/llvm-project/commit/798e759eca9e012fd2f515fd0ab124272f6b5738
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M .arclint
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/abseil/AbseilMatcher.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.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/NotNullTerminatedResultCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.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/PreferMemberInitializerCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.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/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    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/Compiler.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/tool/ClangdMain.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
    M clang-tools-extra/clangd/unittests/CompilerTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    A clang-tools-extra/clangd/unittests/ModulesTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.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-tidy/Contributing.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-redundant-branch-condition.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread-sigterm-not-a-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread-undef-sigterm.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-bool-pointer-implicit-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-stdc-want-lib-ext1-not-a-literal.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-undef-stdc-want-lib-ext1.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type-cxx20.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/LTOVisibility.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OptionalDiagnostic.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/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    R 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/Sanitizers.def
    A clang/include/clang/Basic/TargetID.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TargetOptions.h
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/Compilation.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    A clang/include/clang/IndexSerialization/SerializablePathCollection.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    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/AttrImpl.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclOpenMP.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.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/TextNodeDumper.cpp
    M clang/lib/AST/Type.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/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Basic/CMakeLists.txt
    R clang/lib/Basic/FixedPoint.cpp
    A clang/lib/Basic/TargetID.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/NVPTX.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/Sparc.cpp
    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/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.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/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.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/CodeGenTypes.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.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/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/VE.cpp
    M clang/lib/Driver/ToolChains/Arch/VE.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.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/MSVC.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    M clang/lib/Driver/ToolChains/Solaris.h
    A clang/lib/Driver/ToolChains/ZOS.cpp
    A clang/lib/Driver/ToolChains/ZOS.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/ia32intrin.h
    M clang/lib/Headers/popcntintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/IndexTypeSourceInfo.cpp
    M clang/lib/Index/IndexingAction.cpp
    A clang/lib/IndexSerialization/CMakeLists.txt
    A clang/lib/IndexSerialization/SerializablePathCollection.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.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/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/Sema.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/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLookup.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/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.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/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicType.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/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SVals.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Refactoring/ASTSelection.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/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/runtime/CMakeLists.txt
    M clang/test/AST/ast-dump-concepts.cpp
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr.cpp
    M clang/test/AST/ast-dump-openmp-atomic.c
    M clang/test/AST/ast-dump-openmp-critical.c
    M clang/test/AST/ast-dump-openmp-master.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-print-attr.c
    M clang/test/AST/dump.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-lambda-captures.cpp
    M clang/test/Analysis/Inputs/llvm.h
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    A clang/test/Analysis/PR46264.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.cpp
    A clang/test/Analysis/invalid-deref.c
    M clang/test/Analysis/misc-ps-region-store.m
    M clang/test/Analysis/pointer-to-member.cpp
    A clang/test/Analysis/smart-ptr-text-output.cpp
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX-lookup.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/use-after-move.cpp
    M clang/test/CXX/drs/dr0xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.const/p5-0x.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    M clang/test/CodeCompletion/call.cpp
    M clang/test/CodeGen/64bit-swiftcall.c
    A clang/test/CodeGen/O0-no-skipped-passes.c
    M clang/test/CodeGen/PR3589-freestanding-libcalls.c
    M clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
    A clang/test/CodeGen/aarch64-debug-sve-vector-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx2-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx3-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx4-types.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aggregate-assign-call.c
    M clang/test/CodeGen/alignment.c
    M clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/atomic_ops.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/bitscan-builtins.c
    M clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-ppc.c
    M clang/test/CodeGen/builtins-wasm.c
    A clang/test/CodeGen/code-coverage-tsan.c
    A clang/test/CodeGen/constantexpr-fneg.c
    A clang/test/CodeGen/debug-info-unused-types.c
    A clang/test/CodeGen/debug-info-unused-types.cpp
    A clang/test/CodeGen/enum-bool.cpp
    M clang/test/CodeGen/ext-int.c
    A clang/test/CodeGen/hexagon-empty-cpu-feature.c
    M clang/test/CodeGen/popcnt-builtins.c
    M clang/test/CodeGen/rot-intrinsics.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-debug-pm.c
    A clang/test/CodeGen/tune-cpu.c
    A clang/test/CodeGen/unsigned-shift-base.c
    M clang/test/CodeGen/vla.c
    M clang/test/CodeGen/x86-bswap.c
    M clang/test/CodeGen/x86-builtins.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/constexpr-variables.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-args.cu
    A clang/test/CodeGenCUDA/profile-coverage-mapping.cu
    A clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
    A clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
    A clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
    M clang/test/CodeGenCXX/address-space-cast.cpp
    M clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    A clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
    M clang/test/CodeGenCXX/aix-static-init.cpp
    M clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    A clang/test/CodeGenCXX/debug-info-ctor-homing-flag.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    A clang/test/CodeGenCXX/visibility-inlines-hidden-static-local-var.cpp
    A clang/test/CodeGenObjC/arc-blocks-exceptions.m
    A clang/test/CodeGenObjC/attr-used-on-method.m
    M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CoverageMapping/Inputs/comment.h
    A clang/test/CoverageMapping/comment.cpp
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_908.bc
    M clang/test/Driver/XRay/xray-instrument-os.c
    M clang/test/Driver/aix-ld.c
    M clang/test/Driver/amdgpu-features.c
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/apple-arm64-arch.c
    M clang/test/Driver/arm-alignment.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/darwin-objc-options.m
    M clang/test/Driver/darwin-warning-options.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/debug-var-experimental-switch.c
    A clang/test/Driver/fmemprof.cpp
    M clang/test/Driver/fortran.f95
    M clang/test/Driver/freebsd.c
    M clang/test/Driver/fsanitize.c
    A clang/test/Driver/hip-invalid-target-id.hip
    M clang/test/Driver/hip-link-static-library.hip
    A clang/test/Driver/hip-target-id.hip
    M clang/test/Driver/hip-toolchain-features.hip
    A clang/test/Driver/invalid-target-id.cl
    A clang/test/Driver/macos-apple-silicon-slice-link-libs-darwin-only.cpp
    M clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
    M clang/test/Driver/modules.cpp
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/pic.c
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/ps4-cpu-defaults.cpp
    A clang/test/Driver/solaris-ld-sld.c
    M clang/test/Driver/stack-clash-protection.c
    A clang/test/Driver/target-id-macros.cl
    A clang/test/Driver/target-id-macros.hip
    A clang/test/Driver/target-id.cl
    M clang/test/Driver/x86-march.c
    A clang/test/Driver/x86-mtune.c
    M clang/test/Frontend/embed-bitcode.ll
    M clang/test/Frontend/fixed_point_add.c
    A clang/test/Frontend/fixed_point_add_const.c
    M clang/test/Frontend/fixed_point_compound.c
    M clang/test/Frontend/fixed_point_div.c
    A clang/test/Frontend/fixed_point_div_const.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_mul.c
    A clang/test/Frontend/fixed_point_mul_const.c
    A clang/test/Frontend/fixed_point_shift.c
    A clang/test/Frontend/fixed_point_shift_const.c
    M clang/test/Frontend/fixed_point_sub.c
    A clang/test/Frontend/fixed_point_sub_const.c
    M clang/test/Frontend/fixed_point_unary.c
    M clang/test/Frontend/trigraphs.cpp
    M clang/test/Frontend/x86-embed-bitcode.ll
    A clang/test/Headers/wasm.c
    A clang/test/Headers/wasm.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Index/error-on-deserialized.c
    M clang/test/Lexer/cxx1z-trigraphs.cpp
    A clang/test/Misc/explicit.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/DebugDwoId.h
    A clang/test/Modules/Inputs/import-once/ImportOnce.framework/Headers/ImportOnce.h
    A clang/test/Modules/Inputs/import-once/ImportOnce.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/import-once/IndirectImporter.framework/Headers/IndirectImporter.h
    A clang/test/Modules/Inputs/import-once/IndirectImporter.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/import-once/Unrelated.framework/Headers/Unrelated.h
    A clang/test/Modules/Inputs/import-once/Unrelated.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/inherit-attribute/a.h
    A clang/test/Modules/Inputs/inherit-attribute/b.h
    A clang/test/Modules/Inputs/inherit-attribute/c.h
    A clang/test/Modules/Inputs/inherit-attribute/module.modulemap
    M clang/test/Modules/Inputs/module.map
    A clang/test/Modules/ModuleDebugInfoDwoId.cpp
    M clang/test/Modules/diagnostics.modulemap
    A clang/test/Modules/import-once.m
    A clang/test/Modules/inherit-attribute.cpp
    M clang/test/Modules/module_file_info.m
    M clang/test/Modules/namespaces.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_capture_codegen.cpp
    M clang/test/OpenMP/atomic_messages.c
    M clang/test/OpenMP/atomic_messages.cpp
    M clang/test/OpenMP/atomic_read_codegen.c
    M clang/test/OpenMP/atomic_update_codegen.cpp
    M clang/test/OpenMP/atomic_write_codegen.c
    M clang/test/OpenMP/cancel_ast_print.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/cancel_codegen_cleanup.cpp
    M clang/test/OpenMP/cancel_if_messages.cpp
    M clang/test/OpenMP/capturing_in_templates.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/critical_messages.cpp
    M clang/test/OpenMP/declare_mapper_messages.c
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_simd_messages.cpp
    M clang/test/OpenMP/declare_target_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.c
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/deferred-diags.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.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_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_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_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_simdlen_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_collapse_messages.cpp
    M clang/test/OpenMP/distribute_simd_if_messages.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_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_reduction_messages.cpp
    M clang/test/OpenMP/distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/flush_codegen.cpp
    M clang/test/OpenMP/flush_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
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_messages.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_misc_messages.c
    M clang/test/OpenMP/for_ordered_clause.cpp
    M clang/test/OpenMP/for_reduction_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_reduction_messages.cpp
    M clang/test/OpenMP/for_reduction_task_codegen.cpp
    M clang/test/OpenMP/for_scan_codegen.cpp
    M clang/test/OpenMP/for_schedule_messages.cpp
    M clang/test/OpenMP/for_simd_aligned_messages.cpp
    M clang/test/OpenMP/for_simd_ast_print.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    M clang/test/OpenMP/for_simd_collapse_messages.cpp
    M clang/test/OpenMP/for_simd_if_messages.cpp
    M clang/test/OpenMP/for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    M clang/test/OpenMP/for_simd_misc_messages.c
    M clang/test/OpenMP/for_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_simd_safelen_messages.cpp
    M clang/test/OpenMP/for_simd_scan_codegen.cpp
    M clang/test/OpenMP/for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/irbuilder_nested_parallel_for.c
    M clang/test/OpenMP/master_messages.cpp
    M clang/test/OpenMP/master_taskloop_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_codegen.cpp
    M clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_misc_messages.c
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_aligned_messages.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_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_loop_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/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_asm_delayed_diags.c
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_name_mangling.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
    A clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_default_messages.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_if_messages.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_messages.cpp
    M clang/test/OpenMP/parallel_for_misc_messages.c
    M clang/test/OpenMP/parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_for_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_if_codegen.cpp
    M clang/test/OpenMP/parallel_if_messages.cpp
    M clang/test/OpenMP/parallel_master_ast_print.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_if_messages.cpp
    M clang/test/OpenMP/parallel_master_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_collapse_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_misc_messages.c
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_aligned_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_collapse_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_master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/parallel_proc_bind_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_sections_if_messages.cpp
    M clang/test/OpenMP/parallel_sections_misc_messages.c
    M clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/report_default_DSA.cpp
    M clang/test/OpenMP/sections_codegen.cpp
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_misc_messages.c
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/simd_aligned_messages.cpp
    M clang/test/OpenMP/simd_collapse_messages.cpp
    M clang/test/OpenMP/simd_misc_messages.c
    M clang/test/OpenMP/simd_safelen_messages.cpp
    M clang/test/OpenMP/simd_simdlen_messages.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_data_codegen.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_enter_data_ast_print.cpp
    M clang/test/OpenMP/target_enter_data_if_messages.cpp
    M clang/test/OpenMP/target_exit_data_ast_print.cpp
    M clang/test/OpenMP/target_exit_data_if_messages.cpp
    M clang/test/OpenMP/target_if_messages.cpp
    R clang/test/OpenMP/target_map_codegen.cpp
    A clang/test/OpenMP/target_map_codegen_00.cpp
    A clang/test/OpenMP/target_map_codegen_01.cpp
    A clang/test/OpenMP/target_map_codegen_02.cpp
    A clang/test/OpenMP/target_map_codegen_03.cpp
    A clang/test/OpenMP/target_map_codegen_04.cpp
    A clang/test/OpenMP/target_map_codegen_05.cpp
    A clang/test/OpenMP/target_map_codegen_06.cpp
    A clang/test/OpenMP/target_map_codegen_07.cpp
    A clang/test/OpenMP/target_map_codegen_08.cpp
    A clang/test/OpenMP/target_map_codegen_09.cpp
    A clang/test/OpenMP/target_map_codegen_10.cpp
    A clang/test/OpenMP/target_map_codegen_11.cpp
    A clang/test/OpenMP/target_map_codegen_12.cpp
    A clang/test/OpenMP/target_map_codegen_13.cpp
    A clang/test/OpenMP/target_map_codegen_14.cpp
    A clang/test/OpenMP/target_map_codegen_15.cpp
    A clang/test/OpenMP/target_map_codegen_16.cpp
    A clang/test/OpenMP/target_map_codegen_17.cpp
    A clang/test/OpenMP/target_map_codegen_18.inc
    A clang/test/OpenMP/target_map_codegen_18a.cpp
    A clang/test/OpenMP/target_map_codegen_18b.cpp
    A clang/test/OpenMP/target_map_codegen_18c.cpp
    A clang/test/OpenMP/target_map_codegen_18d.cpp
    A clang/test/OpenMP/target_map_codegen_19.cpp
    A clang/test/OpenMP/target_map_codegen_20.cpp
    A clang/test/OpenMP/target_map_codegen_21.cpp
    A clang/test/OpenMP/target_map_codegen_22.cpp
    A clang/test/OpenMP/target_map_codegen_23.cpp
    A clang/test/OpenMP/target_map_codegen_24.cpp
    A clang/test/OpenMP/target_map_codegen_25.cpp
    A clang/test/OpenMP/target_map_codegen_26.cpp
    A clang/test/OpenMP/target_map_codegen_27.cpp
    A clang/test/OpenMP/target_map_codegen_28.cpp
    A clang/test/OpenMP/target_map_codegen_29.cpp
    A clang/test/OpenMP/target_map_codegen_30.cpp
    A clang/test/OpenMP/target_map_codegen_31.cpp
    A clang/test/OpenMP/target_map_codegen_32.cpp
    A clang/test/OpenMP/target_map_codegen_33.cpp
    M clang/test/OpenMP/target_map_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_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_simd_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_messages.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_simd_aligned_messages.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_misc_messages.c
    M clang/test/OpenMP/target_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_simd_simdlen_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_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_if_messages.cpp
    M clang/test/OpenMP/target_teams_map_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/target_update_if_messages.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_if_codegen.cpp
    M clang/test/OpenMP/task_if_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_misc_messages.c
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_aligned_messages.cpp
    M clang/test/OpenMP/taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_misc_messages.c
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/Inputs/modules/Foo.h
    M clang/test/PCH/cxx-constexpr.cpp
    A clang/test/PCH/cxx-invalid-destructor.cpp
    A clang/test/PCH/cxx-invalid-destructor.h
    A clang/test/PCH/determinism.cpp
    A clang/test/PCH/preamble-modules.cpp
    A clang/test/Parser/compound-token-split.cpp
    M clang/test/Parser/empty-translation-unit.c
    M clang/test/Preprocessor/has_c_attribute.c
    A clang/test/Preprocessor/init-arm.c
    A clang/test/Preprocessor/init-mips.c
    A clang/test/Preprocessor/init-ppc.c
    M clang/test/Preprocessor/init-ppc64.c
    A clang/test/Preprocessor/init-x86.c
    A clang/test/Preprocessor/init-zos.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/macro_variadic.cl
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Sema/arm-bfloat.cpp
    M clang/test/Sema/attr-arm-sve-vector-bits.c
    M clang/test/Sema/attr-loader-uninitialized.c
    M clang/test/Sema/attr-loader-uninitialized.cpp
    M clang/test/Sema/attr-target.c
    M clang/test/Sema/bitfield.c
    M clang/test/Sema/builtins.c
    M clang/test/Sema/c89.c
    M clang/test/Sema/compare.c
    M clang/test/Sema/complex-int.c
    M clang/test/Sema/constant-builtins-2.c
    A clang/test/Sema/init-invalid-struct-array.c
    A clang/test/Sema/ns_error_enum.m
    A clang/test/Sema/string-concat.c
    M clang/test/Sema/tautological-constant-compare.c
    M clang/test/Sema/unary-minus-integer-impcast.c
    M clang/test/Sema/warn-bad-function-cast.c
    M clang/test/Sema/warn-vla.c
    M clang/test/SemaCXX/abstract.cpp
    M clang/test/SemaCXX/alignof.cpp
    A clang/test/SemaCXX/attr-arm-sve-vector-bits.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/c99-variable-length-array-cxx11.cpp
    M clang/test/SemaCXX/c99-variable-length-array.cpp
    M clang/test/SemaCXX/conditional-expr.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression.cpp
    M clang/test/SemaCXX/consteval-return-void.cpp
    M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
    M clang/test/SemaCXX/cxx1y-contextual-conversion-tweaks.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    M clang/test/SemaCXX/decl-expr-ambiguity.cpp
    M clang/test/SemaCXX/elaborated-type-specifier.cpp
    M clang/test/SemaCXX/ext-int.cpp
    A clang/test/SemaCXX/pointer-forward-declared-class-conversion.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/type-convert-construct.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    R clang/test/SemaCXX/vla-consruct.cpp
    A clang/test/SemaCXX/vla-construct.cpp
    M clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaCXX/warn-thread-safety-negative.cpp
    M clang/test/SemaCXX/warn-vla.cpp
    M clang/test/SemaObjC/class-bitfield.m
    A clang/test/SemaTemplate/concepts.cpp
    M clang/test/SemaTemplate/cxx1z-fold-expressions.cpp
    M clang/test/SemaTemplate/dependent-names.cpp
    M clang/test/SemaTemplate/friend.cpp
    M clang/test/SemaTemplate/instantiate-self.cpp
    A clang/test/SemaTemplate/recovery-tree-transform-crash.cpp
    M clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected
    M clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    M clang/test/utils/update_cc_test_checks/basic-cplusplus.test
    M clang/test/utils/update_cc_test_checks/lit.local.cfg
    M clang/tools/clang-format/git-clang-format
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CommentParser.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/Basic/CMakeLists.txt
    R clang/unittests/Basic/FixedPointTest.cpp
    M clang/unittests/CodeGen/IncrementalProcessingTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/HeaderIncludesTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/Concept.cpp
    A clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    A clang/unittests/Tooling/Syntax/MutationsTest.cpp
    R clang/unittests/Tooling/Syntax/TreeTest.cpp
    A clang/unittests/Tooling/Syntax/TreeTestBase.cpp
    A clang/unittests/Tooling/Syntax/TreeTestBase.h
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/analyzer/CmpRuns.py
    M clang/utils/analyzer/ProjectMap.py
    M clang/utils/analyzer/SATest.py
    M clang/utils/analyzer/projects/projects.json
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/UseLibtool.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/include/sanitizer/common_interface_defs.h
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/include/sanitizer/msan_interface.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/divdf3.c
    M compiler-rt/lib/builtins/divdi3.c
    M compiler-rt/lib/builtins/divsf3.c
    M compiler-rt/lib/builtins/divsi3.c
    M compiler-rt/lib/builtins/divtf3.c
    M compiler-rt/lib/builtins/divti3.c
    A compiler-rt/lib/builtins/fp_div_impl.inc
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/int_div_impl.inc
    A compiler-rt/lib/builtins/int_mulo_impl.inc
    A compiler-rt/lib/builtins/int_mulv_impl.inc
    M compiler-rt/lib/builtins/int_util.h
    M compiler-rt/lib/builtins/moddi3.c
    M compiler-rt/lib/builtins/modti3.c
    M compiler-rt/lib/builtins/mulodi4.c
    M compiler-rt/lib/builtins/mulosi4.c
    M compiler-rt/lib/builtins/muloti4.c
    M compiler-rt/lib/builtins/mulvdi3.c
    M compiler-rt/lib/builtins/mulvsi3.c
    M compiler-rt/lib/builtins/mulvti3.c
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/dfsan_interceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerDriver.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/FuzzerInterceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    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
    M compiler-rt/lib/fuzzer/tests/CMakeLists.txt
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/msan_thread.cpp
    M compiler-rt/lib/msan/msan_thread.h
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    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_interceptors_format.inc
    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_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
    M compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cpp
    M compiler-rt/lib/scudo/standalone/combined.h
    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/combined_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_dispatch_defs.h
    M compiler-rt/lib/tsan/rtl/tsan_external.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_sync.cpp
    M compiler-rt/lib/xray/tests/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
    M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
    M compiler-rt/test/asan/TestCases/Posix/high-address-dereference.c
    M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    M compiler-rt/test/asan/TestCases/Posix/waitid.cpp
    M compiler-rt/test/asan/TestCases/initialization-bug.cpp
    M compiler-rt/test/asan/Unit/lit.site.cfg.py.in
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    M compiler-rt/test/builtins/Unit/divdf3_test.c
    M compiler-rt/test/builtins/Unit/divsf3_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/fp_test.h
    M compiler-rt/test/dfsan/custom.cpp
    A compiler-rt/test/dfsan/interceptors.c
    A compiler-rt/test/dfsan/threaded_flush.c
    M compiler-rt/test/fuzzer/CrossOverTest.cpp
    M compiler-rt/test/fuzzer/LoadTest.cpp
    M compiler-rt/test/fuzzer/SimpleCmpTest.cpp
    M compiler-rt/test/fuzzer/coverage.test
    M compiler-rt/test/fuzzer/cross_over.test
    A compiler-rt/test/fuzzer/cross_over_copy.test
    A compiler-rt/test/fuzzer/cross_over_insert.test
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/fuzzer/fuzzer-dirs.test
    A compiler-rt/test/fuzzer/minimize_timeout.test
    M compiler-rt/test/fuzzer/value-profile-load.test
    M compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/msan/Linux/swapcontext_annotation.cpp
    A compiler-rt/test/msan/Linux/swapcontext_annotation_reset.cpp
    A compiler-rt/test/msan/interception_sigaction_test.cpp
    A compiler-rt/test/msan/libatomic_load_exceptions.cpp
    A compiler-rt/test/msan/scanf-allocate.cpp
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/sanitizer_common/CMakeLists.txt
    M compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/recursion-in-qsort.cpp
    M compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/Darwin/norace-objcxx-run-time.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-cycle-tagged.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-cycle.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-nested-recursive.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-tagged.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize.mm
    M compiler-rt/test/tsan/Darwin/os_unfair_lock.c
    A compiler-rt/test/tsan/libdispatch/async_and_wait.c
    M compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
    A compiler-rt/test/ubsan/TestCases/Integer/unsigned-shift.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp
    M flang/CMakeLists.txt
    M flang/README.md
    A flang/docs/ArrayComposition.md
    A flang/docs/BijectiveInternalNameUniquing.md
    A flang/docs/C++17.md
    A flang/docs/C++style.md
    A flang/docs/Calls.md
    A flang/docs/Character.md
    A flang/docs/ControlFlowGraph.md
    A flang/docs/Directives.md
    A flang/docs/Extensions.md
    A flang/docs/FortranForCProgrammers.md
    A flang/docs/FortranIR.md
    A flang/docs/IORuntimeInternals.md
    A flang/docs/ImplementingASemanticCheck.md
    A flang/docs/Intrinsics.md
    A flang/docs/LabelResolution.md
    A flang/docs/ModFiles.md
    A flang/docs/OpenMP-4.5-grammar.txt
    A flang/docs/OpenMP-semantics.md
    A flang/docs/OptionComparison.md
    A flang/docs/Overview.md
    A flang/docs/ParserCombinators.md
    A flang/docs/Parsing.md
    A flang/docs/Preprocessing.md
    A flang/docs/PullRequestChecklist.md
    A flang/docs/ReleaseNotes.rst
    A flang/docs/RuntimeDescriptor.md
    A flang/docs/Semantics.md
    A flang/docs/_static/llvm.css
    A flang/docs/_themes/llvm-theme/layout.html
    A flang/docs/_themes/llvm-theme/static/contents.png
    A flang/docs/_themes/llvm-theme/static/llvm-theme.css
    A flang/docs/_themes/llvm-theme/static/logo.png
    A flang/docs/_themes/llvm-theme/static/navigation.png
    A flang/docs/_themes/llvm-theme/theme.conf
    A flang/docs/conf.py
    A flang/docs/f2018-grammar.txt
    A flang/docs/flang-c-style.el
    R flang/documentation/ArrayComposition.md
    R flang/documentation/BijectiveInternalNameUniquing.md
    R flang/documentation/C++17.md
    R flang/documentation/C++style.md
    R flang/documentation/Calls.md
    R flang/documentation/Character.md
    R flang/documentation/ControlFlowGraph.md
    R flang/documentation/Directives.md
    R flang/documentation/Extensions.md
    R flang/documentation/FortranForCProgrammers.md
    R flang/documentation/FortranIR.md
    R flang/documentation/IORuntimeInternals.md
    R flang/documentation/ImplementingASemanticCheck.md
    R flang/documentation/Intrinsics.md
    R flang/documentation/LabelResolution.md
    R flang/documentation/ModFiles.md
    R flang/documentation/OpenMP-4.5-grammar.txt
    R flang/documentation/OpenMP-semantics.md
    R flang/documentation/OptionComparison.md
    R flang/documentation/Overview.md
    R flang/documentation/ParserCombinators.md
    R flang/documentation/Parsing.md
    R flang/documentation/Preprocessing.md
    R flang/documentation/PullRequestChecklist.md
    R flang/documentation/RuntimeDescriptor.md
    R flang/documentation/Semantics.md
    R flang/documentation/f2018-grammar.txt
    R flang/documentation/flang-c-style.el
    M flang/include/flang/Common/Fortran-features.h
    M flang/include/flang/Common/Fortran.h
    M flang/include/flang/Common/indirection.h
    M flang/include/flang/Common/template.h
    M flang/include/flang/Decimal/decimal.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/initial-image.h
    M flang/include/flang/Evaluate/shape.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/traverse.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Evaluate/variable.h
    M flang/include/flang/Lower/Bridge.h
    M flang/include/flang/Lower/ConvertType.h
    M flang/include/flang/Optimizer/Dialect/FIRAttr.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Parser/characters.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/instrumented-parser.h
    M flang/include/flang/Parser/message.h
    M flang/include/flang/Parser/parse-state.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/parsing.h
    M flang/include/flang/Parser/provenance.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Parser/user-state.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/fold-designator.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/formatting.cpp
    M flang/lib/Evaluate/initial-image.cpp
    M flang/lib/Evaluate/intrinsics-library-templates.h
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/ConvertType.cpp
    M flang/lib/Lower/IO.cpp
    M flang/lib/Lower/RTBuilder.h
    M flang/lib/Optimizer/CMakeLists.txt
    M flang/lib/Optimizer/Dialect/FIRAttr.cpp
    M flang/lib/Optimizer/Dialect/FIRDialect.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/debug-parser.cpp
    M flang/lib/Parser/executable-parsers.cpp
    M flang/lib/Parser/expr-parsers.cpp
    M flang/lib/Parser/instrumented-parser.cpp
    M flang/lib/Parser/io-parsers.cpp
    M flang/lib/Parser/message.cpp
    M flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/provenance.cpp
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/token-sequence.h
    M flang/lib/Parser/type-parsers.h
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/canonicalize-acc.cpp
    M flang/lib/Semantics/check-acc-structure.cpp
    M flang/lib/Semantics/check-acc-structure.h
    M flang/lib/Semantics/check-case.cpp
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-data.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-declarations.h
    A flang/lib/Semantics/check-directive-structure.h
    M flang/lib/Semantics/check-io.cpp
    M flang/lib/Semantics/check-io.h
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/compute-offsets.cpp
    A flang/lib/Semantics/data-to-inits.cpp
    A flang/lib/Semantics/data-to-inits.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/program-tree.cpp
    M flang/lib/Semantics/program-tree.h
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-labels.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    A flang/runtime/descriptor-io.h
    M flang/runtime/descriptor.h
    M flang/runtime/file.cpp
    M flang/runtime/format.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/type-code.cpp
    M flang/runtime/type-code.h
    M flang/test/CMakeLists.txt
    M flang/test/Driver/version_test.f90
    M flang/test/Evaluate/folding08.f90
    A flang/test/Evaluate/folding10.f90
    A flang/test/Evaluate/folding11.f90
    M flang/test/Lower/pre-fir-tree05.f90
    A flang/test/Parser/compiler-directives.f90
    A flang/test/Preprocessing/compiler_defined_macros.F90
    A flang/test/Preprocessing/defines.F90
    A flang/test/Preprocessing/fixed-rescan.F
    A flang/test/Preprocessing/hollerith.f
    M flang/test/Preprocessing/pp029.F
    M flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/acc-canonicalization-validity.f90
    M flang/test/Semantics/acc-clause-validity.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/data06.f90
    A flang/test/Semantics/data08.f90
    A flang/test/Semantics/data09.f90
    M flang/test/Semantics/deallocate05.f90
    A flang/test/Semantics/deallocate06.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    A flang/test/Semantics/implicit09.f90
    A flang/test/Semantics/implicit10.f90
    A flang/test/Semantics/implicit11.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/select-rank.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/f18-parse-demo.cpp
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    A flang/tools/f18/f18_version.h.in
    M flang/tools/tco/tco.cpp
    M flang/unittests/Evaluate/intrinsics.cpp
    M flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/external-io.cpp
    M libc/benchmarks/CMakeLists.txt
    M libc/benchmarks/LibcBenchmark.h
    M libc/benchmarks/render.py3
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    A libc/config/linux/app.h
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/ctype/CMakeLists.txt
    M libc/src/ctype/ctype_utils.h
    M libc/src/ctype/isalnum.cpp
    A libc/src/ctype/isblank.cpp
    A libc/src/ctype/isblank.h
    A libc/src/ctype/iscntrl.cpp
    A libc/src/ctype/iscntrl.h
    A libc/src/ctype/isgraph.cpp
    A libc/src/ctype/isgraph.h
    M libc/src/ctype/islower.cpp
    A libc/src/ctype/isprint.cpp
    A libc/src/ctype/isprint.h
    A libc/src/ctype/ispunct.cpp
    A libc/src/ctype/ispunct.h
    A libc/src/ctype/isspace.cpp
    A libc/src/ctype/isspace.h
    M libc/src/ctype/isupper.cpp
    A libc/src/ctype/isxdigit.cpp
    A libc/src/ctype/isxdigit.h
    A libc/src/ctype/tolower.cpp
    A libc/src/ctype/tolower.h
    A libc/src/ctype/toupper.cpp
    A libc/src/ctype/toupper.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/sqrt.cpp
    A libc/src/math/sqrt.h
    A libc/src/math/sqrtf.cpp
    A libc/src/math/sqrtf.h
    A libc/src/math/sqrtl.cpp
    A libc/src/math/sqrtl.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h
    A libc/src/string/strcspn.cpp
    A libc/src/string/strcspn.h
    A libc/src/string/string_utils.h
    A libc/src/string/strpbrk.cpp
    A libc/src/string/strpbrk.h
    A libc/src/string/strspn.cpp
    A libc/src/string/strspn.h
    A libc/src/string/strtok.cpp
    A libc/src/string/strtok.h
    A libc/src/string/strtok_r.cpp
    A libc/src/string/strtok_r.h
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    A libc/test/loader/linux/tls_test.cpp
    M libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isblank_test.cpp
    A libc/test/src/ctype/iscntrl_test.cpp
    A libc/test/src/ctype/isgraph_test.cpp
    A libc/test/src/ctype/isprint_test.cpp
    A libc/test/src/ctype/ispunct_test.cpp
    A libc/test/src/ctype/isspace_test.cpp
    A libc/test/src/ctype/isxdigit_test.cpp
    A libc/test/src/ctype/tolower_test.cpp
    A libc/test/src/ctype/toupper_test.cpp
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/ceil_test.cpp
    M libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/ceill_test.cpp
    M libc/test/src/math/copysign_test.cpp
    M libc/test/src/math/copysignf_test.cpp
    M libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    M libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/floor_test.cpp
    M libc/test/src/math/floorf_test.cpp
    M libc/test/src/math/floorl_test.cpp
    M libc/test/src/math/fmax_test.cpp
    M libc/test/src/math/fmaxf_test.cpp
    M libc/test/src/math/fmaxl_test.cpp
    M libc/test/src/math/fmin_test.cpp
    M libc/test/src/math/fminf_test.cpp
    M libc/test/src/math/fminl_test.cpp
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/test/src/math/round_test.cpp
    M libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    A libc/test/src/math/sqrt_test.cpp
    A libc/test/src/math/sqrtf_test.cpp
    A libc/test/src/math/sqrtl_test.cpp
    M libc/test/src/math/trunc_test.cpp
    M libc/test/src/math/truncf_test.cpp
    M libc/test/src/math/truncl_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcspn_test.cpp
    A libc/test/src/string/strpbrk_test.cpp
    A libc/test/src/string/strspn_test.cpp
    A libc/test/src/string/strtok_r_test.cpp
    A libc/test/src/string/strtok_test.cpp
    M libc/test/utils/CMakeLists.txt
    A libc/test/utils/CPP/CMakeLists.txt
    A libc/test/utils/CPP/bitset_test.cpp
    A libc/utils/CPP/Bitset.h
    M libc/utils/CPP/CMakeLists.txt
    R libc/utils/CPP/StringRef.h
    M libc/utils/FPUtil/CMakeLists.txt
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/FPUtil/ManipulationFunctions.h
    A libc/utils/FPUtil/NormalFloat.h
    A libc/utils/FPUtil/Sqrt.h
    A libc/utils/FPUtil/SqrtLongDoubleX86.h
    A libc/utils/FPUtil/TestHelpers.cpp
    A libc/utils/FPUtil/TestHelpers.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    M libclc/CMakeLists.txt
    M libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl
    M libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl
    M libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl
    M libclc/amdgcn/lib/mem_fence/fence.cl
    M libclc/amdgcn/lib/synchronization/barrier.cl
    M libclc/amdgcn/lib/workitem/get_global_offset.cl
    M libclc/amdgcn/lib/workitem/get_global_size.cl
    M libclc/amdgcn/lib/workitem/get_group_id.cl
    M libclc/amdgcn/lib/workitem/get_local_id.cl
    M libclc/amdgcn/lib/workitem/get_local_size.cl
    M libclc/amdgcn/lib/workitem/get_num_groups.cl
    M libclc/amdgcn/lib/workitem/get_work_dim.cl
    M libclc/generic/include/clc/async/wait_group_events.h
    M libclc/generic/include/clc/clcfunc.h
    M libclc/generic/include/clc/explicit_fence/explicit_memory_fence.h
    M libclc/generic/include/clc/float/definitions.h
    M libclc/generic/include/clc/synchronization/barrier.h
    M libclc/generic/include/clc/workitem/get_global_id.h
    M libclc/generic/include/clc/workitem/get_global_offset.h
    M libclc/generic/include/clc/workitem/get_global_size.h
    M libclc/generic/include/clc/workitem/get_group_id.h
    M libclc/generic/include/clc/workitem/get_local_id.h
    M libclc/generic/include/clc/workitem/get_local_size.h
    M libclc/generic/include/clc/workitem/get_num_groups.h
    M libclc/generic/include/clc/workitem/get_work_dim.h
    M libclc/generic/lib/async/wait_group_events.cl
    M libclc/generic/lib/common/smoothstep.cl
    M libclc/generic/lib/common/step.cl
    M libclc/generic/lib/math/ilogb.cl
    M libclc/generic/lib/workitem/get_global_id.cl
    M libclc/generic/lib/workitem/get_global_size.cl
    M libclc/ptx-nvidiacl/lib/mem_fence/fence.cl
    M libclc/ptx-nvidiacl/lib/synchronization/barrier.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_global_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_group_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_local_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_local_size.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_num_groups.cl
    M libclc/r600/lib/synchronization/barrier.cl
    M libclc/r600/lib/workitem/get_global_offset.cl
    M libclc/r600/lib/workitem/get_global_size.cl
    M libclc/r600/lib/workitem/get_group_id.cl
    M libclc/r600/lib/workitem/get_local_id.cl
    M libclc/r600/lib/workitem/get_local_size.cl
    M libclc/r600/lib/workitem/get_num_groups.cl
    M libclc/r600/lib/workitem/get_work_dim.cl
    A libclc/spirv/lib/SOURCES
    A libclc/spirv/lib/subnormal_config.cl
    A libclc/spirv64/lib/SOURCES
    A libclc/spirv64/lib/subnormal_config.cl
    M libcxx/CMakeLists.txt
    A libcxx/benchmarks/VariantBenchmarks.h
    A libcxx/benchmarks/variant_visit_1.bench.cpp
    A libcxx/benchmarks/variant_visit_2.bench.cpp
    A libcxx/benchmarks/variant_visit_3.bench.cpp
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__config
    M libcxx/include/__hash_table
    M libcxx/include/__threading_support
    M libcxx/include/__tree
    M libcxx/include/ctime
    M libcxx/include/ext/hash_map
    M libcxx/include/future
    M libcxx/include/map
    M libcxx/include/memory
    M libcxx/include/tuple
    M libcxx/include/unordered_map
    M libcxx/include/utility
    M libcxx/include/version
    M libcxx/src/CMakeLists.txt
    A libcxx/test/configs/legacy.cfg.in
    A libcxx/test/configs/libcxx-trunk-shared.cfg.in
    A libcxx/test/configs/libcxx-trunk-static.cfg.in
    A libcxx/test/libcxx/atomics/ext-int.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/fuzzing/fuzzer_test.h
    M libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    A libcxx/test/libcxx/language.support/timespec_get.xopen.compile.pass.cpp
    A libcxx/test/libcxx/libcpp_freestanding.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    R libcxx/test/lit.site.cfg.in
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    R libcxx/test/std/thread/futures/futures.promise/copy_assign.fail.cpp
    A libcxx/test/std/thread/futures/futures.promise/copy_assign.verify.cpp
    R libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp
    A libcxx/test/std/thread/futures/futures.promise/copy_ctor.verify.cpp
    R libcxx/test/std/thread/futures/futures.unique_future/copy_assign.fail.cpp
    A libcxx/test/std/thread/futures/futures.unique_future/copy_assign.verify.cpp
    R libcxx/test/std/thread/futures/futures.unique_future/copy_ctor.fail.cpp
    A libcxx/test/std/thread/futures/futures.unique_future/copy_ctor.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.verify.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.deprecated_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.removed_in_cxx20.verify.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_void.deprecated_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/swap.pass.cpp
    M libcxx/test/std/utilities/variant/variant.visit/visit.pass.cpp
    M libcxx/test/support/emplace_constructible.h
    M libcxx/test/support/min_allocator.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/docker/debian9/buildbot/install-packages.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxxabi/include/__cxxabi_config.h
    M libcxxabi/include/cxxabi.h
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/include/libunwind.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/config.h
    M libunwind/test/frameheadercache_test.pass.cpp
    M lld/CMakeLists.txt
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/PPC64.cpp
    A lld/ELF/Arch/PPCInsns.def
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/DWARF.h
    M lld/ELF/Driver.cpp
    M lld/ELF/EhFrame.cpp
    M lld/ELF/EhFrame.h
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    A lld/MachO/DriverUtils.cpp
    A lld/MachO/DriverUtils.h
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    A lld/MachO/ObjC.cpp
    A lld/MachO/ObjC.h
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ELF/linker_script.rst
    M lld/docs/conf.py
    A lld/test/COFF/Inputs/comdat-binutils.yaml
    A lld/test/COFF/Inputs/comdat-llvm.yaml
    A lld/test/COFF/Inputs/def-many.py
    M lld/test/COFF/align.s
    M lld/test/COFF/allow-unknown-debug-info.test
    M lld/test/COFF/alternatename.test
    M lld/test/COFF/ar-comdat.test
    M lld/test/COFF/arm64-delayimport.yaml
    M lld/test/COFF/arm64-import2.test
    M lld/test/COFF/arm64-magic.yaml
    M lld/test/COFF/arm64-relocs-imports.test
    M lld/test/COFF/armnt-blx23t.test
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/armnt-dynamicbase.test
    M lld/test/COFF/armnt-entry-point.test
    M lld/test/COFF/armnt-imports.test
    M lld/test/COFF/armnt-mov32t-exec.test
    M lld/test/COFF/armnt-movt32t.test
    M lld/test/COFF/armnt-rel32.yaml
    M lld/test/COFF/associative-comdat-empty.test
    M lld/test/COFF/base.test
    M lld/test/COFF/baserel.test
    M lld/test/COFF/broken-arm-reloc.yaml
    M lld/test/COFF/combined-resources.test
    A lld/test/COFF/comdat-gcc-compatibility-size.test
    M lld/test/COFF/common-alignment.test
    M lld/test/COFF/common.test
    M lld/test/COFF/conflict-mangled.test
    M lld/test/COFF/conflict.test
    M lld/test/COFF/crt-chars.test
    M lld/test/COFF/crt-dyn-initializer-order.test
    M lld/test/COFF/debug-fastlink.test
    M lld/test/COFF/debug.test
    M lld/test/COFF/def-name.test
    M lld/test/COFF/default-alignment.test
    M lld/test/COFF/defparser.test
    M lld/test/COFF/delayimports-armnt.yaml
    M lld/test/COFF/delayimports-error.test
    M lld/test/COFF/delayimports32.test
    M lld/test/COFF/delayimporttables.yaml
    M lld/test/COFF/dll.test
    M lld/test/COFF/dllimport-gc.test
    M lld/test/COFF/driver-opt.s
    M lld/test/COFF/driver.test
    M lld/test/COFF/entry-drectve.test
    M lld/test/COFF/entry-inference2.test
    M lld/test/COFF/entry-inference32.test
    M lld/test/COFF/entry-mangled.test
    M lld/test/COFF/exclude-all.s
    M lld/test/COFF/export-all.s
    M lld/test/COFF/export-arm64.yaml
    M lld/test/COFF/export-armnt.yaml
    A lld/test/COFF/export-limit.s
    M lld/test/COFF/export.test
    M lld/test/COFF/export32.test
    M lld/test/COFF/filealign.test
    M lld/test/COFF/filetype.test
    M lld/test/COFF/fixed.test
    M lld/test/COFF/force-multiple.test
    M lld/test/COFF/force.test
    M lld/test/COFF/guardcf-align.s
    M lld/test/COFF/guardcf-thunk.s
    M lld/test/COFF/guardcf.test
    M lld/test/COFF/heap.test
    M lld/test/COFF/hello32.test
    M lld/test/COFF/icf-associative.test
    M lld/test/COFF/icf-circular.test
    M lld/test/COFF/icf-circular2.test
    M lld/test/COFF/icf-data.test
    M lld/test/COFF/icf-different-align.test
    M lld/test/COFF/icf-local.test
    M lld/test/COFF/icf-simple.test
    M lld/test/COFF/ignore-many.test
    M lld/test/COFF/ignore4217.yaml
    M lld/test/COFF/imports-mangle.test
    M lld/test/COFF/include.test
    M lld/test/COFF/include2.test
    M lld/test/COFF/includeoptional.yaml
    M lld/test/COFF/includeoptional2.yaml
    M lld/test/COFF/incremental.test
    M lld/test/COFF/internal.test
    M lld/test/COFF/invalid-debug-type.test
    M lld/test/COFF/invalid-debug.test
    M lld/test/COFF/invalid-obj.test
    M lld/test/COFF/invalid-section-number.test
    M lld/test/COFF/largeaddressaware.test
    M lld/test/COFF/linkrepro-pdb.test
    M lld/test/COFF/linkrepro.test
    M lld/test/COFF/loadcfg.test
    M lld/test/COFF/loadcfg32.test
    M lld/test/COFF/locally-imported-arm64.test
    M lld/test/COFF/locally-imported.test
    M lld/test/COFF/locally-imported32.test
    M lld/test/COFF/long-section-name.test
    M lld/test/COFF/machine.test
    M lld/test/COFF/manifest.test
    M lld/test/COFF/manifestinput-error.test
    M lld/test/COFF/manifestinput-nowarning.test
    M lld/test/COFF/manifestinput.test
    M lld/test/COFF/map.test
    M lld/test/COFF/merge-resource-manifest.test
    M lld/test/COFF/merge.test
    M lld/test/COFF/mixed-resource-obj.yaml
    M lld/test/COFF/no-ipi-stream.test
    M lld/test/COFF/noentry.test
    M lld/test/COFF/opt.test
    M lld/test/COFF/options.test
    M lld/test/COFF/order-i386.test
    M lld/test/COFF/order.test
    M lld/test/COFF/out.test
    M lld/test/COFF/output-chars.test
    M lld/test/COFF/pdata-arm64-bad.yaml
    M lld/test/COFF/pdata-arm64.yaml
    M lld/test/COFF/pdb-exe-path-dots.test
    M lld/test/COFF/pdb-file-static.test
    M lld/test/COFF/pdb-global-hashes.test
    M lld/test/COFF/pdb-globals.test
    M lld/test/COFF/pdb-natvis.test
    M lld/test/COFF/pdb-none.test
    M lld/test/COFF/pdb-options.test
    M lld/test/COFF/pdb-procid-remapping.test
    M lld/test/COFF/pdb-publics-import.test
    M lld/test/COFF/pdb-same-name.test
    M lld/test/COFF/pdb-tpi-aligned-records.test
    M lld/test/COFF/pdb-tpi-hash-size.test
    M lld/test/COFF/pdb.test
    M lld/test/COFF/pdbaltpath.test
    M lld/test/COFF/pdbstream.test
    M lld/test/COFF/pdbstripped.test
    M lld/test/COFF/reloc-arm.test
    M lld/test/COFF/reloc-x64.test
    M lld/test/COFF/reloc-x86.test
    M lld/test/COFF/resource.test
    M lld/test/COFF/responsefile.test
    M lld/test/COFF/rsds.test
    M lld/test/COFF/section-order.test
    M lld/test/COFF/section.test
    M lld/test/COFF/seh-comdat.test
    M lld/test/COFF/seh.test
    M lld/test/COFF/sort-debug.test
    M lld/test/COFF/stack.test
    M lld/test/COFF/subsystem-drectve.test
    M lld/test/COFF/subsystem-inference2.test
    M lld/test/COFF/symtab.test
    M lld/test/COFF/timestamp.test
    M lld/test/COFF/tls.test
    M lld/test/COFF/tls32.test
    M lld/test/COFF/unwind.test
    M lld/test/COFF/version.test
    M lld/test/COFF/weak-external.test
    M lld/test/COFF/weak-external2.test
    M lld/test/COFF/weak-external3.test
    M lld/test/COFF/wholearchive.s
    A lld/test/ELF/Inputs/ppc64-got-to-pcrel-relaxation-def.s
    M lld/test/ELF/Inputs/shared2-x86-64.s
    M lld/test/ELF/arm-exidx-range.s
    M lld/test/ELF/arm-ldrlit.s
    M lld/test/ELF/arm-thumb-interwork-ifunc.s
    M lld/test/ELF/arm-thumb2-adr.s
    M lld/test/ELF/dead-reloc-in-nonalloc.s
    M lld/test/ELF/debug-dead-reloc-32.s
    M lld/test/ELF/debug-dead-reloc-icf.s
    M lld/test/ELF/debug-dead-reloc-tls-arm.s
    M lld/test/ELF/debug-dead-reloc-tls.s
    M lld/test/ELF/debug-dead-reloc.s
    M lld/test/ELF/eh-frame-type.test
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/gc-sections.s
    A lld/test/ELF/gdb-index-dwarf5-type-unit.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    A lld/test/ELF/gnu-property-err.s
    A lld/test/ELF/icf-eh-frame.s
    R lld/test/ELF/invalid/linkorder-invalid-sec2.test
    M lld/test/ELF/linkerscript/common-assign.s
    M lld/test/ELF/linkerscript/compress-debug-sections-custom.s
    M lld/test/ELF/linkerscript/linkorder.s
    M lld/test/ELF/linkerscript/memory-region-alignment.test
    M lld/test/ELF/linkerscript/non-alloc-segment.s
    M lld/test/ELF/linkerscript/phdrs.s
    A lld/test/ELF/linkerscript/sections-nonalloc.s
    M lld/test/ELF/linkerscript/sections.s
    A lld/test/ELF/linkerscript/symbol-assign-type.s
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    A lld/test/ELF/linkorder-mixed.s
    M lld/test/ELF/lto/thinlto-time-trace.ll
    A lld/test/ELF/merge-sym-gc.s
    M lld/test/ELF/merge-sym.s
    M lld/test/ELF/non-abs-reloc.s
    M lld/test/ELF/oformat-binary-ttext.s
    M lld/test/ELF/oformat-binary.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-dtprel.s
    A lld/test/ELF/ppc64-got-to-pcrel-relaxation.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-long-branch-init.s
    M lld/test/ELF/ppc64-long-branch-rel14.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-pcrel-call-to-extern.s
    M lld/test/ELF/ppc64-pcrel-call-to-toc.s
    A lld/test/ELF/ppc64-pcrel-long-branch-error.s
    A lld/test/ELF/ppc64-pcrel-long-branch.s
    A lld/test/ELF/ppc64-plt-stub-compatible.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-tls-gd.s
    A lld/test/ELF/ppc64-tls-missing-gdld.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/time-trace.s
    M lld/test/ELF/wrap-shlib-undefined.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
    A lld/test/MachO/Inputs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd
    M lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    A lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libc++.tbd
    A lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libc++abi.tbd
    M lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
    M lld/test/MachO/archive.s
    M lld/test/MachO/bss.s
    M lld/test/MachO/dso-handle.s
    A lld/test/MachO/force-load.s
    M lld/test/MachO/framework.s
    M lld/test/MachO/headerpad.s
    M lld/test/MachO/invalid/bad-archive.s
    A lld/test/MachO/invalid/bad-got-to-dylib-tlv-reference.s
    A lld/test/MachO/invalid/bad-got-to-tlv-reference.s
    A lld/test/MachO/invalid/bad-tlv-def.s
    A lld/test/MachO/invalid/bad-tlv-opcode.s
    A lld/test/MachO/invalid/bad-tlv-relocation.s
    A lld/test/MachO/invalid/invalid-stub.s
    M lld/test/MachO/invalid/stub-link.s
    A lld/test/MachO/lc-build-version.s
    M lld/test/MachO/local-got.s
    A lld/test/MachO/no-unneeded-dyld-info.s
    A lld/test/MachO/nonweak-definition-override.s
    A lld/test/MachO/objc.s
    A lld/test/MachO/platform-version.s
    R lld/test/MachO/platform-version.test
    A lld/test/MachO/reexport-stub.s
    M lld/test/MachO/relocations.s
    A lld/test/MachO/rpath.s
    M lld/test/MachO/search-paths.test
    A lld/test/MachO/sectcreate.s
    A lld/test/MachO/stub-framework.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    A lld/test/MachO/syslibroot.test
    A lld/test/MachO/tlv-dylib.s
    A lld/test/MachO/tlv.s
    A lld/test/MachO/weak-binding.s
    M lld/test/MachO/weak-definition-order.s
    A lld/test/MachO/weak-header-flags.s
    A lld/test/MachO/x86-64-reloc-got-load.s
    M lld/test/MinGW/driver.test
    M lld/test/wasm/archive-weak-undefined.ll
    A lld/test/wasm/multivalue-return-func-types.s
    M lld/wasm/InputChunks.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/CMakeLists.txt
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/interface/SBModule.i
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBThreadPlan.i
    M lldb/bindings/interface/SBTypeEnumMember.i
    R lldb/bindings/lua.swig
    A lldb/bindings/lua/CMakeLists.txt
    A lldb/bindings/lua/lua.swig
    R lldb/bindings/python.swig
    A lldb/bindings/python/CMakeLists.txt
    A lldb/bindings/python/python-typemaps.h
    M lldb/bindings/python/python-typemaps.swig
    A lldb/bindings/python/python.swig
    A lldb/cmake/modules/FindPythonAndSwig.cmake
    R lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/docs/CMakeLists.txt
    M lldb/docs/lldb-platform-packets.txt
    M lldb/docs/man/lldb.rst
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ValueObject.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/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Host/Host.h
    M lldb/include/lldb/Host/windows/PosixApi.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    R lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.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/GDBRemote.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/Reproducer.h
    A lldb/include/lldb/Utility/ReproducerProvider.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/__init__.py
    A lldb/packages/Python/lldbsuite/test/builders/__init__.py
    A lldb/packages/Python/lldbsuite/test/builders/builder.py
    A lldb/packages/Python/lldbsuite/test/builders/darwin.py
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/TestGuiBasicDebug.py
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/func.c
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/main.c
    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/lldbpexpect.py
    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/make/Makefile.rules
    A lldb/packages/Python/lldbsuite/test/make/entitlements.plist
    R lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_freebsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_linux.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_netbsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_win32.py
    M lldb/packages/Python/lldbsuite/test/test_result.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBReproducerPrivate.h
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.h
    M lldb/source/Commands/CommandObjectReproducer.cpp
    A lldb/source/Commands/CommandObjectScript.cpp
    A lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/CMakeLists.txt
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CMakeLists.txt
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    R lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    R lldb/source/Interpreter/CommandObjectScript.cpp
    R lldb/source/Interpreter/CommandObjectScript.h
    M lldb/source/Interpreter/OptionGroupUUID.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/ObjectFile/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    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/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    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/DWARFFormValue.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/LocateSymbolFile.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/RemoteAwarePlatform.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/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/CMakeLists.txt
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/Reproducer.cpp
    A lldb/source/Utility/ReproducerProvider.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/api/log/TestAPILog.py
    M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
    M lldb/test/API/api/multiple-debuggers/multi-process-driver.cpp
    M lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
    M lldb/test/API/commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py
    M lldb/test/API/commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py
    M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
    M lldb/test/API/commands/expression/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py
    M lldb/test/API/commands/expression/ignore-artificial-constructors/main.cpp
    M lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/test/API/commands/expression/multiline-completion/main.c
    M lldb/test/API/commands/expression/test/TestExprs.py
    M lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py
    M lldb/test/API/commands/frame/diagnose/array/TestArray.py
    M lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    M lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    M lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    M lldb/test/API/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py
    M lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    M lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    M lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    M lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    M lldb/test/API/commands/frame/language/TestGuessLanguage.py
    M lldb/test/API/commands/frame/var/TestFrameVar.py
    M lldb/test/API/commands/gui/basic/TestGuiBasic.py
    A lldb/test/API/commands/gui/basicdebug/Makefile
    A lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    A lldb/test/API/commands/gui/basicdebug/func.c
    A lldb/test/API/commands/gui/basicdebug/main.c
    A lldb/test/API/commands/gui/breakpoints/Makefile
    A lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
    A lldb/test/API/commands/gui/breakpoints/main.c
    A lldb/test/API/commands/gui/viewlarge/Makefile
    A lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py
    A lldb/test/API/commands/gui/viewlarge/main.c
    M lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
    A lldb/test/API/commands/platform/basic/Makefile
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/basic/TestPlatformPython.py
    A lldb/test/API/commands/platform/basic/myshell.c
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/Makefile
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/main.c
    M lldb/test/API/commands/register/register/register_command/TestRegisters.py
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/a.c
    M lldb/test/API/driver/batch_mode/TestBatchMode.py
    M lldb/test/API/functionalities/asan/TestMemoryHistory.py
    M lldb/test/API/functionalities/avoids-fd-leak/TestFdLeak.py
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py
    M lldb/test/API/functionalities/completion/Makefile
    M lldb/test/API/functionalities/completion/TestCompletion.py
    A lldb/test/API/functionalities/completion/breakpoints.json
    A lldb/test/API/functionalities/completion/breakpoints_invalid.json
    M lldb/test/API/functionalities/completion/main.cpp
    A lldb/test/API/functionalities/completion/shared.cpp
    A lldb/test/API/functionalities/completion/thread_plan_script.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/main.m
    A lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteDiskFileCompletion.py
    M lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
    M lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/jitloader_gdb/TestJITLoaderGDB.py
    M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
    M lldb/test/API/functionalities/limit-debug-info/main.cpp
    M lldb/test/API/functionalities/limit-debug-info/one.cpp
    M lldb/test/API/functionalities/limit-debug-info/onetwo.h
    R lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.c
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    A lldb/test/API/functionalities/postmortem/minidump-new/libbreakpad-overflow.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/libbreakpad.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-breakpad-uuid-match.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-facebook-uuid-match.yaml
    M lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
    M lldb/test/API/functionalities/signal/TestSendSignal.py
    M lldb/test/API/functionalities/source-map/a.yaml
    M lldb/test/API/functionalities/step_scripted/Steps.py
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
    M lldb/test/API/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
    M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
    M lldb/test/API/functionalities/thread/state/TestThreadStates.py
    M lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py
    M lldb/test/API/functionalities/ubsan/user-expression/TestUbsanUserExpression.py
    M lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
    A lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py
    M lldb/test/API/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/test/API/lang/c/enum_types/TestEnumTypes.py
    M lldb/test/API/lang/c/enum_types/main.c
    M lldb/test/API/lang/c/global_variables/main.c
    M lldb/test/API/lang/c/shared_lib/TestSharedLib.py
    M lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
    M lldb/test/API/lang/cpp/namespace/TestNamespace.py
    M lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py
    M lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
    A lldb/test/API/lang/cpp/subst_template_type_param/TestSubstTemplateTypeParam.py
    M lldb/test/API/lang/cpp/typedef/TestCppTypedef.py
    M lldb/test/API/lang/cpp/typedef/main.cpp
    M lldb/test/API/lang/objc/exceptions/TestObjCExceptions.py
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    M lldb/test/API/lang/objc/objc_direct-methods/main.m
    M lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/lldbtest.py
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/main.c
    M lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
    M lldb/test/API/macosx/find-dsym/deep-bundle/main.c
    A lldb/test/API/macosx/macCatalyst/Makefile
    A lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    A lldb/test/API/macosx/macCatalyst/main.c
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.h
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/main.c
    R lldb/test/API/macosx/macabi/Makefile
    R lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    R lldb/test/API/macosx/macabi/foo.c
    R lldb/test/API/macosx/macabi/foo.h
    R lldb/test/API/macosx/macabi/main.c
    M lldb/test/API/macosx/queues/TestQueues.py
    M lldb/test/API/macosx/queues/main.c
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
    M lldb/test/API/macosx/universal/Makefile
    M lldb/test/API/macosx/universal/TestUniversal.py
    M lldb/test/API/python_api/event/TestEvents.py
    M lldb/test/API/python_api/process/TestProcessAPI.py
    M lldb/test/API/python_api/process/io/TestProcessIO.py
    M lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py
    M lldb/test/API/python_api/sbplatform/TestSBPlatform.py
    M lldb/test/API/python_api/target/TestTargetAPI.py
    M lldb/test/API/python_api/target/main.c
    M lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    A lldb/test/API/tools/lldb-server/TestGdbRemoteCompletion.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/Makefile
    A lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/main.c
    M lldb/test/API/types/AbstractBase.py
    M lldb/test/API/use_lldb_suite.py
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/Breakpoint/debug_addrx.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
    M lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
    M lldb/test/Shell/Breakpoint/implicit_const_form_support.test
    M lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
    M lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
    M lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
    M lldb/test/Shell/Commands/command-disassemble-process.yaml
    M lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml
    M lldb/test/Shell/Driver/TestError.test
    M lldb/test/Shell/Minidump/Windows/arm-fp-unwind.test
    M lldb/test/Shell/Minidump/Windows/broken-unwind.test
    M lldb/test/Shell/Minidump/Windows/find-module.test
    M lldb/test/Shell/Minidump/breakpad-symbols.test
    M lldb/test/Shell/Minidump/disassemble-no-module.yaml
    M lldb/test/Shell/Minidump/dump-all.test
    M lldb/test/Shell/Minidump/fb-dump.test
    M lldb/test/Shell/Minidump/memory-region-from-module.yaml
    M lldb/test/Shell/Minidump/memory-region.yaml
    M lldb/test/Shell/Minidump/no-process-id.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-empty.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_INTERP.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
    M lldb/test/Shell/ObjectFile/ELF/aarch64-relocations.yaml
    M lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/base-address.yaml
    M lldb/test/Shell/ObjectFile/ELF/basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/build-id-case.yaml
    M lldb/test/Shell/ObjectFile/ELF/compressed-sections.yaml
    M lldb/test/Shell/ObjectFile/ELF/duplicate-section.yaml
    M lldb/test/Shell/ObjectFile/ELF/gnu-debuglink.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/netbsd-exec-8.99.30-amd64.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-addresses.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-overlap.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-permissions.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-types-edgecases.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-types.yaml
    M lldb/test/Shell/ObjectFile/ELF/short-build-id.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_build_version.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_build_version_notools.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_version_min.yaml
    M lldb/test/Shell/ObjectFile/MachO/subsections.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/dep-modules.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/disassemble-thumb.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/export-dllfunc.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/invalid-export-table.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/section-types.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/sections-names.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/uuid.yaml
    M lldb/test/Shell/ObjectFile/wasm/basic.yaml
    M lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml
    M lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml
    M lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
    M lldb/test/Shell/Process/Windows/launch_failure.yaml
    A lldb/test/Shell/Reproducer/Inputs/HomeDir.in
    A lldb/test/Shell/Reproducer/Inputs/core
    A lldb/test/Shell/Reproducer/Inputs/dsymforuuid.sh
    A lldb/test/Shell/Reproducer/TestDebugSymbols.test
    A lldb/test/Shell/Reproducer/TestHomeDir.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-edgecases.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-missing-file.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table.test
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-arm.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-parsing.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab-macho.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    M 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_AT_const_value-bitfields.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_const_value.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_data_bit_offset-DW_OP_stack_value.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_location-DW_AT_const_value.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_AT_loclists_base.s
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/debug-line-basic.script
    M lldb/test/Shell/SymbolFile/DWARF/debug_loc-aslr.s
    A lldb/test/Shell/SymbolFile/NativePDB/Inputs/locate-pdb.lldbinit
    A lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
    A lldb/test/Shell/SymbolFile/NativePDB/locate-pdb.cpp
    A lldb/test/Shell/SymbolFile/PDB/lit.local.cfg
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit-lldb-init.in
    M lldb/test/Shell/lit.site.cfg.py.in
    M lldb/test/Unit/lit.site.cfg.py.in
    M lldb/test/lit.site.cfg.py.in
    M lldb/tools/argdumper/CMakeLists.txt
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/DNB.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py
    M lldb/tools/lldb-server/CMakeLists.txt
    M lldb/tools/lldb-server/lldb-platform.cpp
    M lldb/tools/lldb-test/CMakeLists.txt
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/ExceptionBreakpoint.h
    M lldb/tools/lldb-vscode/FunctionBreakpoint.cpp
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/SourceBreakpoint.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    A lldb/tools/lldb-vscode/syntaxes/arm.disasm
    A lldb/tools/lldb-vscode/syntaxes/arm64.disasm
    A lldb/tools/lldb-vscode/syntaxes/disassembly.json
    A lldb/tools/lldb-vscode/syntaxes/x86.disasm
    M lldb/unittests/API/CMakeLists.txt
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
    M lldb/unittests/Process/Linux/CMakeLists.txt
    M lldb/unittests/Process/POSIX/CMakeLists.txt
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/ScriptInterpreter/Lua/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/Symbol/Inputs/inlined-functions.yaml
    M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    M lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
    M lldb/unittests/TestingSupport/CMakeLists.txt
    M lldb/unittests/TestingSupport/Symbol/CMakeLists.txt
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/unittests/Utility/TimerTest.cpp
    M lldb/unittests/debugserver/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/executionengine_test.go
    M llvm/bindings/go/llvm/transforms_scalar.go
    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/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/GetHostTriple.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX1011.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst
    A llvm/docs/AMDGPU/gfx1011_src32_2.rst
    A llvm/docs/AMDGPU/gfx1011_src32_3.rst
    M llvm/docs/AMDGPU/gfx10_addr_mimg.rst
    M llvm/docs/AMDGPU/gfx10_attr.rst
    M llvm/docs/AMDGPU/gfx10_bimm16.rst
    M llvm/docs/AMDGPU/gfx10_bimm32.rst
    M llvm/docs/AMDGPU/gfx10_data_smem_atomic64.rst
    M llvm/docs/AMDGPU/gfx10_fimm16.rst
    M llvm/docs/AMDGPU/gfx10_fimm32.rst
    M llvm/docs/AMDGPU/gfx10_hwreg.rst
    M llvm/docs/AMDGPU/gfx10_label.rst
    M llvm/docs/AMDGPU/gfx10_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx10_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx10_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx10_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx10_opt.rst
    M llvm/docs/AMDGPU/gfx10_param.rst
    M llvm/docs/AMDGPU/gfx10_perm_smem.rst
    M llvm/docs/AMDGPU/gfx10_ret.rst
    M llvm/docs/AMDGPU/gfx10_sdata64_0.rst
    M llvm/docs/AMDGPU/gfx10_sdst64_0.rst
    M llvm/docs/AMDGPU/gfx10_sdst64_1.rst
    M llvm/docs/AMDGPU/gfx10_simm16.rst
    M llvm/docs/AMDGPU/gfx10_src32_1.rst
    M llvm/docs/AMDGPU/gfx10_src32_2.rst
    M llvm/docs/AMDGPU/gfx10_src32_3.rst
    A llvm/docs/AMDGPU/gfx10_src32_4.rst
    A llvm/docs/AMDGPU/gfx10_src32_5.rst
    A llvm/docs/AMDGPU/gfx10_src32_6.rst
    M llvm/docs/AMDGPU/gfx10_ssrc64_0.rst
    M llvm/docs/AMDGPU/gfx10_ssrc64_1.rst
    M llvm/docs/AMDGPU/gfx10_tgt.rst
    M llvm/docs/AMDGPU/gfx10_type_dev.rst
    M llvm/docs/AMDGPU/gfx10_uimm16.rst
    M llvm/docs/AMDGPU/gfx10_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx10_vcc_32.rst
    M llvm/docs/AMDGPU/gfx10_waitcnt.rst
    M llvm/docs/AMDGPU/gfx7_attr.rst
    M llvm/docs/AMDGPU/gfx7_bimm16.rst
    M llvm/docs/AMDGPU/gfx7_bimm32.rst
    A llvm/docs/AMDGPU/gfx7_dst_buf_32.rst
    M llvm/docs/AMDGPU/gfx7_fimm32.rst
    M llvm/docs/AMDGPU/gfx7_hwreg.rst
    M llvm/docs/AMDGPU/gfx7_label.rst
    M llvm/docs/AMDGPU/gfx7_mod.rst
    M llvm/docs/AMDGPU/gfx7_opt.rst
    M llvm/docs/AMDGPU/gfx7_param.rst
    M llvm/docs/AMDGPU/gfx7_ret.rst
    M llvm/docs/AMDGPU/gfx7_simm16.rst
    M llvm/docs/AMDGPU/gfx7_tgt.rst
    M llvm/docs/AMDGPU/gfx7_type_dev.rst
    M llvm/docs/AMDGPU/gfx7_uimm16.rst
    M llvm/docs/AMDGPU/gfx7_waitcnt.rst
    M llvm/docs/AMDGPU/gfx8_attr.rst
    M llvm/docs/AMDGPU/gfx8_bimm16.rst
    M llvm/docs/AMDGPU/gfx8_bimm32.rst
    A llvm/docs/AMDGPU/gfx8_dst_buf_32.rst
    M llvm/docs/AMDGPU/gfx8_fimm16.rst
    M llvm/docs/AMDGPU/gfx8_fimm32.rst
    M llvm/docs/AMDGPU/gfx8_hwreg.rst
    M llvm/docs/AMDGPU/gfx8_imask.rst
    M llvm/docs/AMDGPU/gfx8_label.rst
    M llvm/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx8_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx8_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx8_opt.rst
    M llvm/docs/AMDGPU/gfx8_param.rst
    M llvm/docs/AMDGPU/gfx8_perm_smem.rst
    M llvm/docs/AMDGPU/gfx8_ret.rst
    M llvm/docs/AMDGPU/gfx8_simm16.rst
    M llvm/docs/AMDGPU/gfx8_src32_1.rst
    M llvm/docs/AMDGPU/gfx8_src32_2.rst
    M llvm/docs/AMDGPU/gfx8_src32_3.rst
    A llvm/docs/AMDGPU/gfx8_src32_4.rst
    A llvm/docs/AMDGPU/gfx8_src32_5.rst
    A llvm/docs/AMDGPU/gfx8_src32_6.rst
    A llvm/docs/AMDGPU/gfx8_src32_7.rst
    M llvm/docs/AMDGPU/gfx8_tgt.rst
    M llvm/docs/AMDGPU/gfx8_type_dev.rst
    M llvm/docs/AMDGPU/gfx8_uimm16.rst
    M llvm/docs/AMDGPU/gfx8_waitcnt.rst
    M llvm/docs/AMDGPU/gfx900_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx900_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx900_src32_0.rst
    M llvm/docs/AMDGPU/gfx900_src32_1.rst
    M llvm/docs/AMDGPU/gfx904_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx904_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx904_src32_0.rst
    M llvm/docs/AMDGPU/gfx904_src32_1.rst
    M llvm/docs/AMDGPU/gfx906_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx906_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx906_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx906_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx906_src32_0.rst
    M llvm/docs/AMDGPU/gfx906_src32_1.rst
    M llvm/docs/AMDGPU/gfx906_src32_2.rst
    A llvm/docs/AMDGPU/gfx906_src32_3.rst
    A llvm/docs/AMDGPU/gfx906_src32_4.rst
    M llvm/docs/AMDGPU/gfx906_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx908_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx908_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx908_offset_buf.rst
    M llvm/docs/AMDGPU/gfx908_opt.rst
    M llvm/docs/AMDGPU/gfx908_ret.rst
    M llvm/docs/AMDGPU/gfx908_saddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx908_src32_0.rst
    M llvm/docs/AMDGPU/gfx908_src32_1.rst
    M llvm/docs/AMDGPU/gfx908_src32_2.rst
    M llvm/docs/AMDGPU/gfx908_src32_3.rst
    A llvm/docs/AMDGPU/gfx908_src32_4.rst
    A llvm/docs/AMDGPU/gfx908_src32_5.rst
    M llvm/docs/AMDGPU/gfx908_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx9_attr.rst
    M llvm/docs/AMDGPU/gfx9_bimm16.rst
    M llvm/docs/AMDGPU/gfx9_bimm32.rst
    M llvm/docs/AMDGPU/gfx9_fimm16.rst
    M llvm/docs/AMDGPU/gfx9_fimm32.rst
    M llvm/docs/AMDGPU/gfx9_hwreg.rst
    M llvm/docs/AMDGPU/gfx9_imask.rst
    M llvm/docs/AMDGPU/gfx9_label.rst
    M llvm/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx9_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx9_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx9_opt.rst
    M llvm/docs/AMDGPU/gfx9_param.rst
    M llvm/docs/AMDGPU/gfx9_perm_smem.rst
    M llvm/docs/AMDGPU/gfx9_ret.rst
    M llvm/docs/AMDGPU/gfx9_simm16.rst
    M llvm/docs/AMDGPU/gfx9_src32_1.rst
    M llvm/docs/AMDGPU/gfx9_src32_2.rst
    M llvm/docs/AMDGPU/gfx9_src32_3.rst
    A llvm/docs/AMDGPU/gfx9_src32_4.rst
    A llvm/docs/AMDGPU/gfx9_src32_5.rst
    A llvm/docs/AMDGPU/gfx9_src32_6.rst
    A llvm/docs/AMDGPU/gfx9_src32_7.rst
    M llvm/docs/AMDGPU/gfx9_tgt.rst
    M llvm/docs/AMDGPU/gfx9_type_dev.rst
    M llvm/docs/AMDGPU/gfx9_uimm16.rst
    M llvm/docs/AMDGPU/gfx9_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx9_waitcnt.rst
    M llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUInstructionNotation.rst
    M llvm/docs/AMDGPUInstructionSyntax.rst
    M llvm/docs/AMDGPUModifierSyntax.rst
    M llvm/docs/AMDGPUOperandSyntax.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AliasAnalysis.rst
    M llvm/docs/BugLifeCycle.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/index.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llvm-extract.rst
    A llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/CommandGuide/llvm-libtool-darwin.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandLine.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/ExceptionHandling.rst
    M llvm/docs/GlobalISel/GMIR.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/GlobalISel/Legalizer.rst
    M llvm/docs/HowToSetUpLLVMStyleRTTI.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/MemorySSA.rst
    M llvm/docs/Passes.rst
    M llvm/docs/Phabricator.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/Statepoints.rst
    R llvm/docs/TableGen/LangIntro.rst
    R llvm/docs/TableGen/LangRef.rst
    A llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/conf.py
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/RemoteJITUtils.h
    A llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm-c/Transforms/Scalar.h
    A llvm/include/llvm/ADT/APFixedPoint.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/include/llvm/ADT/Optional.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/DemandedBits.h
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    A llvm/include/llvm/Analysis/InstCount.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/Loads.h
    A llvm/include/llvm/Analysis/ReplayInlineAdvisor.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/include/llvm/Analysis/StackLifetime.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    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/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/Bitstream/BitstreamWriter.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    A llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
    M llvm/include/llvm/CodeGen/DebugHandlerBase.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.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/RegisterBankInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MIRYamlMapping.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineModuleInfo.h
    A llvm/include/llvm/CodeGen/MachinePassManager.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/MachineSSAUpdater.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/RDFLiveness.h
    M llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/RegisterScavenging.h
    M llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.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/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
    M llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/FDRawByteChannel.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
    M llvm/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
    A llvm/include/llvm/FileCheck/FileCheck.h
    M llvm/include/llvm/Frontend/Directive/DirectiveBase.td
    M llvm/include/llvm/Frontend/OpenACC/ACC.td
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Constant.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/DiagnosticInfo.h
    M llvm/include/llvm/IR/Dominators.h
    A llvm/include/llvm/IR/FixedPointBuilder.h
    M llvm/include/llvm/IR/GetElementPtrTypeIterator.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.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/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/include/llvm/IR/Metadata.def
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/Statepoint.h
    A llvm/include/llvm/IR/StructuralHash.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IR/Verifier.h
    M llvm/include/llvm/InitializePasses.h
    A llvm/include/llvm/InterfaceStub/ELFObjHandler.h
    A llvm/include/llvm/InterfaceStub/ELFStub.h
    A llvm/include/llvm/InterfaceStub/TBEHandler.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCSchedule.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/MC/MCSubtargetInfo.h
    M llvm/include/llvm/MC/MCSymbolXCOFF.h
    M llvm/include/llvm/MC/MCWinEH.h
    M llvm/include/llvm/Object/ArchiveWriter.h
    M llvm/include/llvm/Object/Binary.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/MachOUniversal.h
    M llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/Object/StackMapParser.h
    M llvm/include/llvm/Object/XCOFFObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/ProfileData/SampleProfReader.h
    M llvm/include/llvm/Remarks/BitstreamRemarkParser.h
    M llvm/include/llvm/Support/AtomicOrdering.h
    M llvm/include/llvm/Support/ErrorHandling.h
    A llvm/include/llvm/Support/ExitCodes.h
    R llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/TargetRegistry.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/Support/raw_ostream.h
    A llvm/include/llvm/TableGen/DirectiveEmitter.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/Testing/Support/SupportHelpers.h
    R llvm/include/llvm/TextAPI/ELF/ELFStub.h
    R llvm/include/llvm/TextAPI/ELF/TBEHandler.h
    M llvm/include/llvm/TextAPI/MachO/Platform.h
    M llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
    M llvm/include/llvm/Transforms/Coroutines/CoroEarly.h
    M llvm/include/llvm/Transforms/Coroutines/CoroElide.h
    M llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
    M llvm/include/llvm/Transforms/IPO/AlwaysInliner.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
    M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
    A llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
    M llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
    M llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
    M llvm/include/llvm/Transforms/ObjCARC.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h
    M llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
    M llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DemandedBits.cpp
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstCount.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopNestAnalysis.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/RegionPass.cpp
    A llvm/lib/Analysis/ReplayInlineAdvisor.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/StackLifetime.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.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
    A llvm/lib/Analysis/models/inliner/README.txt
    A llvm/lib/Analysis/models/inliner/output_spec.json
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitstream/Reader/BitstreamReader.cpp

  Log Message:
  -----------
  Merge branch 'llvm_master' into dev/masonr/9_2_llvm_update


  Commit: 977a52a6f09e221ff7251fcf90af8d09a1df8f20
      https://github.com/llvm/llvm-project/commit/977a52a6f09e221ff7251fcf90af8d09a1df8f20
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M .arclint
    M clang-tools-extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
    M clang-tools-extra/clang-move/HelperDeclRefGraph.cpp
    M clang-tools-extra/clang-move/Move.cpp
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/abseil/AbseilMatcher.h
    M clang-tools-extra/clang-tidy/add_new_check.py
    M clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.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/NotNullTerminatedResultCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.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/PreferMemberInitializerCheck.cpp
    A clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.h
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.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/tool/run-clang-tidy.py
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    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/Compiler.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/FileIndex.cpp
    M clang-tools-extra/clangd/index/FileIndex.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/tool/ClangdMain.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
    M clang-tools-extra/clangd/unittests/CompilerTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
    A clang-tools-extra/clangd/unittests/ModulesTests.cpp
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.h
    M clang-tools-extra/clangd/unittests/TestFS.h
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.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-tidy/Contributing.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-redundant-branch-condition.rst
    A clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-trailing-return-type.rst
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread-sigterm-not-a-literal.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-bad-signal-to-kill-thread-undef-sigterm.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-bool-pointer-implicit-conversion.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-stdc-want-lib-ext1-not-a-literal.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-not-null-terminated-result-undef-stdc-want-lib-ext1.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init-assignment.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init.cpp
    A clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type-cxx20.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-simplify-bool-expr.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_diagnostics.py
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/DataFlowSanitizer.rst
    M clang/docs/LTOVisibility.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenMPSupport.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UndefinedBehaviorSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/AST/DeclOpenMP.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OptionalDiagnostic.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/ASTMatchers/ASTMatchFinder.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/ThreadSafety.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    R 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/Sanitizers.def
    A clang/include/clang/Basic/TargetID.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TargetOptions.h
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/Compilation.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    A clang/include/clang/IndexSerialization/SerializablePathCollection.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Overload.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    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/AttrImpl.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclOpenMP.cpp
    M clang/lib/AST/DeclPrinter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/Interp/Disasm.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.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/TextNodeDumper.cpp
    M clang/lib/AST/Type.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/BodyFarm.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Basic/CMakeLists.txt
    R clang/lib/Basic/FixedPoint.cpp
    A clang/lib/Basic/TargetID.cpp
    M clang/lib/Basic/Targets.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/Hexagon.cpp
    M clang/lib/Basic/Targets/Mips.cpp
    M clang/lib/Basic/Targets/NVPTX.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/Sparc.cpp
    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/CMakeLists.txt
    M clang/lib/CodeGen/ABIInfo.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.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/CGExprScalar.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.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/CodeGenTypes.cpp
    M clang/lib/CodeGen/CoverageMappingGen.cpp
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/SwiftCallingConv.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Driver.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/Mips.cpp
    M clang/lib/Driver/ToolChains/Arch/VE.cpp
    M clang/lib/Driver/ToolChains/Arch/VE.h
    M clang/lib/Driver/ToolChains/Arch/X86.cpp
    M clang/lib/Driver/ToolChains/Arch/X86.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Darwin.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/MSVC.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.h
    M clang/lib/Driver/ToolChains/Solaris.h
    A clang/lib/Driver/ToolChains/ZOS.cpp
    A clang/lib/Driver/ToolChains/ZOS.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/InitHeaderSearch.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Headers/__clang_cuda_math.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/ia32intrin.h
    M clang/lib/Headers/popcntintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/IndexTypeSourceInfo.cpp
    M clang/lib/Index/IndexingAction.cpp
    A clang/lib/IndexSerialization/CMakeLists.txt
    A clang/lib/IndexSerialization/SerializablePathCollection.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.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/ParseOpenMP.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/Sema.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/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaDeclObjC.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprMember.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaLookup.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/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.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/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/FuchsiaHandleChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtr.h
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
    M clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
    M clang/lib/StaticAnalyzer/Core/DynamicType.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/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SVals.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Refactoring/ASTSelection.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/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Transformer.cpp
    M clang/runtime/CMakeLists.txt
    M clang/test/AST/ast-dump-concepts.cpp
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr.cpp
    M clang/test/AST/ast-dump-openmp-atomic.c
    M clang/test/AST/ast-dump-openmp-critical.c
    M clang/test/AST/ast-dump-openmp-master.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-print-attr.c
    M clang/test/AST/dump.cpp
    A clang/test/Analysis/Checkers/WebKit/uncounted-lambda-captures.cpp
    M clang/test/Analysis/Inputs/llvm.h
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    A clang/test/Analysis/PR46264.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.cpp
    A clang/test/Analysis/invalid-deref.c
    M clang/test/Analysis/misc-ps-region-store.m
    M clang/test/Analysis/pointer-to-member.cpp
    A clang/test/Analysis/smart-ptr-text-output.cpp
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/Analysis/std-c-library-functions-POSIX-lookup.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/use-after-move.cpp
    M clang/test/CXX/drs/dr0xx.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.const/p5-0x.cpp
    M clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    M clang/test/CodeCompletion/call.cpp
    M clang/test/CodeGen/64bit-swiftcall.c
    A clang/test/CodeGen/O0-no-skipped-passes.c
    M clang/test/CodeGen/PR3589-freestanding-libcalls.c
    M clang/test/CodeGen/aarch64-bf16-dotprod-intrinsics.c
    A clang/test/CodeGen/aarch64-debug-sve-vector-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx2-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx3-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx4-types.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aggregate-assign-call.c
    M clang/test/CodeGen/alignment.c
    M clang/test/CodeGen/arm-bf16-dotprod-intrinsics.c
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/atomic_ops.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    A clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
    M clang/test/CodeGen/attr-target-mv.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    M clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    M clang/test/CodeGen/bitscan-builtins.c
    M clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-ppc.c
    M clang/test/CodeGen/builtins-wasm.c
    A clang/test/CodeGen/code-coverage-tsan.c
    A clang/test/CodeGen/constantexpr-fneg.c
    A clang/test/CodeGen/debug-info-unused-types.c
    A clang/test/CodeGen/debug-info-unused-types.cpp
    A clang/test/CodeGen/enum-bool.cpp
    M clang/test/CodeGen/ext-int.c
    A clang/test/CodeGen/hexagon-empty-cpu-feature.c
    M clang/test/CodeGen/popcnt-builtins.c
    M clang/test/CodeGen/rot-intrinsics.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-debug-pm.c
    A clang/test/CodeGen/tune-cpu.c
    A clang/test/CodeGen/unsigned-shift-base.c
    M clang/test/CodeGen/vla.c
    M clang/test/CodeGen/x86-bswap.c
    M clang/test/CodeGen/x86-builtins.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/constexpr-variables.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-args.cu
    A clang/test/CodeGenCUDA/profile-coverage-mapping.cu
    A clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
    A clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
    A clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
    M clang/test/CodeGenCXX/address-space-cast.cpp
    M clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    A clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
    M clang/test/CodeGenCXX/aix-static-init.cpp
    M clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    A clang/test/CodeGenCXX/debug-info-ctor-homing-flag.cpp
    M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    A clang/test/CodeGenCXX/visibility-inlines-hidden-static-local-var.cpp
    A clang/test/CodeGenObjC/arc-blocks-exceptions.m
    A clang/test/CodeGenObjC/attr-used-on-method.m
    M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    A clang/test/CoverageMapping/Inputs/comment.h
    A clang/test/CoverageMapping/comment.cpp
    A clang/test/Driver/Inputs/rocm/amdgcn/bitcode/oclc_isa_version_908.bc
    M clang/test/Driver/XRay/xray-instrument-os.c
    M clang/test/Driver/aix-ld.c
    M clang/test/Driver/amdgpu-features.c
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/apple-arm64-arch.c
    M clang/test/Driver/arm-alignment.c
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/darwin-objc-options.m
    M clang/test/Driver/darwin-warning-options.c
    M clang/test/Driver/debug-options.c
    A clang/test/Driver/debug-var-experimental-switch.c
    A clang/test/Driver/fmemprof.cpp
    M clang/test/Driver/fortran.f95
    M clang/test/Driver/freebsd.c
    M clang/test/Driver/fsanitize.c
    A clang/test/Driver/hip-invalid-target-id.hip
    M clang/test/Driver/hip-link-static-library.hip
    A clang/test/Driver/hip-target-id.hip
    M clang/test/Driver/hip-toolchain-features.hip
    A clang/test/Driver/invalid-target-id.cl
    A clang/test/Driver/macos-apple-silicon-slice-link-libs-darwin-only.cpp
    M clang/test/Driver/macos-apple-silicon-slice-link-libs.cpp
    M clang/test/Driver/modules.cpp
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/pic.c
    M clang/test/Driver/ppc-abi.c
    M clang/test/Driver/ppc-dependent-options.cpp
    M clang/test/Driver/ps4-cpu-defaults.cpp
    A clang/test/Driver/solaris-ld-sld.c
    M clang/test/Driver/stack-clash-protection.c
    A clang/test/Driver/target-id-macros.cl
    A clang/test/Driver/target-id-macros.hip
    A clang/test/Driver/target-id.cl
    M clang/test/Driver/x86-march.c
    A clang/test/Driver/x86-mtune.c
    M clang/test/Frontend/embed-bitcode.ll
    M clang/test/Frontend/fixed_point_add.c
    A clang/test/Frontend/fixed_point_add_const.c
    M clang/test/Frontend/fixed_point_compound.c
    M clang/test/Frontend/fixed_point_div.c
    A clang/test/Frontend/fixed_point_div_const.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_mul.c
    A clang/test/Frontend/fixed_point_mul_const.c
    A clang/test/Frontend/fixed_point_shift.c
    A clang/test/Frontend/fixed_point_shift_const.c
    M clang/test/Frontend/fixed_point_sub.c
    A clang/test/Frontend/fixed_point_sub_const.c
    M clang/test/Frontend/fixed_point_unary.c
    M clang/test/Frontend/trigraphs.cpp
    M clang/test/Frontend/x86-embed-bitcode.ll
    A clang/test/Headers/wasm.c
    A clang/test/Headers/wasm.cpp
    M clang/test/Index/Core/index-source.cpp
    M clang/test/Index/error-on-deserialized.c
    M clang/test/Lexer/cxx1z-trigraphs.cpp
    A clang/test/Misc/explicit.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/DebugDwoId.h
    A clang/test/Modules/Inputs/import-once/ImportOnce.framework/Headers/ImportOnce.h
    A clang/test/Modules/Inputs/import-once/ImportOnce.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/import-once/IndirectImporter.framework/Headers/IndirectImporter.h
    A clang/test/Modules/Inputs/import-once/IndirectImporter.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/import-once/Unrelated.framework/Headers/Unrelated.h
    A clang/test/Modules/Inputs/import-once/Unrelated.framework/Modules/module.modulemap
    A clang/test/Modules/Inputs/inherit-attribute/a.h
    A clang/test/Modules/Inputs/inherit-attribute/b.h
    A clang/test/Modules/Inputs/inherit-attribute/c.h
    A clang/test/Modules/Inputs/inherit-attribute/module.modulemap
    M clang/test/Modules/Inputs/module.map
    A clang/test/Modules/ModuleDebugInfoDwoId.cpp
    M clang/test/Modules/diagnostics.modulemap
    A clang/test/Modules/import-once.m
    A clang/test/Modules/inherit-attribute.cpp
    M clang/test/Modules/module_file_info.m
    M clang/test/Modules/namespaces.cpp
    M clang/test/OpenMP/atomic_ast_print.cpp
    M clang/test/OpenMP/atomic_capture_codegen.cpp
    M clang/test/OpenMP/atomic_messages.c
    M clang/test/OpenMP/atomic_messages.cpp
    M clang/test/OpenMP/atomic_read_codegen.c
    M clang/test/OpenMP/atomic_update_codegen.cpp
    M clang/test/OpenMP/atomic_write_codegen.c
    M clang/test/OpenMP/cancel_ast_print.cpp
    M clang/test/OpenMP/cancel_codegen.cpp
    M clang/test/OpenMP/cancel_codegen_cleanup.cpp
    M clang/test/OpenMP/cancel_if_messages.cpp
    M clang/test/OpenMP/capturing_in_templates.cpp
    M clang/test/OpenMP/critical_codegen.cpp
    M clang/test/OpenMP/critical_messages.cpp
    M clang/test/OpenMP/declare_mapper_messages.c
    M clang/test/OpenMP/declare_mapper_messages.cpp
    M clang/test/OpenMP/declare_simd_messages.cpp
    M clang/test/OpenMP/declare_target_ast_print.cpp
    M clang/test/OpenMP/declare_target_codegen.cpp
    M clang/test/OpenMP/declare_target_messages.cpp
    M clang/test/OpenMP/declare_variant_device_isa_codegen_1.c
    M clang/test/OpenMP/declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/declare_variant_mixed_codegen.c
    M clang/test/OpenMP/declare_variant_mixed_codegen.cpp
    M clang/test/OpenMP/deferred-diags.cpp
    M clang/test/OpenMP/depobj_ast_print.cpp
    M clang/test/OpenMP/depobj_codegen.cpp
    M clang/test/OpenMP/depobj_messages.cpp
    M clang/test/OpenMP/distribute_codegen.cpp
    M clang/test/OpenMP/distribute_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_ast_print.cpp
    M clang/test/OpenMP/distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_reduction_task_codegen.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_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_lastprivate_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_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_simdlen_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_collapse_messages.cpp
    M clang/test/OpenMP/distribute_simd_if_messages.cpp
    M clang/test/OpenMP/distribute_simd_lastprivate_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_reduction_messages.cpp
    M clang/test/OpenMP/distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/flush_codegen.cpp
    M clang/test/OpenMP/flush_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
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_lastprivate_messages.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_loop_messages.cpp
    M clang/test/OpenMP/for_misc_messages.c
    M clang/test/OpenMP/for_ordered_clause.cpp
    M clang/test/OpenMP/for_reduction_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/for_reduction_messages.cpp
    M clang/test/OpenMP/for_reduction_task_codegen.cpp
    M clang/test/OpenMP/for_scan_codegen.cpp
    M clang/test/OpenMP/for_schedule_messages.cpp
    M clang/test/OpenMP/for_simd_aligned_messages.cpp
    M clang/test/OpenMP/for_simd_ast_print.cpp
    M clang/test/OpenMP/for_simd_codegen.cpp
    M clang/test/OpenMP/for_simd_collapse_messages.cpp
    M clang/test/OpenMP/for_simd_if_messages.cpp
    M clang/test/OpenMP/for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/for_simd_loop_messages.cpp
    M clang/test/OpenMP/for_simd_misc_messages.c
    M clang/test/OpenMP/for_simd_reduction_messages.cpp
    M clang/test/OpenMP/for_simd_safelen_messages.cpp
    M clang/test/OpenMP/for_simd_scan_codegen.cpp
    M clang/test/OpenMP/for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/irbuilder_nested_parallel_for.c
    M clang/test/OpenMP/master_messages.cpp
    M clang/test/OpenMP/master_taskloop_ast_print.cpp
    M clang/test/OpenMP/master_taskloop_codegen.cpp
    M clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_loop_messages.cpp
    M clang/test/OpenMP/master_taskloop_misc_messages.c
    M clang/test/OpenMP/master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_aligned_messages.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_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_loop_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/master_taskloop_simd_reduction_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/nesting_of_regions.cpp
    M clang/test/OpenMP/nvptx_asm_delayed_diags.c
    M clang/test/OpenMP/nvptx_declare_variant_device_kind_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_implementation_vendor_codegen.cpp
    M clang/test/OpenMP/nvptx_declare_variant_name_mangling.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
    A clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/nvptx_target_requires_unified_shared_memory.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/openmp_win_codegen.cpp
    M clang/test/OpenMP/ordered_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_codegen.cpp
    M clang/test/OpenMP/parallel_copyin_codegen.cpp
    M clang/test/OpenMP/parallel_default_messages.cpp
    M clang/test/OpenMP/parallel_for_ast_print.cpp
    M clang/test/OpenMP/parallel_for_codegen.cpp
    M clang/test/OpenMP/parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_if_messages.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp
    M clang/test/OpenMP/parallel_for_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_messages.cpp
    M clang/test/OpenMP/parallel_for_misc_messages.c
    M clang/test/OpenMP/parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_for_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_loop_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/parallel_for_simd_reduction_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_if_codegen.cpp
    M clang/test/OpenMP/parallel_if_messages.cpp
    M clang/test/OpenMP/parallel_master_ast_print.cpp
    M clang/test/OpenMP/parallel_master_codegen.cpp
    M clang/test/OpenMP/parallel_master_if_messages.cpp
    M clang/test/OpenMP/parallel_master_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_ast_print.cpp
    M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_collapse_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_misc_messages.c
    M clang/test/OpenMP/parallel_master_taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_reduction_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_aligned_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_collapse_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_master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/parallel_proc_bind_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/parallel_sections_if_messages.cpp
    M clang/test/OpenMP/parallel_sections_misc_messages.c
    M clang/test/OpenMP/parallel_sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/report_default_DSA.cpp
    M clang/test/OpenMP/sections_codegen.cpp
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_misc_messages.c
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/sections_reduction_task_codegen.cpp
    M clang/test/OpenMP/simd_aligned_messages.cpp
    M clang/test/OpenMP/simd_collapse_messages.cpp
    M clang/test/OpenMP/simd_misc_messages.c
    M clang/test/OpenMP/simd_safelen_messages.cpp
    M clang/test/OpenMP/simd_simdlen_messages.cpp
    M clang/test/OpenMP/single_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_data_codegen.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_enter_data_ast_print.cpp
    M clang/test/OpenMP/target_enter_data_if_messages.cpp
    M clang/test/OpenMP/target_exit_data_ast_print.cpp
    M clang/test/OpenMP/target_exit_data_if_messages.cpp
    M clang/test/OpenMP/target_if_messages.cpp
    R clang/test/OpenMP/target_map_codegen.cpp
    A clang/test/OpenMP/target_map_codegen_00.cpp
    A clang/test/OpenMP/target_map_codegen_01.cpp
    A clang/test/OpenMP/target_map_codegen_02.cpp
    A clang/test/OpenMP/target_map_codegen_03.cpp
    A clang/test/OpenMP/target_map_codegen_04.cpp
    A clang/test/OpenMP/target_map_codegen_05.cpp
    A clang/test/OpenMP/target_map_codegen_06.cpp
    A clang/test/OpenMP/target_map_codegen_07.cpp
    A clang/test/OpenMP/target_map_codegen_08.cpp
    A clang/test/OpenMP/target_map_codegen_09.cpp
    A clang/test/OpenMP/target_map_codegen_10.cpp
    A clang/test/OpenMP/target_map_codegen_11.cpp
    A clang/test/OpenMP/target_map_codegen_12.cpp
    A clang/test/OpenMP/target_map_codegen_13.cpp
    A clang/test/OpenMP/target_map_codegen_14.cpp
    A clang/test/OpenMP/target_map_codegen_15.cpp
    A clang/test/OpenMP/target_map_codegen_16.cpp
    A clang/test/OpenMP/target_map_codegen_17.cpp
    A clang/test/OpenMP/target_map_codegen_18.inc
    A clang/test/OpenMP/target_map_codegen_18a.cpp
    A clang/test/OpenMP/target_map_codegen_18b.cpp
    A clang/test/OpenMP/target_map_codegen_18c.cpp
    A clang/test/OpenMP/target_map_codegen_18d.cpp
    A clang/test/OpenMP/target_map_codegen_19.cpp
    A clang/test/OpenMP/target_map_codegen_20.cpp
    A clang/test/OpenMP/target_map_codegen_21.cpp
    A clang/test/OpenMP/target_map_codegen_22.cpp
    A clang/test/OpenMP/target_map_codegen_23.cpp
    A clang/test/OpenMP/target_map_codegen_24.cpp
    A clang/test/OpenMP/target_map_codegen_25.cpp
    A clang/test/OpenMP/target_map_codegen_26.cpp
    A clang/test/OpenMP/target_map_codegen_27.cpp
    A clang/test/OpenMP/target_map_codegen_28.cpp
    A clang/test/OpenMP/target_map_codegen_29.cpp
    A clang/test/OpenMP/target_map_codegen_30.cpp
    A clang/test/OpenMP/target_map_codegen_31.cpp
    A clang/test/OpenMP/target_map_codegen_32.cpp
    A clang/test/OpenMP/target_map_codegen_33.cpp
    M clang/test/OpenMP/target_map_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_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_parallel_for_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_parallel_for_simd_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_parallel_if_codegen.cpp
    M clang/test/OpenMP/target_parallel_if_messages.cpp
    M clang/test/OpenMP/target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/target_parallel_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_simd_aligned_messages.cpp
    M clang/test/OpenMP/target_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_misc_messages.c
    M clang/test/OpenMP/target_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_simd_simdlen_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_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen_registration.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_aligned_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_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_misc_messages.c
    M clang/test/OpenMP/target_teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_if_messages.cpp
    M clang/test/OpenMP/target_teams_map_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/target_update_if_messages.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_if_codegen.cpp
    M clang/test/OpenMP/task_if_messages.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_misc_messages.c
    M clang/test/OpenMP/taskloop_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_aligned_messages.cpp
    M clang/test/OpenMP/taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_misc_messages.c
    M clang/test/OpenMP/taskloop_simd_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_codegen.cpp
    M clang/test/OpenMP/teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_reduction_task_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_aligned_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/threadprivate_codegen.cpp
    M clang/test/PCH/Inputs/modules/Foo.h
    M clang/test/PCH/cxx-constexpr.cpp
    A clang/test/PCH/cxx-invalid-destructor.cpp
    A clang/test/PCH/cxx-invalid-destructor.h
    A clang/test/PCH/determinism.cpp
    A clang/test/PCH/preamble-modules.cpp
    A clang/test/Parser/compound-token-split.cpp
    M clang/test/Parser/empty-translation-unit.c
    M clang/test/Preprocessor/has_c_attribute.c
    A clang/test/Preprocessor/init-arm.c
    A clang/test/Preprocessor/init-mips.c
    A clang/test/Preprocessor/init-ppc.c
    M clang/test/Preprocessor/init-ppc64.c
    A clang/test/Preprocessor/init-x86.c
    A clang/test/Preprocessor/init-zos.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/macro_variadic.cl
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Sema/arm-bfloat.cpp
    M clang/test/Sema/attr-arm-sve-vector-bits.c
    M clang/test/Sema/attr-loader-uninitialized.c
    M clang/test/Sema/attr-loader-uninitialized.cpp
    M clang/test/Sema/attr-target.c
    M clang/test/Sema/bitfield.c
    M clang/test/Sema/builtins.c
    M clang/test/Sema/c89.c
    M clang/test/Sema/compare.c
    M clang/test/Sema/complex-int.c
    M clang/test/Sema/constant-builtins-2.c
    A clang/test/Sema/init-invalid-struct-array.c
    A clang/test/Sema/ns_error_enum.m
    A clang/test/Sema/string-concat.c
    M clang/test/Sema/tautological-constant-compare.c
    M clang/test/Sema/unary-minus-integer-impcast.c
    M clang/test/Sema/warn-bad-function-cast.c
    M clang/test/Sema/warn-vla.c
    M clang/test/SemaCXX/abstract.cpp
    M clang/test/SemaCXX/alignof.cpp
    A clang/test/SemaCXX/attr-arm-sve-vector-bits.cpp
    M clang/test/SemaCXX/builtins.cpp
    M clang/test/SemaCXX/c99-variable-length-array-cxx11.cpp
    M clang/test/SemaCXX/c99-variable-length-array.cpp
    M clang/test/SemaCXX/conditional-expr.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    M clang/test/SemaCXX/constant-expression-cxx2a.cpp
    M clang/test/SemaCXX/constant-expression.cpp
    M clang/test/SemaCXX/consteval-return-void.cpp
    M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
    M clang/test/SemaCXX/cxx1y-contextual-conversion-tweaks.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    M clang/test/SemaCXX/decl-expr-ambiguity.cpp
    M clang/test/SemaCXX/elaborated-type-specifier.cpp
    M clang/test/SemaCXX/ext-int.cpp
    A clang/test/SemaCXX/pointer-forward-declared-class-conversion.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/type-convert-construct.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaCXX/uninitialized.cpp
    R clang/test/SemaCXX/vla-consruct.cpp
    A clang/test/SemaCXX/vla-construct.cpp
    M clang/test/SemaCXX/warn-msvc-enum-bitfield.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaCXX/warn-thread-safety-negative.cpp
    M clang/test/SemaCXX/warn-vla.cpp
    M clang/test/SemaObjC/class-bitfield.m
    A clang/test/SemaTemplate/concepts.cpp
    M clang/test/SemaTemplate/cxx1z-fold-expressions.cpp
    M clang/test/SemaTemplate/dependent-names.cpp
    M clang/test/SemaTemplate/friend.cpp
    M clang/test/SemaTemplate/instantiate-self.cpp
    A clang/test/SemaTemplate/recovery-tree-transform-crash.cpp
    M clang/test/utils/update_cc_test_checks/Inputs/basic-cplusplus.cpp.expected
    M clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected
    M clang/test/utils/update_cc_test_checks/basic-cplusplus.test
    M clang/test/utils/update_cc_test_checks/lit.local.cfg
    M clang/tools/clang-format/git-clang-format
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/CommentParser.cpp
    M clang/unittests/AST/DeclPrinterTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/Basic/CMakeLists.txt
    R clang/unittests/Basic/FixedPointTest.cpp
    M clang/unittests/CodeGen/IncrementalProcessingTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Frontend/ASTUnitTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    M clang/unittests/Tooling/HeaderIncludesTest.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/Concept.cpp
    A clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    A clang/unittests/Tooling/Syntax/MutationsTest.cpp
    R clang/unittests/Tooling/Syntax/TreeTest.cpp
    A clang/unittests/Tooling/Syntax/TreeTestBase.cpp
    A clang/unittests/Tooling/Syntax/TreeTestBase.h
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/analyzer/CmpRuns.py
    M clang/utils/analyzer/ProjectMap.py
    M clang/utils/analyzer/SATest.py
    M clang/utils/analyzer/projects/projects.json
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/Modules/UseLibtool.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/include/sanitizer/common_interface_defs.h
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/include/sanitizer/msan_interface.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/divdf3.c
    M compiler-rt/lib/builtins/divdi3.c
    M compiler-rt/lib/builtins/divsf3.c
    M compiler-rt/lib/builtins/divsi3.c
    M compiler-rt/lib/builtins/divtf3.c
    M compiler-rt/lib/builtins/divti3.c
    A compiler-rt/lib/builtins/fp_div_impl.inc
    M compiler-rt/lib/builtins/fp_lib.h
    M compiler-rt/lib/builtins/int_div_impl.inc
    A compiler-rt/lib/builtins/int_mulo_impl.inc
    A compiler-rt/lib/builtins/int_mulv_impl.inc
    M compiler-rt/lib/builtins/int_util.h
    M compiler-rt/lib/builtins/moddi3.c
    M compiler-rt/lib/builtins/modti3.c
    M compiler-rt/lib/builtins/mulodi4.c
    M compiler-rt/lib/builtins/mulosi4.c
    M compiler-rt/lib/builtins/muloti4.c
    M compiler-rt/lib/builtins/mulvdi3.c
    M compiler-rt/lib/builtins/mulvsi3.c
    M compiler-rt/lib/builtins/mulvti3.c
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/dfsan_interceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerDriver.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/FuzzerInterceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    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
    M compiler-rt/lib/fuzzer/tests/CMakeLists.txt
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/msan_thread.cpp
    M compiler-rt/lib/msan/msan_thread.h
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    M compiler-rt/lib/profile/InstrProfilingPort.h
    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_interceptors_format.inc
    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_netbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
    M compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_format_interceptor_test.cpp
    M compiler-rt/lib/scudo/standalone/combined.h
    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/combined_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_dispatch_defs.h
    M compiler-rt/lib/tsan/rtl/tsan_external.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_sync.cpp
    M compiler-rt/lib/xray/tests/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
    M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
    M compiler-rt/test/asan/TestCases/Posix/high-address-dereference.c
    M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    M compiler-rt/test/asan/TestCases/Posix/waitid.cpp
    M compiler-rt/test/asan/TestCases/initialization-bug.cpp
    M compiler-rt/test/asan/Unit/lit.site.cfg.py.in
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c
    M compiler-rt/test/builtins/Unit/divdf3_test.c
    M compiler-rt/test/builtins/Unit/divsf3_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/fp_test.h
    M compiler-rt/test/dfsan/custom.cpp
    A compiler-rt/test/dfsan/interceptors.c
    A compiler-rt/test/dfsan/threaded_flush.c
    M compiler-rt/test/fuzzer/CrossOverTest.cpp
    M compiler-rt/test/fuzzer/LoadTest.cpp
    M compiler-rt/test/fuzzer/SimpleCmpTest.cpp
    M compiler-rt/test/fuzzer/coverage.test
    M compiler-rt/test/fuzzer/cross_over.test
    A compiler-rt/test/fuzzer/cross_over_copy.test
    A compiler-rt/test/fuzzer/cross_over_insert.test
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/fuzzer/fuzzer-dirs.test
    A compiler-rt/test/fuzzer/minimize_timeout.test
    M compiler-rt/test/fuzzer/value-profile-load.test
    M compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/msan/Linux/swapcontext_annotation.cpp
    A compiler-rt/test/msan/Linux/swapcontext_annotation_reset.cpp
    A compiler-rt/test/msan/interception_sigaction_test.cpp
    A compiler-rt/test/msan/libatomic_load_exceptions.cpp
    A compiler-rt/test/msan/scanf-allocate.cpp
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    M compiler-rt/test/sanitizer_common/CMakeLists.txt
    M compiler-rt/test/sanitizer_common/TestCases/Posix/crypt.cpp
    A compiler-rt/test/sanitizer_common/TestCases/Posix/recursion-in-qsort.cpp
    M compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
    M compiler-rt/test/tsan/Darwin/norace-objcxx-run-time.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-cycle-tagged.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-cycle.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-nested-recursive.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize-tagged.mm
    M compiler-rt/test/tsan/Darwin/objc-synchronize.mm
    M compiler-rt/test/tsan/Darwin/os_unfair_lock.c
    A compiler-rt/test/tsan/libdispatch/async_and_wait.c
    M compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
    A compiler-rt/test/ubsan/TestCases/Integer/unsigned-shift.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/misaligned.cpp
    M flang/CMakeLists.txt
    M flang/README.md
    A flang/docs/ArrayComposition.md
    A flang/docs/BijectiveInternalNameUniquing.md
    A flang/docs/C++17.md
    A flang/docs/C++style.md
    A flang/docs/Calls.md
    A flang/docs/Character.md
    A flang/docs/ControlFlowGraph.md
    A flang/docs/Directives.md
    A flang/docs/Extensions.md
    A flang/docs/FortranForCProgrammers.md
    A flang/docs/FortranIR.md
    A flang/docs/IORuntimeInternals.md
    A flang/docs/ImplementingASemanticCheck.md
    A flang/docs/Intrinsics.md
    A flang/docs/LabelResolution.md
    A flang/docs/ModFiles.md
    A flang/docs/OpenMP-4.5-grammar.txt
    A flang/docs/OpenMP-semantics.md
    A flang/docs/OptionComparison.md
    A flang/docs/Overview.md
    A flang/docs/ParserCombinators.md
    A flang/docs/Parsing.md
    A flang/docs/Preprocessing.md
    A flang/docs/PullRequestChecklist.md
    A flang/docs/ReleaseNotes.rst
    A flang/docs/RuntimeDescriptor.md
    A flang/docs/Semantics.md
    A flang/docs/_static/llvm.css
    A flang/docs/_themes/llvm-theme/layout.html
    A flang/docs/_themes/llvm-theme/static/contents.png
    A flang/docs/_themes/llvm-theme/static/llvm-theme.css
    A flang/docs/_themes/llvm-theme/static/logo.png
    A flang/docs/_themes/llvm-theme/static/navigation.png
    A flang/docs/_themes/llvm-theme/theme.conf
    A flang/docs/conf.py
    A flang/docs/f2018-grammar.txt
    A flang/docs/flang-c-style.el
    R flang/documentation/ArrayComposition.md
    R flang/documentation/BijectiveInternalNameUniquing.md
    R flang/documentation/C++17.md
    R flang/documentation/C++style.md
    R flang/documentation/Calls.md
    R flang/documentation/Character.md
    R flang/documentation/ControlFlowGraph.md
    R flang/documentation/Directives.md
    R flang/documentation/Extensions.md
    R flang/documentation/FortranForCProgrammers.md
    R flang/documentation/FortranIR.md
    R flang/documentation/IORuntimeInternals.md
    R flang/documentation/ImplementingASemanticCheck.md
    R flang/documentation/Intrinsics.md
    R flang/documentation/LabelResolution.md
    R flang/documentation/ModFiles.md
    R flang/documentation/OpenMP-4.5-grammar.txt
    R flang/documentation/OpenMP-semantics.md
    R flang/documentation/OptionComparison.md
    R flang/documentation/Overview.md
    R flang/documentation/ParserCombinators.md
    R flang/documentation/Parsing.md
    R flang/documentation/Preprocessing.md
    R flang/documentation/PullRequestChecklist.md
    R flang/documentation/RuntimeDescriptor.md
    R flang/documentation/Semantics.md
    R flang/documentation/f2018-grammar.txt
    R flang/documentation/flang-c-style.el
    M flang/include/flang/Common/Fortran-features.h
    M flang/include/flang/Common/Fortran.h
    M flang/include/flang/Common/indirection.h
    M flang/include/flang/Common/template.h
    M flang/include/flang/Decimal/decimal.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/initial-image.h
    M flang/include/flang/Evaluate/shape.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/traverse.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Evaluate/variable.h
    M flang/include/flang/Lower/Bridge.h
    M flang/include/flang/Lower/ConvertType.h
    M flang/include/flang/Optimizer/Dialect/FIRAttr.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIRType.h
    M flang/include/flang/Parser/characters.h
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/instrumented-parser.h
    M flang/include/flang/Parser/message.h
    M flang/include/flang/Parser/parse-state.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/parsing.h
    M flang/include/flang/Parser/provenance.h
    M flang/include/flang/Parser/tools.h
    M flang/include/flang/Parser/user-state.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/CMakeLists.txt
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/fold-designator.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/formatting.cpp
    M flang/lib/Evaluate/initial-image.cpp
    M flang/lib/Evaluate/intrinsics-library-templates.h
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/ConvertType.cpp
    M flang/lib/Lower/IO.cpp
    M flang/lib/Lower/RTBuilder.h
    M flang/lib/Optimizer/CMakeLists.txt
    M flang/lib/Optimizer/Dialect/FIRAttr.cpp
    M flang/lib/Optimizer/Dialect/FIRDialect.cpp
    M flang/lib/Optimizer/Dialect/FIRType.cpp
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/debug-parser.cpp
    M flang/lib/Parser/executable-parsers.cpp
    M flang/lib/Parser/expr-parsers.cpp
    M flang/lib/Parser/instrumented-parser.cpp
    M flang/lib/Parser/io-parsers.cpp
    M flang/lib/Parser/message.cpp
    M flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/provenance.cpp
    M flang/lib/Parser/token-parsers.h
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/token-sequence.h
    M flang/lib/Parser/type-parsers.h
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/CMakeLists.txt
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/canonicalize-acc.cpp
    M flang/lib/Semantics/check-acc-structure.cpp
    M flang/lib/Semantics/check-acc-structure.h
    M flang/lib/Semantics/check-case.cpp
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-data.h
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-declarations.h
    A flang/lib/Semantics/check-directive-structure.h
    M flang/lib/Semantics/check-io.cpp
    M flang/lib/Semantics/check-io.h
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/compute-offsets.cpp
    A flang/lib/Semantics/data-to-inits.cpp
    A flang/lib/Semantics/data-to-inits.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/program-tree.cpp
    M flang/lib/Semantics/program-tree.h
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-labels.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/semantics.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    A flang/runtime/descriptor-io.h
    M flang/runtime/descriptor.h
    M flang/runtime/file.cpp
    M flang/runtime/format.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/type-code.cpp
    M flang/runtime/type-code.h
    M flang/test/CMakeLists.txt
    M flang/test/Driver/version_test.f90
    M flang/test/Evaluate/folding08.f90
    A flang/test/Evaluate/folding10.f90
    A flang/test/Evaluate/folding11.f90
    M flang/test/Lower/pre-fir-tree05.f90
    A flang/test/Parser/compiler-directives.f90
    A flang/test/Preprocessing/compiler_defined_macros.F90
    A flang/test/Preprocessing/defines.F90
    A flang/test/Preprocessing/fixed-rescan.F
    A flang/test/Preprocessing/hollerith.f
    M flang/test/Preprocessing/pp029.F
    M flang/test/Preprocessing/pp130.F90
    A flang/test/Semantics/acc-canonicalization-validity.f90
    M flang/test/Semantics/acc-clause-validity.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/data06.f90
    A flang/test/Semantics/data08.f90
    A flang/test/Semantics/data09.f90
    M flang/test/Semantics/deallocate05.f90
    A flang/test/Semantics/deallocate06.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90
    A flang/test/Semantics/implicit09.f90
    A flang/test/Semantics/implicit10.f90
    A flang/test/Semantics/implicit11.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/select-rank.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/f18-parse-demo/f18-parse-demo.cpp
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    A flang/tools/f18/f18_version.h.in
    M flang/tools/tco/tco.cpp
    M flang/unittests/Evaluate/intrinsics.cpp
    M flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/external-io.cpp
    M libc/benchmarks/CMakeLists.txt
    M libc/benchmarks/LibcBenchmark.h
    M libc/benchmarks/render.py3
    M libc/config/linux/CMakeLists.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    A libc/config/linux/app.h
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/ctype/CMakeLists.txt
    M libc/src/ctype/ctype_utils.h
    M libc/src/ctype/isalnum.cpp
    A libc/src/ctype/isblank.cpp
    A libc/src/ctype/isblank.h
    A libc/src/ctype/iscntrl.cpp
    A libc/src/ctype/iscntrl.h
    A libc/src/ctype/isgraph.cpp
    A libc/src/ctype/isgraph.h
    M libc/src/ctype/islower.cpp
    A libc/src/ctype/isprint.cpp
    A libc/src/ctype/isprint.h
    A libc/src/ctype/ispunct.cpp
    A libc/src/ctype/ispunct.h
    A libc/src/ctype/isspace.cpp
    A libc/src/ctype/isspace.h
    M libc/src/ctype/isupper.cpp
    A libc/src/ctype/isxdigit.cpp
    A libc/src/ctype/isxdigit.h
    A libc/src/ctype/tolower.cpp
    A libc/src/ctype/tolower.h
    A libc/src/ctype/toupper.cpp
    A libc/src/ctype/toupper.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/sqrt.cpp
    A libc/src/math/sqrt.h
    A libc/src/math/sqrtf.cpp
    A libc/src/math/sqrtf.h
    A libc/src/math/sqrtl.cpp
    A libc/src/math/sqrtl.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/strcat.cpp
    M libc/src/string/strcat.h
    M libc/src/string/strcpy.cpp
    M libc/src/string/strcpy.h
    A libc/src/string/strcspn.cpp
    A libc/src/string/strcspn.h
    A libc/src/string/string_utils.h
    A libc/src/string/strpbrk.cpp
    A libc/src/string/strpbrk.h
    A libc/src/string/strspn.cpp
    A libc/src/string/strspn.h
    A libc/src/string/strtok.cpp
    A libc/src/string/strtok.h
    A libc/src/string/strtok_r.cpp
    A libc/src/string/strtok_r.h
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    A libc/test/loader/linux/tls_test.cpp
    M libc/test/src/ctype/CMakeLists.txt
    A libc/test/src/ctype/isblank_test.cpp
    A libc/test/src/ctype/iscntrl_test.cpp
    A libc/test/src/ctype/isgraph_test.cpp
    A libc/test/src/ctype/isprint_test.cpp
    A libc/test/src/ctype/ispunct_test.cpp
    A libc/test/src/ctype/isspace_test.cpp
    A libc/test/src/ctype/isxdigit_test.cpp
    A libc/test/src/ctype/tolower_test.cpp
    A libc/test/src/ctype/toupper_test.cpp
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/ceil_test.cpp
    M libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/ceill_test.cpp
    M libc/test/src/math/copysign_test.cpp
    M libc/test/src/math/copysignf_test.cpp
    M libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    M libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/floor_test.cpp
    M libc/test/src/math/floorf_test.cpp
    M libc/test/src/math/floorl_test.cpp
    M libc/test/src/math/fmax_test.cpp
    M libc/test/src/math/fmaxf_test.cpp
    M libc/test/src/math/fmaxl_test.cpp
    M libc/test/src/math/fmin_test.cpp
    M libc/test/src/math/fminf_test.cpp
    M libc/test/src/math/fminl_test.cpp
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/test/src/math/round_test.cpp
    M libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    A libc/test/src/math/sqrt_test.cpp
    A libc/test/src/math/sqrtf_test.cpp
    A libc/test/src/math/sqrtl_test.cpp
    M libc/test/src/math/trunc_test.cpp
    M libc/test/src/math/truncf_test.cpp
    M libc/test/src/math/truncl_test.cpp
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/strcspn_test.cpp
    A libc/test/src/string/strpbrk_test.cpp
    A libc/test/src/string/strspn_test.cpp
    A libc/test/src/string/strtok_r_test.cpp
    A libc/test/src/string/strtok_test.cpp
    M libc/test/utils/CMakeLists.txt
    A libc/test/utils/CPP/CMakeLists.txt
    A libc/test/utils/CPP/bitset_test.cpp
    A libc/utils/CPP/Bitset.h
    M libc/utils/CPP/CMakeLists.txt
    R libc/utils/CPP/StringRef.h
    M libc/utils/FPUtil/CMakeLists.txt
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/FPUtil/ManipulationFunctions.h
    A libc/utils/FPUtil/NormalFloat.h
    A libc/utils/FPUtil/Sqrt.h
    A libc/utils/FPUtil/SqrtLongDoubleX86.h
    A libc/utils/FPUtil/TestHelpers.cpp
    A libc/utils/FPUtil/TestHelpers.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libc/utils/UnitTest/Test.cpp
    M libc/utils/UnitTest/Test.h
    M libclc/CMakeLists.txt
    M libclc/amdgcn-amdhsa/lib/workitem/get_global_size.cl
    M libclc/amdgcn-amdhsa/lib/workitem/get_local_size.cl
    M libclc/amdgcn-amdhsa/lib/workitem/get_num_groups.cl
    M libclc/amdgcn/lib/mem_fence/fence.cl
    M libclc/amdgcn/lib/synchronization/barrier.cl
    M libclc/amdgcn/lib/workitem/get_global_offset.cl
    M libclc/amdgcn/lib/workitem/get_global_size.cl
    M libclc/amdgcn/lib/workitem/get_group_id.cl
    M libclc/amdgcn/lib/workitem/get_local_id.cl
    M libclc/amdgcn/lib/workitem/get_local_size.cl
    M libclc/amdgcn/lib/workitem/get_num_groups.cl
    M libclc/amdgcn/lib/workitem/get_work_dim.cl
    M libclc/generic/include/clc/async/wait_group_events.h
    M libclc/generic/include/clc/clcfunc.h
    M libclc/generic/include/clc/explicit_fence/explicit_memory_fence.h
    M libclc/generic/include/clc/float/definitions.h
    M libclc/generic/include/clc/synchronization/barrier.h
    M libclc/generic/include/clc/workitem/get_global_id.h
    M libclc/generic/include/clc/workitem/get_global_offset.h
    M libclc/generic/include/clc/workitem/get_global_size.h
    M libclc/generic/include/clc/workitem/get_group_id.h
    M libclc/generic/include/clc/workitem/get_local_id.h
    M libclc/generic/include/clc/workitem/get_local_size.h
    M libclc/generic/include/clc/workitem/get_num_groups.h
    M libclc/generic/include/clc/workitem/get_work_dim.h
    M libclc/generic/lib/async/wait_group_events.cl
    M libclc/generic/lib/common/smoothstep.cl
    M libclc/generic/lib/common/step.cl
    M libclc/generic/lib/math/ilogb.cl
    M libclc/generic/lib/workitem/get_global_id.cl
    M libclc/generic/lib/workitem/get_global_size.cl
    M libclc/ptx-nvidiacl/lib/mem_fence/fence.cl
    M libclc/ptx-nvidiacl/lib/synchronization/barrier.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_global_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_group_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_local_id.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_local_size.cl
    M libclc/ptx-nvidiacl/lib/workitem/get_num_groups.cl
    M libclc/r600/lib/synchronization/barrier.cl
    M libclc/r600/lib/workitem/get_global_offset.cl
    M libclc/r600/lib/workitem/get_global_size.cl
    M libclc/r600/lib/workitem/get_group_id.cl
    M libclc/r600/lib/workitem/get_local_id.cl
    M libclc/r600/lib/workitem/get_local_size.cl
    M libclc/r600/lib/workitem/get_num_groups.cl
    M libclc/r600/lib/workitem/get_work_dim.cl
    A libclc/spirv/lib/SOURCES
    A libclc/spirv/lib/subnormal_config.cl
    A libclc/spirv64/lib/SOURCES
    A libclc/spirv64/lib/subnormal_config.cl
    M libcxx/CMakeLists.txt
    A libcxx/benchmarks/VariantBenchmarks.h
    A libcxx/benchmarks/variant_visit_1.bench.cpp
    A libcxx/benchmarks/variant_visit_2.bench.cpp
    A libcxx/benchmarks/variant_visit_3.bench.cpp
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__config
    M libcxx/include/__hash_table
    M libcxx/include/__threading_support
    M libcxx/include/__tree
    M libcxx/include/ctime
    M libcxx/include/ext/hash_map
    M libcxx/include/future
    M libcxx/include/map
    M libcxx/include/memory
    M libcxx/include/tuple
    M libcxx/include/unordered_map
    M libcxx/include/utility
    M libcxx/include/version
    M libcxx/src/CMakeLists.txt
    A libcxx/test/configs/legacy.cfg.in
    A libcxx/test/configs/libcxx-trunk-shared.cfg.in
    A libcxx/test/configs/libcxx-trunk-static.cfg.in
    A libcxx/test/libcxx/atomics/ext-int.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.cxx2a.pass.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_types.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.cpp
    R libcxx/test/libcxx/depr/depr.default.allocator/allocator_void.depr_in_cxx17.verify.cpp
    M libcxx/test/libcxx/fuzzing/fuzzer_test.h
    M libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
    A libcxx/test/libcxx/language.support/timespec_get.xopen.compile.pass.cpp
    A libcxx/test/libcxx/libcpp_freestanding.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    R libcxx/test/lit.site.cfg.in
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    R libcxx/test/std/thread/futures/futures.promise/copy_assign.fail.cpp
    A libcxx/test/std/thread/futures/futures.promise/copy_assign.verify.cpp
    R libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp
    A libcxx/test/std/thread/futures/futures.promise/copy_ctor.verify.cpp
    R libcxx/test/std/thread/futures/futures.unique_future/copy_assign.fail.cpp
    A libcxx/test/std/thread/futures/futures.unique_future/copy_assign.verify.cpp
    R libcxx/test/std/thread/futures/futures.unique_future/copy_ctor.fail.cpp
    A libcxx/test/std/thread/futures/futures.unique_future/copy_ctor.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.verify.cpp
    R libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.compile.fail.cpp
    A libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.verify.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.deprecated_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_types.removed_in_cxx20.verify.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator_void.deprecated_in_cxx17.verify.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp
    M libcxx/test/std/utilities/utility/pairs/pairs.pair/swap.pass.cpp
    M libcxx/test/std/utilities/variant/variant.visit/visit.pass.cpp
    M libcxx/test/support/emplace_constructible.h
    M libcxx/test/support/min_allocator.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/ci/macos-trunk.sh
    M libcxx/utils/docker/debian9/buildbot/install-packages.sh
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/www/cxx1z_status.html
    M libcxx/www/cxx2a_status.html
    M libcxxabi/include/__cxxabi_config.h
    M libcxxabi/include/cxxabi.h
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/include/libunwind.h
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/CMakeLists.txt
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindRegistersRestore.S
    M libunwind/src/config.h
    M libunwind/test/frameheadercache_test.pass.cpp
    M lld/CMakeLists.txt
    M lld/COFF/DriverUtils.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/InputFiles.h
    M lld/COFF/Writer.cpp
    M lld/Common/CMakeLists.txt
    M lld/ELF/AArch64ErrataFix.cpp
    M lld/ELF/ARMErrataFix.cpp
    M lld/ELF/Arch/PPC64.cpp
    A lld/ELF/Arch/PPCInsns.def
    M lld/ELF/Config.h
    M lld/ELF/DWARF.cpp
    M lld/ELF/DWARF.h
    M lld/ELF/Driver.cpp
    M lld/ELF/EhFrame.cpp
    M lld/ELF/EhFrame.h
    M lld/ELF/ICF.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/InputSection.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/Options.td
    M lld/ELF/OutputSections.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SymbolTable.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    A lld/MachO/DriverUtils.cpp
    A lld/MachO/DriverUtils.h
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    A lld/MachO/ObjC.cpp
    A lld/MachO/ObjC.h
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/ELF/linker_script.rst
    M lld/docs/conf.py
    A lld/test/COFF/Inputs/comdat-binutils.yaml
    A lld/test/COFF/Inputs/comdat-llvm.yaml
    A lld/test/COFF/Inputs/def-many.py
    M lld/test/COFF/align.s
    M lld/test/COFF/allow-unknown-debug-info.test
    M lld/test/COFF/alternatename.test
    M lld/test/COFF/ar-comdat.test
    M lld/test/COFF/arm64-delayimport.yaml
    M lld/test/COFF/arm64-import2.test
    M lld/test/COFF/arm64-magic.yaml
    M lld/test/COFF/arm64-relocs-imports.test
    M lld/test/COFF/armnt-blx23t.test
    M lld/test/COFF/armnt-branch24t.test
    M lld/test/COFF/armnt-dynamicbase.test
    M lld/test/COFF/armnt-entry-point.test
    M lld/test/COFF/armnt-imports.test
    M lld/test/COFF/armnt-mov32t-exec.test
    M lld/test/COFF/armnt-movt32t.test
    M lld/test/COFF/armnt-rel32.yaml
    M lld/test/COFF/associative-comdat-empty.test
    M lld/test/COFF/base.test
    M lld/test/COFF/baserel.test
    M lld/test/COFF/broken-arm-reloc.yaml
    M lld/test/COFF/combined-resources.test
    A lld/test/COFF/comdat-gcc-compatibility-size.test
    M lld/test/COFF/common-alignment.test
    M lld/test/COFF/common.test
    M lld/test/COFF/conflict-mangled.test
    M lld/test/COFF/conflict.test
    M lld/test/COFF/crt-chars.test
    M lld/test/COFF/crt-dyn-initializer-order.test
    M lld/test/COFF/debug-fastlink.test
    M lld/test/COFF/debug.test
    M lld/test/COFF/def-name.test
    M lld/test/COFF/default-alignment.test
    M lld/test/COFF/defparser.test
    M lld/test/COFF/delayimports-armnt.yaml
    M lld/test/COFF/delayimports-error.test
    M lld/test/COFF/delayimports32.test
    M lld/test/COFF/delayimporttables.yaml
    M lld/test/COFF/dll.test
    M lld/test/COFF/dllimport-gc.test
    M lld/test/COFF/driver-opt.s
    M lld/test/COFF/driver.test
    M lld/test/COFF/entry-drectve.test
    M lld/test/COFF/entry-inference2.test
    M lld/test/COFF/entry-inference32.test
    M lld/test/COFF/entry-mangled.test
    M lld/test/COFF/exclude-all.s
    M lld/test/COFF/export-all.s
    M lld/test/COFF/export-arm64.yaml
    M lld/test/COFF/export-armnt.yaml
    A lld/test/COFF/export-limit.s
    M lld/test/COFF/export.test
    M lld/test/COFF/export32.test
    M lld/test/COFF/filealign.test
    M lld/test/COFF/filetype.test
    M lld/test/COFF/fixed.test
    M lld/test/COFF/force-multiple.test
    M lld/test/COFF/force.test
    M lld/test/COFF/guardcf-align.s
    M lld/test/COFF/guardcf-thunk.s
    M lld/test/COFF/guardcf.test
    M lld/test/COFF/heap.test
    M lld/test/COFF/hello32.test
    M lld/test/COFF/icf-associative.test
    M lld/test/COFF/icf-circular.test
    M lld/test/COFF/icf-circular2.test
    M lld/test/COFF/icf-data.test
    M lld/test/COFF/icf-different-align.test
    M lld/test/COFF/icf-local.test
    M lld/test/COFF/icf-simple.test
    M lld/test/COFF/ignore-many.test
    M lld/test/COFF/ignore4217.yaml
    M lld/test/COFF/imports-mangle.test
    M lld/test/COFF/include.test
    M lld/test/COFF/include2.test
    M lld/test/COFF/includeoptional.yaml
    M lld/test/COFF/includeoptional2.yaml
    M lld/test/COFF/incremental.test
    M lld/test/COFF/internal.test
    M lld/test/COFF/invalid-debug-type.test
    M lld/test/COFF/invalid-debug.test
    M lld/test/COFF/invalid-obj.test
    M lld/test/COFF/invalid-section-number.test
    M lld/test/COFF/largeaddressaware.test
    M lld/test/COFF/linkrepro-pdb.test
    M lld/test/COFF/linkrepro.test
    M lld/test/COFF/loadcfg.test
    M lld/test/COFF/loadcfg32.test
    M lld/test/COFF/locally-imported-arm64.test
    M lld/test/COFF/locally-imported.test
    M lld/test/COFF/locally-imported32.test
    M lld/test/COFF/long-section-name.test
    M lld/test/COFF/machine.test
    M lld/test/COFF/manifest.test
    M lld/test/COFF/manifestinput-error.test
    M lld/test/COFF/manifestinput-nowarning.test
    M lld/test/COFF/manifestinput.test
    M lld/test/COFF/map.test
    M lld/test/COFF/merge-resource-manifest.test
    M lld/test/COFF/merge.test
    M lld/test/COFF/mixed-resource-obj.yaml
    M lld/test/COFF/no-ipi-stream.test
    M lld/test/COFF/noentry.test
    M lld/test/COFF/opt.test
    M lld/test/COFF/options.test
    M lld/test/COFF/order-i386.test
    M lld/test/COFF/order.test
    M lld/test/COFF/out.test
    M lld/test/COFF/output-chars.test
    M lld/test/COFF/pdata-arm64-bad.yaml
    M lld/test/COFF/pdata-arm64.yaml
    M lld/test/COFF/pdb-exe-path-dots.test
    M lld/test/COFF/pdb-file-static.test
    M lld/test/COFF/pdb-global-hashes.test
    M lld/test/COFF/pdb-globals.test
    M lld/test/COFF/pdb-natvis.test
    M lld/test/COFF/pdb-none.test
    M lld/test/COFF/pdb-options.test
    M lld/test/COFF/pdb-procid-remapping.test
    M lld/test/COFF/pdb-publics-import.test
    M lld/test/COFF/pdb-same-name.test
    M lld/test/COFF/pdb-tpi-aligned-records.test
    M lld/test/COFF/pdb-tpi-hash-size.test
    M lld/test/COFF/pdb.test
    M lld/test/COFF/pdbaltpath.test
    M lld/test/COFF/pdbstream.test
    M lld/test/COFF/pdbstripped.test
    M lld/test/COFF/reloc-arm.test
    M lld/test/COFF/reloc-x64.test
    M lld/test/COFF/reloc-x86.test
    M lld/test/COFF/resource.test
    M lld/test/COFF/responsefile.test
    M lld/test/COFF/rsds.test
    M lld/test/COFF/section-order.test
    M lld/test/COFF/section.test
    M lld/test/COFF/seh-comdat.test
    M lld/test/COFF/seh.test
    M lld/test/COFF/sort-debug.test
    M lld/test/COFF/stack.test
    M lld/test/COFF/subsystem-drectve.test
    M lld/test/COFF/subsystem-inference2.test
    M lld/test/COFF/symtab.test
    M lld/test/COFF/timestamp.test
    M lld/test/COFF/tls.test
    M lld/test/COFF/tls32.test
    M lld/test/COFF/unwind.test
    M lld/test/COFF/version.test
    M lld/test/COFF/weak-external.test
    M lld/test/COFF/weak-external2.test
    M lld/test/COFF/weak-external3.test
    M lld/test/COFF/wholearchive.s
    A lld/test/ELF/Inputs/ppc64-got-to-pcrel-relaxation-def.s
    M lld/test/ELF/Inputs/shared2-x86-64.s
    M lld/test/ELF/arm-exidx-range.s
    M lld/test/ELF/arm-ldrlit.s
    M lld/test/ELF/arm-thumb-interwork-ifunc.s
    M lld/test/ELF/arm-thumb2-adr.s
    M lld/test/ELF/dead-reloc-in-nonalloc.s
    M lld/test/ELF/debug-dead-reloc-32.s
    M lld/test/ELF/debug-dead-reloc-icf.s
    M lld/test/ELF/debug-dead-reloc-tls-arm.s
    M lld/test/ELF/debug-dead-reloc-tls.s
    M lld/test/ELF/debug-dead-reloc.s
    M lld/test/ELF/eh-frame-type.test
    M lld/test/ELF/eh-frame-value-format7.s
    M lld/test/ELF/gc-sections.s
    A lld/test/ELF/gdb-index-dwarf5-type-unit.s
    M lld/test/ELF/gnu-ifunc-plt-i386.s
    M lld/test/ELF/gnu-ifunc-plt.s
    A lld/test/ELF/gnu-property-err.s
    A lld/test/ELF/icf-eh-frame.s
    R lld/test/ELF/invalid/linkorder-invalid-sec2.test
    M lld/test/ELF/linkerscript/common-assign.s
    M lld/test/ELF/linkerscript/compress-debug-sections-custom.s
    M lld/test/ELF/linkerscript/linkorder.s
    M lld/test/ELF/linkerscript/memory-region-alignment.test
    M lld/test/ELF/linkerscript/non-alloc-segment.s
    M lld/test/ELF/linkerscript/phdrs.s
    A lld/test/ELF/linkerscript/sections-nonalloc.s
    M lld/test/ELF/linkerscript/sections.s
    A lld/test/ELF/linkerscript/symbol-assign-type.s
    M lld/test/ELF/linkerscript/symbols-non-alloc.test
    A lld/test/ELF/linkorder-mixed.s
    M lld/test/ELF/lto/thinlto-time-trace.ll
    A lld/test/ELF/merge-sym-gc.s
    M lld/test/ELF/merge-sym.s
    M lld/test/ELF/non-abs-reloc.s
    M lld/test/ELF/oformat-binary-ttext.s
    M lld/test/ELF/oformat-binary.s
    M lld/test/ELF/ppc64-bsymbolic-toc-restore.s
    M lld/test/ELF/ppc64-call-reach.s
    M lld/test/ELF/ppc64-dtprel.s
    A lld/test/ELF/ppc64-got-to-pcrel-relaxation.s
    M lld/test/ELF/ppc64-ifunc.s
    M lld/test/ELF/ppc64-local-dynamic.s
    M lld/test/ELF/ppc64-long-branch-init.s
    M lld/test/ELF/ppc64-long-branch-rel14.s
    M lld/test/ELF/ppc64-long-branch.s
    M lld/test/ELF/ppc64-pcrel-call-to-extern.s
    M lld/test/ELF/ppc64-pcrel-call-to-toc.s
    A lld/test/ELF/ppc64-pcrel-long-branch-error.s
    A lld/test/ELF/ppc64-pcrel-long-branch.s
    A lld/test/ELF/ppc64-plt-stub-compatible.s
    M lld/test/ELF/ppc64-plt-stub.s
    M lld/test/ELF/ppc64-tls-gd.s
    A lld/test/ELF/ppc64-tls-missing-gdld.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel.s
    M lld/test/ELF/ppc64-toc-restore-recursive-call.s
    M lld/test/ELF/ppc64-toc-restore.s
    M lld/test/ELF/time-trace.s
    M lld/test/ELF/wrap-shlib-undefined.s
    M lld/test/ELF/x86-64-split-stack-prologue-adjust-success.s
    A lld/test/MachO/Inputs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation.tbd
    M lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libSystem.tbd
    A lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libc++.tbd
    A lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libc++abi.tbd
    M lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
    M lld/test/MachO/archive.s
    M lld/test/MachO/bss.s
    M lld/test/MachO/dso-handle.s
    A lld/test/MachO/force-load.s
    M lld/test/MachO/framework.s
    M lld/test/MachO/headerpad.s
    M lld/test/MachO/invalid/bad-archive.s
    A lld/test/MachO/invalid/bad-got-to-dylib-tlv-reference.s
    A lld/test/MachO/invalid/bad-got-to-tlv-reference.s
    A lld/test/MachO/invalid/bad-tlv-def.s
    A lld/test/MachO/invalid/bad-tlv-opcode.s
    A lld/test/MachO/invalid/bad-tlv-relocation.s
    A lld/test/MachO/invalid/invalid-stub.s
    M lld/test/MachO/invalid/stub-link.s
    A lld/test/MachO/lc-build-version.s
    M lld/test/MachO/local-got.s
    A lld/test/MachO/no-unneeded-dyld-info.s
    A lld/test/MachO/nonweak-definition-override.s
    A lld/test/MachO/objc.s
    A lld/test/MachO/platform-version.s
    R lld/test/MachO/platform-version.test
    A lld/test/MachO/reexport-stub.s
    M lld/test/MachO/relocations.s
    A lld/test/MachO/rpath.s
    M lld/test/MachO/search-paths.test
    A lld/test/MachO/sectcreate.s
    A lld/test/MachO/stub-framework.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    A lld/test/MachO/syslibroot.test
    A lld/test/MachO/tlv-dylib.s
    A lld/test/MachO/tlv.s
    A lld/test/MachO/weak-binding.s
    M lld/test/MachO/weak-definition-order.s
    A lld/test/MachO/weak-header-flags.s
    A lld/test/MachO/x86-64-reloc-got-load.s
    M lld/test/MinGW/driver.test
    M lld/test/wasm/archive-weak-undefined.ll
    A lld/test/wasm/multivalue-return-func-types.s
    M lld/wasm/InputChunks.cpp
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSegment.h
    M lld/wasm/SymbolTable.cpp
    M lld/wasm/SymbolTable.h
    M lld/wasm/Symbols.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/Writer.cpp
    M lld/wasm/WriterUtils.cpp
    M lldb/CMakeLists.txt
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/interface/SBModule.i
    M lldb/bindings/interface/SBPlatform.i
    M lldb/bindings/interface/SBThreadPlan.i
    M lldb/bindings/interface/SBTypeEnumMember.i
    R lldb/bindings/lua.swig
    A lldb/bindings/lua/CMakeLists.txt
    A lldb/bindings/lua/lua.swig
    R lldb/bindings/python.swig
    A lldb/bindings/python/CMakeLists.txt
    A lldb/bindings/python/python-typemaps.h
    M lldb/bindings/python/python-typemaps.swig
    A lldb/bindings/python/python.swig
    A lldb/cmake/modules/FindPythonAndSwig.cmake
    R lldb/cmake/modules/FindPythonInterpAndLibs.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/docs/CMakeLists.txt
    M lldb/docs/lldb-platform-packets.txt
    M lldb/docs/man/lldb.rst
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ValueObject.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/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Host/Host.h
    M lldb/include/lldb/Host/windows/PosixApi.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    R lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/RemoteAwarePlatform.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/GDBRemote.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/Reproducer.h
    A lldb/include/lldb/Utility/ReproducerProvider.h
    M lldb/include/lldb/Utility/Scalar.h
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/__init__.py
    A lldb/packages/Python/lldbsuite/test/builders/__init__.py
    A lldb/packages/Python/lldbsuite/test/builders/builder.py
    A lldb/packages/Python/lldbsuite/test/builders/darwin.py
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/Makefile
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/TestGuiBasicDebug.py
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/func.c
    R lldb/packages/Python/lldbsuite/test/commands/gui/basicdebug/main.c
    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/lldbpexpect.py
    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/make/Makefile.rules
    A lldb/packages/Python/lldbsuite/test/make/entitlements.plist
    R lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_darwin.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_freebsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_linux.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_netbsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_openbsd.py
    R lldb/packages/Python/lldbsuite/test/plugins/builder_win32.py
    M lldb/packages/Python/lldbsuite/test/test_result.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBReproducerPrivate.h
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.cpp
    A lldb/source/Commands/CommandObjectRegexCommand.h
    M lldb/source/Commands/CommandObjectReproducer.cpp
    A lldb/source/Commands/CommandObjectScript.cpp
    A lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/CMakeLists.txt
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CMakeLists.txt
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    R lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    R lldb/source/Interpreter/CommandObjectScript.cpp
    R lldb/source/Interpreter/CommandObjectScript.h
    M lldb/source/Interpreter/OptionGroupUUID.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/ObjectFile/CMakeLists.txt
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    R lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    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/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    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/DWARFFormValue.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/LocateSymbolFile.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/RemoteAwarePlatform.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/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/CMakeLists.txt
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/Reproducer.cpp
    A lldb/source/Utility/ReproducerProvider.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/api/log/TestAPILog.py
    M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
    M lldb/test/API/api/multiple-debuggers/multi-process-driver.cpp
    M lldb/test/API/commands/disassemble/basic/TestFrameDisassemble.py
    M lldb/test/API/commands/expression/argument_passing_restrictions/TestArgumentPassingRestrictions.py
    M lldb/test/API/commands/expression/cast_int_to_anonymous_enum/TestCastIntToAnonymousEnum.py
    M lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py
    M lldb/test/API/commands/expression/function_template_specialization_temp_args/TestFunctionTemplateSpecializationTempArgs.py
    M lldb/test/API/commands/expression/ignore-artificial-constructors/main.cpp
    M lldb/test/API/commands/expression/multiline-completion/TestMultilineCompletion.py
    M lldb/test/API/commands/expression/multiline-completion/main.c
    M lldb/test/API/commands/expression/test/TestExprs.py
    M lldb/test/API/commands/expression/weak_symbols/TestWeakSymbols.py
    M lldb/test/API/commands/frame/diagnose/array/TestArray.py
    M lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    M lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    M lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    M lldb/test/API/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py
    M lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    M lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    M lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    M lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    M lldb/test/API/commands/frame/language/TestGuessLanguage.py
    M lldb/test/API/commands/frame/var/TestFrameVar.py
    M lldb/test/API/commands/gui/basic/TestGuiBasic.py
    A lldb/test/API/commands/gui/basicdebug/Makefile
    A lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    A lldb/test/API/commands/gui/basicdebug/func.c
    A lldb/test/API/commands/gui/basicdebug/main.c
    A lldb/test/API/commands/gui/breakpoints/Makefile
    A lldb/test/API/commands/gui/breakpoints/TestGuiBreakpoints.py
    A lldb/test/API/commands/gui/breakpoints/main.c
    A lldb/test/API/commands/gui/viewlarge/Makefile
    A lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py
    A lldb/test/API/commands/gui/viewlarge/main.c
    M lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
    A lldb/test/API/commands/platform/basic/Makefile
    M lldb/test/API/commands/platform/basic/TestPlatformCommand.py
    M lldb/test/API/commands/platform/basic/TestPlatformPython.py
    A lldb/test/API/commands/platform/basic/myshell.c
    M lldb/test/API/commands/platform/process/list/TestProcessList.py
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/Makefile
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
    A lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/main.c
    M lldb/test/API/commands/register/register/register_command/TestRegisters.py
    M lldb/test/API/commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py
    M lldb/test/API/commands/target/basic/a.c
    M lldb/test/API/driver/batch_mode/TestBatchMode.py
    M lldb/test/API/functionalities/asan/TestMemoryHistory.py
    M lldb/test/API/functionalities/avoids-fd-leak/TestFdLeak.py
    M lldb/test/API/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py
    M lldb/test/API/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py
    M lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/TestRequireHWBreakpoints.py
    M lldb/test/API/functionalities/completion/Makefile
    M lldb/test/API/functionalities/completion/TestCompletion.py
    A lldb/test/API/functionalities/completion/breakpoints.json
    A lldb/test/API/functionalities/completion/breakpoints_invalid.json
    M lldb/test/API/functionalities/completion/main.cpp
    A lldb/test/API/functionalities/completion/shared.cpp
    A lldb/test/API/functionalities/completion/thread_plan_script.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py
    M lldb/test/API/functionalities/data-formatter/nsarraysynth/main.m
    A lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteDiskFileCompletion.py
    M lldb/test/API/functionalities/gdb_remote_client/TestIOSSimulator.py
    M lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/jitloader_gdb/TestJITLoaderGDB.py
    M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
    M lldb/test/API/functionalities/limit-debug-info/main.cpp
    M lldb/test/API/functionalities/limit-debug-info/one.cpp
    M lldb/test/API/functionalities/limit-debug-info/onetwo.h
    R lldb/test/API/functionalities/postmortem/elf-core/aarch64-neon.c
    A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-neon.c
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    A lldb/test/API/functionalities/postmortem/minidump-new/libbreakpad-overflow.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/libbreakpad.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-breakpad-uuid-match.yaml
    A lldb/test/API/functionalities/postmortem/minidump-new/linux-arm-facebook-uuid-match.yaml
    M lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
    M lldb/test/API/functionalities/signal/TestSendSignal.py
    M lldb/test/API/functionalities/source-map/a.yaml
    M lldb/test/API/functionalities/step_scripted/Steps.py
    M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
    M lldb/test/API/functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py
    M lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
    M lldb/test/API/functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py
    M lldb/test/API/functionalities/thread/state/TestThreadStates.py
    M lldb/test/API/functionalities/ubsan/basic/TestUbsanBasic.py
    M lldb/test/API/functionalities/ubsan/user-expression/TestUbsanUserExpression.py
    M lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
    A lldb/test/API/iohandler/autosuggestion/TestAutosuggestion.py
    M lldb/test/API/iohandler/completion/TestIOHandlerCompletion.py
    M lldb/test/API/lang/c/enum_types/TestEnumTypes.py
    M lldb/test/API/lang/c/enum_types/main.c
    M lldb/test/API/lang/c/global_variables/main.c
    M lldb/test/API/lang/c/shared_lib/TestSharedLib.py
    M lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
    M lldb/test/API/lang/cpp/namespace/TestNamespace.py
    M lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py
    M lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
    A lldb/test/API/lang/cpp/subst_template_type_param/TestSubstTemplateTypeParam.py
    M lldb/test/API/lang/cpp/typedef/TestCppTypedef.py
    M lldb/test/API/lang/cpp/typedef/main.cpp
    M lldb/test/API/lang/objc/exceptions/TestObjCExceptions.py
    M lldb/test/API/lang/objc/hidden-ivars/TestHiddenIvars.py
    M lldb/test/API/lang/objc/objc_direct-methods/main.m
    M lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/lldbtest.py
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/TestBundleWithDotInFilename.py
    M lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/main.c
    M lldb/test/API/macosx/find-dsym/deep-bundle/TestDeepBundle.py
    M lldb/test/API/macosx/find-dsym/deep-bundle/main.c
    A lldb/test/API/macosx/macCatalyst/Makefile
    A lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    A lldb/test/API/macosx/macCatalyst/main.c
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.h
    A lldb/test/API/macosx/macCatalystAppMacOSFramework/main.c
    R lldb/test/API/macosx/macabi/Makefile
    R lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
    R lldb/test/API/macosx/macabi/foo.c
    R lldb/test/API/macosx/macabi/foo.h
    R lldb/test/API/macosx/macabi/main.c
    M lldb/test/API/macosx/queues/TestQueues.py
    M lldb/test/API/macosx/queues/main.c
    M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
    M lldb/test/API/macosx/thread-names/TestInterruptThreadNames.py
    M lldb/test/API/macosx/universal/Makefile
    M lldb/test/API/macosx/universal/TestUniversal.py
    M lldb/test/API/python_api/event/TestEvents.py
    M lldb/test/API/python_api/process/TestProcessAPI.py
    M lldb/test/API/python_api/process/io/TestProcessIO.py
    M lldb/test/API/python_api/sbenvironment/TestSBEnvironment.py
    M lldb/test/API/python_api/sbplatform/TestSBPlatform.py
    M lldb/test/API/python_api/target/TestTargetAPI.py
    M lldb/test/API/python_api/target/main.c
    M lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py
    M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
    A lldb/test/API/tools/lldb-server/TestGdbRemoteCompletion.py
    M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
    M lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/Makefile
    A lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/main.c
    M lldb/test/API/types/AbstractBase.py
    M lldb/test/API/use_lldb_suite.py
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/Breakpoint/debug_addrx.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
    M lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
    M lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
    M lldb/test/Shell/Breakpoint/implicit_const_form_support.test
    M lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
    M lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
    M lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
    M lldb/test/Shell/Commands/command-disassemble-process.yaml
    M lldb/test/Shell/Commands/command-target-modules-dump-sections.yaml
    M lldb/test/Shell/Driver/TestError.test
    M lldb/test/Shell/Minidump/Windows/arm-fp-unwind.test
    M lldb/test/Shell/Minidump/Windows/broken-unwind.test
    M lldb/test/Shell/Minidump/Windows/find-module.test
    M lldb/test/Shell/Minidump/breakpad-symbols.test
    M lldb/test/Shell/Minidump/disassemble-no-module.yaml
    M lldb/test/Shell/Minidump/dump-all.test
    M lldb/test/Shell/Minidump/fb-dump.test
    M lldb/test/Shell/Minidump/memory-region-from-module.yaml
    M lldb/test/Shell/Minidump/memory-region.yaml
    M lldb/test/Shell/Minidump/no-process-id.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-empty.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_INTERP.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_LOAD.yaml
    M lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
    M lldb/test/Shell/ObjectFile/ELF/aarch64-relocations.yaml
    M lldb/test/Shell/ObjectFile/ELF/avr-basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/base-address.yaml
    M lldb/test/Shell/ObjectFile/ELF/basic-info.yaml
    M lldb/test/Shell/ObjectFile/ELF/build-id-case.yaml
    M lldb/test/Shell/ObjectFile/ELF/compressed-sections.yaml
    M lldb/test/Shell/ObjectFile/ELF/duplicate-section.yaml
    M lldb/test/Shell/ObjectFile/ELF/gnu-debuglink.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/netbsd-exec-8.99.30-amd64.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-addresses.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-overlap.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-permissions.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-types-edgecases.yaml
    M lldb/test/Shell/ObjectFile/ELF/section-types.yaml
    M lldb/test/Shell/ObjectFile/ELF/short-build-id.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_build_version.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_build_version_notools.yaml
    M lldb/test/Shell/ObjectFile/MachO/lc_version_min.yaml
    M lldb/test/Shell/ObjectFile/MachO/subsections.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/basic-info.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/dep-modules.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/disassemble-thumb.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/export-dllfunc.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/invalid-export-table.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/section-types.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/sections-names.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/sections.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml
    M lldb/test/Shell/ObjectFile/PECOFF/uuid.yaml
    M lldb/test/Shell/ObjectFile/wasm/basic.yaml
    M lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml
    M lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml
    M lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
    M lldb/test/Shell/Process/Windows/launch_failure.yaml
    A lldb/test/Shell/Reproducer/Inputs/HomeDir.in
    A lldb/test/Shell/Reproducer/Inputs/core
    A lldb/test/Shell/Reproducer/Inputs/dsymforuuid.sh
    A lldb/test/Shell/Reproducer/TestDebugSymbols.test
    A lldb/test/Shell/Reproducer/TestHomeDir.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-edgecases.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-missing-file.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table-mixed-path-styles.test
    M lldb/test/Shell/SymbolFile/Breakpad/line-table.test
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-arm.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-parsing.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab-macho.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    M 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_AT_const_value-bitfields.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_const_value.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_data_bit_offset-DW_OP_stack_value.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_location-DW_AT_const_value.s
    M lldb/test/Shell/SymbolFile/DWARF/DW_AT_loclists_base.s
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/debug-line-basic.script
    M lldb/test/Shell/SymbolFile/DWARF/debug_loc-aslr.s
    A lldb/test/Shell/SymbolFile/NativePDB/Inputs/locate-pdb.lldbinit
    A lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
    A lldb/test/Shell/SymbolFile/NativePDB/locate-pdb.cpp
    A lldb/test/Shell/SymbolFile/PDB/lit.local.cfg
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit-lldb-init.in
    M lldb/test/Shell/lit.site.cfg.py.in
    M lldb/test/Unit/lit.site.cfg.py.in
    M lldb/test/lit.site.cfg.py.in
    M lldb/tools/argdumper/CMakeLists.txt
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/DNB.cpp
    M lldb/tools/debugserver/source/DNB.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/intel-features/CMakeLists.txt
    M lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py
    M lldb/tools/lldb-server/CMakeLists.txt
    M lldb/tools/lldb-server/lldb-platform.cpp
    M lldb/tools/lldb-test/CMakeLists.txt
    M lldb/tools/lldb-test/lldb-test.cpp
    M lldb/tools/lldb-vscode/ExceptionBreakpoint.h
    M lldb/tools/lldb-vscode/FunctionBreakpoint.cpp
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/SourceBreakpoint.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json
    A lldb/tools/lldb-vscode/syntaxes/arm.disasm
    A lldb/tools/lldb-vscode/syntaxes/arm64.disasm
    A lldb/tools/lldb-vscode/syntaxes/disassembly.json
    A lldb/tools/lldb-vscode/syntaxes/x86.disasm
    M lldb/unittests/API/CMakeLists.txt
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Platform/PlatformAppleSimulatorTest.cpp
    M lldb/unittests/Process/Linux/CMakeLists.txt
    M lldb/unittests/Process/POSIX/CMakeLists.txt
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/ScriptInterpreter/Lua/CMakeLists.txt
    M lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
    M lldb/unittests/Symbol/Inputs/inlined-functions.yaml
    M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    M lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
    M lldb/unittests/TestingSupport/CMakeLists.txt
    M lldb/unittests/TestingSupport/Symbol/CMakeLists.txt
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/unittests/Utility/TimerTest.cpp
    M lldb/unittests/debugserver/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M lldb/utils/lldb-repro/lldb-repro.py
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/executionengine_test.go
    M llvm/bindings/go/llvm/transforms_scalar.go
    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/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/FindGRPC.cmake
    M llvm/cmake/modules/GetHostTriple.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPU/AMDGPUAsmGFX10.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX1011.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX7.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX8.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX9.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX906.rst
    M llvm/docs/AMDGPU/AMDGPUAsmGFX908.rst
    A llvm/docs/AMDGPU/gfx1011_src32_2.rst
    A llvm/docs/AMDGPU/gfx1011_src32_3.rst
    M llvm/docs/AMDGPU/gfx10_addr_mimg.rst
    M llvm/docs/AMDGPU/gfx10_attr.rst
    M llvm/docs/AMDGPU/gfx10_bimm16.rst
    M llvm/docs/AMDGPU/gfx10_bimm32.rst
    M llvm/docs/AMDGPU/gfx10_data_smem_atomic64.rst
    M llvm/docs/AMDGPU/gfx10_fimm16.rst
    M llvm/docs/AMDGPU/gfx10_fimm32.rst
    M llvm/docs/AMDGPU/gfx10_hwreg.rst
    M llvm/docs/AMDGPU/gfx10_label.rst
    M llvm/docs/AMDGPU/gfx10_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx10_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx10_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx10_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx10_opt.rst
    M llvm/docs/AMDGPU/gfx10_param.rst
    M llvm/docs/AMDGPU/gfx10_perm_smem.rst
    M llvm/docs/AMDGPU/gfx10_ret.rst
    M llvm/docs/AMDGPU/gfx10_sdata64_0.rst
    M llvm/docs/AMDGPU/gfx10_sdst64_0.rst
    M llvm/docs/AMDGPU/gfx10_sdst64_1.rst
    M llvm/docs/AMDGPU/gfx10_simm16.rst
    M llvm/docs/AMDGPU/gfx10_src32_1.rst
    M llvm/docs/AMDGPU/gfx10_src32_2.rst
    M llvm/docs/AMDGPU/gfx10_src32_3.rst
    A llvm/docs/AMDGPU/gfx10_src32_4.rst
    A llvm/docs/AMDGPU/gfx10_src32_5.rst
    A llvm/docs/AMDGPU/gfx10_src32_6.rst
    M llvm/docs/AMDGPU/gfx10_ssrc64_0.rst
    M llvm/docs/AMDGPU/gfx10_ssrc64_1.rst
    M llvm/docs/AMDGPU/gfx10_tgt.rst
    M llvm/docs/AMDGPU/gfx10_type_dev.rst
    M llvm/docs/AMDGPU/gfx10_uimm16.rst
    M llvm/docs/AMDGPU/gfx10_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx10_vcc_32.rst
    M llvm/docs/AMDGPU/gfx10_waitcnt.rst
    M llvm/docs/AMDGPU/gfx7_attr.rst
    M llvm/docs/AMDGPU/gfx7_bimm16.rst
    M llvm/docs/AMDGPU/gfx7_bimm32.rst
    A llvm/docs/AMDGPU/gfx7_dst_buf_32.rst
    M llvm/docs/AMDGPU/gfx7_fimm32.rst
    M llvm/docs/AMDGPU/gfx7_hwreg.rst
    M llvm/docs/AMDGPU/gfx7_label.rst
    M llvm/docs/AMDGPU/gfx7_mod.rst
    M llvm/docs/AMDGPU/gfx7_opt.rst
    M llvm/docs/AMDGPU/gfx7_param.rst
    M llvm/docs/AMDGPU/gfx7_ret.rst
    M llvm/docs/AMDGPU/gfx7_simm16.rst
    M llvm/docs/AMDGPU/gfx7_tgt.rst
    M llvm/docs/AMDGPU/gfx7_type_dev.rst
    M llvm/docs/AMDGPU/gfx7_uimm16.rst
    M llvm/docs/AMDGPU/gfx7_waitcnt.rst
    M llvm/docs/AMDGPU/gfx8_attr.rst
    M llvm/docs/AMDGPU/gfx8_bimm16.rst
    M llvm/docs/AMDGPU/gfx8_bimm32.rst
    A llvm/docs/AMDGPU/gfx8_dst_buf_32.rst
    M llvm/docs/AMDGPU/gfx8_fimm16.rst
    M llvm/docs/AMDGPU/gfx8_fimm32.rst
    M llvm/docs/AMDGPU/gfx8_hwreg.rst
    M llvm/docs/AMDGPU/gfx8_imask.rst
    M llvm/docs/AMDGPU/gfx8_label.rst
    M llvm/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx8_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx8_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx8_opt.rst
    M llvm/docs/AMDGPU/gfx8_param.rst
    M llvm/docs/AMDGPU/gfx8_perm_smem.rst
    M llvm/docs/AMDGPU/gfx8_ret.rst
    M llvm/docs/AMDGPU/gfx8_simm16.rst
    M llvm/docs/AMDGPU/gfx8_src32_1.rst
    M llvm/docs/AMDGPU/gfx8_src32_2.rst
    M llvm/docs/AMDGPU/gfx8_src32_3.rst
    A llvm/docs/AMDGPU/gfx8_src32_4.rst
    A llvm/docs/AMDGPU/gfx8_src32_5.rst
    A llvm/docs/AMDGPU/gfx8_src32_6.rst
    A llvm/docs/AMDGPU/gfx8_src32_7.rst
    M llvm/docs/AMDGPU/gfx8_tgt.rst
    M llvm/docs/AMDGPU/gfx8_type_dev.rst
    M llvm/docs/AMDGPU/gfx8_uimm16.rst
    M llvm/docs/AMDGPU/gfx8_waitcnt.rst
    M llvm/docs/AMDGPU/gfx900_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx900_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx900_src32_0.rst
    M llvm/docs/AMDGPU/gfx900_src32_1.rst
    M llvm/docs/AMDGPU/gfx904_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx904_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx904_src32_0.rst
    M llvm/docs/AMDGPU/gfx904_src32_1.rst
    M llvm/docs/AMDGPU/gfx906_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx906_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx906_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx906_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx906_src32_0.rst
    M llvm/docs/AMDGPU/gfx906_src32_1.rst
    M llvm/docs/AMDGPU/gfx906_src32_2.rst
    A llvm/docs/AMDGPU/gfx906_src32_3.rst
    A llvm/docs/AMDGPU/gfx906_src32_4.rst
    M llvm/docs/AMDGPU/gfx906_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_mad_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx908_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx908_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx908_offset_buf.rst
    M llvm/docs/AMDGPU/gfx908_opt.rst
    M llvm/docs/AMDGPU/gfx908_ret.rst
    M llvm/docs/AMDGPU/gfx908_saddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx908_src32_0.rst
    M llvm/docs/AMDGPU/gfx908_src32_1.rst
    M llvm/docs/AMDGPU/gfx908_src32_2.rst
    M llvm/docs/AMDGPU/gfx908_src32_3.rst
    A llvm/docs/AMDGPU/gfx908_src32_4.rst
    A llvm/docs/AMDGPU/gfx908_src32_5.rst
    M llvm/docs/AMDGPU/gfx908_type_dev.rst
    M llvm/docs/AMDGPU/gfx908_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx9_attr.rst
    M llvm/docs/AMDGPU/gfx9_bimm16.rst
    M llvm/docs/AMDGPU/gfx9_bimm32.rst
    M llvm/docs/AMDGPU/gfx9_fimm16.rst
    M llvm/docs/AMDGPU/gfx9_fimm32.rst
    M llvm/docs/AMDGPU/gfx9_hwreg.rst
    M llvm/docs/AMDGPU/gfx9_imask.rst
    M llvm/docs/AMDGPU/gfx9_label.rst
    M llvm/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.rst
    M llvm/docs/AMDGPU/gfx9_mod_sdwa_sext.rst
    M llvm/docs/AMDGPU/gfx9_mod_vop3_abs_neg.rst
    M llvm/docs/AMDGPU/gfx9_opt.rst
    M llvm/docs/AMDGPU/gfx9_param.rst
    M llvm/docs/AMDGPU/gfx9_perm_smem.rst
    M llvm/docs/AMDGPU/gfx9_ret.rst
    M llvm/docs/AMDGPU/gfx9_simm16.rst
    M llvm/docs/AMDGPU/gfx9_src32_1.rst
    M llvm/docs/AMDGPU/gfx9_src32_2.rst
    M llvm/docs/AMDGPU/gfx9_src32_3.rst
    A llvm/docs/AMDGPU/gfx9_src32_4.rst
    A llvm/docs/AMDGPU/gfx9_src32_5.rst
    A llvm/docs/AMDGPU/gfx9_src32_6.rst
    A llvm/docs/AMDGPU/gfx9_src32_7.rst
    M llvm/docs/AMDGPU/gfx9_tgt.rst
    M llvm/docs/AMDGPU/gfx9_type_dev.rst
    M llvm/docs/AMDGPU/gfx9_uimm16.rst
    M llvm/docs/AMDGPU/gfx9_vaddr_flat_global.rst
    M llvm/docs/AMDGPU/gfx9_waitcnt.rst
    M llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUInstructionNotation.rst
    M llvm/docs/AMDGPUInstructionSyntax.rst
    M llvm/docs/AMDGPUModifierSyntax.rst
    M llvm/docs/AMDGPUOperandSyntax.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AliasAnalysis.rst
    M llvm/docs/BugLifeCycle.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CommandGuide/FileCheck.rst
    M llvm/docs/CommandGuide/index.rst
    M llvm/docs/CommandGuide/lit.rst
    M llvm/docs/CommandGuide/llvm-extract.rst
    A llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/CommandGuide/llvm-libtool-darwin.rst
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/docs/CommandGuide/llvm-symbolizer.rst
    M llvm/docs/CommandLine.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/ExceptionHandling.rst
    M llvm/docs/GlobalISel/GMIR.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/GlobalISel/Legalizer.rst
    M llvm/docs/HowToSetUpLLVMStyleRTTI.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/MemorySSA.rst
    M llvm/docs/Passes.rst
    M llvm/docs/Phabricator.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/docs/Statepoints.rst
    R llvm/docs/TableGen/LangIntro.rst
    R llvm/docs/TableGen/LangRef.rst
    A llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TestSuiteGuide.md
    M llvm/docs/conf.py
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
    A llvm/examples/OrcV2Examples/LLJITWithChildProcess/RemoteJITUtils.h
    A llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp
    M llvm/include/llvm-c/DebugInfo.h
    M llvm/include/llvm-c/Transforms/Scalar.h
    A llvm/include/llvm/ADT/APFixedPoint.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/include/llvm/ADT/Optional.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/include/llvm/Analysis/CGSCCPassManager.h
    M llvm/include/llvm/Analysis/DemandedBits.h
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Analysis/InlineAdvisor.h
    A llvm/include/llvm/Analysis/InstCount.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/Loads.h
    A llvm/include/llvm/Analysis/ReplayInlineAdvisor.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/include/llvm/Analysis/StackLifetime.h
    M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.def
    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/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/Bitstream/BitstreamWriter.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    A llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h
    M llvm/include/llvm/CodeGen/DebugHandlerBase.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h
    M llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
    M llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.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/RegisterBankInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/MIRYamlMapping.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineModuleInfo.h
    A llvm/include/llvm/CodeGen/MachinePassManager.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/MachineSSAUpdater.h
    M llvm/include/llvm/CodeGen/Passes.h
    M llvm/include/llvm/CodeGen/RDFLiveness.h
    M llvm/include/llvm/CodeGen/RDFRegisters.h
    M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
    M llvm/include/llvm/CodeGen/RegisterScavenging.h
    M llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.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/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
    M llvm/include/llvm/DebugInfo/PDB/PDBExtras.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
    M llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
    A llvm/include/llvm/ExecutionEngine/Orc/RPC/FDRawByteChannel.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCSerialization.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RPCUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/RPC/RawByteChannel.h
    M llvm/include/llvm/ExecutionEngine/Orc/TPCIndirectionUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
    A llvm/include/llvm/FileCheck/FileCheck.h
    M llvm/include/llvm/Frontend/Directive/DirectiveBase.td
    M llvm/include/llvm/Frontend/OpenACC/ACC.td
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Constant.h
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/DiagnosticInfo.h
    M llvm/include/llvm/IR/Dominators.h
    A llvm/include/llvm/IR/FixedPointBuilder.h
    M llvm/include/llvm/IR/GetElementPtrTypeIterator.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/IRPrintingPasses.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/Instructions.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.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/IntrinsicsARM.td
    M llvm/include/llvm/IR/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/include/llvm/IR/Metadata.def
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/PassInstrumentation.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/Statepoint.h
    A llvm/include/llvm/IR/StructuralHash.h
    M llvm/include/llvm/IR/Value.h
    M llvm/include/llvm/IR/Verifier.h
    M llvm/include/llvm/InitializePasses.h
    A llvm/include/llvm/InterfaceStub/ELFObjHandler.h
    A llvm/include/llvm/InterfaceStub/ELFStub.h
    A llvm/include/llvm/InterfaceStub/TBEHandler.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCContext.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCInstPrinter.h
    M llvm/include/llvm/MC/MCSchedule.h
    M llvm/include/llvm/MC/MCSectionXCOFF.h
    M llvm/include/llvm/MC/MCSubtargetInfo.h
    M llvm/include/llvm/MC/MCSymbolXCOFF.h
    M llvm/include/llvm/MC/MCWinEH.h
    M llvm/include/llvm/Object/ArchiveWriter.h
    M llvm/include/llvm/Object/Binary.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/Object/MachO.h
    M llvm/include/llvm/Object/MachOUniversal.h
    M llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/ObjectFile.h
    M llvm/include/llvm/Object/StackMapParser.h
    M llvm/include/llvm/Object/XCOFFObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/ProfileData/SampleProfReader.h
    M llvm/include/llvm/Remarks/BitstreamRemarkParser.h
    M llvm/include/llvm/Support/AtomicOrdering.h
    M llvm/include/llvm/Support/ErrorHandling.h
    A llvm/include/llvm/Support/ExitCodes.h
    R llvm/include/llvm/Support/FileCheck.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GenericDomTreeConstruction.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/TargetRegistry.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/Support/raw_ostream.h
    A llvm/include/llvm/TableGen/DirectiveEmitter.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
    M llvm/include/llvm/Target/Target.td
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/Testing/Support/SupportHelpers.h
    R llvm/include/llvm/TextAPI/ELF/ELFStub.h
    R llvm/include/llvm/TextAPI/ELF/TBEHandler.h
    M llvm/include/llvm/TextAPI/MachO/Platform.h
    M llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
    M llvm/include/llvm/Transforms/Coroutines/CoroEarly.h
    M llvm/include/llvm/Transforms/Coroutines/CoroElide.h
    M llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
    M llvm/include/llvm/Transforms/IPO/AlwaysInliner.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation.h
    M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
    M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
    A llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
    M llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h
    M llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h
    M llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
    M llvm/include/llvm/Transforms/ObjCARC.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h
    M llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/LowerAtomic.h
    M llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasAnalysis.cpp
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/DemandedBits.cpp
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/InlineAdvisor.cpp
    M llvm/lib/Analysis/InlineCost.cpp
    M llvm/lib/Analysis/InstCount.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Loads.cpp
    M llvm/lib/Analysis/LoopNestAnalysis.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
    M llvm/lib/Analysis/RegionPass.cpp
    A llvm/lib/Analysis/ReplayInlineAdvisor.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/StackLifetime.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.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
    A llvm/lib/Analysis/models/inliner/README.txt
    A llvm/lib/Analysis/models/inliner/output_spec.json
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitstream/Reader/BitstreamReader.cpp

  Log Message:
  -----------
  Merge branch 'dev/masonr/9_2_llvm_update' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 7366e189cd34ffa986f78487c7d48c502536e9a3
      https://github.com/llvm/llvm-project/commit/7366e189cd34ffa986f78487c7d48c502536e9a3
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

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

  Log Message:
  -----------
  Add missing header


  Commit: c0a35ebd5290fe6a001436f6eb6fe75cdebb1931
      https://github.com/llvm/llvm-project/commit/c0a35ebd5290fe6a001436f6eb6fe75cdebb1931
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

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

  Log Message:
  -----------
  Merge branch 'dev/masonr/9_2_llvm_update' into dev/masonr/robocode-llvm-conan-pkg


  Commit: ca5cf3c86080e089a90fe247af1f9cb3803e40b6
      https://github.com/llvm/llvm-project/commit/ca5cf3c86080e089a90fe247af1f9cb3803e40b6
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-08 (Tue, 08 Sep 2020)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Disable zlib build


  Commit: 73ffdfeb44039c0a89833302d22b33a2d4d75ae0
      https://github.com/llvm/llvm-project/commit/73ffdfeb44039c0a89833302d22b33a2d4d75ae0
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M .gitignore
    M clang-tools-extra/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
    A clang-tools-extra/clang-tidy/altera/AlteraTidyModule.cpp
    A clang-tools-extra/clang-tidy/altera/CMakeLists.txt
    A clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.cpp
    A clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/clang-tidy-config.h.cmake
    M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    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/CodeComplete.cpp
    M clang-tools-extra/clangd/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/PathMapping.cpp
    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/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    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/Serialization.cpp
    M clang-tools-extra/clangd/index/SymbolID.cpp
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    A clang-tools-extra/clangd/quality/CompletionModel.cmake
    A clang-tools-extra/clangd/quality/CompletionModelCodegen.py
    A clang-tools-extra/clangd/quality/README.md
    A clang-tools-extra/clangd/quality/model/features.json
    A clang-tools-extra/clangd/quality/model/forest.json
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/support/Logger.cpp
    M clang-tools-extra/clangd/support/Logger.h
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    A clang-tools-extra/clangd/unittests/DecisionForestTests.cpp
    A clang-tools-extra/clangd/unittests/LoggerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/decision_forest_model/CategoricalFeature.h
    A clang-tools-extra/clangd/unittests/decision_forest_model/features.json
    A clang-tools-extra/clangd/unittests/decision_forest_model/forest.json
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/Contributing.rst
    M clang-tools-extra/docs/clang-tidy/Integrations.rst
    A clang-tools-extra/docs/clang-tidy/checks/altera-struct-pack-align.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.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-lambda-function-name.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-redundant-branch-condition.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-include.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-missing-comma.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-terminating-continue.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-readability-casting.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/misc-no-recursion.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-parameters.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-noexcept.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-uncaught-exceptions.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-const-return-type.rst
    M clang-tools-extra/docs/clang-tidy/checks/zircon-temporary-objects.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/test/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/checkers/altera-struct-pack-align.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-opt.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
    M clang-tools-extra/test/lit.cfg.py
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang/CMakeLists.txt
    M clang/cmake/caches/Android.cmake
    M clang/docs/Block-ABI-Apple.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ThreadSafetyAnalysis.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/examples/Attribute/CMakeLists.txt
    M clang/include/clang-c/Index.h
    A clang/include/clang-c/Rewrite.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTStructuralEquivalence.h
    M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprObjC.h
    A clang/include/clang/AST/IgnoreExpr.h
    M clang/include/clang/AST/OpenMPClause.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/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    M clang/include/clang/Basic/AlignedAllocation.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/BuiltinsPPC.def
    M clang/include/clang/Basic/CodeGenOptions.def
    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/FPOptions.def
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/CodeGen/BackendUtil.h
    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/SanitizerArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/Tooling/Syntax/BuildTree.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/Stmt.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/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/Sparc.cpp
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    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/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/Driver.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/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/Sparc.cpp
    M clang/lib/Driver/ToolChains/BareMetal.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/Flang.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/MinGW.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/ZOS.cpp
    M clang/lib/Driver/ToolChains/ZOS.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnosticPrinter.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_builtin_vars.h
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/intrin.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/complex
    A clang/lib/Headers/openmp_wrappers/complex_cmath.h
    M clang/lib/Index/IndexBody.cpp
    M clang/lib/Lex/Lexer.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/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/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/SemaLookup.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/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.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/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    M clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/ComputeReplacements.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/Parsing.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/test/AST/ast-dump-attr.cpp
    M clang/test/AST/ast-dump-fpfeatures.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant-varying-return.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_13.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_nested.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_2.cpp
    M clang/test/AST/ast-dump-openmp-declare-variant-extensions.c
    A clang/test/AST/attr-swift_bridge.m
    A clang/test/AST/attr-swift_bridged_typedef.m
    A clang/test/AST/attr-swift_bridged_typedef.mm
    A clang/test/AST/attr-swift_newtype.m
    A clang/test/Analysis/Checkers/WebKit/uncounted-local-vars.cpp
    M clang/test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist
    M clang/test/Analysis/Inputs/system-header-simulator.h
    M clang/test/Analysis/equality_tracking.c
    A clang/test/Analysis/eval-predefined-exprs.cpp
    M clang/test/Analysis/live-stmts.cpp
    M clang/test/Analysis/live-stmts.mm
    A clang/test/Analysis/objc-live-crash.mm
    M clang/test/Analysis/plist-macros-with-expansion.cpp
    M clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    A clang/test/Analysis/std-c-library-functions-arg-cstring-dependency.c
    A clang/test/Analysis/std-c-library-functions-arg-enabled-checkers.c
    A clang/test/Analysis/std-c-library-functions-arg-weakdeps.c
    A clang/test/Analysis/std-c-library-functions-restrict.c
    A clang/test/Analysis/std-c-library-functions-restrict.cpp
    A clang/test/Analysis/std-c-library-functions-vs-stream-checker.c
    M clang/test/Analysis/std-c-library-functions.c
    A clang/test/Analysis/z3/pretty-dump.c
    M clang/test/CXX/temp/temp.param/p7.cpp
    R clang/test/CodeGen/3dnow-builtins.c
    R clang/test/CodeGen/AMX/amx.c
    R clang/test/CodeGen/AMX/amx_errors.c
    R clang/test/CodeGen/AMX/amx_inline_asm.c
    A clang/test/CodeGen/Inputs/start-lib1.ll
    A clang/test/CodeGen/Inputs/start-lib2.ll
    A clang/test/CodeGen/X86/3dnow-builtins.c
    A clang/test/CodeGen/X86/adc-builtins.c
    A clang/test/CodeGen/X86/adx-builtins.c
    A clang/test/CodeGen/X86/amx.c
    A clang/test/CodeGen/X86/amx_errors.c
    A clang/test/CodeGen/X86/amx_inline_asm.c
    A clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx-builtins.c
    A clang/test/CodeGen/X86/avx-cmp-builtins.c
    A clang/test/CodeGen/X86/avx-shuffle-builtins.c
    A clang/test/CodeGen/X86/avx2-builtins.c
    A clang/test/CodeGen/X86/avx512-inline-asm-kregisters-basics.c
    A clang/test/CodeGen/X86/avx512-kconstraints-att_inline_asm.c
    A clang/test/CodeGen/X86/avx512-reduceIntrin.c
    A clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
    A clang/test/CodeGen/X86/avx512bf16-builtins.c
    A clang/test/CodeGen/X86/avx512bitalg-builtins.c
    A clang/test/CodeGen/X86/avx512bw-builtins.c
    A clang/test/CodeGen/X86/avx512cdintrin.c
    A clang/test/CodeGen/X86/avx512dq-builtins.c
    A clang/test/CodeGen/X86/avx512er-builtins.c
    A clang/test/CodeGen/X86/avx512f-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx512f-builtins-constrained.c
    A clang/test/CodeGen/X86/avx512f-builtins.c
    A clang/test/CodeGen/X86/avx512ifma-builtins.c
    A clang/test/CodeGen/X86/avx512ifmavl-builtins.c
    A clang/test/CodeGen/X86/avx512pf-builtins.c
    A clang/test/CodeGen/X86/avx512vbmi-builtins.c
    A clang/test/CodeGen/X86/avx512vbmi2-builtins.c
    A clang/test/CodeGen/X86/avx512vbmivl-builtin.c
    A clang/test/CodeGen/X86/avx512vl-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx512vl-builtins-constrained.c
    A clang/test/CodeGen/X86/avx512vl-builtins.c
    A clang/test/CodeGen/X86/avx512vlbf16-builtins.c
    A clang/test/CodeGen/X86/avx512vlbitalg-builtins.c
    A clang/test/CodeGen/X86/avx512vlbw-builtins.c
    A clang/test/CodeGen/X86/avx512vlcd-builtins.c
    A clang/test/CodeGen/X86/avx512vldq-builtins.c
    A clang/test/CodeGen/X86/avx512vlvbmi2-builtins.c
    A clang/test/CodeGen/X86/avx512vlvnni-builtins.c
    A clang/test/CodeGen/X86/avx512vnni-builtins.c
    A clang/test/CodeGen/X86/avx512vpopcntdqintrin.c
    A clang/test/CodeGen/X86/avx512vpopcntdqvlintrin.c
    A clang/test/CodeGen/X86/bitscan-builtins.c
    A clang/test/CodeGen/X86/bmi-builtins.c
    A clang/test/CodeGen/X86/bmi2-builtins.c
    A clang/test/CodeGen/X86/builtin-clflushopt.c
    A clang/test/CodeGen/X86/builtin-clwb.c
    A clang/test/CodeGen/X86/builtin-clzero.c
    A clang/test/CodeGen/X86/builtin-movdir.c
    A clang/test/CodeGen/X86/builtin-wbinvd.c
    A clang/test/CodeGen/X86/builtin-wbnoinvd.c
    A clang/test/CodeGen/X86/cetintrin.c
    A clang/test/CodeGen/X86/cldemote.c
    A clang/test/CodeGen/X86/f16c-builtins-constrained.c
    A clang/test/CodeGen/X86/f16c-builtins.c
    A clang/test/CodeGen/X86/fma-builtins-constrained.c
    A clang/test/CodeGen/X86/fma-builtins.c
    A clang/test/CodeGen/X86/fma4-builtins.c
    A clang/test/CodeGen/X86/fsgsbase-builtins.c
    A clang/test/CodeGen/X86/gfni-builtins.c
    A clang/test/CodeGen/X86/intel-avx512vlvp2intersect.c
    A clang/test/CodeGen/X86/intel-avx512vp2intersect.c
    A clang/test/CodeGen/X86/invpcid.c
    A clang/test/CodeGen/X86/lwp-builtins.c
    A clang/test/CodeGen/X86/lzcnt-builtins.c
    A clang/test/CodeGen/X86/mmx-builtins.c
    A clang/test/CodeGen/X86/mmx-inline-asm-error.c
    A clang/test/CodeGen/X86/mmx-inline-asm.c
    A clang/test/CodeGen/X86/mmx-shift-with-immediate.c
    A clang/test/CodeGen/X86/movbe-builtins.c
    A clang/test/CodeGen/X86/pause.c
    A clang/test/CodeGen/X86/pclmul-builtins.c
    A clang/test/CodeGen/X86/pku.c
    A clang/test/CodeGen/X86/popcnt-builtins.c
    A clang/test/CodeGen/X86/prefetchw-builtins.c
    A clang/test/CodeGen/X86/ptwrite.c
    A clang/test/CodeGen/X86/rd-builtins.c
    A clang/test/CodeGen/X86/rdpid-builtins.c
    A clang/test/CodeGen/X86/rdrand-builtins.c
    A clang/test/CodeGen/X86/rot-intrinsics.c
    A clang/test/CodeGen/X86/rtm-builtins.c
    A clang/test/CodeGen/X86/sha-builtins.c
    A clang/test/CodeGen/X86/sse-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/sse-builtins-constrained.c
    A clang/test/CodeGen/X86/sse-builtins-dbg.c
    A clang/test/CodeGen/X86/sse-builtins.c
    A clang/test/CodeGen/X86/sse.c
    A clang/test/CodeGen/X86/sse2-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/sse2-builtins.c
    A clang/test/CodeGen/X86/sse3-builtins.c
    A clang/test/CodeGen/X86/sse41-builtins.c
    A clang/test/CodeGen/X86/sse42-builtins.c
    A clang/test/CodeGen/X86/sse4a-builtins.c
    A clang/test/CodeGen/X86/ssse3-builtins.c
    A clang/test/CodeGen/X86/tbm-builtins.c
    A clang/test/CodeGen/X86/vaes-builtins.c
    A clang/test/CodeGen/X86/vpclmulqdq-builtins.c
    A clang/test/CodeGen/X86/waitpkg.c
    A clang/test/CodeGen/X86/x86-64-inline-asm.c
    A clang/test/CodeGen/X86/x86-GCC-inline-asm-Y-constraints.c
    A clang/test/CodeGen/X86/x86-atomic-long_double.c
    A clang/test/CodeGen/X86/x86-bswap.c
    A clang/test/CodeGen/X86/x86-builtins-vector-width.c
    A clang/test/CodeGen/X86/x86-builtins.c
    A clang/test/CodeGen/X86/x86-cf-protection.c
    A clang/test/CodeGen/X86/x86-crc-builtins.c
    A clang/test/CodeGen/X86/x86-enqcmd-builtins.c
    A clang/test/CodeGen/X86/x86-inline-asm-min-vector-width.c
    A clang/test/CodeGen/X86/x86-inline-asm-v-constraint.c
    A clang/test/CodeGen/X86/x86-long-double.cpp
    A clang/test/CodeGen/X86/x86-nontemporal.c
    A clang/test/CodeGen/X86/x86-serialize-intrin.c
    A clang/test/CodeGen/X86/x86-soft-float.c
    A clang/test/CodeGen/X86/x86-tsxldtrk-builtins.c
    A clang/test/CodeGen/X86/x86-vec-i128.c
    A clang/test/CodeGen/X86/x86-vec-struct-packing.c
    A clang/test/CodeGen/X86/x86-vector-width.c
    A clang/test/CodeGen/X86/x86.c
    A clang/test/CodeGen/X86/x86_32-arguments-darwin.c
    A clang/test/CodeGen/X86/x86_32-arguments-iamcu.c
    A clang/test/CodeGen/X86/x86_32-arguments-linux.c
    A clang/test/CodeGen/X86/x86_32-arguments-nommx.c
    A clang/test/CodeGen/X86/x86_32-arguments-realign.c
    A clang/test/CodeGen/X86/x86_32-arguments-win32.c
    A clang/test/CodeGen/X86/x86_32-fpcc-struct-return.c
    A clang/test/CodeGen/X86/x86_32-inline-asm.c
    A clang/test/CodeGen/X86/x86_32-xsave.c
    A clang/test/CodeGen/X86/x86_64-PR42672.c
    A clang/test/CodeGen/X86/x86_64-arguments-darwin.c
    A clang/test/CodeGen/X86/x86_64-arguments-nacl.c
    A clang/test/CodeGen/X86/x86_64-arguments-win32.c
    A clang/test/CodeGen/X86/x86_64-arguments.c
    A clang/test/CodeGen/X86/x86_64-atomic-128.c
    A clang/test/CodeGen/X86/x86_64-floatvectors.c
    A clang/test/CodeGen/X86/x86_64-instrument-functions.c
    A clang/test/CodeGen/X86/x86_64-longdouble.c
    A clang/test/CodeGen/X86/x86_64-mno-sse.c
    A clang/test/CodeGen/X86/x86_64-mno-sse2.c
    A clang/test/CodeGen/X86/x86_64-profiling-keep-fp.c
    A clang/test/CodeGen/X86/x86_64-xsave.c
    A clang/test/CodeGen/X86/x86_inlineasm_curly_bracket_escape.c
    A clang/test/CodeGen/X86/xop-builtins-cmp.c
    A clang/test/CodeGen/X86/xop-builtins.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    R clang/test/CodeGen/adc-builtins.c
    R clang/test/CodeGen/adx-builtins.c
    M clang/test/CodeGen/align_value.cpp
    M clang/test/CodeGen/alloc-align-attr.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/assume-aligned-and-alloc-align-attributes.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
    R clang/test/CodeGen/avx-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx-builtins.c
    R clang/test/CodeGen/avx-cmp-builtins.c
    R clang/test/CodeGen/avx-shuffle-builtins.c
    R clang/test/CodeGen/avx2-builtins.c
    R clang/test/CodeGen/avx512-inline-asm-kregisters-basics.c
    R clang/test/CodeGen/avx512-kconstraints-att_inline_asm.c
    R clang/test/CodeGen/avx512-reduceIntrin.c
    R clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
    R clang/test/CodeGen/avx512bf16-builtins.c
    R clang/test/CodeGen/avx512bitalg-builtins.c
    R clang/test/CodeGen/avx512bw-builtins.c
    R clang/test/CodeGen/avx512cdintrin.c
    R clang/test/CodeGen/avx512dq-builtins.c
    R clang/test/CodeGen/avx512er-builtins.c
    R clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx512f-builtins-constrained.c
    R clang/test/CodeGen/avx512f-builtins.c
    R clang/test/CodeGen/avx512ifma-builtins.c
    R clang/test/CodeGen/avx512ifmavl-builtins.c
    R clang/test/CodeGen/avx512pf-builtins.c
    R clang/test/CodeGen/avx512vbmi-builtins.c
    R clang/test/CodeGen/avx512vbmi2-builtins.c
    R clang/test/CodeGen/avx512vbmivl-builtin.c
    R clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx512vl-builtins-constrained.c
    R clang/test/CodeGen/avx512vl-builtins.c
    R clang/test/CodeGen/avx512vlbf16-builtins.c
    R clang/test/CodeGen/avx512vlbitalg-builtins.c
    R clang/test/CodeGen/avx512vlbw-builtins.c
    R clang/test/CodeGen/avx512vlcd-builtins.c
    R clang/test/CodeGen/avx512vldq-builtins.c
    R clang/test/CodeGen/avx512vlvbmi2-builtins.c
    R clang/test/CodeGen/avx512vlvnni-builtins.c
    R clang/test/CodeGen/avx512vnni-builtins.c
    R clang/test/CodeGen/avx512vpopcntdqintrin.c
    R clang/test/CodeGen/avx512vpopcntdqvlintrin.c
    M clang/test/CodeGen/basic-block-sections.c
    R clang/test/CodeGen/bitscan-builtins.c
    M clang/test/CodeGen/bittest-intrin.c
    R clang/test/CodeGen/bmi-builtins.c
    R clang/test/CodeGen/bmi2-builtins.c
    M clang/test/CodeGen/builtin-align-array.c
    M clang/test/CodeGen/builtin-align.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    R clang/test/CodeGen/builtin-clflushopt.c
    R clang/test/CodeGen/builtin-clwb.c
    R clang/test/CodeGen/builtin-clzero.c
    R clang/test/CodeGen/builtin-movdir.c
    A clang/test/CodeGen/builtin-redeclaration.c
    R clang/test/CodeGen/builtin-wbinvd.c
    R clang/test/CodeGen/builtin-wbnoinvd.c
    M clang/test/CodeGen/builtins-ppc-altivec.c
    M clang/test/CodeGen/builtins-ppc-fpconstrained.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-ppc-p9vector.c
    A clang/test/CodeGen/builtins-ppc-vec-ins-error.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-ppc-xl-xst.c
    M clang/test/CodeGen/callback_pthread_create.c
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-lvalue.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-paramvar.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp
    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-two-params.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
    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
    M clang/test/CodeGen/catch-alignment-assumption-openmp.cpp
    R clang/test/CodeGen/cetintrin.c
    R clang/test/CodeGen/cldemote.c
    M clang/test/CodeGen/code-coverage-tsan.c
    M clang/test/CodeGen/code-coverage.c
    R clang/test/CodeGen/f16c-builtins-constrained.c
    R clang/test/CodeGen/f16c-builtins.c
    R clang/test/CodeGen/fma-builtins-constrained.c
    R clang/test/CodeGen/fma-builtins.c
    R clang/test/CodeGen/fma4-builtins.c
    R clang/test/CodeGen/fsgsbase-builtins.c
    R clang/test/CodeGen/gfni-builtins.c
    R clang/test/CodeGen/intel-avx512vlvp2intersect.c
    R clang/test/CodeGen/intel-avx512vp2intersect.c
    R clang/test/CodeGen/invpcid.c
    R clang/test/CodeGen/lwp-builtins.c
    R clang/test/CodeGen/lzcnt-builtins.c
    R clang/test/CodeGen/mmx-builtins.c
    R clang/test/CodeGen/mmx-inline-asm-error.c
    R clang/test/CodeGen/mmx-inline-asm.c
    R clang/test/CodeGen/mmx-shift-with-immediate.c
    R clang/test/CodeGen/movbe-builtins.c
    M clang/test/CodeGen/non-power-of-2-alignment-assumptions.c
    A clang/test/CodeGen/pass-by-value-noalias.c
    R clang/test/CodeGen/pause.c
    R clang/test/CodeGen/pclmul-builtins.c
    R clang/test/CodeGen/pku.c
    R clang/test/CodeGen/popcnt-builtins.c
    R clang/test/CodeGen/prefetchw-builtins.c
    R clang/test/CodeGen/ptwrite.c
    R clang/test/CodeGen/rd-builtins.c
    R clang/test/CodeGen/rdpid-builtins.c
    R clang/test/CodeGen/rdrand-builtins.c
    R clang/test/CodeGen/rot-intrinsics.c
    R clang/test/CodeGen/rtm-builtins.c
    R clang/test/CodeGen/sha-builtins.c
    M clang/test/CodeGen/shadowcallstack-attr.c
    R clang/test/CodeGen/sse-builtins-constrained-cmp.c
    R clang/test/CodeGen/sse-builtins-constrained.c
    R clang/test/CodeGen/sse-builtins-dbg.c
    R clang/test/CodeGen/sse-builtins.c
    R clang/test/CodeGen/sse.c
    R clang/test/CodeGen/sse2-builtins-constrained-cmp.c
    R clang/test/CodeGen/sse2-builtins.c
    R clang/test/CodeGen/sse3-builtins.c
    R clang/test/CodeGen/sse41-builtins.c
    R clang/test/CodeGen/sse42-builtins.c
    R clang/test/CodeGen/sse4a-builtins.c
    R clang/test/CodeGen/ssse3-builtins.c
    R clang/test/CodeGen/tbm-builtins.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto_embed_bitcode.ll
    M clang/test/CodeGen/unique-internal-linkage-names.cpp
    R clang/test/CodeGen/vaes-builtins.c
    R clang/test/CodeGen/vpclmulqdq-builtins.c
    R clang/test/CodeGen/waitpkg.c
    M clang/test/CodeGen/wchar-size.c
    R clang/test/CodeGen/x86-64-inline-asm.c
    R clang/test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
    R clang/test/CodeGen/x86-atomic-long_double.c
    R clang/test/CodeGen/x86-bswap.c
    R clang/test/CodeGen/x86-builtins-vector-width.c
    R clang/test/CodeGen/x86-builtins.c
    R clang/test/CodeGen/x86-cf-protection.c
    R clang/test/CodeGen/x86-crc-builtins.c
    R clang/test/CodeGen/x86-enqcmd-builtins.c
    R clang/test/CodeGen/x86-inline-asm-min-vector-width.c
    R clang/test/CodeGen/x86-inline-asm-v-constraint.c
    R clang/test/CodeGen/x86-long-double.cpp
    R clang/test/CodeGen/x86-nontemporal.c
    R clang/test/CodeGen/x86-serialize-intrin.c
    R clang/test/CodeGen/x86-soft-float.c
    R clang/test/CodeGen/x86-tsxldtrk-builtins.c
    R clang/test/CodeGen/x86-vec-i128.c
    R clang/test/CodeGen/x86-vec-struct-packing.c
    R clang/test/CodeGen/x86-vector-width.c
    R clang/test/CodeGen/x86.c
    R clang/test/CodeGen/x86_32-arguments-darwin.c
    R clang/test/CodeGen/x86_32-arguments-iamcu.c
    R clang/test/CodeGen/x86_32-arguments-linux.c
    R clang/test/CodeGen/x86_32-arguments-nommx.c
    R clang/test/CodeGen/x86_32-arguments-realign.c
    R clang/test/CodeGen/x86_32-arguments-win32.c
    R clang/test/CodeGen/x86_32-fpcc-struct-return.c
    R clang/test/CodeGen/x86_32-inline-asm.c
    R clang/test/CodeGen/x86_32-xsave.c
    R clang/test/CodeGen/x86_64-PR42672.c
    R clang/test/CodeGen/x86_64-arguments-darwin.c
    R clang/test/CodeGen/x86_64-arguments-nacl.c
    R clang/test/CodeGen/x86_64-arguments-win32.c
    R clang/test/CodeGen/x86_64-arguments.c
    R clang/test/CodeGen/x86_64-atomic-128.c
    R clang/test/CodeGen/x86_64-floatvectors.c
    R clang/test/CodeGen/x86_64-instrument-functions.c
    R clang/test/CodeGen/x86_64-longdouble.c
    R clang/test/CodeGen/x86_64-mno-sse.c
    R clang/test/CodeGen/x86_64-mno-sse2.c
    R clang/test/CodeGen/x86_64-profiling-keep-fp.c
    R clang/test/CodeGen/x86_64-xsave.c
    R clang/test/CodeGen/x86_inlineasm_curly_bracket_escape.c
    R clang/test/CodeGen/xop-builtins-cmp.c
    R clang/test/CodeGen/xop-builtins.c
    A clang/test/CodeGenCUDA/Inputs/device-lib-code.ll
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    A clang/test/CodeGenCUDA/dft-func-attr-skip-intrinsic.hip
    M clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
    M clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
    M clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
    A clang/test/CodeGenCXX/attr-likelihood-if-branch-weights.cpp
    M clang/test/CodeGenCXX/builtins.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
    M clang/test/CodeGenCXX/debug-info-class.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/inalloca-overaligned.cpp
    A clang/test/CodeGenCXX/mangle-ms-auto-templates.cpp
    M clang/test/CodeGenCXX/mangle-neon-vectors.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    A clang/test/CodeGenCXX/microsoft-abi-unknown-arch.cpp
    A clang/test/CodeGenCXX/pass-by-value-noalias.cpp
    A clang/test/CodeGenCXX/pr47636.cpp
    M clang/test/CodeGenCoroutines/Inputs/coroutine.h
    A clang/test/CodeGenCoroutines/coro-semmetric-transfer.cpp
    M clang/test/CodeGenObjC/exceptions.m
    A clang/test/CodeGenObjC/pass-by-value-noalias.m
    M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
    M clang/test/CoverageMapping/abspath.cpp
    M clang/test/CoverageMapping/block-storage-starts-region.m
    M clang/test/CoverageMapping/break.c
    M clang/test/CoverageMapping/builtinmacro.c
    M clang/test/CoverageMapping/casts.c
    M clang/test/CoverageMapping/classtemplate.cpp
    M clang/test/CoverageMapping/comment-in-macro.c
    M clang/test/CoverageMapping/continue.c
    M clang/test/CoverageMapping/control-flow-macro.c
    M clang/test/CoverageMapping/coroutine.cpp
    M clang/test/CoverageMapping/decl.c
    M clang/test/CoverageMapping/default-method.cpp
    M clang/test/CoverageMapping/deferred-region.cpp
    M clang/test/CoverageMapping/empty-destructor.cpp
    M clang/test/CoverageMapping/header.cpp
    M clang/test/CoverageMapping/if.cpp
    M clang/test/CoverageMapping/implicit-def-in-macro.m
    M clang/test/CoverageMapping/include-macros.c
    M clang/test/CoverageMapping/includehell.cpp
    M clang/test/CoverageMapping/ir.c
    M clang/test/CoverageMapping/label.cpp
    M clang/test/CoverageMapping/lambda.cpp
    M clang/test/CoverageMapping/logical.cpp
    M clang/test/CoverageMapping/loopmacro.c
    M clang/test/CoverageMapping/loops.cpp
    M clang/test/CoverageMapping/macro-expansion.c
    M clang/test/CoverageMapping/macro-expressions.cpp
    M clang/test/CoverageMapping/macro-stringize-twice.cpp
    M clang/test/CoverageMapping/macroception.c
    M clang/test/CoverageMapping/macroparams.c
    M clang/test/CoverageMapping/macroparams2.c
    M clang/test/CoverageMapping/macros.c
    M clang/test/CoverageMapping/macroscopes.cpp
    M clang/test/CoverageMapping/md.cpp
    M clang/test/CoverageMapping/moremacros.c
    M clang/test/CoverageMapping/nestedclass.cpp
    M clang/test/CoverageMapping/objc.m
    M clang/test/CoverageMapping/openmp.c
    M clang/test/CoverageMapping/pr32679.cpp
    M clang/test/CoverageMapping/preprocessor.c
    M clang/test/CoverageMapping/return.c
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    M clang/test/CoverageMapping/system_macro.cpp
    M clang/test/CoverageMapping/templates.cpp
    M clang/test/CoverageMapping/test.c
    M clang/test/CoverageMapping/trycatch.cpp
    M clang/test/CoverageMapping/trymacro.cpp
    M clang/test/CoverageMapping/unreachable-macro.c
    M clang/test/CoverageMapping/unused_function.cpp
    M clang/test/CoverageMapping/unused_names.c
    M clang/test/CoverageMapping/while.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/amdgcn-gz-options.cl
    A clang/test/Driver/arm64-markbti.S
    M clang/test/Driver/baremetal.cpp
    M clang/test/Driver/cl-inputs.c
    M clang/test/Driver/cl-x86-flags.c
    M clang/test/Driver/compress.c
    M clang/test/Driver/config-file3.c
    M clang/test/Driver/darwin-infer-simulator-sdkroot.c
    M clang/test/Driver/fbasic-block-sections.c
    M clang/test/Driver/flang/flang.f90
    M clang/test/Driver/flang/flang_ucase.F90
    M clang/test/Driver/flang/multiple-inputs-mixed.f90
    M clang/test/Driver/flang/multiple-inputs.f90
    M clang/test/Driver/fmemprof.cpp
    M clang/test/Driver/freebsd.c
    A clang/test/Driver/fsplit-machine-functions.c
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gcc_forward.c
    A clang/test/Driver/hip-gsplit-dwarf-options.hip
    A clang/test/Driver/hip-gz-options.hip
    A clang/test/Driver/hip-offload-arch.hip
    A clang/test/Driver/hip-sanitize-options.hip
    M clang/test/Driver/linux-as.c
    R clang/test/Driver/mingw-implicit-extension-cross.c
    M clang/test/Driver/mingw-implicit-extension-windows.c
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/sanitizer-ld.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/target-override.c
    M clang/test/Driver/unavailable_aligned_allocation.cpp
    M clang/test/Driver/wasm-toolchain.c
    A clang/test/Format/dump-config-list-override.cpp
    A clang/test/Frontend/embed-bitcode-noopt.c
    A clang/test/Frontend/embed-bitcode-noopt.ll
    M clang/test/Headers/Inputs/include/cmath
    M clang/test/Headers/Inputs/include/complex
    A clang/test/Headers/Inputs/include/type_traits
    M clang/test/Headers/nvptx_device_math_complex.cpp
    A clang/test/Headers/openmp_device_math_isnan.cpp
    M clang/test/Index/cxx14-lambdas.cpp
    M clang/test/Lexer/aligned-allocation.cpp
    M clang/test/Lexer/wchar-signedness.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-flags.c
    A clang/test/Modules/Inputs/asm-goto/a.h
    A clang/test/Modules/Inputs/asm-goto/module.modulemap
    A clang/test/Modules/asm-goto.c
    M clang/test/Modules/incomplete-umbrella.m
    M clang/test/OpenMP/allocate_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_private_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_messages.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    M clang/test/OpenMP/simd_metadata.c
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_is_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/PCH/cxx1z-decomposition.cpp
    A clang/test/Parser/pragma-fenv_round.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/has_attribute.cpp
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/wchar_t.c
    M clang/test/Sema/arm64-neon-header.c
    M clang/test/Sema/attr-arm-sve-vector-bits.c
    A clang/test/Sema/attr-likelihood.c
    M clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/implicit-builtin-decl.c
    M clang/test/Sema/implicit-int-float-conversion.c
    M clang/test/Sema/warn-fortify-source.c
    M clang/test/Sema/wchar.c
    M clang/test/SemaCXX/attr-arm-sve-vector-bits.cpp
    A clang/test/SemaCXX/attr-likelihood.cpp
    M clang/test/SemaCXX/cxx11-compat.cpp
    M clang/test/SemaCXX/cxx11-inheriting-ctors.cpp
    A clang/test/SemaCXX/fold_expr_expansion_limit.cpp
    M clang/test/SemaCXX/init-priority-attr.cpp
    M clang/test/SemaCXX/invalid-constructor-init.cpp
    M clang/test/SemaCXX/invalid-template-params.cpp
    A clang/test/SemaCXX/ms-no-rtti-data.cpp
    A clang/test/SemaCXX/no-rtti-data.cpp
    M clang/test/SemaCXX/no-rtti.cpp
    M clang/test/SemaCXX/thread-safety-annotations.h
    M clang/test/SemaCXX/typo-correction-crash.cpp
    M clang/test/SemaCXX/unavailable_aligned_allocation.cpp
    M clang/test/SemaCXX/unreachable-code.cpp
    M clang/test/SemaCXX/warn-unused-local-typedef.cpp
    M clang/test/SemaObjC/arc-repeated-weak.mm
    A clang/test/SemaObjC/attr-swift-error.m
    A clang/test/SemaObjC/attr-swift_bridge.m
    A clang/test/SemaObjC/attr-swift_bridged_typedef.m
    A clang/test/SemaObjC/attr-swift_name.m
    A clang/test/SemaObjC/attr-swift_newtype.m
    A clang/test/SemaObjC/attr-swift_objc_members.m
    A clang/test/SemaObjCXX/builtin-objcsuper.mm
    A clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
    M clang/test/lit.cfg.py
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c.generated.expected
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c.no-generated.expected
    A clang/test/utils/update_cc_test_checks/generated-funcs.test
    M clang/tools/CMakeLists.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXSourceLocation.h
    A clang/tools/libclang/Rewrite.cpp
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build-py/bin/analyze-build
    M clang/tools/scan-build-py/bin/intercept-build
    M clang/tools/scan-build-py/bin/scan-build
    M clang/tools/scan-view/share/ScanView.py
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/SortImportsTestJava.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/MutationsTest.cpp
    A clang/unittests/Tooling/Syntax/SynthesisTest.cpp
    A clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTestBase.cpp
    M clang/unittests/Tooling/Syntax/TreeTestBase.h
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/LibclangTest.cpp
    M clang/www/cxx_status.html
    A compiler-rt/.clang-tidy
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_allocator.h
    M compiler-rt/lib/asan/asan_flags.cpp
    M compiler-rt/lib/asan/asan_interceptors.h
    M compiler-rt/lib/asan/asan_interceptors_vfork.S
    M compiler-rt/lib/asan/asan_interface_internal.h
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/asan/asan_malloc_local.h
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/README.txt
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/divmoddi4.c
    M compiler-rt/lib/builtins/divmodsi4.c
    A compiler-rt/lib/builtins/divmodti4.c
    M compiler-rt/lib/builtins/os_version_check.c
    M compiler-rt/lib/builtins/paritydi2.c
    M compiler-rt/lib/builtins/parityti2.c
    M compiler-rt/lib/cfi/cfi.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/fuzzer/FuzzerCorpus.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerFork.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerInternal.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.h
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
    M compiler-rt/lib/hwasan/hwasan_malloc_bisect.h
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    R compiler-rt/lib/sanitizer_common/.clang-tidy
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_mips.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
    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_vfork_riscv64.inc.S
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.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.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    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_freebsd.cpp
    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_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator.cpp
    M compiler-rt/lib/scudo/scudo_crc32.h
    M compiler-rt/lib/scudo/scudo_tsd.h
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/scudo_utils.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/include/scudo/interface.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.h
    M compiler-rt/lib/scudo/standalone/string_utils.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/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    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_flags.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/ubsan/ubsan_flags.cpp
    M compiler-rt/lib/ubsan/ubsan_flags.h
    M compiler-rt/lib/xray/xray_mips.cpp
    M compiler-rt/lib/xray/xray_mips64.cpp
    A compiler-rt/test/.clang-tidy
    M compiler-rt/test/asan/TestCases/Darwin/cstring_section.c
    M compiler-rt/test/asan/TestCases/Linux/asan_prelink_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/leak.cpp
    M compiler-rt/test/asan/TestCases/asan_update_allocation.cpp
    A compiler-rt/test/asan/TestCases/leaks.cpp
    M compiler-rt/test/asan/TestCases/lsan_annotations.cpp
    A compiler-rt/test/asan/TestCases/lsan_crash.cpp
    M compiler-rt/test/asan/TestCases/malloc-no-intercept.c
    A compiler-rt/test/asan/TestCases/strcmp.c
    A compiler-rt/test/builtins/Unit/divmodti4_test.c
    M compiler-rt/test/dfsan/custom.cpp
    M compiler-rt/test/dfsan/event_callbacks.c
    A compiler-rt/test/fuzzer/CustomMutatorWithLongSequencesTest.cpp
    A compiler-rt/test/fuzzer/EntropicScalePerExecTimeTest.cpp
    A compiler-rt/test/fuzzer/KeepSeedTest.cpp
    M compiler-rt/test/fuzzer/StrcmpTest.cpp
    A compiler-rt/test/fuzzer/cross_over_uniform_dist.test
    A compiler-rt/test/fuzzer/entropic-scale-per-exec-time.test
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/fuzzer/fuzzer-dirs.test
    M compiler-rt/test/fuzzer/fuzzer-leak.test
    A compiler-rt/test/fuzzer/keep-seed.test
    A compiler-rt/test/fuzzer/mutation-graph.test
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    A compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
    A compiler-rt/test/msan/strcmp.c
    M compiler-rt/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
    M compiler-rt/test/profile/Posix/gcov-fork.c
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/profile/coverage_emptylines.cpp
    M compiler-rt/test/profile/gcov-basic.c
    M compiler-rt/test/profile/gcov-dump-and-remove.c
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/profile/instrprof-set-file-object.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c
    M compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M flang/CMakeLists.txt
    M flang/README.md
    M flang/docs/ArrayComposition.md
    M flang/docs/BijectiveInternalNameUniquing.md
    M flang/docs/C++17.md
    M flang/docs/C++style.md
    M flang/docs/Calls.md
    M flang/docs/Character.md
    M flang/docs/ControlFlowGraph.md
    M flang/docs/Directives.md
    M flang/docs/Extensions.md
    M flang/docs/FortranForCProgrammers.md
    M flang/docs/FortranIR.md
    A flang/docs/GettingInvolved.md
    M flang/docs/IORuntimeInternals.md
    M flang/docs/ImplementingASemanticCheck.md
    M flang/docs/Intrinsics.md
    M flang/docs/LabelResolution.md
    M flang/docs/ModFiles.md
    A flang/docs/OpenMP-4.5-grammar.md
    R flang/docs/OpenMP-4.5-grammar.txt
    M flang/docs/OpenMP-semantics.md
    M flang/docs/OptionComparison.md
    M flang/docs/Overview.md
    M flang/docs/ParserCombinators.md
    M flang/docs/Parsing.md
    M flang/docs/Preprocessing.md
    M flang/docs/PullRequestChecklist.md
    A flang/docs/ReleaseNotes.md
    R flang/docs/ReleaseNotes.rst
    M flang/docs/RuntimeDescriptor.md
    M flang/docs/Semantics.md
    A flang/docs/_templates/indexsidebar.html
    A flang/docs/_templates/layout.html
    M flang/docs/conf.py
    M flang/docs/doxygen-mainpage.dox
    A flang/docs/f2018-grammar.md
    R flang/docs/f2018-grammar.txt
    A flang/docs/index.md
    M flang/include/flang/Common/enum-set.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/integer.h
    M flang/include/flang/Evaluate/type.h
    A flang/include/flang/Frontend/CompilerInstance.h
    A flang/include/flang/Frontend/CompilerInvocation.h
    A flang/include/flang/Frontend/FrontendOptions.h
    A flang/include/flang/FrontendTool/Utils.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-state.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/provenance.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/CMakeLists.txt
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/expression.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    A flang/lib/Frontend/CMakeLists.txt
    A flang/lib/Frontend/CompilerInstance.cpp
    A flang/lib/Frontend/CompilerInvocation.cpp
    A flang/lib/Frontend/FrontendOptions.cpp
    A flang/lib/FrontendTool/CMakeLists.txt
    A flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/expr-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/preprocessor.h
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/provenance.cpp
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names-utils.h
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/edit-input.cpp
    M flang/test/CMakeLists.txt
    A flang/test/Evaluate/folding12.f90
    A flang/test/Flang-Driver/driver-error-cc1.c
    A flang/test/Flang-Driver/driver-error-cc1.cpp
    A flang/test/Flang-Driver/driver-help.f90
    A flang/test/Flang-Driver/driver-version.f90
    A flang/test/Flang-Driver/emit-obj.f90
    A flang/test/Flang-Driver/missing-input.f90
    A flang/test/Preprocessing/assert.F90
    A flang/test/Preprocessing/empty.h
    A flang/test/Preprocessing/include-comment.F90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/case01.f90
    A flang/test/Semantics/defined-ops.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/omp-do01.f90
    A flang/test/Semantics/omp-do02.f90
    A flang/test/Semantics/omp-do03.f90
    A flang/test/Semantics/omp-do04.f90
    A flang/test/Semantics/omp-do05.f90
    A flang/test/Semantics/omp-do06.f90
    A flang/test/Semantics/omp-do07.f90
    A flang/test/Semantics/omp-do08.f90
    A flang/test/Semantics/omp-do09.f90
    A flang/test/Semantics/omp-do10.f90
    A flang/test/Semantics/omp-loop-simd01.f90
    A flang/test/Semantics/omp-parallell01.f90
    A flang/test/Semantics/omp-parallell02.f90
    A flang/test/Semantics/omp-resolve06.f90
    A flang/test/Semantics/omp-sections01.f90
    A flang/test/Semantics/omp-simd01.f90
    A flang/test/Semantics/omp-simd02.f90
    A flang/test/Semantics/omp-simd03.f90
    A flang/test/Semantics/omp-single01.f90
    A flang/test/Semantics/omp-single02.f90
    A flang/test/Semantics/omp-task01.f90
    A flang/test/Semantics/omp-taskloop-simd01.f90
    A flang/test/Semantics/omp-taskloop01.f90
    A flang/test/Semantics/omp-taskloop02.f90
    A flang/test/Semantics/omp-taskloop03.f90
    A flang/test/Semantics/omp-workshare01.f90
    A flang/test/Semantics/omp-workshare02.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve95.f90
    A flang/test/Semantics/resolve96.f90
    M flang/test/Semantics/test_errors.sh
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    A flang/tools/flang-driver/CMakeLists.txt
    A flang/tools/flang-driver/driver.cpp
    A flang/tools/flang-driver/fc1_main.cpp
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Frontend/CMakeLists.txt
    A flang/unittests/Frontend/CompilerInstanceTest.cpp
    R flang/unittests/Lower/CMakeLists.txt
    R flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/hello.cpp
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    A libc/config/linux/platform_defs.h.inc
    R libc/config/linux/platfrom_defs.h.inc
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/__support/CMakeLists.txt
    M libc/src/math/CMakeLists.txt
    A libc/src/math/hypotf.cpp
    A libc/src/math/hypotf.h
    A libc/src/math/remainder.cpp
    A libc/src/math/remainder.h
    A libc/src/math/remainderf.cpp
    A libc/src/math/remainderf.h
    A libc/src/math/remainderl.cpp
    A libc/src/math/remainderl.h
    A libc/src/math/remquo.cpp
    A libc/src/math/remquo.h
    A libc/src/math/remquof.cpp
    A libc/src/math/remquof.h
    A libc/src/math/remquol.cpp
    A libc/src/math/remquol.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/bzero.h
    M libc/src/string/memchr.cpp
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memset.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcpy.cpp
    M libc/src/string/string_utils.h
    M libc/src/string/strlen.cpp
    M libc/src/string/strnlen.cpp
    M libc/src/string/x86/memcpy.cpp
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/hypotf_test.cpp
    A libc/test/src/math/remquo_test.cpp
    A libc/test/src/math/remquof_test.cpp
    A libc/test/src/math/remquol_test.cpp
    M libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/DivisionAndRemainderOperations.h
    M libc/utils/FPUtil/FPBits.h
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/FPUtil/SqrtLongDoubleX86.h
    M libc/utils/LibcTableGenUtil/CMakeLists.txt
    M libc/utils/MPFRWrapper/CMakeLists.txt
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libclc/generic/lib/math/math.h
    M libclc/spirv/lib/SOURCES
    A libclc/spirv/lib/math/fma.cl
    A libclc/spirv/lib/math/fma.inc
    M libclc/spirv64/lib/SOURCES
    A libclc/spirv64/lib/math/fma.cl
    A libclc/spirv64/lib/math/fma.inc
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/benchmarks/map.bench.cpp
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__config
    M libcxx/include/__tree
    M libcxx/include/algorithm
    M libcxx/include/any
    M libcxx/include/atomic
    M libcxx/include/future
    M libcxx/include/istream
    M libcxx/include/iterator
    M libcxx/include/map
    M libcxx/include/memory
    M libcxx/include/new
    M libcxx/include/ostream
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/src/iostream.cpp
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/libcxx/atomics/ext-int.verify.cpp
    A libcxx/test/libcxx/language.support/support.dynamic/aligned_alloc_availability.verify.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    A libcxx/test/libcxx/memory/aligned_allocation_macro.compile.pass.cpp
    R libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    A libcxx/test/libcxx/utilities/any/allocator.pass.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp
    A libcxx/test/std/atomics/atomics.flag/atomic_flag_test.pass.cpp
    A libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
    M libcxx/test/std/atomics/types.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/default.pass.cpp
    A libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/not_istreamable.verify.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
    R libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp
    A libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/not_ostreamable.verify.cpp
    A libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/init.pass.cpp
    M libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/ostream.iterator/types.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/concepts.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/execution.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/memory.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.rtti/type.info/type_info.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator.dtor.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.globals/eq.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.constexpr.size.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
    R libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer_no_variadics.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/hash_code.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/name.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
    M libcxx/test/std/utilities/utility/utility.inplace/inplace.pass.cpp
    M libcxx/test/support/cmpxchg_loop.h
    R libcxx/test/support/demangle.h
    M libcxx/test/support/experimental_any_helpers.h
    R libcxx/test/support/test.support/test_demangle.pass.cpp
    A libcxx/test/support/test.support/test_macros_header.exceptions.pass.cpp
    A libcxx/test/support/test.support/test_macros_header.no_exceptions.verify.cpp
    A libcxx/test/support/test.support/test_macros_header.no_rtti.verify.cpp
    A libcxx/test/support/test.support/test_macros_header.rtti.pass.cpp
    R libcxx/test/support/test.support/test_macros_header_exceptions.fail.cpp
    R libcxx/test/support/test.support/test_macros_header_exceptions.pass.cpp
    R libcxx/test/support/test.support/test_macros_header_rtti.fail.cpp
    R libcxx/test/support/test.support/test_macros_header_rtti.pass.cpp
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/type_id.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/docker/debian9/buildbot/Dockerfile
    M libcxx/utils/docker/debian9/buildbot/docker-compose.yml
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/cxxabi.h
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/CMakeLists.txt
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/FrameHeaderCache.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/Unwind_AppleExtras.cpp
    M libunwind/src/config.h
    M libunwind/test/frameheadercache_test.pass.cpp
    M libunwind/test/lit.site.cfg.in
    A libunwind/test/signal_unwind.pass.cpp
    A libunwind/test/unwind_leaffunction.pass.cpp
    M lld/CMakeLists.txt
    M lld/CODE_OWNERS.TXT
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/COFF/Writer.h
    M lld/Common/Args.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/ELF/AArch64ErrataFix.h
    M lld/ELF/ARMErrataFix.h
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/MipsArchTree.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Driver.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/MarkLive.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/ExportTrie.h
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    A lld/MachO/UnwindInfoSection.cpp
    A lld/MachO/UnwindInfoSection.h
    M lld/MachO/Writer.cpp
    A lld/docs/ELF/warn_backrefs.rst
    M lld/docs/index.rst
    M lld/include/lld/Common/Driver.h
    M lld/include/lld/Common/ErrorHandler.h
    M lld/include/lld/Common/Strings.h
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/dll.test
    M lld/test/COFF/guardcf-lto.ll
    A lld/test/COFF/lit.local.cfg
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large2.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk-range.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/arm-thumb-plt-range-thunk-os.s
    A lld/test/ELF/lto/archive-mixed.test
    M lld/test/ELF/lto/internalize-basic.ll
    A lld/test/ELF/lto/undef-mixed2.test
    M lld/test/ELF/lto/weak.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/map-file.s
    A lld/test/ELF/ppc64-pcrel-call-to-toc-error.s
    M lld/test/ELF/ppc64-pcrel-long-branch-error.s
    A lld/test/ELF/ppc64-tls-pcrel-ie.s
    A lld/test/ELF/ppc64-tls-pcrel-le.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/reproduce-lto.s
    A lld/test/ELF/riscv-attributes.s
    M lld/test/ELF/text-section-prefix.s
    A lld/test/MachO/common-symbol-coalescing.s
    A lld/test/MachO/common-symbol-resolution.s
    A lld/test/MachO/compact-unwind.test
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/headerpad.s
    A lld/test/MachO/indirect-symtab.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/nonweak-definition-override.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/sectcreate.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/symtab.s
    A lld/test/MachO/tools/generate-cfi-funcs.py
    A lld/test/MachO/tools/validate-unwind-info.py
    M lld/test/MachO/weak-binding.s
    A lld/test/MachO/weak-import.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    M lld/test/lit.cfg.py
    M lld/test/lit.site.cfg.py.in
    M lld/test/mach-o/do-not-emit-unwind-fde-arm64.yaml
    M lld/test/mach-o/eh-frame-relocs-arm64.yaml
    A lld/test/wasm/Inputs/undefined-globals.s
    R lld/test/wasm/Inputs/undefined-globals.yaml
    M lld/test/wasm/early-exit-for-bad-paths.s
    M lld/test/wasm/emit-relocs-fpic.s
    A lld/test/wasm/export-all.s
    R lld/test/wasm/gc-imports.ll
    A lld/test/wasm/gc-imports.s
    M lld/test/wasm/globals.s
    A lld/test/wasm/map-file.s
    A lld/test/wasm/mutable-globals.s
    M lld/test/wasm/pie.ll
    M lld/test/wasm/shared.ll
    M lld/tools/lld/lld.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.h
    A lld/wasm/MapFile.cpp
    A lld/wasm/MapFile.h
    M lld/wasm/Options.td
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSections.h
    M lld/wasm/Relocations.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lldb/bindings/interface/SBBlock.i
    M lldb/bindings/interface/SBBreakpoint.i
    M lldb/docs/resources/build.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Symbol/CompilerType.h
    A lldb/include/lldb/Target/Trace.h
    A lldb/include/lldb/Target/TraceSettingsParser.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/packages/Python/lldbsuite/test/builders/darwin.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectScript.cpp
    M lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    A lldb/source/Commands/CommandObjectTrace.cpp
    A lldb/source/Commands/CommandObjectTrace.h
    M lldb/source/Commands/Options.td
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Host/macosx/objcxx/CMakeLists.txt
    M lldb/source/Host/netbsd/HostNetBSD.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    A lldb/source/Plugins/Trace/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    A lldb/source/Target/Trace.cpp
    A lldb/source/Target/TraceSettingsParser.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/ReproducerProvider.cpp
    M lldb/source/Utility/StructuredData.cpp
    A lldb/test/API/assert_messages_test/TestAssertMessages.py
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/Makefile
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/TestImportDefinitionArrayType.py
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/main.cpp
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/Makefile
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/main.cpp
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/module.modulemap
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/vector
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/libc_header.h
    A lldb/test/API/commands/expression/import-std-module/pair/Makefile
    A lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    A lldb/test/API/commands/expression/import-std-module/pair/main.cpp
    M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
    A lldb/test/API/commands/trace/TestTraceLoad.py
    A lldb/test/API/commands/trace/TestTraceSchema.py
    A lldb/test/API/commands/trace/intelpt-trace/3842849.trace
    A lldb/test/API/commands/trace/intelpt-trace/a.out
    A lldb/test/API/commands/trace/intelpt-trace/main.cpp
    A lldb/test/API/commands/trace/intelpt-trace/trace.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad2.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad3.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad4.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad5.json
    M lldb/test/API/functionalities/asan/TestMemoryHistory.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    A lldb/test/API/functionalities/gdb_remote_client/TestQemuAArch64TargetXml.py
    A lldb/test/API/functionalities/gdb_remote_client/basic_eh_frame-aarch64.yaml
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    M lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py
    A lldb/test/API/functionalities/target_var/no_vars/Makefile
    A lldb/test/API/functionalities/target_var/no_vars/TestTargetVarNoVars.py
    A lldb/test/API/functionalities/target_var/no_vars/main.c
    A lldb/test/API/lang/c/record_decl_in_expr/TestRecordDeclInExpr.py
    A lldb/test/API/lang/cpp/elaborated-types/Makefile
    A lldb/test/API/lang/cpp/elaborated-types/TestElaboratedTypes.py
    A lldb/test/API/lang/cpp/elaborated-types/main.cpp
    M lldb/test/API/lang/cpp/enum_types/TestCPP11EnumTypes.py
    M lldb/test/API/lang/cpp/enum_types/main.cpp
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    M lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/Shell/Process/Inputs/abort.c
    A lldb/test/Shell/Process/TestAbortExitCode.test
    M lldb/test/Shell/Reproducer/TestDebugSymbols.test
    A lldb/test/Shell/Reproducer/TestVerify.test
    A lldb/test/Shell/ScriptInterpreter/Lua/lua-python.test
    M lldb/test/Shell/ScriptInterpreter/Lua/lua.test
    A lldb/test/Shell/ScriptInterpreter/Python/python.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab.test
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/debugserver/source/debugserver.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/driver/Options.td
    R lldb/tools/lldb-perf/darwin/sketch/foobar.sketch2
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Expression/CMakeLists.txt
    M lldb/unittests/Symbol/Inputs/inlined-functions.yaml
    M lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/TestingSupport/CMakeLists.txt
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    A llvm/cmake/modules/GetLibraryName.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/cmake/platforms/WinMsvc.cmake
    M llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/Coroutines.rst
    M llvm/docs/ExtendingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/ORCv2.rst
    M llvm/docs/Phabricator.rst
    M llvm/docs/Proposals/VectorizationPlan.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/TableGen/BackEnds.rst
    A llvm/docs/TableGen/BackGuide.rst
    M llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TransformMetadata.rst
    M llvm/docs/UserGuides.rst
    A llvm/docs/WritingAnLLVMNewPMPass.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/include/llvm-c/DataTypes.h
    M llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/Analysis/AliasSetTracker.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    A llvm/include/llvm/Analysis/ConstraintSystem.h
    A llvm/include/llvm/Analysis/Delinearization.h
    A llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/include/llvm/Analysis/Lint.h
    M llvm/include/llvm/Analysis/LoopAnalysisManager.h
    M llvm/include/llvm/Analysis/LoopCacheAnalysis.h
    M llvm/include/llvm/Analysis/LoopInfo.h
    M llvm/include/llvm/Analysis/LoopInfoImpl.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/Bitcode/BitcodeWriter.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/Bitstream/BitstreamWriter.h
    M llvm/include/llvm/CodeGen/AntiDepBreaker.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CallingConvLower.h
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.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/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveInterval.h
    M llvm/include/llvm/CodeGen/LiveRangeEdit.h
    M llvm/include/llvm/CodeGen/LiveRegUnits.h
    M llvm/include/llvm/CodeGen/LowLevelType.h
    M llvm/include/llvm/CodeGen/MBFIWrapper.h
    M llvm/include/llvm/CodeGen/MIRFormatter.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineOperand.h
    M llvm/include/llvm/CodeGen/MachineOutliner.h
    A llvm/include/llvm/CodeGen/MachineStableHash.h
    M llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    A llvm/include/llvm/CodeGen/StableHashing.h
    M llvm/include/llvm/CodeGen/StackMaps.h
    M llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
    M llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
    M llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
    M llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
    M llvm/include/llvm/DebugInfo/CodeView/RecordName.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
    M llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Layer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/LegacyPassManagers.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/LTO/LTOBackend.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCELFObjectWriter.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
    M llvm/include/llvm/MC/MCWasmObjectWriter.h
    M llvm/include/llvm/MC/MCWinEH.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/Option/OptTable.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMWinEH.h
    M llvm/include/llvm/Support/CFGUpdate.h
    M llvm/include/llvm/Support/CheckedArithmetic.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GlobPattern.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/PluginLoader.h
    M llvm/include/llvm/Support/Process.h
    M llvm/include/llvm/Support/Program.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/Threading.h
    M llvm/include/llvm/Support/TrigramIndex.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/Win64EH.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/TableGen/Record.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/Testing/Support/SupportHelpers.h
    A llvm/include/llvm/Transforms/HelloNew/HelloWorld.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h
    M llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
    M llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
    A llvm/include/llvm/Transforms/IPO/StripSymbols.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
    R llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
    A llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
    M llvm/include/llvm/Transforms/ObjCARC.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
    M llvm/include/llvm/Transforms/Scalar/GVN.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    A llvm/include/llvm/Transforms/Utils/LowerSwitch.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasSetTracker.cpp
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/ConstantFolding.cpp
    A llvm/lib/Analysis/ConstraintSystem.cpp
    M llvm/lib/Analysis/Delinearization.cpp
    M llvm/lib/Analysis/DemandedBits.cpp
    A llvm/lib/Analysis/IRSimilarityIdentifier.cpp
    M llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyCallGraph.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/LoopCacheAnalysis.cpp
    M llvm/lib/Analysis/LoopInfo.cpp
    M llvm/lib/Analysis/LoopNestAnalysis.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionDivision.cpp
    M llvm/lib/Analysis/StackLifetime.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Reader/ValueList.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
    M llvm/lib/CodeGen/AllocationOrder.h
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
    M llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DIE.cpp
    M llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.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/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinException.cpp
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BranchFolding.h
    M llvm/lib/CodeGen/BranchRelaxation.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/ExpandReductions.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/LegalityPredicates.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/HardwareLoops.cpp
    M llvm/lib/CodeGen/ImplicitNullChecks.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/InterferenceCache.cpp
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.h
    M llvm/lib/CodeGen/LiveInterval.cpp
    M llvm/lib/CodeGen/LiveIntervalCalc.cpp
    M llvm/lib/CodeGen/LiveIntervalUnion.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    M llvm/lib/CodeGen/LiveRegMatrix.cpp
    M llvm/lib/CodeGen/LiveRegUnits.cpp
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
    M llvm/lib/CodeGen/LowLevelType.cpp
    M llvm/lib/CodeGen/LowerEmuTLS.cpp
    M llvm/lib/CodeGen/MBFIWrapper.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineCSE.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineLICM.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    A llvm/lib/CodeGen/MachineStableHash.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/PHIEliminationUtils.cpp
    M llvm/lib/CodeGen/PeepholeOptimizer.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RenameIndependentSubregs.cpp
    M llvm/lib/CodeGen/SafeStackLayout.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SpillPlacement.cpp
    M llvm/lib/CodeGen/SplitKit.cpp
    M llvm/lib/CodeGen/StackMaps.cpp
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/StackSlotColoring.cpp
    M llvm/lib/CodeGen/SwitchLoweringUtils.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.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/IndirectionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    M llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
    M llvm/lib/Extensions/Extensions.cpp
    M llvm/lib/Extensions/LLVMBuild.txt
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/InterfaceStub/ELFObjHandler.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/MC/MCAsmBackend.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSection.cpp
    M llvm/lib/MC/MCWin64EH.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Passes/LLVMBuild.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/LLVMBuild.txt
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/JSON.cpp
    M llvm/lib/Support/KnownBits.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/Process.cpp
    M llvm/lib/Support/Signals.cpp
    M llvm/lib/Support/SmallVector.cpp
    M llvm/lib/Support/TrigramIndex.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/TableGen/CMakeLists.txt
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/TGParser.cpp
    A llvm/lib/TableGen/TableGenBackendSkeleton.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64InstrGISel.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/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/lib/Target/AArch64/AArch64SchedA55.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
    M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineScheduler.h
    M llvm/lib/Target/AMDGPU/SIModeRegister.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrVFP.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/AVR/AVRISelLowering.cpp
    M llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
    M llvm/lib/Target/BPF/BTFDebug.h
    M llvm/lib/Target/Hexagon/Hexagon.h
    M llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
    M llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.h
    M llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
    M llvm/lib/Target/Hexagon/HexagonPatternsHVX.td
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.h
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
    A llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.h
    M llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
    M llvm/lib/Target/Mips/MipsAsmPrinter.cpp
    M llvm/lib/Target/Mips/MipsCallLowering.h
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.h
    M llvm/lib/Target/Mips/MipsSEISelLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetMachine.cpp
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
    A llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
    M llvm/lib/Target/PowerPC/LLVMBuild.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
    M llvm/lib/Target/PowerPC/PPC.h
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrAltivec.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
    M llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
    A llvm/lib/Target/RISCV/RISCVSchedRocket.td
    R llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    R llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/Utils/RISCVMatInt.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVMatInt.h
    M llvm/lib/Target/Sparc/LeonPasses.cpp
    M llvm/lib/Target/Sparc/LeonPasses.h
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
    M llvm/lib/Target/X86/X86AsmPrinter.cpp
    M llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86DomainReassignment.cpp
    M llvm/lib/Target/X86/X86EvexToVex.cpp
    M llvm/lib/Target/X86/X86FixupBWInsts.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InsertWait.cpp
    M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    A llvm/lib/Target/X86/X86InstrTDX.td
    M llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
    M llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
    M llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
    M llvm/lib/Target/X86/X86Subtarget.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/X86/X86WinEHState.cpp
    M llvm/lib/Target/XCore/XCoreISelLowering.cpp
    M llvm/lib/Transforms/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    A llvm/lib/Transforms/HelloNew/CMakeLists.txt
    A llvm/lib/Transforms/HelloNew/HelloWorld.cpp
    A llvm/lib/Transforms/HelloNew/LLVMBuild.txt
    M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PartialInlining.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/PruneEH.cpp
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
    M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/CGProfile.cpp
    M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    R llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp
    M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
    A llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
    M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
    M llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
    M llvm/lib/Transforms/LLVMBuild.txt
    M llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
    M llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
    M llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
    M llvm/lib/Transforms/Scalar/CMakeLists.txt
    M llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
    A llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/DCE.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
    M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
    M llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
    M llvm/lib/Transforms/Utils/FixIrreducible.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopPeel.cpp
    M llvm/lib/Transforms/Utils/LoopVersioning.cpp
    M llvm/lib/Transforms/Utils/LowerSwitch.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
    M llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/lib/WindowsManifest/CMakeLists.txt
    M llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
    M llvm/runtimes/CMakeLists.txt
    M llvm/test/Analysis/AliasSet/guards.ll
    M llvm/test/Analysis/BasicAA/assume.ll
    M llvm/test/Analysis/BasicAA/cs-cs.ll
    M llvm/test/Analysis/BasicAA/guards.ll
    M llvm/test/Analysis/BasicAA/intrinsics.ll
    M llvm/test/Analysis/BasicAA/libfuncs.ll
    M llvm/test/Analysis/BasicAA/modref.ll
    M llvm/test/Analysis/BasicAA/phi-values-usage.ll
    M llvm/test/Analysis/BasicAA/store-promote.ll
    M llvm/test/Analysis/BlockFrequencyInfo/bad_input.ll
    M llvm/test/Analysis/BlockFrequencyInfo/basic.ll
    M llvm/test/Analysis/BlockFrequencyInfo/double_backedge.ll
    M llvm/test/Analysis/BlockFrequencyInfo/double_exit.ll
    M llvm/test/Analysis/BlockFrequencyInfo/extremely-likely-loop-successor.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible_loop_crash.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible_pgo.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loop_with_invoke.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll
    M llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
    M llvm/test/Analysis/BlockFrequencyInfo/redundant_edges.ll
    M llvm/test/Analysis/BranchProbabilityInfo/basic.ll
    M llvm/test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll
    M llvm/test/Analysis/BranchProbabilityInfo/fcmp.ll
    M llvm/test/Analysis/BranchProbabilityInfo/libfunc_call.ll
    M llvm/test/Analysis/BranchProbabilityInfo/loop.ll
    M llvm/test/Analysis/BranchProbabilityInfo/noreturn.ll
    M llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll
    M llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll
    M llvm/test/Analysis/BranchProbabilityInfo/switch.ll
    M llvm/test/Analysis/BranchProbabilityInfo/zero_heuristics.ll
    M llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
    M llvm/test/Analysis/CostModel/ARM/arith.ll
    A llvm/test/Analysis/CostModel/SystemZ/huge-immediates.ll
    M llvm/test/Analysis/CostModel/X86/div.ll
    M llvm/test/Analysis/CostModel/X86/rem.ll
    M llvm/test/Analysis/CostModel/X86/shuffle-insert_subvector.ll
    A llvm/test/Analysis/CostModel/X86/shuffle-select.ll
    M llvm/test/Analysis/CostModel/X86/vdiv-cost.ll
    M llvm/test/Analysis/Delinearization/a.ll
    M llvm/test/Analysis/Delinearization/constant_functions_multi_dim.ll
    M llvm/test/Analysis/Delinearization/divide_by_one.ll
    M llvm/test/Analysis/Delinearization/gcd_multiply_expr.ll
    M llvm/test/Analysis/Delinearization/himeno_1.ll
    M llvm/test/Analysis/Delinearization/himeno_2.ll
    M llvm/test/Analysis/Delinearization/iv_times_constant_in_subscript.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_nts_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_2d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_2d_nested.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_3d_cast.ll
    M llvm/test/Analysis/Delinearization/multidim_two_accesses_different_delinearization.ll
    M llvm/test/Analysis/Delinearization/parameter_addrec_product.ll
    M llvm/test/Analysis/Delinearization/terms_with_identity_factor.ll
    M llvm/test/Analysis/Delinearization/type_mismatch.ll
    M llvm/test/Analysis/Delinearization/undef.ll
    M llvm/test/Analysis/DemandedBits/add.ll
    M llvm/test/Analysis/DemandedBits/basic.ll
    M llvm/test/Analysis/DemandedBits/intrinsics.ll
    M llvm/test/Analysis/DemandedBits/vectors.ll
    M llvm/test/Analysis/DependenceAnalysis/AA.ll
    M llvm/test/Analysis/DependenceAnalysis/Banerjee.ll
    M llvm/test/Analysis/DependenceAnalysis/BasePtrBug.ll
    M llvm/test/Analysis/DependenceAnalysis/Constraints.ll
    M llvm/test/Analysis/DependenceAnalysis/Coupled.ll
    M llvm/test/Analysis/DependenceAnalysis/DADelin.ll
    M llvm/test/Analysis/DependenceAnalysis/ExactRDIV.ll
    M llvm/test/Analysis/DependenceAnalysis/ExactSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/GCD.ll
    M llvm/test/Analysis/DependenceAnalysis/Invariant.ll
    M llvm/test/Analysis/DependenceAnalysis/MIVCheckConst.ll
    M llvm/test/Analysis/DependenceAnalysis/NonAffineExpr.ll
    M llvm/test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
    M llvm/test/Analysis/DependenceAnalysis/PR21585.ll
    M llvm/test/Analysis/DependenceAnalysis/Preliminary.ll
    M llvm/test/Analysis/DependenceAnalysis/Propagating.ll
    M llvm/test/Analysis/DependenceAnalysis/Separability.ll
    M llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheck.ll
    M llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheckFixedSize.ll
    M llvm/test/Analysis/DependenceAnalysis/StrongSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
    M llvm/test/Analysis/DependenceAnalysis/SymbolicSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/UsefulGEP.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/ZIV.ll
    M llvm/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
    M llvm/test/Analysis/Dominators/basic.ll
    M llvm/test/Analysis/GlobalsModRef/comdat-ipo.ll
    M llvm/test/Analysis/GlobalsModRef/no-escape.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/basic.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/different.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/nothing.ll
    A llvm/test/Analysis/Lint/get-active-lane-mask.ll
    M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/independent-interleaved.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
    M llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
    M llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
    M llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
    M llvm/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
    M llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
    M llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-convergent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
    A llvm/test/Analysis/LoopInfo/2003-02-19-LoopInfoNestingBug.ll
    M llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
    M llvm/test/Analysis/LoopInfo/annotated-parallel-complex.ll
    M llvm/test/Analysis/LoopInfo/annotated-parallel-simple.ll
    M llvm/test/Analysis/MemorySSA/basicaa-memcpy.ll
    M llvm/test/Analysis/MemorySSA/optimize-use.ll
    M llvm/test/Analysis/MemorySSA/phi-translation.ll
    M llvm/test/Analysis/MemorySSA/pr41853.ll
    M llvm/test/Analysis/MemorySSA/pr43427.ll
    A llvm/test/Analysis/MemorySSA/pr45927.ll
    A llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
    M llvm/test/Analysis/PostDominators/infinite-loop.ll
    M llvm/test/Analysis/PostDominators/infinite-loop2.ll
    M llvm/test/Analysis/PostDominators/infinite-loop3.ll
    M llvm/test/Analysis/PostDominators/pr1098.ll
    M llvm/test/Analysis/PostDominators/pr24415.ll
    M llvm/test/Analysis/PostDominators/pr6047_a.ll
    M llvm/test/Analysis/PostDominators/pr6047_b.ll
    M llvm/test/Analysis/PostDominators/pr6047_c.ll
    M llvm/test/Analysis/PostDominators/pr6047_d.ll
    M llvm/test/Analysis/RegionInfo/bad_node_traversal.ll
    M llvm/test/Analysis/RegionInfo/block_sort.ll
    M llvm/test/Analysis/RegionInfo/cond_loop.ll
    M llvm/test/Analysis/RegionInfo/condition_complicated.ll
    M llvm/test/Analysis/RegionInfo/condition_complicated_2.ll
    M llvm/test/Analysis/RegionInfo/condition_forward_edge.ll
    M llvm/test/Analysis/RegionInfo/condition_same_exit.ll
    M llvm/test/Analysis/RegionInfo/condition_simple.ll
    M llvm/test/Analysis/RegionInfo/exit_in_condition.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_2.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_3.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_a.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_b.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_c.ll
    M llvm/test/Analysis/RegionInfo/loop_with_condition.ll
    M llvm/test/Analysis/RegionInfo/loops_1.ll
    M llvm/test/Analysis/RegionInfo/loops_2.ll
    M llvm/test/Analysis/RegionInfo/mix_1.ll
    M llvm/test/Analysis/RegionInfo/multiple_exiting_edge.ll
    M llvm/test/Analysis/RegionInfo/nested_loops.ll
    M llvm/test/Analysis/RegionInfo/next.ll
    M llvm/test/Analysis/RegionInfo/outgoing_edge.ll
    M llvm/test/Analysis/RegionInfo/outgoing_edge_1.ll
    M llvm/test/Analysis/RegionInfo/paper.ll
    M llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
    M llvm/test/Analysis/RegionInfo/unreachable_bb.ll
    A llvm/test/Analysis/ScalarEvolution/abs-intrinsic.ll
    A llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
    A llvm/test/Analysis/ScalarEvolution/minmax-intrinsics.ll
    A llvm/test/Analysis/ScalarEvolution/saturating-intrinsics.ll
    M llvm/test/Analysis/ScalarEvolution/trivial-phis.ll
    M llvm/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
    M llvm/test/Analysis/alias-analysis-uses.ll
    M llvm/test/Assembler/ConstantExprNoFold.ll
    M llvm/test/BugPoint/unsymbolized.ll
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/builtin-return-address-pacret.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fabs.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-flog2.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fneg.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fptrunc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fsqrt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-mul.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-shl.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-trunc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-unmerge.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/const-0.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-condbr-lower-tree.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-evt-bug47619.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-switch-bittest.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-abs.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-build-vector.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extract-vector-elt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptrunc.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-vashr-vlshr.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-br.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-invert-cmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbank-extract-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-binop.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-constant.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt-constrain.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddr.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddress-liveins.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-uaddo.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-xor.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/AArch64/aarch64-addv.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-subsuperReg-no-ldp.mir
    A llvm/test/CodeGen/AArch64/aarch64-signedreturnaddress.ll
    M llvm/test/CodeGen/AArch64/arm64-aapcs.ll
    A llvm/test/CodeGen/AArch64/arm64-assert-zext-sext.ll
    M llvm/test/CodeGen/AArch64/arm64-fp128.ll
    M llvm/test/CodeGen/AArch64/arm64-returnaddr.ll
    M llvm/test/CodeGen/AArch64/arm64-vabs.ll
    M llvm/test/CodeGen/AArch64/arm64-vcvt.ll
    M llvm/test/CodeGen/AArch64/arm64_32.ll
    M llvm/test/CodeGen/AArch64/convertphitype.ll
    M llvm/test/CodeGen/AArch64/dag-combine-mul-shl.ll
    M llvm/test/CodeGen/AArch64/dag-numsignbits.ll
    A llvm/test/CodeGen/AArch64/faddp-half.ll
    A llvm/test/CodeGen/AArch64/faddp.ll
    A llvm/test/CodeGen/AArch64/fmov-imm-licm.ll
    M llvm/test/CodeGen/AArch64/fp-cond-sel.ll
    M llvm/test/CodeGen/AArch64/fp-const-fold.ll
    M llvm/test/CodeGen/AArch64/framelayout-sve.mir
    M llvm/test/CodeGen/AArch64/func-calls.ll
    A llvm/test/CodeGen/AArch64/implicit-null-check.ll
    A llvm/test/CodeGen/AArch64/jump-table-duplicate.mir
    M llvm/test/CodeGen/AArch64/jump-table-exynos.ll
    M llvm/test/CodeGen/AArch64/jump-table.ll
    A llvm/test/CodeGen/AArch64/ldst-opt-non-imm-offset.mir
    A llvm/test/CodeGen/AArch64/llvm-masked-gather-legal-for-sve.ll
    A llvm/test/CodeGen/AArch64/llvm-masked-scatter-legal-for-sve.ll
    M llvm/test/CodeGen/AArch64/merge-trunc-store.ll
    A llvm/test/CodeGen/AArch64/parity.ll
    M llvm/test/CodeGen/AArch64/pow.ll
    M llvm/test/CodeGen/AArch64/returnaddr.ll
    M llvm/test/CodeGen/AArch64/sadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/shift_minsize.ll
    M llvm/test/CodeGen/AArch64/ssub_sat_vec.ll
    A llvm/test/CodeGen/AArch64/statepoint-call-lowering.ll
    M llvm/test/CodeGen/AArch64/sve-extract-element.ll
    A llvm/test/CodeGen/AArch64/sve-fcvt.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
    A llvm/test/CodeGen/AArch64/sve-fp-rounding.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-insert-element.ll
    M llvm/test/CodeGen/AArch64/sve-int-reduce-pred.ll
    M llvm/test/CodeGen/AArch64/sve-split-extract-elt.ll
    A llvm/test/CodeGen/AArch64/sve-split-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-split-insert-elt.ll
    A llvm/test/CodeGen/AArch64/sve-split-trunc.ll
    M llvm/test/CodeGen/AArch64/swifterror.ll
    M llvm/test/CodeGen/AArch64/uadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/unwind-preserved.ll
    M llvm/test/CodeGen/AArch64/usub_sat_vec.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization-nan.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
    A llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
    M llvm/test/CodeGen/AArch64/win64-jumptable.ll
    M llvm/test/CodeGen/AArch64/wineh-mingw.ll
    M llvm/test/CodeGen/AArch64/wineh1.mir
    M llvm/test/CodeGen/AArch64/wineh3.mir
    M llvm/test/CodeGen/AArch64/wineh6.mir
    M llvm/test/CodeGen/AArch64/wineh7.mir
    A llvm/test/CodeGen/AArch64/zext-reg-coalesce.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/add_shl.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bool-legalization.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-shl-narrow.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-trunc-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement-stack-lower.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.i128.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fmed3.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/frem.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement-stack-lower.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.large.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fract.f64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/lds-misaligned-bug.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-freeze.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sshlsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ushlsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd-with-ret.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.getresinfo.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.private.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.shared.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.setreg.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.atomic.fadd-with-ret.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.128.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.96.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-unaligned.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/localizer.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-s-buffer-load.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/saddsat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/shl-ext-reduce.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/shl.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/ssubsat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/store-local.128.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/store-local.96.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/xnor.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/buffer-intrinsics-mmo-offsets.ll
    M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/call-return-types.ll
    M llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx1030.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx908.ll
    M llvm/test/CodeGen/AMDGPU/cluster_stores.ll
    A llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.mir
    M llvm/test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/ds_read2.ll
    M llvm/test/CodeGen/AMDGPU/ds_write2.ll
    M llvm/test/CodeGen/AMDGPU/elf-notes.ll
    M llvm/test/CodeGen/AMDGPU/fail-select-buffer-atomic-fadd.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.global.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll
    A llvm/test/CodeGen/AMDGPU/fastregalloc-self-loop-heuristic.mir
    M llvm/test/CodeGen/AMDGPU/fcanonicalize.f16.ll
    M llvm/test/CodeGen/AMDGPU/fdiv-nofpexcept.ll
    M llvm/test/CodeGen/AMDGPU/fold_16bit_imm.mir
    M llvm/test/CodeGen/AMDGPU/frem.ll
    M llvm/test/CodeGen/AMDGPU/fshr.ll
    M llvm/test/CodeGen/AMDGPU/function-args.ll
    M llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll
    M llvm/test/CodeGen/AMDGPU/global-saddr-atomics.gfx908.ll
    M llvm/test/CodeGen/AMDGPU/half.ll
    A llvm/test/CodeGen/AMDGPU/hazard-recognizer-meta-insts.mir
    M llvm/test/CodeGen/AMDGPU/hsa-globals.ll
    M llvm/test/CodeGen/AMDGPU/image-load-d16-tfe.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/lds-misaligned-bug.ll
    M llvm/test/CodeGen/AMDGPU/lds_atomic_f32.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.setreg.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/load-local.128.ll
    M llvm/test/CodeGen/AMDGPU/load-local.96.ll
    M llvm/test/CodeGen/AMDGPU/local-memory.amdgcn.ll
    A llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
    M llvm/test/CodeGen/AMDGPU/lower-control-flow-other-terminators.mir
    M llvm/test/CodeGen/AMDGPU/memory_clause.ll
    M llvm/test/CodeGen/AMDGPU/merge-m0.mir
    M llvm/test/CodeGen/AMDGPU/merge-stores.ll
    M llvm/test/CodeGen/AMDGPU/movreld-bug.ll
    M llvm/test/CodeGen/AMDGPU/non-entry-alloca.ll
    M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
    M llvm/test/CodeGen/AMDGPU/private-element-size.ll
    M llvm/test/CodeGen/AMDGPU/rotl.ll
    M llvm/test/CodeGen/AMDGPU/rotr.ll
    M llvm/test/CodeGen/AMDGPU/sad.ll
    A llvm/test/CodeGen/AMDGPU/schedule-xdl-resource.ll
    A llvm/test/CodeGen/AMDGPU/sgpr-copy-local-cse.ll
    M llvm/test/CodeGen/AMDGPU/shl_add_ptr_global.ll
    M llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
    M llvm/test/CodeGen/AMDGPU/si-lower-control-flow.mir
    M llvm/test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
    M llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll
    M llvm/test/CodeGen/AMDGPU/splitkit-copy-bundle.mir
    A llvm/test/CodeGen/AMDGPU/splitkit-copy-live-lanes.mir
    M llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign.ll
    M llvm/test/CodeGen/AMDGPU/store-local.128.ll
    M llvm/test/CodeGen/AMDGPU/store-local.96.ll
    M llvm/test/CodeGen/AMDGPU/store-local.ll
    M llvm/test/CodeGen/AMDGPU/store-weird-sizes.ll
    M llvm/test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
    M llvm/test/CodeGen/AMDGPU/token-factor-inline-limit-test.ll
    A llvm/test/CodeGen/AMDGPU/verify-constant-bus-violations.mir
    A llvm/test/CodeGen/AMDGPU/waitcnt-meta-instructions.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-vscnt.ll
    M llvm/test/CodeGen/AMDGPU/widen-smrd-loads.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-binops.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/arm-storebytesmerge.ll
    M llvm/test/CodeGen/ARM/cmse-clear-float-hard.ll
    A llvm/test/CodeGen/ARM/cmse-errors.ll
    A llvm/test/CodeGen/ARM/constant-island-SOImm-limit16.mir
    A llvm/test/CodeGen/ARM/fminmax-folds.ll
    M llvm/test/CodeGen/ARM/fp16-bitcast.ll
    M llvm/test/CodeGen/ARM/global-merge-dllexport.ll
    A llvm/test/CodeGen/ARM/machine-outliner-calls.mir
    M llvm/test/CodeGen/ARM/machine-outliner-default.mir
    A llvm/test/CodeGen/ARM/memcpy-const-vol-struct.ll
    A llvm/test/CodeGen/ARM/parity.ll
    M llvm/test/CodeGen/ARM/pr45824.ll
    A llvm/test/CodeGen/ARM/pr47454.ll
    M llvm/test/CodeGen/ARM/ssat.ll
    M llvm/test/CodeGen/ARM/usat.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmax-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmin-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-soft-float.ll
    M llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-split-masked.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-truncate-legal.ll
    M llvm/test/CodeGen/Hexagon/autohvx/isel-truncate.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-memop.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-store.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-illegal-elem.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-op.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-pair.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate.ll
    R llvm/test/CodeGen/Hexagon/autohvx/short-store-widen.ll
    A llvm/test/CodeGen/Hexagon/autohvx/widen-ext.ll
    A llvm/test/CodeGen/Hexagon/autohvx/widen-trunc.ll
    A llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval-reset.ii
    M llvm/test/CodeGen/MIR/AArch64/addrspace-memoperands.mir
    M llvm/test/CodeGen/MIR/AArch64/mir-canon-constant-pool-hash.mir
    M llvm/test/CodeGen/MIR/AArch64/mir-canon-jump-table.mir
    M llvm/test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
    M llvm/test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
    M llvm/test/CodeGen/MIR/AArch64/mirnamer.mir
    M llvm/test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir
    M llvm/test/CodeGen/MIR/AMDGPU/mircanon-memoperands.mir
    M llvm/test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir
    M llvm/test/CodeGen/MIR/Generic/CFPImmMIRCanonHash.mir
    M llvm/test/CodeGen/MIR/X86/mir-canon-hash-bb.mir
    M llvm/test/CodeGen/MIR/X86/mir-namer-hash-frameindex.mir
    M llvm/test/CodeGen/MIR/X86/mircanon-flags.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s32.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s64.ll
    M llvm/test/CodeGen/Mips/xray-mips-attribute-instrumentation.ll
    M llvm/test/CodeGen/Mips/xray-section-group.ll
    A llvm/test/CodeGen/PowerPC/GlobalISel/irtranslator-ret.ll
    A llvm/test/CodeGen/PowerPC/GlobalISel/legalize-ret.mir
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    A llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
    M llvm/test/CodeGen/PowerPC/atomics-indexed.ll

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into HEAD


  Commit: 0da54a0447e6bd7130365fb68e24d999aa0f864b
      https://github.com/llvm/llvm-project/commit/0da54a0447e6bd7130365fb68e24d999aa0f864b
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M .git-blame-ignore-revs
    M .gitignore
    M clang-tools-extra/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
    A clang-tools-extra/clang-tidy/altera/AlteraTidyModule.cpp
    A clang-tools-extra/clang-tidy/altera/CMakeLists.txt
    A clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.cpp
    A clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MisplacedPointerArithmeticInAllocCheck.cpp
    A clang-tools-extra/clang-tidy/clang-tidy-config.h.cmake
    M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDeleteCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNoexceptCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
    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/CodeComplete.cpp
    M clang-tools-extra/clangd/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/DraftStore.cpp
    M clang-tools-extra/clangd/FindSymbols.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    M clang-tools-extra/clangd/PathMapping.cpp
    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/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    M clang-tools-extra/clangd/RIFF.cpp
    M clang-tools-extra/clangd/SourceCode.cpp
    M clang-tools-extra/clangd/TUScheduler.cpp
    M clang-tools-extra/clangd/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    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/Serialization.cpp
    M clang-tools-extra/clangd/index/SymbolID.cpp
    M clang-tools-extra/clangd/index/YAMLSerialization.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    A clang-tools-extra/clangd/quality/CompletionModel.cmake
    A clang-tools-extra/clangd/quality/CompletionModelCodegen.py
    A clang-tools-extra/clangd/quality/README.md
    A clang-tools-extra/clangd/quality/model/features.json
    A clang-tools-extra/clangd/quality/model/forest.json
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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/ExpandAutoType.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
    M clang-tools-extra/clangd/refactor/tweaks/ObjCLocalizeStringLiteral.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/support/Logger.cpp
    M clang-tools-extra/clangd/support/Logger.h
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    A clang-tools-extra/clangd/unittests/DecisionForestTests.cpp
    A clang-tools-extra/clangd/unittests/LoggerTests.cpp
    M clang-tools-extra/clangd/unittests/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TweakTests.cpp
    M clang-tools-extra/clangd/unittests/XRefsTests.cpp
    A clang-tools-extra/clangd/unittests/decision_forest_model/CategoricalFeature.h
    A clang-tools-extra/clangd/unittests/decision_forest_model/features.json
    A clang-tools-extra/clangd/unittests/decision_forest_model/forest.json
    M clang-tools-extra/clangd/xpc/XPCTransport.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/Contributing.rst
    M clang-tools-extra/docs/clang-tidy/Integrations.rst
    A clang-tools-extra/docs/clang-tidy/checks/altera-struct-pack-align.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.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-lambda-function-name.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-redundant-branch-condition.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-include.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-missing-comma.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-terminating-continue.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-con36-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert-con54-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-non-const-global-variables.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-readability-casting.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/misc-no-recursion.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-parameters.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-noexcept.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-uncaught-exceptions.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-const-return-type.rst
    M clang-tools-extra/docs/clang-tidy/checks/zircon-temporary-objects.rst
    M clang-tools-extra/docs/clang-tidy/index.rst
    M clang-tools-extra/test/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/checkers/altera-struct-pack-align.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-misplaced-pointer-arithmetic-in-alloc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-noexcept-opt.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
    M clang-tools-extra/test/lit.cfg.py
    M clang-tools-extra/test/lit.site.cfg.py.in
    M clang/CMakeLists.txt
    M clang/cmake/caches/Android.cmake
    M clang/docs/Block-ABI-Apple.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ThreadSafetyAnalysis.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/docs/analyzer/user-docs/CrossTranslationUnit.rst
    M clang/examples/Attribute/CMakeLists.txt
    M clang/include/clang-c/Index.h
    A clang/include/clang-c/Rewrite.h
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTStructuralEquivalence.h
    M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/ComputeDependence.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/ExprObjC.h
    A clang/include/clang/AST/IgnoreExpr.h
    M clang/include/clang/AST/OpenMPClause.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/ASTMatchers/ASTMatchers.h
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/include/clang/Analysis/Analyses/LiveVariables.h
    M clang/include/clang/Basic/AlignedAllocation.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/BuiltinsPPC.def
    M clang/include/clang/Basic/CodeGenOptions.def
    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/FPOptions.def
    M clang/include/clang/Basic/IdentifierTable.h
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/CodeGen/BackendUtil.h
    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/SanitizerArgs.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTReader.h
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
    M clang/include/clang/Tooling/Syntax/BuildTree.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/include/clang/Tooling/Syntax/Tree.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclCXX.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/Stmt.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/ASTMatchers/ASTMatchFinder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/Sparc.cpp
    M clang/lib/Basic/Targets/Sparc.h
    M clang/lib/CMakeLists.txt
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGBlocks.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDebugInfo.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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    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/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/Driver.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/AMDGPU.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.cpp
    M clang/lib/Driver/ToolChains/Arch/Sparc.cpp
    M clang/lib/Driver/ToolChains/BareMetal.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/Flang.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/MinGW.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/ZOS.cpp
    M clang/lib/Driver/ToolChains/ZOS.h
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatToken.cpp
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TextDiagnosticPrinter.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_builtin_vars.h
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/intrin.h
    M clang/lib/Headers/openmp_wrappers/cmath
    M clang/lib/Headers/openmp_wrappers/complex
    A clang/lib/Headers/openmp_wrappers/complex_cmath.h
    M clang/lib/Index/IndexBody.cpp
    M clang/lib/Lex/Lexer.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/ParseOpenMP.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/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/SemaLookup.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/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Sema/SemaTemplateVariadic.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/BasicObjCFoundationChecks.cpp
    M clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    M clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
    M clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
    A clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp
    M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
    M clang/lib/StaticAnalyzer/Core/Environment.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/ComputeReplacements.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    M clang/lib/Tooling/Tooling.cpp
    M clang/lib/Tooling/Transformer/Parsing.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/test/AST/ast-dump-attr.cpp
    M clang/test/AST/ast-dump-fpfeatures.cpp
    A clang/test/AST/ast-dump-openmp-begin-declare-variant-varying-return.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_13.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_nested.c
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_2.cpp
    M clang/test/AST/ast-dump-openmp-declare-variant-extensions.c
    A clang/test/AST/attr-swift_bridge.m
    A clang/test/AST/attr-swift_bridged_typedef.m
    A clang/test/AST/attr-swift_bridged_typedef.mm
    A clang/test/AST/attr-swift_newtype.m
    A clang/test/Analysis/Checkers/WebKit/uncounted-local-vars.cpp
    M clang/test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist
    M clang/test/Analysis/Inputs/system-header-simulator.h
    M clang/test/Analysis/equality_tracking.c
    A clang/test/Analysis/eval-predefined-exprs.cpp
    M clang/test/Analysis/live-stmts.cpp
    M clang/test/Analysis/live-stmts.mm
    A clang/test/Analysis/objc-live-crash.mm
    M clang/test/Analysis/plist-macros-with-expansion.cpp
    M clang/test/Analysis/std-c-library-functions-POSIX.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    A clang/test/Analysis/std-c-library-functions-arg-cstring-dependency.c
    A clang/test/Analysis/std-c-library-functions-arg-enabled-checkers.c
    A clang/test/Analysis/std-c-library-functions-arg-weakdeps.c
    A clang/test/Analysis/std-c-library-functions-restrict.c
    A clang/test/Analysis/std-c-library-functions-restrict.cpp
    A clang/test/Analysis/std-c-library-functions-vs-stream-checker.c
    M clang/test/Analysis/std-c-library-functions.c
    A clang/test/Analysis/z3/pretty-dump.c
    M clang/test/CXX/temp/temp.param/p7.cpp
    R clang/test/CodeGen/3dnow-builtins.c
    R clang/test/CodeGen/AMX/amx.c
    R clang/test/CodeGen/AMX/amx_errors.c
    R clang/test/CodeGen/AMX/amx_inline_asm.c
    A clang/test/CodeGen/Inputs/start-lib1.ll
    A clang/test/CodeGen/Inputs/start-lib2.ll
    A clang/test/CodeGen/X86/3dnow-builtins.c
    A clang/test/CodeGen/X86/adc-builtins.c
    A clang/test/CodeGen/X86/adx-builtins.c
    A clang/test/CodeGen/X86/amx.c
    A clang/test/CodeGen/X86/amx_errors.c
    A clang/test/CodeGen/X86/amx_inline_asm.c
    A clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx-builtins.c
    A clang/test/CodeGen/X86/avx-cmp-builtins.c
    A clang/test/CodeGen/X86/avx-shuffle-builtins.c
    A clang/test/CodeGen/X86/avx2-builtins.c
    A clang/test/CodeGen/X86/avx512-inline-asm-kregisters-basics.c
    A clang/test/CodeGen/X86/avx512-kconstraints-att_inline_asm.c
    A clang/test/CodeGen/X86/avx512-reduceIntrin.c
    A clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
    A clang/test/CodeGen/X86/avx512bf16-builtins.c
    A clang/test/CodeGen/X86/avx512bitalg-builtins.c
    A clang/test/CodeGen/X86/avx512bw-builtins.c
    A clang/test/CodeGen/X86/avx512cdintrin.c
    A clang/test/CodeGen/X86/avx512dq-builtins.c
    A clang/test/CodeGen/X86/avx512er-builtins.c
    A clang/test/CodeGen/X86/avx512f-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx512f-builtins-constrained.c
    A clang/test/CodeGen/X86/avx512f-builtins.c
    A clang/test/CodeGen/X86/avx512ifma-builtins.c
    A clang/test/CodeGen/X86/avx512ifmavl-builtins.c
    A clang/test/CodeGen/X86/avx512pf-builtins.c
    A clang/test/CodeGen/X86/avx512vbmi-builtins.c
    A clang/test/CodeGen/X86/avx512vbmi2-builtins.c
    A clang/test/CodeGen/X86/avx512vbmivl-builtin.c
    A clang/test/CodeGen/X86/avx512vl-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/avx512vl-builtins-constrained.c
    A clang/test/CodeGen/X86/avx512vl-builtins.c
    A clang/test/CodeGen/X86/avx512vlbf16-builtins.c
    A clang/test/CodeGen/X86/avx512vlbitalg-builtins.c
    A clang/test/CodeGen/X86/avx512vlbw-builtins.c
    A clang/test/CodeGen/X86/avx512vlcd-builtins.c
    A clang/test/CodeGen/X86/avx512vldq-builtins.c
    A clang/test/CodeGen/X86/avx512vlvbmi2-builtins.c
    A clang/test/CodeGen/X86/avx512vlvnni-builtins.c
    A clang/test/CodeGen/X86/avx512vnni-builtins.c
    A clang/test/CodeGen/X86/avx512vpopcntdqintrin.c
    A clang/test/CodeGen/X86/avx512vpopcntdqvlintrin.c
    A clang/test/CodeGen/X86/bitscan-builtins.c
    A clang/test/CodeGen/X86/bmi-builtins.c
    A clang/test/CodeGen/X86/bmi2-builtins.c
    A clang/test/CodeGen/X86/builtin-clflushopt.c
    A clang/test/CodeGen/X86/builtin-clwb.c
    A clang/test/CodeGen/X86/builtin-clzero.c
    A clang/test/CodeGen/X86/builtin-movdir.c
    A clang/test/CodeGen/X86/builtin-wbinvd.c
    A clang/test/CodeGen/X86/builtin-wbnoinvd.c
    A clang/test/CodeGen/X86/cetintrin.c
    A clang/test/CodeGen/X86/cldemote.c
    A clang/test/CodeGen/X86/f16c-builtins-constrained.c
    A clang/test/CodeGen/X86/f16c-builtins.c
    A clang/test/CodeGen/X86/fma-builtins-constrained.c
    A clang/test/CodeGen/X86/fma-builtins.c
    A clang/test/CodeGen/X86/fma4-builtins.c
    A clang/test/CodeGen/X86/fsgsbase-builtins.c
    A clang/test/CodeGen/X86/gfni-builtins.c
    A clang/test/CodeGen/X86/intel-avx512vlvp2intersect.c
    A clang/test/CodeGen/X86/intel-avx512vp2intersect.c
    A clang/test/CodeGen/X86/invpcid.c
    A clang/test/CodeGen/X86/lwp-builtins.c
    A clang/test/CodeGen/X86/lzcnt-builtins.c
    A clang/test/CodeGen/X86/mmx-builtins.c
    A clang/test/CodeGen/X86/mmx-inline-asm-error.c
    A clang/test/CodeGen/X86/mmx-inline-asm.c
    A clang/test/CodeGen/X86/mmx-shift-with-immediate.c
    A clang/test/CodeGen/X86/movbe-builtins.c
    A clang/test/CodeGen/X86/pause.c
    A clang/test/CodeGen/X86/pclmul-builtins.c
    A clang/test/CodeGen/X86/pku.c
    A clang/test/CodeGen/X86/popcnt-builtins.c
    A clang/test/CodeGen/X86/prefetchw-builtins.c
    A clang/test/CodeGen/X86/ptwrite.c
    A clang/test/CodeGen/X86/rd-builtins.c
    A clang/test/CodeGen/X86/rdpid-builtins.c
    A clang/test/CodeGen/X86/rdrand-builtins.c
    A clang/test/CodeGen/X86/rot-intrinsics.c
    A clang/test/CodeGen/X86/rtm-builtins.c
    A clang/test/CodeGen/X86/sha-builtins.c
    A clang/test/CodeGen/X86/sse-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/sse-builtins-constrained.c
    A clang/test/CodeGen/X86/sse-builtins-dbg.c
    A clang/test/CodeGen/X86/sse-builtins.c
    A clang/test/CodeGen/X86/sse.c
    A clang/test/CodeGen/X86/sse2-builtins-constrained-cmp.c
    A clang/test/CodeGen/X86/sse2-builtins.c
    A clang/test/CodeGen/X86/sse3-builtins.c
    A clang/test/CodeGen/X86/sse41-builtins.c
    A clang/test/CodeGen/X86/sse42-builtins.c
    A clang/test/CodeGen/X86/sse4a-builtins.c
    A clang/test/CodeGen/X86/ssse3-builtins.c
    A clang/test/CodeGen/X86/tbm-builtins.c
    A clang/test/CodeGen/X86/vaes-builtins.c
    A clang/test/CodeGen/X86/vpclmulqdq-builtins.c
    A clang/test/CodeGen/X86/waitpkg.c
    A clang/test/CodeGen/X86/x86-64-inline-asm.c
    A clang/test/CodeGen/X86/x86-GCC-inline-asm-Y-constraints.c
    A clang/test/CodeGen/X86/x86-atomic-long_double.c
    A clang/test/CodeGen/X86/x86-bswap.c
    A clang/test/CodeGen/X86/x86-builtins-vector-width.c
    A clang/test/CodeGen/X86/x86-builtins.c
    A clang/test/CodeGen/X86/x86-cf-protection.c
    A clang/test/CodeGen/X86/x86-crc-builtins.c
    A clang/test/CodeGen/X86/x86-enqcmd-builtins.c
    A clang/test/CodeGen/X86/x86-inline-asm-min-vector-width.c
    A clang/test/CodeGen/X86/x86-inline-asm-v-constraint.c
    A clang/test/CodeGen/X86/x86-long-double.cpp
    A clang/test/CodeGen/X86/x86-nontemporal.c
    A clang/test/CodeGen/X86/x86-serialize-intrin.c
    A clang/test/CodeGen/X86/x86-soft-float.c
    A clang/test/CodeGen/X86/x86-tsxldtrk-builtins.c
    A clang/test/CodeGen/X86/x86-vec-i128.c
    A clang/test/CodeGen/X86/x86-vec-struct-packing.c
    A clang/test/CodeGen/X86/x86-vector-width.c
    A clang/test/CodeGen/X86/x86.c
    A clang/test/CodeGen/X86/x86_32-arguments-darwin.c
    A clang/test/CodeGen/X86/x86_32-arguments-iamcu.c
    A clang/test/CodeGen/X86/x86_32-arguments-linux.c
    A clang/test/CodeGen/X86/x86_32-arguments-nommx.c
    A clang/test/CodeGen/X86/x86_32-arguments-realign.c
    A clang/test/CodeGen/X86/x86_32-arguments-win32.c
    A clang/test/CodeGen/X86/x86_32-fpcc-struct-return.c
    A clang/test/CodeGen/X86/x86_32-inline-asm.c
    A clang/test/CodeGen/X86/x86_32-xsave.c
    A clang/test/CodeGen/X86/x86_64-PR42672.c
    A clang/test/CodeGen/X86/x86_64-arguments-darwin.c
    A clang/test/CodeGen/X86/x86_64-arguments-nacl.c
    A clang/test/CodeGen/X86/x86_64-arguments-win32.c
    A clang/test/CodeGen/X86/x86_64-arguments.c
    A clang/test/CodeGen/X86/x86_64-atomic-128.c
    A clang/test/CodeGen/X86/x86_64-floatvectors.c
    A clang/test/CodeGen/X86/x86_64-instrument-functions.c
    A clang/test/CodeGen/X86/x86_64-longdouble.c
    A clang/test/CodeGen/X86/x86_64-mno-sse.c
    A clang/test/CodeGen/X86/x86_64-mno-sse2.c
    A clang/test/CodeGen/X86/x86_64-profiling-keep-fp.c
    A clang/test/CodeGen/X86/x86_64-xsave.c
    A clang/test/CodeGen/X86/x86_inlineasm_curly_bracket_escape.c
    A clang/test/CodeGen/X86/xop-builtins-cmp.c
    A clang/test/CodeGen/X86/xop-builtins.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    R clang/test/CodeGen/adc-builtins.c
    R clang/test/CodeGen/adx-builtins.c
    M clang/test/CodeGen/align_value.cpp
    M clang/test/CodeGen/alloc-align-attr.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmaxq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmaq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminnmq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vminq.c
    M clang/test/CodeGen/assume-aligned-and-alloc-align-attributes.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
    R clang/test/CodeGen/avx-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx-builtins.c
    R clang/test/CodeGen/avx-cmp-builtins.c
    R clang/test/CodeGen/avx-shuffle-builtins.c
    R clang/test/CodeGen/avx2-builtins.c
    R clang/test/CodeGen/avx512-inline-asm-kregisters-basics.c
    R clang/test/CodeGen/avx512-kconstraints-att_inline_asm.c
    R clang/test/CodeGen/avx512-reduceIntrin.c
    R clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
    R clang/test/CodeGen/avx512bf16-builtins.c
    R clang/test/CodeGen/avx512bitalg-builtins.c
    R clang/test/CodeGen/avx512bw-builtins.c
    R clang/test/CodeGen/avx512cdintrin.c
    R clang/test/CodeGen/avx512dq-builtins.c
    R clang/test/CodeGen/avx512er-builtins.c
    R clang/test/CodeGen/avx512f-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx512f-builtins-constrained.c
    R clang/test/CodeGen/avx512f-builtins.c
    R clang/test/CodeGen/avx512ifma-builtins.c
    R clang/test/CodeGen/avx512ifmavl-builtins.c
    R clang/test/CodeGen/avx512pf-builtins.c
    R clang/test/CodeGen/avx512vbmi-builtins.c
    R clang/test/CodeGen/avx512vbmi2-builtins.c
    R clang/test/CodeGen/avx512vbmivl-builtin.c
    R clang/test/CodeGen/avx512vl-builtins-constrained-cmp.c
    R clang/test/CodeGen/avx512vl-builtins-constrained.c
    R clang/test/CodeGen/avx512vl-builtins.c
    R clang/test/CodeGen/avx512vlbf16-builtins.c
    R clang/test/CodeGen/avx512vlbitalg-builtins.c
    R clang/test/CodeGen/avx512vlbw-builtins.c
    R clang/test/CodeGen/avx512vlcd-builtins.c
    R clang/test/CodeGen/avx512vldq-builtins.c
    R clang/test/CodeGen/avx512vlvbmi2-builtins.c
    R clang/test/CodeGen/avx512vlvnni-builtins.c
    R clang/test/CodeGen/avx512vnni-builtins.c
    R clang/test/CodeGen/avx512vpopcntdqintrin.c
    R clang/test/CodeGen/avx512vpopcntdqvlintrin.c
    M clang/test/CodeGen/basic-block-sections.c
    R clang/test/CodeGen/bitscan-builtins.c
    M clang/test/CodeGen/bittest-intrin.c
    R clang/test/CodeGen/bmi-builtins.c
    R clang/test/CodeGen/bmi2-builtins.c
    M clang/test/CodeGen/builtin-align-array.c
    M clang/test/CodeGen/builtin-align.c
    M clang/test/CodeGen/builtin-assume-aligned.c
    R clang/test/CodeGen/builtin-clflushopt.c
    R clang/test/CodeGen/builtin-clwb.c
    R clang/test/CodeGen/builtin-clzero.c
    R clang/test/CodeGen/builtin-movdir.c
    A clang/test/CodeGen/builtin-redeclaration.c
    R clang/test/CodeGen/builtin-wbinvd.c
    R clang/test/CodeGen/builtin-wbnoinvd.c
    M clang/test/CodeGen/builtins-ppc-altivec.c
    M clang/test/CodeGen/builtins-ppc-fpconstrained.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-ppc-p9vector.c
    A clang/test/CodeGen/builtins-ppc-vec-ins-error.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-ppc-xl-xst.c
    M clang/test/CodeGen/callback_pthread_create.c
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-lvalue.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-paramvar.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp
    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-two-params.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
    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
    M clang/test/CodeGen/catch-alignment-assumption-openmp.cpp
    R clang/test/CodeGen/cetintrin.c
    R clang/test/CodeGen/cldemote.c
    M clang/test/CodeGen/code-coverage-tsan.c
    M clang/test/CodeGen/code-coverage.c
    R clang/test/CodeGen/f16c-builtins-constrained.c
    R clang/test/CodeGen/f16c-builtins.c
    R clang/test/CodeGen/fma-builtins-constrained.c
    R clang/test/CodeGen/fma-builtins.c
    R clang/test/CodeGen/fma4-builtins.c
    R clang/test/CodeGen/fsgsbase-builtins.c
    R clang/test/CodeGen/gfni-builtins.c
    R clang/test/CodeGen/intel-avx512vlvp2intersect.c
    R clang/test/CodeGen/intel-avx512vp2intersect.c
    R clang/test/CodeGen/invpcid.c
    R clang/test/CodeGen/lwp-builtins.c
    R clang/test/CodeGen/lzcnt-builtins.c
    R clang/test/CodeGen/mmx-builtins.c
    R clang/test/CodeGen/mmx-inline-asm-error.c
    R clang/test/CodeGen/mmx-inline-asm.c
    R clang/test/CodeGen/mmx-shift-with-immediate.c
    R clang/test/CodeGen/movbe-builtins.c
    M clang/test/CodeGen/non-power-of-2-alignment-assumptions.c
    A clang/test/CodeGen/pass-by-value-noalias.c
    R clang/test/CodeGen/pause.c
    R clang/test/CodeGen/pclmul-builtins.c
    R clang/test/CodeGen/pku.c
    R clang/test/CodeGen/popcnt-builtins.c
    R clang/test/CodeGen/prefetchw-builtins.c
    R clang/test/CodeGen/ptwrite.c
    R clang/test/CodeGen/rd-builtins.c
    R clang/test/CodeGen/rdpid-builtins.c
    R clang/test/CodeGen/rdrand-builtins.c
    R clang/test/CodeGen/rot-intrinsics.c
    R clang/test/CodeGen/rtm-builtins.c
    R clang/test/CodeGen/sha-builtins.c
    M clang/test/CodeGen/shadowcallstack-attr.c
    R clang/test/CodeGen/sse-builtins-constrained-cmp.c
    R clang/test/CodeGen/sse-builtins-constrained.c
    R clang/test/CodeGen/sse-builtins-dbg.c
    R clang/test/CodeGen/sse-builtins.c
    R clang/test/CodeGen/sse.c
    R clang/test/CodeGen/sse2-builtins-constrained-cmp.c
    R clang/test/CodeGen/sse2-builtins.c
    R clang/test/CodeGen/sse3-builtins.c
    R clang/test/CodeGen/sse41-builtins.c
    R clang/test/CodeGen/sse42-builtins.c
    R clang/test/CodeGen/sse4a-builtins.c
    R clang/test/CodeGen/ssse3-builtins.c
    R clang/test/CodeGen/tbm-builtins.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto_embed_bitcode.ll
    M clang/test/CodeGen/unique-internal-linkage-names.cpp
    R clang/test/CodeGen/vaes-builtins.c
    R clang/test/CodeGen/vpclmulqdq-builtins.c
    R clang/test/CodeGen/waitpkg.c
    M clang/test/CodeGen/wchar-size.c
    R clang/test/CodeGen/x86-64-inline-asm.c
    R clang/test/CodeGen/x86-GCC-inline-asm-Y-constraints.c
    R clang/test/CodeGen/x86-atomic-long_double.c
    R clang/test/CodeGen/x86-bswap.c
    R clang/test/CodeGen/x86-builtins-vector-width.c
    R clang/test/CodeGen/x86-builtins.c
    R clang/test/CodeGen/x86-cf-protection.c
    R clang/test/CodeGen/x86-crc-builtins.c
    R clang/test/CodeGen/x86-enqcmd-builtins.c
    R clang/test/CodeGen/x86-inline-asm-min-vector-width.c
    R clang/test/CodeGen/x86-inline-asm-v-constraint.c
    R clang/test/CodeGen/x86-long-double.cpp
    R clang/test/CodeGen/x86-nontemporal.c
    R clang/test/CodeGen/x86-serialize-intrin.c
    R clang/test/CodeGen/x86-soft-float.c
    R clang/test/CodeGen/x86-tsxldtrk-builtins.c
    R clang/test/CodeGen/x86-vec-i128.c
    R clang/test/CodeGen/x86-vec-struct-packing.c
    R clang/test/CodeGen/x86-vector-width.c
    R clang/test/CodeGen/x86.c
    R clang/test/CodeGen/x86_32-arguments-darwin.c
    R clang/test/CodeGen/x86_32-arguments-iamcu.c
    R clang/test/CodeGen/x86_32-arguments-linux.c
    R clang/test/CodeGen/x86_32-arguments-nommx.c
    R clang/test/CodeGen/x86_32-arguments-realign.c
    R clang/test/CodeGen/x86_32-arguments-win32.c
    R clang/test/CodeGen/x86_32-fpcc-struct-return.c
    R clang/test/CodeGen/x86_32-inline-asm.c
    R clang/test/CodeGen/x86_32-xsave.c
    R clang/test/CodeGen/x86_64-PR42672.c
    R clang/test/CodeGen/x86_64-arguments-darwin.c
    R clang/test/CodeGen/x86_64-arguments-nacl.c
    R clang/test/CodeGen/x86_64-arguments-win32.c
    R clang/test/CodeGen/x86_64-arguments.c
    R clang/test/CodeGen/x86_64-atomic-128.c
    R clang/test/CodeGen/x86_64-floatvectors.c
    R clang/test/CodeGen/x86_64-instrument-functions.c
    R clang/test/CodeGen/x86_64-longdouble.c
    R clang/test/CodeGen/x86_64-mno-sse.c
    R clang/test/CodeGen/x86_64-mno-sse2.c
    R clang/test/CodeGen/x86_64-profiling-keep-fp.c
    R clang/test/CodeGen/x86_64-xsave.c
    R clang/test/CodeGen/x86_inlineasm_curly_bracket_escape.c
    R clang/test/CodeGen/xop-builtins-cmp.c
    R clang/test/CodeGen/xop-builtins.c
    A clang/test/CodeGenCUDA/Inputs/device-lib-code.ll
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    A clang/test/CodeGenCUDA/dft-func-attr-skip-intrinsic.hip
    M clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
    M clang/test/CodeGenCXX/aarch64-mangle-sve-fixed-vectors.cpp
    M clang/test/CodeGenCXX/aarch64-sve-fixedtypeinfo.cpp
    A clang/test/CodeGenCXX/attr-likelihood-if-branch-weights.cpp
    M clang/test/CodeGenCXX/builtins.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
    M clang/test/CodeGenCXX/debug-info-class.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/inalloca-overaligned.cpp
    A clang/test/CodeGenCXX/mangle-ms-auto-templates.cpp
    M clang/test/CodeGenCXX/mangle-neon-vectors.cpp
    M clang/test/CodeGenCXX/microsoft-abi-typeid.cpp
    A clang/test/CodeGenCXX/microsoft-abi-unknown-arch.cpp
    A clang/test/CodeGenCXX/pass-by-value-noalias.cpp
    A clang/test/CodeGenCXX/pr47636.cpp
    M clang/test/CodeGenCoroutines/Inputs/coroutine.h
    A clang/test/CodeGenCoroutines/coro-semmetric-transfer.cpp
    M clang/test/CodeGenObjC/exceptions.m
    A clang/test/CodeGenObjC/pass-by-value-noalias.m
    M clang/test/CodeGenOpenCL/builtins-amdgcn-vi.cl
    M clang/test/CoverageMapping/abspath.cpp
    M clang/test/CoverageMapping/block-storage-starts-region.m
    M clang/test/CoverageMapping/break.c
    M clang/test/CoverageMapping/builtinmacro.c
    M clang/test/CoverageMapping/casts.c
    M clang/test/CoverageMapping/classtemplate.cpp
    M clang/test/CoverageMapping/comment-in-macro.c
    M clang/test/CoverageMapping/continue.c
    M clang/test/CoverageMapping/control-flow-macro.c
    M clang/test/CoverageMapping/coroutine.cpp
    M clang/test/CoverageMapping/decl.c
    M clang/test/CoverageMapping/default-method.cpp
    M clang/test/CoverageMapping/deferred-region.cpp
    M clang/test/CoverageMapping/empty-destructor.cpp
    M clang/test/CoverageMapping/header.cpp
    M clang/test/CoverageMapping/if.cpp
    M clang/test/CoverageMapping/implicit-def-in-macro.m
    M clang/test/CoverageMapping/include-macros.c
    M clang/test/CoverageMapping/includehell.cpp
    M clang/test/CoverageMapping/ir.c
    M clang/test/CoverageMapping/label.cpp
    M clang/test/CoverageMapping/lambda.cpp
    M clang/test/CoverageMapping/logical.cpp
    M clang/test/CoverageMapping/loopmacro.c
    M clang/test/CoverageMapping/loops.cpp
    M clang/test/CoverageMapping/macro-expansion.c
    M clang/test/CoverageMapping/macro-expressions.cpp
    M clang/test/CoverageMapping/macro-stringize-twice.cpp
    M clang/test/CoverageMapping/macroception.c
    M clang/test/CoverageMapping/macroparams.c
    M clang/test/CoverageMapping/macroparams2.c
    M clang/test/CoverageMapping/macros.c
    M clang/test/CoverageMapping/macroscopes.cpp
    M clang/test/CoverageMapping/md.cpp
    M clang/test/CoverageMapping/moremacros.c
    M clang/test/CoverageMapping/nestedclass.cpp
    M clang/test/CoverageMapping/objc.m
    M clang/test/CoverageMapping/openmp.c
    M clang/test/CoverageMapping/pr32679.cpp
    M clang/test/CoverageMapping/preprocessor.c
    M clang/test/CoverageMapping/return.c
    M clang/test/CoverageMapping/switch.cpp
    M clang/test/CoverageMapping/switchmacro.c
    M clang/test/CoverageMapping/system_macro.cpp
    M clang/test/CoverageMapping/templates.cpp
    M clang/test/CoverageMapping/test.c
    M clang/test/CoverageMapping/trycatch.cpp
    M clang/test/CoverageMapping/trymacro.cpp
    M clang/test/CoverageMapping/unreachable-macro.c
    M clang/test/CoverageMapping/unused_function.cpp
    M clang/test/CoverageMapping/unused_names.c
    M clang/test/CoverageMapping/while.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/amdgcn-gz-options.cl
    A clang/test/Driver/arm64-markbti.S
    M clang/test/Driver/baremetal.cpp
    M clang/test/Driver/cl-inputs.c
    M clang/test/Driver/cl-x86-flags.c
    M clang/test/Driver/compress.c
    M clang/test/Driver/config-file3.c
    M clang/test/Driver/darwin-infer-simulator-sdkroot.c
    M clang/test/Driver/fbasic-block-sections.c
    M clang/test/Driver/flang/flang.f90
    M clang/test/Driver/flang/flang_ucase.F90
    M clang/test/Driver/flang/multiple-inputs-mixed.f90
    M clang/test/Driver/flang/multiple-inputs.f90
    M clang/test/Driver/fmemprof.cpp
    M clang/test/Driver/freebsd.c
    A clang/test/Driver/fsplit-machine-functions.c
    M clang/test/Driver/fuse-ld.c
    M clang/test/Driver/gcc_forward.c
    A clang/test/Driver/hip-gsplit-dwarf-options.hip
    A clang/test/Driver/hip-gz-options.hip
    A clang/test/Driver/hip-offload-arch.hip
    A clang/test/Driver/hip-sanitize-options.hip
    M clang/test/Driver/linux-as.c
    R clang/test/Driver/mingw-implicit-extension-cross.c
    M clang/test/Driver/mingw-implicit-extension-windows.c
    M clang/test/Driver/openbsd.c
    M clang/test/Driver/sanitizer-ld.c
    M clang/test/Driver/split-debug.c
    M clang/test/Driver/target-override.c
    M clang/test/Driver/unavailable_aligned_allocation.cpp
    M clang/test/Driver/wasm-toolchain.c
    A clang/test/Format/dump-config-list-override.cpp
    A clang/test/Frontend/embed-bitcode-noopt.c
    A clang/test/Frontend/embed-bitcode-noopt.ll
    M clang/test/Headers/Inputs/include/cmath
    M clang/test/Headers/Inputs/include/complex
    A clang/test/Headers/Inputs/include/type_traits
    M clang/test/Headers/nvptx_device_math_complex.cpp
    A clang/test/Headers/openmp_device_math_isnan.cpp
    M clang/test/Index/cxx14-lambdas.cpp
    M clang/test/Lexer/aligned-allocation.cpp
    M clang/test/Lexer/wchar-signedness.c
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/warning-flags.c
    A clang/test/Modules/Inputs/asm-goto/a.h
    A clang/test/Modules/Inputs/asm-goto/module.modulemap
    A clang/test/Modules/asm-goto.c
    M clang/test/Modules/incomplete-umbrella.m
    M clang/test/OpenMP/allocate_codegen.cpp
    M clang/test/OpenMP/declare_variant_messages.c
    M clang/test/OpenMP/for_lastprivate_codegen.cpp
    M clang/test/OpenMP/for_linear_codegen.cpp
    M clang/test/OpenMP/for_reduction_codegen_UDR.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_private_codegen.cpp
    M clang/test/OpenMP/parallel_reduction_messages.cpp
    M clang/test/OpenMP/simd_codegen.cpp
    M clang/test/OpenMP/simd_metadata.c
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_is_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/PCH/cxx1z-decomposition.cpp
    A clang/test/Parser/pragma-fenv_round.c
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/has_attribute.cpp
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/wchar_t.c
    M clang/test/Sema/arm64-neon-header.c
    M clang/test/Sema/attr-arm-sve-vector-bits.c
    A clang/test/Sema/attr-likelihood.c
    M clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/implicit-builtin-decl.c
    M clang/test/Sema/implicit-int-float-conversion.c
    M clang/test/Sema/warn-fortify-source.c
    M clang/test/Sema/wchar.c
    M clang/test/SemaCXX/attr-arm-sve-vector-bits.cpp
    A clang/test/SemaCXX/attr-likelihood.cpp
    M clang/test/SemaCXX/cxx11-compat.cpp
    M clang/test/SemaCXX/cxx11-inheriting-ctors.cpp
    A clang/test/SemaCXX/fold_expr_expansion_limit.cpp
    M clang/test/SemaCXX/init-priority-attr.cpp
    M clang/test/SemaCXX/invalid-constructor-init.cpp
    M clang/test/SemaCXX/invalid-template-params.cpp
    A clang/test/SemaCXX/ms-no-rtti-data.cpp
    A clang/test/SemaCXX/no-rtti-data.cpp
    M clang/test/SemaCXX/no-rtti.cpp
    M clang/test/SemaCXX/thread-safety-annotations.h
    M clang/test/SemaCXX/typo-correction-crash.cpp
    M clang/test/SemaCXX/unavailable_aligned_allocation.cpp
    M clang/test/SemaCXX/unreachable-code.cpp
    M clang/test/SemaCXX/warn-unused-local-typedef.cpp
    M clang/test/SemaObjC/arc-repeated-weak.mm
    A clang/test/SemaObjC/attr-swift-error.m
    A clang/test/SemaObjC/attr-swift_bridge.m
    A clang/test/SemaObjC/attr-swift_bridged_typedef.m
    A clang/test/SemaObjC/attr-swift_name.m
    A clang/test/SemaObjC/attr-swift_newtype.m
    A clang/test/SemaObjC/attr-swift_objc_members.m
    A clang/test/SemaObjCXX/builtin-objcsuper.mm
    A clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
    M clang/test/lit.cfg.py
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c.generated.expected
    A clang/test/utils/update_cc_test_checks/Inputs/generated-funcs.c.no-generated.expected
    A clang/test/utils/update_cc_test_checks/generated-funcs.test
    M clang/tools/CMakeLists.txt
    M clang/tools/clang-format/ClangFormat.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CMakeLists.txt
    M clang/tools/libclang/CXSourceLocation.h
    A clang/tools/libclang/Rewrite.cpp
    M clang/tools/libclang/libclang.exports
    M clang/tools/scan-build-py/bin/analyze-build
    M clang/tools/scan-build-py/bin/intercept-build
    M clang/tools/scan-build-py/bin/scan-build
    M clang/tools/scan-view/share/ScanView.py
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
    M clang/unittests/Driver/SanitizerArgsTest.cpp
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp
    M clang/unittests/Format/SortImportsTestJava.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/CMakeLists.txt
    M clang/unittests/Tooling/Syntax/MutationsTest.cpp
    A clang/unittests/Tooling/Syntax/SynthesisTest.cpp
    A clang/unittests/Tooling/Syntax/TreeTest.cpp
    M clang/unittests/Tooling/Syntax/TreeTestBase.cpp
    M clang/unittests/Tooling/Syntax/TreeTestBase.h
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/unittests/Tooling/TransformerTest.cpp
    M clang/unittests/libclang/LibclangTest.cpp
    M clang/www/cxx_status.html
    A compiler-rt/.clang-tidy
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/include/sanitizer/netbsd_syscall_hooks.h
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_allocator.h
    M compiler-rt/lib/asan/asan_flags.cpp
    M compiler-rt/lib/asan/asan_interceptors.h
    M compiler-rt/lib/asan/asan_interceptors_vfork.S
    M compiler-rt/lib/asan/asan_interface_internal.h
    M compiler-rt/lib/asan/asan_malloc_linux.cpp
    M compiler-rt/lib/asan/asan_malloc_local.h
    M compiler-rt/lib/asan/asan_report.cpp
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/README.txt
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/builtins/clear_cache.c
    M compiler-rt/lib/builtins/divmoddi4.c
    M compiler-rt/lib/builtins/divmodsi4.c
    A compiler-rt/lib/builtins/divmodti4.c
    M compiler-rt/lib/builtins/os_version_check.c
    M compiler-rt/lib/builtins/paritydi2.c
    M compiler-rt/lib/builtins/parityti2.c
    M compiler-rt/lib/cfi/cfi.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/fuzzer/FuzzerCorpus.h
    M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
    M compiler-rt/lib/fuzzer/FuzzerFlags.def
    M compiler-rt/lib/fuzzer/FuzzerFork.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerInternal.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.h
    M compiler-rt/lib/fuzzer/FuzzerOptions.h
    M compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
    M compiler-rt/lib/hwasan/hwasan.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
    M compiler-rt/lib/hwasan/hwasan_malloc_bisect.h
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/msan/msan.cpp
    M compiler-rt/lib/msan/msan_interface_internal.h
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/GCDAProfiling.c
    R compiler-rt/lib/sanitizer_common/.clang-tidy
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_combined.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_mips.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_other.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang_x86.h
    M compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
    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_vfork_riscv64.inc.S
    M compiler-rt/lib/sanitizer_common/sanitizer_flags.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.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_mac.h
    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_freebsd.cpp
    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_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    A compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp
    M compiler-rt/lib/scudo/scudo_allocator.cpp
    M compiler-rt/lib/scudo/scudo_crc32.h
    M compiler-rt/lib/scudo/scudo_tsd.h
    M compiler-rt/lib/scudo/scudo_utils.cpp
    M compiler-rt/lib/scudo/scudo_utils.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/include/scudo/interface.h
    M compiler-rt/lib/scudo/standalone/internal_defs.h
    M compiler-rt/lib/scudo/standalone/linux.h
    M compiler-rt/lib/scudo/standalone/string_utils.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/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test_main.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    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_flags.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/ubsan/ubsan_flags.cpp
    M compiler-rt/lib/ubsan/ubsan_flags.h
    M compiler-rt/lib/xray/xray_mips.cpp
    M compiler-rt/lib/xray/xray_mips64.cpp
    A compiler-rt/test/.clang-tidy
    M compiler-rt/test/asan/TestCases/Darwin/cstring_section.c
    M compiler-rt/test/asan/TestCases/Linux/asan_prelink_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/leak.cpp
    M compiler-rt/test/asan/TestCases/asan_update_allocation.cpp
    A compiler-rt/test/asan/TestCases/leaks.cpp
    M compiler-rt/test/asan/TestCases/lsan_annotations.cpp
    A compiler-rt/test/asan/TestCases/lsan_crash.cpp
    M compiler-rt/test/asan/TestCases/malloc-no-intercept.c
    A compiler-rt/test/asan/TestCases/strcmp.c
    A compiler-rt/test/builtins/Unit/divmodti4_test.c
    M compiler-rt/test/dfsan/custom.cpp
    M compiler-rt/test/dfsan/event_callbacks.c
    A compiler-rt/test/fuzzer/CustomMutatorWithLongSequencesTest.cpp
    A compiler-rt/test/fuzzer/EntropicScalePerExecTimeTest.cpp
    A compiler-rt/test/fuzzer/KeepSeedTest.cpp
    M compiler-rt/test/fuzzer/StrcmpTest.cpp
    A compiler-rt/test/fuzzer/cross_over_uniform_dist.test
    A compiler-rt/test/fuzzer/entropic-scale-per-exec-time.test
    M compiler-rt/test/fuzzer/fuzzer-custommutator.test
    M compiler-rt/test/fuzzer/fuzzer-dirs.test
    M compiler-rt/test/fuzzer/fuzzer-leak.test
    A compiler-rt/test/fuzzer/keep-seed.test
    A compiler-rt/test/fuzzer/mutation-graph.test
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    A compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
    A compiler-rt/test/msan/strcmp.c
    M compiler-rt/test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
    M compiler-rt/test/profile/Posix/gcov-fork.c
    M compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    A compiler-rt/test/profile/coverage_emptylines.cpp
    M compiler-rt/test/profile/gcov-basic.c
    M compiler-rt/test/profile/gcov-dump-and-remove.c
    M compiler-rt/test/profile/instrprof-set-file-object-merging.c
    M compiler-rt/test/profile/instrprof-set-file-object.c
    M compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c
    M compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp
    M compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp
    M compiler-rt/utils/generate_netbsd_syscalls.awk
    M flang/CMakeLists.txt
    M flang/README.md
    M flang/docs/ArrayComposition.md
    M flang/docs/BijectiveInternalNameUniquing.md
    M flang/docs/C++17.md
    M flang/docs/C++style.md
    M flang/docs/Calls.md
    M flang/docs/Character.md
    M flang/docs/ControlFlowGraph.md
    M flang/docs/Directives.md
    M flang/docs/Extensions.md
    M flang/docs/FortranForCProgrammers.md
    M flang/docs/FortranIR.md
    A flang/docs/GettingInvolved.md
    M flang/docs/IORuntimeInternals.md
    M flang/docs/ImplementingASemanticCheck.md
    M flang/docs/Intrinsics.md
    M flang/docs/LabelResolution.md
    M flang/docs/ModFiles.md
    A flang/docs/OpenMP-4.5-grammar.md
    R flang/docs/OpenMP-4.5-grammar.txt
    M flang/docs/OpenMP-semantics.md
    M flang/docs/OptionComparison.md
    M flang/docs/Overview.md
    M flang/docs/ParserCombinators.md
    M flang/docs/Parsing.md
    M flang/docs/Preprocessing.md
    M flang/docs/PullRequestChecklist.md
    A flang/docs/ReleaseNotes.md
    R flang/docs/ReleaseNotes.rst
    M flang/docs/RuntimeDescriptor.md
    M flang/docs/Semantics.md
    A flang/docs/_templates/indexsidebar.html
    A flang/docs/_templates/layout.html
    M flang/docs/conf.py
    M flang/docs/doxygen-mainpage.dox
    A flang/docs/f2018-grammar.md
    R flang/docs/f2018-grammar.txt
    A flang/docs/index.md
    M flang/include/flang/Common/enum-set.h
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Evaluate/integer.h
    M flang/include/flang/Evaluate/type.h
    A flang/include/flang/Frontend/CompilerInstance.h
    A flang/include/flang/Frontend/CompilerInvocation.h
    A flang/include/flang/Frontend/FrontendOptions.h
    A flang/include/flang/FrontendTool/Utils.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-state.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Parser/provenance.h
    M flang/include/flang/Semantics/scope.h
    M flang/include/flang/Semantics/semantics.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/CMakeLists.txt
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/expression.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Evaluate/variable.cpp
    A flang/lib/Frontend/CMakeLists.txt
    A flang/lib/Frontend/CompilerInstance.cpp
    A flang/lib/Frontend/CompilerInvocation.cpp
    A flang/lib/Frontend/FrontendOptions.cpp
    A flang/lib/FrontendTool/CMakeLists.txt
    A flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Parser/basic-parsers.h
    M flang/lib/Parser/expr-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/parsing.cpp
    M flang/lib/Parser/preprocessor.cpp
    M flang/lib/Parser/preprocessor.h
    M flang/lib/Parser/prescan.cpp
    M flang/lib/Parser/prescan.h
    M flang/lib/Parser/provenance.cpp
    M flang/lib/Parser/token-sequence.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names-utils.cpp
    M flang/lib/Semantics/resolve-names-utils.h
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/edit-input.cpp
    M flang/test/CMakeLists.txt
    A flang/test/Evaluate/folding12.f90
    A flang/test/Flang-Driver/driver-error-cc1.c
    A flang/test/Flang-Driver/driver-error-cc1.cpp
    A flang/test/Flang-Driver/driver-help.f90
    A flang/test/Flang-Driver/driver-version.f90
    A flang/test/Flang-Driver/emit-obj.f90
    A flang/test/Flang-Driver/missing-input.f90
    A flang/test/Preprocessing/assert.F90
    A flang/test/Preprocessing/empty.h
    A flang/test/Preprocessing/include-comment.F90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/case01.f90
    A flang/test/Semantics/defined-ops.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    A flang/test/Semantics/omp-do01.f90
    A flang/test/Semantics/omp-do02.f90
    A flang/test/Semantics/omp-do03.f90
    A flang/test/Semantics/omp-do04.f90
    A flang/test/Semantics/omp-do05.f90
    A flang/test/Semantics/omp-do06.f90
    A flang/test/Semantics/omp-do07.f90
    A flang/test/Semantics/omp-do08.f90
    A flang/test/Semantics/omp-do09.f90
    A flang/test/Semantics/omp-do10.f90
    A flang/test/Semantics/omp-loop-simd01.f90
    A flang/test/Semantics/omp-parallell01.f90
    A flang/test/Semantics/omp-parallell02.f90
    A flang/test/Semantics/omp-resolve06.f90
    A flang/test/Semantics/omp-sections01.f90
    A flang/test/Semantics/omp-simd01.f90
    A flang/test/Semantics/omp-simd02.f90
    A flang/test/Semantics/omp-simd03.f90
    A flang/test/Semantics/omp-single01.f90
    A flang/test/Semantics/omp-single02.f90
    A flang/test/Semantics/omp-task01.f90
    A flang/test/Semantics/omp-taskloop-simd01.f90
    A flang/test/Semantics/omp-taskloop01.f90
    A flang/test/Semantics/omp-taskloop02.f90
    A flang/test/Semantics/omp-taskloop03.f90
    A flang/test/Semantics/omp-workshare01.f90
    A flang/test/Semantics/omp-workshare02.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve53.f90
    A flang/test/Semantics/resolve95.f90
    A flang/test/Semantics/resolve96.f90
    M flang/test/Semantics/test_errors.sh
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/CMakeLists.txt
    M flang/tools/f18/CMakeLists.txt
    M flang/tools/f18/f18.cpp
    A flang/tools/flang-driver/CMakeLists.txt
    A flang/tools/flang-driver/driver.cpp
    A flang/tools/flang-driver/fc1_main.cpp
    M flang/unittests/CMakeLists.txt
    M flang/unittests/Evaluate/intrinsics.cpp
    A flang/unittests/Frontend/CMakeLists.txt
    A flang/unittests/Frontend/CompilerInstanceTest.cpp
    R flang/unittests/Lower/CMakeLists.txt
    R flang/unittests/Lower/OpenMPLoweringTest.cpp
    M flang/unittests/Runtime/hello.cpp
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/api.td
    A libc/config/linux/platform_defs.h.inc
    R libc/config/linux/platfrom_defs.h.inc
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/posix.td
    M libc/spec/stdc.td
    M libc/src/__support/CMakeLists.txt
    M libc/src/math/CMakeLists.txt
    A libc/src/math/hypotf.cpp
    A libc/src/math/hypotf.h
    A libc/src/math/remainder.cpp
    A libc/src/math/remainder.h
    A libc/src/math/remainderf.cpp
    A libc/src/math/remainderf.h
    A libc/src/math/remainderl.cpp
    A libc/src/math/remainderl.h
    A libc/src/math/remquo.cpp
    A libc/src/math/remquo.h
    A libc/src/math/remquof.cpp
    A libc/src/math/remquof.h
    A libc/src/math/remquol.cpp
    A libc/src/math/remquol.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/bzero.h
    M libc/src/string/memchr.cpp
    M libc/src/string/memcpy.cpp
    M libc/src/string/memcpy.h
    M libc/src/string/memset.h
    M libc/src/string/strcat.cpp
    M libc/src/string/strcpy.cpp
    M libc/src/string/string_utils.h
    M libc/src/string/strlen.cpp
    M libc/src/string/strnlen.cpp
    M libc/src/string/x86/memcpy.cpp
    M libc/test/src/CMakeLists.txt
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/hypotf_test.cpp
    A libc/test/src/math/remquo_test.cpp
    A libc/test/src/math/remquof_test.cpp
    A libc/test/src/math/remquol_test.cpp
    M libc/utils/FPUtil/CMakeLists.txt
    A libc/utils/FPUtil/DivisionAndRemainderOperations.h
    M libc/utils/FPUtil/FPBits.h
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/FPUtil/SqrtLongDoubleX86.h
    M libc/utils/LibcTableGenUtil/CMakeLists.txt
    M libc/utils/MPFRWrapper/CMakeLists.txt
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h
    M libclc/generic/lib/math/math.h
    M libclc/spirv/lib/SOURCES
    A libclc/spirv/lib/math/fma.cl
    A libclc/spirv/lib/math/fma.inc
    M libclc/spirv64/lib/SOURCES
    A libclc/spirv64/lib/math/fma.cl
    A libclc/spirv64/lib/math/fma.inc
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/benchmarks/map.bench.cpp
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/__config
    M libcxx/include/__tree
    M libcxx/include/algorithm
    M libcxx/include/any
    M libcxx/include/atomic
    M libcxx/include/future
    M libcxx/include/istream
    M libcxx/include/iterator
    M libcxx/include/map
    M libcxx/include/memory
    M libcxx/include/new
    M libcxx/include/ostream
    M libcxx/include/type_traits
    M libcxx/include/version
    M libcxx/src/iostream.cpp
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/libcxx/atomics/ext-int.verify.cpp
    A libcxx/test/libcxx/language.support/support.dynamic/aligned_alloc_availability.verify.cpp
    M libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
    A libcxx/test/libcxx/memory/aligned_allocation_macro.compile.pass.cpp
    R libcxx/test/libcxx/memory/aligned_allocation_macro.pass.cpp
    M libcxx/test/libcxx/thread/atomic.availability.verify.cpp
    M libcxx/test/libcxx/thread/barrier.availability.verify.cpp
    M libcxx/test/libcxx/thread/latch.availability.verify.cpp
    M libcxx/test/libcxx/thread/semaphore.availability.verify.cpp
    A libcxx/test/libcxx/utilities/any/allocator.pass.cpp
    M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.blocks.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp
    A libcxx/test/std/atomics/atomics.flag/atomic_flag_test.pass.cpp
    A libcxx/test/std/atomics/atomics.flag/atomic_flag_test_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
    M libcxx/test/std/atomics/types.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/copy.move_only.verify.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/default.pass.cpp
    A libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/not_istreamable.verify.cpp
    M libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
    R libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp
    A libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/not_ostreamable.verify.cpp
    A libcxx/test/std/input.output/iostream.format/output.streams/ostream.rvalue/rvalue.pass.cpp
    A libcxx/test/std/input.output/iostream.objects/init.pass.cpp
    M libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/ostream.iterator/types.pass.cpp
    M libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/concepts.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/execution.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/memory.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.rtti/type.info/type_info.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp
    M libcxx/test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp
    M libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator.dtor.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.globals/eq.pass.cpp
    A libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.constexpr.size.verify.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
    M libcxx/test/std/utilities/memory/default.allocator/allocator_types.pass.cpp
    A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
    R libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer_no_variadics.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/hash_code.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/name.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
    M libcxx/test/std/utilities/utility/utility.inplace/inplace.pass.cpp
    M libcxx/test/support/cmpxchg_loop.h
    R libcxx/test/support/demangle.h
    M libcxx/test/support/experimental_any_helpers.h
    R libcxx/test/support/test.support/test_demangle.pass.cpp
    A libcxx/test/support/test.support/test_macros_header.exceptions.pass.cpp
    A libcxx/test/support/test.support/test_macros_header.no_exceptions.verify.cpp
    A libcxx/test/support/test.support/test_macros_header.no_rtti.verify.cpp
    A libcxx/test/support/test.support/test_macros_header.rtti.pass.cpp
    R libcxx/test/support/test.support/test_macros_header_exceptions.fail.cpp
    R libcxx/test/support/test.support/test_macros_header_exceptions.pass.cpp
    R libcxx/test/support/test.support/test_macros_header_rtti.fail.cpp
    R libcxx/test/support/test.support/test_macros_header_rtti.pass.cpp
    M libcxx/test/support/test_macros.h
    M libcxx/test/support/type_id.h
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/docker/debian9/buildbot/Dockerfile
    M libcxx/utils/docker/debian9/buildbot/docker-compose.yml
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/format.py
    M libcxx/utils/libcxx/test/target_info.py
    M libcxx/www/cxx2a_status.html
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/cxxabi.h
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/CMakeLists.txt
    M libunwind/src/AddressSpace.hpp
    M libunwind/src/DwarfInstructions.hpp
    M libunwind/src/DwarfParser.hpp
    M libunwind/src/FrameHeaderCache.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/Unwind_AppleExtras.cpp
    M libunwind/src/config.h
    M libunwind/test/frameheadercache_test.pass.cpp
    M libunwind/test/lit.site.cfg.in
    A libunwind/test/signal_unwind.pass.cpp
    A libunwind/test/unwind_leaffunction.pass.cpp
    M lld/CMakeLists.txt
    M lld/CODE_OWNERS.TXT
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    M lld/COFF/Driver.cpp
    M lld/COFF/InputFiles.cpp
    M lld/COFF/PDB.cpp
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/COFF/Writer.h
    M lld/Common/Args.cpp
    M lld/Common/ErrorHandler.cpp
    M lld/ELF/AArch64ErrataFix.h
    M lld/ELF/ARMErrataFix.h
    M lld/ELF/Arch/AMDGPU.cpp
    M lld/ELF/Arch/Hexagon.cpp
    M lld/ELF/Arch/Mips.cpp
    M lld/ELF/Arch/MipsArchTree.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Arch/RISCV.cpp
    M lld/ELF/Driver.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/MarkLive.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.h
    M lld/ELF/Thunks.cpp
    M lld/ELF/Writer.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/ExportTrie.h
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/Options.td
    M lld/MachO/OutputSection.h
    M lld/MachO/OutputSegment.cpp
    M lld/MachO/OutputSegment.h
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    A lld/MachO/UnwindInfoSection.cpp
    A lld/MachO/UnwindInfoSection.h
    M lld/MachO/Writer.cpp
    A lld/docs/ELF/warn_backrefs.rst
    M lld/docs/index.rst
    M lld/include/lld/Common/Driver.h
    M lld/include/lld/Common/ErrorHandler.h
    M lld/include/lld/Common/Strings.h
    M lld/lib/Driver/DarwinLdDriver.cpp
    M lld/test/CMakeLists.txt
    M lld/test/COFF/dll.test
    M lld/test/COFF/guardcf-lto.ll
    A lld/test/COFF/lit.local.cfg
    M lld/test/ELF/aarch64-cortex-a53-843419-large.s
    M lld/test/ELF/aarch64-cortex-a53-843419-large2.s
    M lld/test/ELF/aarch64-cortex-a53-843419-thunk-range.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/arm-thumb-plt-range-thunk-os.s
    A lld/test/ELF/lto/archive-mixed.test
    M lld/test/ELF/lto/internalize-basic.ll
    A lld/test/ELF/lto/undef-mixed2.test
    M lld/test/ELF/lto/weak.ll
    M lld/test/ELF/lto/wrap-2.ll
    M lld/test/ELF/map-file.s
    A lld/test/ELF/ppc64-pcrel-call-to-toc-error.s
    M lld/test/ELF/ppc64-pcrel-long-branch-error.s
    A lld/test/ELF/ppc64-tls-pcrel-ie.s
    A lld/test/ELF/ppc64-tls-pcrel-le.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/reproduce-lto.s
    A lld/test/ELF/riscv-attributes.s
    M lld/test/ELF/text-section-prefix.s
    A lld/test/MachO/common-symbol-coalescing.s
    A lld/test/MachO/common-symbol-resolution.s
    A lld/test/MachO/compact-unwind.test
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/headerpad.s
    A lld/test/MachO/indirect-symtab.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/nonweak-definition-override.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/sectcreate.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/symtab.s
    A lld/test/MachO/tools/generate-cfi-funcs.py
    A lld/test/MachO/tools/validate-unwind-info.py
    M lld/test/MachO/weak-binding.s
    A lld/test/MachO/weak-import.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    M lld/test/lit.cfg.py
    M lld/test/lit.site.cfg.py.in
    M lld/test/mach-o/do-not-emit-unwind-fde-arm64.yaml
    M lld/test/mach-o/eh-frame-relocs-arm64.yaml
    A lld/test/wasm/Inputs/undefined-globals.s
    R lld/test/wasm/Inputs/undefined-globals.yaml
    M lld/test/wasm/early-exit-for-bad-paths.s
    M lld/test/wasm/emit-relocs-fpic.s
    A lld/test/wasm/export-all.s
    R lld/test/wasm/gc-imports.ll
    A lld/test/wasm/gc-imports.s
    M lld/test/wasm/globals.s
    A lld/test/wasm/map-file.s
    A lld/test/wasm/mutable-globals.s
    M lld/test/wasm/pie.ll
    M lld/test/wasm/shared.ll
    M lld/tools/lld/lld.cpp
    M lld/wasm/CMakeLists.txt
    M lld/wasm/Config.h
    M lld/wasm/Driver.cpp
    M lld/wasm/InputChunks.h
    A lld/wasm/MapFile.cpp
    A lld/wasm/MapFile.h
    M lld/wasm/Options.td
    M lld/wasm/OutputSections.cpp
    M lld/wasm/OutputSections.h
    M lld/wasm/Relocations.cpp
    M lld/wasm/Symbols.h
    M lld/wasm/SyntheticSections.h
    M lld/wasm/Writer.cpp
    M lldb/bindings/interface/SBBlock.i
    M lldb/bindings/interface/SBBreakpoint.i
    M lldb/docs/resources/build.rst
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Symbol/CompilerType.h
    A lldb/include/lldb/Target/Trace.h
    A lldb/include/lldb/Target/TraceSettingsParser.h
    M lldb/include/lldb/Utility/Reproducer.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/packages/Python/lldbsuite/test/builders/darwin.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectScript.cpp
    M lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    A lldb/source/Commands/CommandObjectTrace.cpp
    A lldb/source/Commands/CommandObjectTrace.h
    M lldb/source/Commands/Options.td
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Host/macosx/objcxx/CMakeLists.txt
    M lldb/source/Host/netbsd/HostNetBSD.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    A lldb/source/Plugins/Trace/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/Platform.cpp
    A lldb/source/Target/Trace.cpp
    A lldb/source/Target/TraceSettingsParser.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/ReproducerProvider.cpp
    M lldb/source/Utility/StructuredData.cpp
    A lldb/test/API/assert_messages_test/TestAssertMessages.py
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/Makefile
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/TestImportDefinitionArrayType.py
    A lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/main.cpp
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/Makefile
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/main.cpp
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/module.modulemap
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/vector
    A lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/libc_header.h
    A lldb/test/API/commands/expression/import-std-module/pair/Makefile
    A lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    A lldb/test/API/commands/expression/import-std-module/pair/main.cpp
    M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
    A lldb/test/API/commands/trace/TestTraceLoad.py
    A lldb/test/API/commands/trace/TestTraceSchema.py
    A lldb/test/API/commands/trace/intelpt-trace/3842849.trace
    A lldb/test/API/commands/trace/intelpt-trace/a.out
    A lldb/test/API/commands/trace/intelpt-trace/main.cpp
    A lldb/test/API/commands/trace/intelpt-trace/trace.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad2.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad3.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad4.json
    A lldb/test/API/commands/trace/intelpt-trace/trace_bad5.json
    M lldb/test/API/functionalities/asan/TestMemoryHistory.py
    M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
    M lldb/test/API/functionalities/completion/TestCompletion.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
    A lldb/test/API/functionalities/gdb_remote_client/TestQemuAArch64TargetXml.py
    A lldb/test/API/functionalities/gdb_remote_client/basic_eh_frame-aarch64.yaml
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
    M lldb/test/API/functionalities/recursion/TestValueObjectRecursion.py
    A lldb/test/API/functionalities/target_var/no_vars/Makefile
    A lldb/test/API/functionalities/target_var/no_vars/TestTargetVarNoVars.py
    A lldb/test/API/functionalities/target_var/no_vars/main.c
    A lldb/test/API/lang/c/record_decl_in_expr/TestRecordDeclInExpr.py
    A lldb/test/API/lang/cpp/elaborated-types/Makefile
    A lldb/test/API/lang/cpp/elaborated-types/TestElaboratedTypes.py
    A lldb/test/API/lang/cpp/elaborated-types/main.cpp
    M lldb/test/API/lang/cpp/enum_types/TestCPP11EnumTypes.py
    M lldb/test/API/lang/cpp/enum_types/main.cpp
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py
    M lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/Shell/Process/Inputs/abort.c
    A lldb/test/Shell/Process/TestAbortExitCode.test
    M lldb/test/Shell/Reproducer/TestDebugSymbols.test
    A lldb/test/Shell/Reproducer/TestVerify.test
    A lldb/test/Shell/ScriptInterpreter/Lua/lua-python.test
    M lldb/test/Shell/ScriptInterpreter/Lua/lua.test
    A lldb/test/Shell/ScriptInterpreter/Python/python.test
    M lldb/test/Shell/SymbolFile/Breakpad/symtab.test
    M lldb/tools/debugserver/source/RNBRemote.cpp
    M lldb/tools/debugserver/source/debugserver.cpp
    M lldb/tools/driver/Driver.cpp
    M lldb/tools/driver/Options.td
    R lldb/tools/lldb-perf/darwin/sketch/foobar.sketch2
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Expression/CMakeLists.txt
    M lldb/unittests/Symbol/Inputs/inlined-functions.yaml
    M lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/TestingSupport/CMakeLists.txt
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/cmake/config-ix.cmake
    M llvm/cmake/modules/AddLLVM.cmake
    A llvm/cmake/modules/GetLibraryName.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/cmake/modules/TableGen.cmake
    M llvm/cmake/platforms/WinMsvc.cmake
    M llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/CMake.rst
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/Coroutines.rst
    M llvm/docs/ExtendingLLVM.rst
    M llvm/docs/GettingStarted.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/Lexicon.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/ORCv2.rst
    M llvm/docs/Phabricator.rst
    M llvm/docs/Proposals/VectorizationPlan.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/TableGen/BackEnds.rst
    A llvm/docs/TableGen/BackGuide.rst
    M llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/TableGen/index.rst
    M llvm/docs/TransformMetadata.rst
    M llvm/docs/UserGuides.rst
    A llvm/docs/WritingAnLLVMNewPMPass.rst
    M llvm/docs/WritingAnLLVMPass.rst
    M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
    A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    M llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
    M llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    M llvm/include/llvm-c/DataTypes.h
    M llvm/include/llvm-c/Orc.h
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/FloatingPointMode.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/Analysis/AliasSetTracker.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    A llvm/include/llvm/Analysis/ConstraintSystem.h
    A llvm/include/llvm/Analysis/Delinearization.h
    A llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
    M llvm/include/llvm/Analysis/InstructionSimplify.h
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/include/llvm/Analysis/Lint.h
    M llvm/include/llvm/Analysis/LoopAnalysisManager.h
    M llvm/include/llvm/Analysis/LoopCacheAnalysis.h
    M llvm/include/llvm/Analysis/LoopInfo.h
    M llvm/include/llvm/Analysis/LoopInfoImpl.h
    M llvm/include/llvm/Analysis/MemorySSA.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/ValueTracking.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/Analysis/VectorUtils.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    A llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def
    M llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
    M llvm/include/llvm/BinaryFormat/MachO.h
    M llvm/include/llvm/Bitcode/BitcodeWriter.h
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/Bitstream/BitstreamWriter.h
    M llvm/include/llvm/CodeGen/AntiDepBreaker.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CallingConvLower.h
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.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/Utils.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveInterval.h
    M llvm/include/llvm/CodeGen/LiveRangeEdit.h
    M llvm/include/llvm/CodeGen/LiveRegUnits.h
    M llvm/include/llvm/CodeGen/LowLevelType.h
    M llvm/include/llvm/CodeGen/MBFIWrapper.h
    M llvm/include/llvm/CodeGen/MIRFormatter.h
    M llvm/include/llvm/CodeGen/MachineBasicBlock.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/CodeGen/MachineInstr.h
    M llvm/include/llvm/CodeGen/MachineOperand.h
    M llvm/include/llvm/CodeGen/MachineOutliner.h
    A llvm/include/llvm/CodeGen/MachineStableHash.h
    M llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    A llvm/include/llvm/CodeGen/StableHashing.h
    M llvm/include/llvm/CodeGen/StackMaps.h
    M llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
    M llvm/include/llvm/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h
    M llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
    M llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
    M llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
    M llvm/include/llvm/DebugInfo/CodeView/RecordName.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
    M llvm/include/llvm/DebugInfo/DIContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
    M llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Layer.h
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
    M llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
    M llvm/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Argument.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/include/llvm/IR/Instruction.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/LegacyPassManagers.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LTO/LTO.h
    M llvm/include/llvm/LTO/LTOBackend.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCELFObjectWriter.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
    M llvm/include/llvm/MC/MCWasmObjectWriter.h
    M llvm/include/llvm/MC/MCWinEH.h
    M llvm/include/llvm/Object/ELF.h
    M llvm/include/llvm/Object/ELFObjectFile.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/Option/OptTable.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMWinEH.h
    M llvm/include/llvm/Support/CFGUpdate.h
    M llvm/include/llvm/Support/CheckedArithmetic.h
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/include/llvm/Support/CrashRecoveryContext.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/GlobPattern.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/Path.h
    M llvm/include/llvm/Support/PluginLoader.h
    M llvm/include/llvm/Support/Process.h
    M llvm/include/llvm/Support/Program.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/Threading.h
    M llvm/include/llvm/Support/TrigramIndex.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/include/llvm/Support/Win64EH.h
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/TableGen/Record.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/Testing/Support/SupportHelpers.h
    A llvm/include/llvm/Transforms/HelloNew/HelloWorld.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h
    M llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h
    M llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h
    A llvm/include/llvm/Transforms/IPO/StripSymbols.h
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h
    R llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
    A llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
    M llvm/include/llvm/Transforms/ObjCARC.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
    M llvm/include/llvm/Transforms/Scalar/GVN.h
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
    M llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/include/llvm/Transforms/Utils/LoopUtils.h
    M llvm/include/llvm/Transforms/Utils/LoopVersioning.h
    A llvm/include/llvm/Transforms/Utils/LowerSwitch.h
    M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
    M llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
    M llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
    M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
    M llvm/include/llvm/module.modulemap
    M llvm/lib/Analysis/AliasSetTracker.cpp
    M llvm/lib/Analysis/Analysis.cpp
    M llvm/lib/Analysis/AssumeBundleQueries.cpp
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/lib/Analysis/CGSCCPassManager.cpp
    M llvm/lib/Analysis/CMakeLists.txt
    M llvm/lib/Analysis/ConstantFolding.cpp
    A llvm/lib/Analysis/ConstraintSystem.cpp
    M llvm/lib/Analysis/Delinearization.cpp
    M llvm/lib/Analysis/DemandedBits.cpp
    A llvm/lib/Analysis/IRSimilarityIdentifier.cpp
    M llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyCallGraph.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/Lint.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/LoopCacheAnalysis.cpp
    M llvm/lib/Analysis/LoopInfo.cpp
    M llvm/lib/Analysis/LoopNestAnalysis.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
    M llvm/lib/Analysis/MemoryLocation.cpp
    M llvm/lib/Analysis/MemorySSA.cpp
    M llvm/lib/Analysis/MemorySSAUpdater.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/ScalarEvolutionDivision.cpp
    M llvm/lib/Analysis/StackLifetime.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Reader/ValueList.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
    M llvm/lib/CodeGen/AllocationOrder.h
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
    M llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DIE.cpp
    M llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.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/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinException.cpp
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    M llvm/lib/CodeGen/BranchFolding.cpp
    M llvm/lib/CodeGen/BranchFolding.h
    M llvm/lib/CodeGen/BranchRelaxation.cpp
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/ExpandReductions.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/LegalityPredicates.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/HardwareLoops.cpp
    M llvm/lib/CodeGen/ImplicitNullChecks.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/InterferenceCache.cpp
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.cpp
    M llvm/lib/CodeGen/LiveDebugVariables.h
    M llvm/lib/CodeGen/LiveInterval.cpp
    M llvm/lib/CodeGen/LiveIntervalCalc.cpp
    M llvm/lib/CodeGen/LiveIntervalUnion.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    M llvm/lib/CodeGen/LiveRegMatrix.cpp
    M llvm/lib/CodeGen/LiveRegUnits.cpp
    M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
    M llvm/lib/CodeGen/LowLevelType.cpp
    M llvm/lib/CodeGen/LowerEmuTLS.cpp
    M llvm/lib/CodeGen/MBFIWrapper.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp
    M llvm/lib/CodeGen/MachineCSE.cpp
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineLICM.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineOutliner.cpp
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    A llvm/lib/CodeGen/MachineStableHash.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ModuloSchedule.cpp
    M llvm/lib/CodeGen/PHIEliminationUtils.cpp
    M llvm/lib/CodeGen/PeepholeOptimizer.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RenameIndependentSubregs.cpp
    M llvm/lib/CodeGen/SafeStackLayout.cpp
    M llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SpillPlacement.cpp
    M llvm/lib/CodeGen/SplitKit.cpp
    M llvm/lib/CodeGen/StackMaps.cpp
    M llvm/lib/CodeGen/StackProtector.cpp
    M llvm/lib/CodeGen/StackSlotColoring.cpp
    M llvm/lib/CodeGen/SwitchLoweringUtils.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TargetPassConfig.cpp
    M llvm/lib/CodeGen/TargetRegisterInfo.cpp
    M llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
    M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.h
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
    M llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.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/IndirectionUtils.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/ExecutionEngine/Orc/Layer.cpp
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
    M llvm/lib/ExecutionEngine/Orc/Speculation.cpp
    M llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp
    M llvm/lib/Extensions/Extensions.cpp
    M llvm/lib/Extensions/LLVMBuild.txt
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/lib/IR/ConstantRange.cpp
    M llvm/lib/IR/DebugInfo.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/lib/IR/Value.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/InterfaceStub/ELFObjHandler.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/MC/MCAsmBackend.cpp
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSection.cpp
    M llvm/lib/MC/MCWin64EH.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/MachOEmitter.cpp
    M llvm/lib/Option/OptTable.cpp
    M llvm/lib/Passes/LLVMBuild.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/ProfileData/LLVMBuild.txt
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/JSON.cpp
    M llvm/lib/Support/KnownBits.cpp
    M llvm/lib/Support/Path.cpp
    M llvm/lib/Support/Process.cpp
    M llvm/lib/Support/Signals.cpp
    M llvm/lib/Support/SmallVector.cpp
    M llvm/lib/Support/TrigramIndex.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/lib/Support/raw_ostream.cpp
    M llvm/lib/TableGen/CMakeLists.txt
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/TGParser.cpp
    A llvm/lib/TableGen/TableGenBackendSkeleton.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.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/AArch64InstrGISel.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/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.h
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/lib/Target/AArch64/AArch64SchedA55.td
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/BUFInstructions.td
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIAddIMGInit.cpp
    M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
    M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
    M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
    M llvm/lib/Target/AMDGPU/SIMachineScheduler.h
    M llvm/lib/Target/AMDGPU/SIModeRegister.cpp
    M llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrVFP.td
    M llvm/lib/Target/ARM/ARMInstructionSelector.cpp
    M llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
    M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
    M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/AVR/AVRISelLowering.cpp
    M llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
    M llvm/lib/Target/BPF/BTFDebug.h
    M llvm/lib/Target/Hexagon/Hexagon.h
    M llvm/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
    M llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
    M llvm/lib/Target/Hexagon/HexagonFrameLowering.h
    M llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
    M llvm/lib/Target/Hexagon/HexagonPatternsHVX.td
    M llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
    M llvm/lib/Target/Hexagon/HexagonSubtarget.h
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp
    A llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.h
    M llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
    M llvm/lib/Target/Mips/MipsAsmPrinter.cpp
    M llvm/lib/Target/Mips/MipsCallLowering.h
    M llvm/lib/Target/Mips/MipsISelLowering.cpp
    M llvm/lib/Target/Mips/MipsISelLowering.h
    M llvm/lib/Target/Mips/MipsSEISelLowering.cpp
    M llvm/lib/Target/Mips/MipsTargetMachine.cpp
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
    A llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
    A llvm/lib/Target/PowerPC/GISel/PPCRegisterBanks.td
    M llvm/lib/Target/PowerPC/LLVMBuild.txt
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
    M llvm/lib/Target/PowerPC/PPC.h
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCInstrAltivec.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
    M llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h
    M llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
    A llvm/lib/Target/RISCV/RISCVSchedRocket.td
    R llvm/lib/Target/RISCV/RISCVSchedRocket32.td
    R llvm/lib/Target/RISCV/RISCVSchedRocket64.td
    M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
    M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/Utils/RISCVMatInt.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVMatInt.h
    M llvm/lib/Target/Sparc/LeonPasses.cpp
    M llvm/lib/Target/Sparc/LeonPasses.h
    M llvm/lib/Target/Sparc/SparcISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
    M llvm/lib/Target/X86/X86AsmPrinter.cpp
    M llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    M llvm/lib/Target/X86/X86CallLowering.cpp
    M llvm/lib/Target/X86/X86DomainReassignment.cpp
    M llvm/lib/Target/X86/X86EvexToVex.cpp
    M llvm/lib/Target/X86/X86FixupBWInsts.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InsertWait.cpp
    M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    A llvm/lib/Target/X86/X86InstrTDX.td
    M llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
    M llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
    M llvm/lib/Target/X86/X86SpeculativeExecutionSideEffectSuppression.cpp
    M llvm/lib/Target/X86/X86Subtarget.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.cpp
    M llvm/lib/Target/X86/X86TargetObjectFile.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86TargetTransformInfo.h
    M llvm/lib/Target/X86/X86WinEHState.cpp
    M llvm/lib/Target/XCore/XCoreISelLowering.cpp
    M llvm/lib/Transforms/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    A llvm/lib/Transforms/HelloNew/CMakeLists.txt
    A llvm/lib/Transforms/HelloNew/HelloWorld.cpp
    A llvm/lib/Transforms/HelloNew/LLVMBuild.txt
    M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
    M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
    M llvm/lib/Transforms/IPO/FunctionImport.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PartialInlining.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/PruneEH.cpp
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
    M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/CGProfile.cpp
    M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    R llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp
    M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
    A llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
    M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
    M llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
    M llvm/lib/Transforms/LLVMBuild.txt
    M llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
    M llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
    M llvm/lib/Transforms/ObjCARC/ProvenanceAnalysis.h
    M llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
    M llvm/lib/Transforms/Scalar/CMakeLists.txt
    M llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
    A llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/DCE.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
    M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
    M llvm/lib/Transforms/Scalar/LoopFuse.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
    M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
    M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
    M llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/EscapeEnumerator.cpp
    M llvm/lib/Transforms/Utils/FixIrreducible.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopPeel.cpp
    M llvm/lib/Transforms/Utils/LoopVersioning.cpp
    M llvm/lib/Transforms/Utils/LowerSwitch.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
    M llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
    M llvm/lib/WindowsManifest/CMakeLists.txt
    M llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
    M llvm/runtimes/CMakeLists.txt
    M llvm/test/Analysis/AliasSet/guards.ll
    M llvm/test/Analysis/BasicAA/assume.ll
    M llvm/test/Analysis/BasicAA/cs-cs.ll
    M llvm/test/Analysis/BasicAA/guards.ll
    M llvm/test/Analysis/BasicAA/intrinsics.ll
    M llvm/test/Analysis/BasicAA/libfuncs.ll
    M llvm/test/Analysis/BasicAA/modref.ll
    M llvm/test/Analysis/BasicAA/phi-values-usage.ll
    M llvm/test/Analysis/BasicAA/store-promote.ll
    M llvm/test/Analysis/BlockFrequencyInfo/bad_input.ll
    M llvm/test/Analysis/BlockFrequencyInfo/basic.ll
    M llvm/test/Analysis/BlockFrequencyInfo/double_backedge.ll
    M llvm/test/Analysis/BlockFrequencyInfo/double_exit.ll
    M llvm/test/Analysis/BlockFrequencyInfo/extremely-likely-loop-successor.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible_loop_crash.ll
    M llvm/test/Analysis/BlockFrequencyInfo/irreducible_pgo.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loop_with_branch.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loop_with_invoke.ll
    M llvm/test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll
    M llvm/test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
    M llvm/test/Analysis/BlockFrequencyInfo/redundant_edges.ll
    M llvm/test/Analysis/BranchProbabilityInfo/basic.ll
    M llvm/test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll
    M llvm/test/Analysis/BranchProbabilityInfo/fcmp.ll
    M llvm/test/Analysis/BranchProbabilityInfo/libfunc_call.ll
    M llvm/test/Analysis/BranchProbabilityInfo/loop.ll
    M llvm/test/Analysis/BranchProbabilityInfo/noreturn.ll
    M llvm/test/Analysis/BranchProbabilityInfo/pr18705.ll
    M llvm/test/Analysis/BranchProbabilityInfo/pr22718.ll
    M llvm/test/Analysis/BranchProbabilityInfo/switch.ll
    M llvm/test/Analysis/BranchProbabilityInfo/zero_heuristics.ll
    M llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
    M llvm/test/Analysis/CostModel/ARM/arith.ll
    A llvm/test/Analysis/CostModel/SystemZ/huge-immediates.ll
    M llvm/test/Analysis/CostModel/X86/div.ll
    M llvm/test/Analysis/CostModel/X86/rem.ll
    M llvm/test/Analysis/CostModel/X86/shuffle-insert_subvector.ll
    A llvm/test/Analysis/CostModel/X86/shuffle-select.ll
    M llvm/test/Analysis/CostModel/X86/vdiv-cost.ll
    M llvm/test/Analysis/Delinearization/a.ll
    M llvm/test/Analysis/Delinearization/constant_functions_multi_dim.ll
    M llvm/test/Analysis/Delinearization/divide_by_one.ll
    M llvm/test/Analysis/Delinearization/gcd_multiply_expr.ll
    M llvm/test/Analysis/Delinearization/himeno_1.ll
    M llvm/test/Analysis/Delinearization/himeno_2.ll
    M llvm/test/Analysis/Delinearization/iv_times_constant_in_subscript.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_nts_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_2d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_2d_nested.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_3d.ll
    M llvm/test/Analysis/Delinearization/multidim_only_ivs_3d_cast.ll
    M llvm/test/Analysis/Delinearization/multidim_two_accesses_different_delinearization.ll
    M llvm/test/Analysis/Delinearization/parameter_addrec_product.ll
    M llvm/test/Analysis/Delinearization/terms_with_identity_factor.ll
    M llvm/test/Analysis/Delinearization/type_mismatch.ll
    M llvm/test/Analysis/Delinearization/undef.ll
    M llvm/test/Analysis/DemandedBits/add.ll
    M llvm/test/Analysis/DemandedBits/basic.ll
    M llvm/test/Analysis/DemandedBits/intrinsics.ll
    M llvm/test/Analysis/DemandedBits/vectors.ll
    M llvm/test/Analysis/DependenceAnalysis/AA.ll
    M llvm/test/Analysis/DependenceAnalysis/Banerjee.ll
    M llvm/test/Analysis/DependenceAnalysis/BasePtrBug.ll
    M llvm/test/Analysis/DependenceAnalysis/Constraints.ll
    M llvm/test/Analysis/DependenceAnalysis/Coupled.ll
    M llvm/test/Analysis/DependenceAnalysis/DADelin.ll
    M llvm/test/Analysis/DependenceAnalysis/ExactRDIV.ll
    M llvm/test/Analysis/DependenceAnalysis/ExactSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/GCD.ll
    M llvm/test/Analysis/DependenceAnalysis/Invariant.ll
    M llvm/test/Analysis/DependenceAnalysis/MIVCheckConst.ll
    M llvm/test/Analysis/DependenceAnalysis/NonAffineExpr.ll
    M llvm/test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
    M llvm/test/Analysis/DependenceAnalysis/PR21585.ll
    M llvm/test/Analysis/DependenceAnalysis/Preliminary.ll
    M llvm/test/Analysis/DependenceAnalysis/Propagating.ll
    M llvm/test/Analysis/DependenceAnalysis/Separability.ll
    M llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheck.ll
    M llvm/test/Analysis/DependenceAnalysis/SimpleSIVNoValidityCheckFixedSize.ll
    M llvm/test/Analysis/DependenceAnalysis/StrongSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
    M llvm/test/Analysis/DependenceAnalysis/SymbolicSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/UsefulGEP.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
    M llvm/test/Analysis/DependenceAnalysis/ZIV.ll
    M llvm/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
    M llvm/test/Analysis/Dominators/basic.ll
    M llvm/test/Analysis/GlobalsModRef/comdat-ipo.ll
    M llvm/test/Analysis/GlobalsModRef/no-escape.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/basic.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/different.ll
    A llvm/test/Analysis/IRSimilarityIdentifier/nothing.ll
    A llvm/test/Analysis/Lint/get-active-lane-mask.ll
    M llvm/test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
    M llvm/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/independent-interleaved.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll
    M llvm/test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
    M llvm/test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
    M llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
    M llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/pr31098.ll
    M llvm/test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
    M llvm/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
    M llvm/test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
    M llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-convergent.ll
    M llvm/test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
    M llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
    A llvm/test/Analysis/LoopInfo/2003-02-19-LoopInfoNestingBug.ll
    M llvm/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
    M llvm/test/Analysis/LoopInfo/annotated-parallel-complex.ll
    M llvm/test/Analysis/LoopInfo/annotated-parallel-simple.ll
    M llvm/test/Analysis/MemorySSA/basicaa-memcpy.ll
    M llvm/test/Analysis/MemorySSA/optimize-use.ll
    M llvm/test/Analysis/MemorySSA/phi-translation.ll
    M llvm/test/Analysis/MemorySSA/pr41853.ll
    M llvm/test/Analysis/MemorySSA/pr43427.ll
    A llvm/test/Analysis/MemorySSA/pr45927.ll
    A llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
    M llvm/test/Analysis/PostDominators/infinite-loop.ll
    M llvm/test/Analysis/PostDominators/infinite-loop2.ll
    M llvm/test/Analysis/PostDominators/infinite-loop3.ll
    M llvm/test/Analysis/PostDominators/pr1098.ll
    M llvm/test/Analysis/PostDominators/pr24415.ll
    M llvm/test/Analysis/PostDominators/pr6047_a.ll
    M llvm/test/Analysis/PostDominators/pr6047_b.ll
    M llvm/test/Analysis/PostDominators/pr6047_c.ll
    M llvm/test/Analysis/PostDominators/pr6047_d.ll
    M llvm/test/Analysis/RegionInfo/bad_node_traversal.ll
    M llvm/test/Analysis/RegionInfo/block_sort.ll
    M llvm/test/Analysis/RegionInfo/cond_loop.ll
    M llvm/test/Analysis/RegionInfo/condition_complicated.ll
    M llvm/test/Analysis/RegionInfo/condition_complicated_2.ll
    M llvm/test/Analysis/RegionInfo/condition_forward_edge.ll
    M llvm/test/Analysis/RegionInfo/condition_same_exit.ll
    M llvm/test/Analysis/RegionInfo/condition_simple.ll
    M llvm/test/Analysis/RegionInfo/exit_in_condition.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_2.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_3.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_4.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_a.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_b.ll
    M llvm/test/Analysis/RegionInfo/infinite_loop_5_c.ll
    M llvm/test/Analysis/RegionInfo/loop_with_condition.ll
    M llvm/test/Analysis/RegionInfo/loops_1.ll
    M llvm/test/Analysis/RegionInfo/loops_2.ll
    M llvm/test/Analysis/RegionInfo/mix_1.ll
    M llvm/test/Analysis/RegionInfo/multiple_exiting_edge.ll
    M llvm/test/Analysis/RegionInfo/nested_loops.ll
    M llvm/test/Analysis/RegionInfo/next.ll
    M llvm/test/Analysis/RegionInfo/outgoing_edge.ll
    M llvm/test/Analysis/RegionInfo/outgoing_edge_1.ll
    M llvm/test/Analysis/RegionInfo/paper.ll
    M llvm/test/Analysis/RegionInfo/two_loops_same_header.ll
    M llvm/test/Analysis/RegionInfo/unreachable_bb.ll
    A llvm/test/Analysis/ScalarEvolution/abs-intrinsic.ll
    A llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
    A llvm/test/Analysis/ScalarEvolution/minmax-intrinsics.ll
    A llvm/test/Analysis/ScalarEvolution/saturating-intrinsics.ll
    M llvm/test/Analysis/ScalarEvolution/trivial-phis.ll
    M llvm/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
    M llvm/test/Analysis/alias-analysis-uses.ll
    M llvm/test/Assembler/ConstantExprNoFold.ll
    M llvm/test/BugPoint/unsymbolized.ll
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator-switch.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/builtin-return-address-pacret.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fabs.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-flog2.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fneg.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fptrunc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-fsqrt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-mul.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-shl.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-trunc.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-unmerge.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/const-0.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-condbr-lower-tree.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-evt-bug47619.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-switch-bittest.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-abs.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-build-vector.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extract-vector-elt.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fptrunc.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-vashr-vlshr.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-br.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-invert-cmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbank-extract-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-binop.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-constant.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-jump-table-brjt-constrain.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddr.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddress-liveins.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-uaddo.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-xor.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll
    M llvm/test/CodeGen/AArch64/O3-pipeline.ll
    M llvm/test/CodeGen/AArch64/aarch64-addv.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-subsuperReg-no-ldp.mir
    A llvm/test/CodeGen/AArch64/aarch64-signedreturnaddress.ll
    M llvm/test/CodeGen/AArch64/arm64-aapcs.ll
    A llvm/test/CodeGen/AArch64/arm64-assert-zext-sext.ll
    M llvm/test/CodeGen/AArch64/arm64-fp128.ll
    M llvm/test/CodeGen/AArch64/arm64-returnaddr.ll
    M llvm/test/CodeGen/AArch64/arm64-vabs.ll
    M llvm/test/CodeGen/AArch64/arm64-vcvt.ll
    M llvm/test/CodeGen/AArch64/arm64_32.ll
    M llvm/test/CodeGen/AArch64/convertphitype.ll
    M llvm/test/CodeGen/AArch64/dag-combine-mul-shl.ll
    M llvm/test/CodeGen/AArch64/dag-numsignbits.ll
    A llvm/test/CodeGen/AArch64/faddp-half.ll
    A llvm/test/CodeGen/AArch64/faddp.ll
    A llvm/test/CodeGen/AArch64/fmov-imm-licm.ll
    M llvm/test/CodeGen/AArch64/fp-cond-sel.ll
    M llvm/test/CodeGen/AArch64/fp-const-fold.ll
    M llvm/test/CodeGen/AArch64/framelayout-sve.mir
    M llvm/test/CodeGen/AArch64/func-calls.ll
    A llvm/test/CodeGen/AArch64/implicit-null-check.ll
    A llvm/test/CodeGen/AArch64/jump-table-duplicate.mir
    M llvm/test/CodeGen/AArch64/jump-table-exynos.ll
    M llvm/test/CodeGen/AArch64/jump-table.ll
    A llvm/test/CodeGen/AArch64/ldst-opt-non-imm-offset.mir
    A llvm/test/CodeGen/AArch64/llvm-masked-gather-legal-for-sve.ll
    A llvm/test/CodeGen/AArch64/llvm-masked-scatter-legal-for-sve.ll
    M llvm/test/CodeGen/AArch64/merge-trunc-store.ll
    A llvm/test/CodeGen/AArch64/parity.ll
    M llvm/test/CodeGen/AArch64/pow.ll
    M llvm/test/CodeGen/AArch64/returnaddr.ll
    M llvm/test/CodeGen/AArch64/sadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/shift_minsize.ll
    M llvm/test/CodeGen/AArch64/ssub_sat_vec.ll
    A llvm/test/CodeGen/AArch64/statepoint-call-lowering.ll
    M llvm/test/CodeGen/AArch64/sve-extract-element.ll
    A llvm/test/CodeGen/AArch64/sve-fcvt.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
    A llvm/test/CodeGen/AArch64/sve-fp-rounding.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-insert-element.ll
    M llvm/test/CodeGen/AArch64/sve-int-reduce-pred.ll
    M llvm/test/CodeGen/AArch64/sve-split-extract-elt.ll
    A llvm/test/CodeGen/AArch64/sve-split-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-split-insert-elt.ll
    A llvm/test/CodeGen/AArch64/sve-split-trunc.ll
    M llvm/test/CodeGen/AArch64/swifterror.ll
    M llvm/test/CodeGen/AArch64/uadd_sat_vec.ll
    M llvm/test/CodeGen/AArch64/unwind-preserved.ll
    M llvm/test/CodeGen/AArch64/usub_sat_vec.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization-nan.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
    A llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
    M llvm/test/CodeGen/AArch64/win64-jumptable.ll
    M llvm/test/CodeGen/AArch64/wineh-mingw.ll
    M llvm/test/CodeGen/AArch64/wineh1.mir
    M llvm/test/CodeGen/AArch64/wineh3.mir
    M llvm/test/CodeGen/AArch64/wineh6.mir
    M llvm/test/CodeGen/AArch64/wineh7.mir
    A llvm/test/CodeGen/AArch64/zext-reg-coalesce.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/add_shl.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-zext.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/bool-legalization.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/combine-shl-narrow.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-trunc-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/divergent-control-flow.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement-stack-lower.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/extractelement.i128.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/fmed3.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/frem.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement-stack-lower.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.large.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fract.f64.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/lds-misaligned-bug.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.s16.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcanonicalize.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ffloor.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-freeze.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-intrinsic-round.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.load.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-saddsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sext-inreg.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sshlsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ssubsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sub.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uaddsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ushlsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-usubsat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd-with-ret.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.global.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.getresinfo.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.intersect_ray.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.private.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.is.shared.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.s.setreg.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.atomic.fadd-with-ret.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.128.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-local.96.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-unaligned.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/localizer.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-select.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn-s-buffer-load.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/saddsat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/shl-ext-reduce.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/shl.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/ssubsat.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/store-local.128.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/store-local.96.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/xnor.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
    M llvm/test/CodeGen/AMDGPU/buffer-intrinsics-mmo-offsets.ll
    M llvm/test/CodeGen/AMDGPU/call-argument-types.ll
    M llvm/test/CodeGen/AMDGPU/call-return-types.ll
    M llvm/test/CodeGen/AMDGPU/callee-frame-setup.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx1030.ll
    M llvm/test/CodeGen/AMDGPU/cgp-addressing-modes-gfx908.ll
    M llvm/test/CodeGen/AMDGPU/cluster_stores.ll
    A llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
    M llvm/test/CodeGen/AMDGPU/collapse-endcf.mir
    M llvm/test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/ds_read2.ll
    M llvm/test/CodeGen/AMDGPU/ds_write2.ll
    M llvm/test/CodeGen/AMDGPU/elf-notes.ll
    M llvm/test/CodeGen/AMDGPU/fail-select-buffer-atomic-fadd.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.global.ll
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.private.ll
    A llvm/test/CodeGen/AMDGPU/fastregalloc-self-loop-heuristic.mir
    M llvm/test/CodeGen/AMDGPU/fcanonicalize.f16.ll
    M llvm/test/CodeGen/AMDGPU/fdiv-nofpexcept.ll
    M llvm/test/CodeGen/AMDGPU/fold_16bit_imm.mir
    M llvm/test/CodeGen/AMDGPU/frem.ll
    M llvm/test/CodeGen/AMDGPU/fshr.ll
    M llvm/test/CodeGen/AMDGPU/function-args.ll
    M llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll
    M llvm/test/CodeGen/AMDGPU/global-saddr-atomics.gfx908.ll
    M llvm/test/CodeGen/AMDGPU/half.ll
    A llvm/test/CodeGen/AMDGPU/hazard-recognizer-meta-insts.mir
    M llvm/test/CodeGen/AMDGPU/hsa-globals.ll
    M llvm/test/CodeGen/AMDGPU/image-load-d16-tfe.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/lds-misaligned-bug.ll
    M llvm/test/CodeGen/AMDGPU/lds_atomic_f32.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.d16.dim.ll
    A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.intersect_ray.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.s.setreg.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.atomic.fadd.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll
    M llvm/test/CodeGen/AMDGPU/load-local.128.ll
    M llvm/test/CodeGen/AMDGPU/load-local.96.ll
    M llvm/test/CodeGen/AMDGPU/local-memory.amdgcn.ll
    A llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
    M llvm/test/CodeGen/AMDGPU/lower-control-flow-other-terminators.mir
    M llvm/test/CodeGen/AMDGPU/memory_clause.ll
    M llvm/test/CodeGen/AMDGPU/merge-m0.mir
    M llvm/test/CodeGen/AMDGPU/merge-stores.ll
    M llvm/test/CodeGen/AMDGPU/movreld-bug.ll
    M llvm/test/CodeGen/AMDGPU/non-entry-alloca.ll
    M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
    M llvm/test/CodeGen/AMDGPU/private-element-size.ll
    M llvm/test/CodeGen/AMDGPU/rotl.ll
    M llvm/test/CodeGen/AMDGPU/rotr.ll
    M llvm/test/CodeGen/AMDGPU/sad.ll
    A llvm/test/CodeGen/AMDGPU/schedule-xdl-resource.ll
    A llvm/test/CodeGen/AMDGPU/sgpr-copy-local-cse.ll
    M llvm/test/CodeGen/AMDGPU/shl_add_ptr_global.ll
    M llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
    M llvm/test/CodeGen/AMDGPU/si-lower-control-flow.mir
    M llvm/test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
    M llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll
    M llvm/test/CodeGen/AMDGPU/splitkit-copy-bundle.mir
    A llvm/test/CodeGen/AMDGPU/splitkit-copy-live-lanes.mir
    M llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll
    M llvm/test/CodeGen/AMDGPU/stack-realign.ll
    M llvm/test/CodeGen/AMDGPU/store-local.128.ll
    M llvm/test/CodeGen/AMDGPU/store-local.96.ll
    M llvm/test/CodeGen/AMDGPU/store-local.ll
    M llvm/test/CodeGen/AMDGPU/store-weird-sizes.ll
    M llvm/test/CodeGen/AMDGPU/subreg-split-live-in-error.mir
    M llvm/test/CodeGen/AMDGPU/token-factor-inline-limit-test.ll
    A llvm/test/CodeGen/AMDGPU/verify-constant-bus-violations.mir
    A llvm/test/CodeGen/AMDGPU/waitcnt-meta-instructions.mir
    M llvm/test/CodeGen/AMDGPU/waitcnt-vscnt.ll
    M llvm/test/CodeGen/AMDGPU/widen-smrd-loads.ll
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-binops.mir
    M llvm/test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/arm-storebytesmerge.ll
    M llvm/test/CodeGen/ARM/cmse-clear-float-hard.ll
    A llvm/test/CodeGen/ARM/cmse-errors.ll
    A llvm/test/CodeGen/ARM/constant-island-SOImm-limit16.mir
    A llvm/test/CodeGen/ARM/fminmax-folds.ll
    M llvm/test/CodeGen/ARM/fp16-bitcast.ll
    M llvm/test/CodeGen/ARM/global-merge-dllexport.ll
    A llvm/test/CodeGen/ARM/machine-outliner-calls.mir
    M llvm/test/CodeGen/ARM/machine-outliner-default.mir
    A llvm/test/CodeGen/ARM/memcpy-const-vol-struct.ll
    A llvm/test/CodeGen/ARM/parity.ll
    M llvm/test/CodeGen/ARM/pr45824.ll
    A llvm/test/CodeGen/ARM/pr47454.ll
    M llvm/test/CodeGen/ARM/ssat.ll
    M llvm/test/CodeGen/ARM/usat.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmax-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmin-legalization-soft-float.ll
    A llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-soft-float.ll
    M llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-split-masked.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-truncate-legal.ll
    M llvm/test/CodeGen/Hexagon/autohvx/isel-truncate.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-memop.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-store.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-illegal-elem.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-op.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate-pair.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-widen-truncate.ll
    R llvm/test/CodeGen/Hexagon/autohvx/short-store-widen.ll
    A llvm/test/CodeGen/Hexagon/autohvx/widen-ext.ll
    A llvm/test/CodeGen/Hexagon/autohvx/widen-trunc.ll
    A llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval-reset.ii
    M llvm/test/CodeGen/MIR/AArch64/addrspace-memoperands.mir
    M llvm/test/CodeGen/MIR/AArch64/mir-canon-constant-pool-hash.mir
    M llvm/test/CodeGen/MIR/AArch64/mir-canon-jump-table.mir
    M llvm/test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
    M llvm/test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
    M llvm/test/CodeGen/MIR/AArch64/mirnamer.mir
    M llvm/test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir
    M llvm/test/CodeGen/MIR/AMDGPU/mircanon-memoperands.mir
    M llvm/test/CodeGen/MIR/AMDGPU/parse-order-reserved-regs.mir
    M llvm/test/CodeGen/MIR/Generic/CFPImmMIRCanonHash.mir
    M llvm/test/CodeGen/MIR/X86/mir-canon-hash-bb.mir
    M llvm/test/CodeGen/MIR/X86/mir-namer-hash-frameindex.mir
    M llvm/test/CodeGen/MIR/X86/mircanon-flags.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s32.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s64.ll
    M llvm/test/CodeGen/Mips/xray-mips-attribute-instrumentation.ll
    M llvm/test/CodeGen/Mips/xray-section-group.ll
    A llvm/test/CodeGen/PowerPC/GlobalISel/irtranslator-ret.ll
    A llvm/test/CodeGen/PowerPC/GlobalISel/legalize-ret.mir
    M llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
    A llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
    M llvm/test/CodeGen/PowerPC/atomics-indexed.ll

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: ee31a8eac31ede389f3b523d5c76271fc59d87ce
      https://github.com/llvm/llvm-project/commit/ee31a8eac31ede389f3b523d5c76271fc59d87ce
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    A clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
    A clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    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/TransformerClangTidyCheck.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/CodeComplete.h
    M clang-tools-extra/clangd/CodeCompletionStrings.cpp
    M clang-tools-extra/clangd/Diagnostics.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/Hover.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Quality.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/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/benchmarks/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/CompletionModel/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/CompletionModel/DecisionForestBenchmark.cpp
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.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/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/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/quality/CompletionModelCodegen.py
    M clang-tools-extra/clangd/quality/model/features.json
    M clang-tools-extra/clangd/quality/model/forest.json
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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
    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/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/ObjCLocalizeStringLiteral.cpp
    A clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.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
    M clang-tools-extra/clangd/support/CMakeLists.txt
    A clang-tools-extra/clangd/support/MemoryTree.cpp
    A clang-tools-extra/clangd/support/MemoryTree.h
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/support/Trace.h
    A clang-tools-extra/clangd/test/check-fail.test
    A clang-tools-extra/clangd/test/check.test
    M clang-tools-extra/clangd/test/document-link.test
    M clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    M clang-tools-extra/clangd/test/rename.test
    M clang-tools-extra/clangd/test/symbols.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    A clang-tools-extra/clangd/tool/Check.cpp
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompletionStringsTests.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/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.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
    A clang-tools-extra/clangd/unittests/support/MemoryTreeTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/android-comparison-in-temp-failure-retry.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
    R clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-alias-decls.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-make-unique.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-function-cognitive-complexity.rst
    M clang-tools-extra/test/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/checkers/android-comparison-in-temp-failure-retry-custom-macro.c
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    R clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_cursor_kind.py
    M clang/cmake/caches/3-stage-base.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    A clang/docs/APINotes.rst
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ControlFlowIntegrity.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/ThreadSafetyAnalysis.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/ASTMatchers/ASTMatchers.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/BuiltinsPPC.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/Cuda.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    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/LangStandards.def
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/XRayArgs.h
    M clang/include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclObjC.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/ItaniumMangle.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/X86.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/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.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/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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/CodeGen/CGRecordLayout.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGValue.h
    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/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.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/AVR.cpp
    M clang/lib/Driver/ToolChains/Ananas.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.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/CrossWindows.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/DragonFly.cpp
    M clang/lib/Driver/ToolChains/Flang.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    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/Hexagon.cpp
    M clang/lib/Driver/ToolChains/InterfaceStubs.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/Minix.cpp
    M clang/lib/Driver/ToolChains/Myriad.cpp
    M clang/lib/Driver/ToolChains/NaCl.cpp
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/XCore.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Edit/RewriteObjCFoundationAPI.cpp
    M clang/lib/Format/CMakeLists.txt
    M clang/lib/Format/FormatToken.h
    A clang/lib/Format/MacroExpander.cpp
    A clang/lib/Format/Macros.h
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Headers/CMakeLists.txt
    A clang/lib/Headers/__clang_hip_cmath.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/cpuid.h
    A clang/lib/Headers/hresetintrin.h
    M clang/lib/Headers/immintrin.h
    A clang/lib/Headers/keylockerintrin.h
    A clang/lib/Headers/x86gprintrin.h
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.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/Sema/UsedDeclVisitor.h
    M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.apinotes
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.h
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKitExplicitNullability.h
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit_private.apinotes
    M clang/test/AST/ast-dump-decl-json.m
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_3.cpp
    M clang/test/AST/ast-dump-recovery.c
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/attr-swift_private.m
    A clang/test/AST/const-fpfeatures.c
    A clang/test/AST/const-fpfeatures.cpp
    M clang/test/ASTMerge/struct/test.c
    M clang/test/Analysis/eval-predefined-exprs.cpp
    M clang/test/Analysis/smart-ptr-text-output.cpp
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/CXX/class/class.bit/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
    M clang/test/CodeGen/X86/avx-builtins.c
    M clang/test/CodeGen/X86/avx-shuffle-builtins.c
    A clang/test/CodeGen/X86/avx-union.c
    M clang/test/CodeGen/X86/avx512-reduceIntrin.c
    M clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
    A clang/test/CodeGen/X86/keylocker.c
    M clang/test/CodeGen/X86/sse-builtins-constrained-cmp.c
    M clang/test/CodeGen/X86/sse-builtins.c
    M clang/test/CodeGen/X86/sse2-builtins.c
    M clang/test/CodeGen/aapcs-bitfield.c
    M clang/test/CodeGen/aarch64-branch-protection-attr.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-sign-return-address.c
    A clang/test/CodeGen/aix-alignment.c
    R clang/test/CodeGen/aix-complex.c
    A clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
    M clang/test/CodeGen/arm64_32-vaarg.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/bitfield-2.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
    M clang/test/CodeGen/bpf-preserve-access-index.c
    M clang/test/CodeGen/builtin-bpf-btf-type-id.c
    A clang/test/CodeGen/builtin-nan-exception.c
    M clang/test/CodeGen/builtin-nan-legacy.c
    M clang/test/CodeGen/builtin-preserve-access-index-typedef.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-1.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-2.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-3.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/code-coverage-tsan.c
    M clang/test/CodeGen/complex-builtins.c
    M clang/test/CodeGen/complex-libcalls.c
    A clang/test/CodeGen/debug-info-block-expr.c
    M clang/test/CodeGen/hwasan-new-pm.c
    M clang/test/CodeGen/lto-newpm-pipeline.c
    M clang/test/CodeGen/math-builtins.c
    M clang/test/CodeGen/math-libcalls.c
    M clang/test/CodeGen/mips-unsupported-nan.c
    A clang/test/CodeGen/powerpc-c99complex.c
    A clang/test/CodeGen/setjmp.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/tsan-instrprof-atomic.c
    M clang/test/CodeGen/volatile.c
    A clang/test/CodeGen/x86-hreset-intrin.c
    A clang/test/CodeGen/xray-function-groups.cpp
    A clang/test/CodeGen/zos-alignment.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    R clang/test/CodeGenCXX/aarch64-sign-return-address-static-ctor.cpp
    A clang/test/CodeGenCXX/aix-alignment.cpp
    M clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    A clang/test/CodeGenCXX/attr-likelihood-if-vs-builtin-expect.cpp
    A clang/test/CodeGenCXX/debug-info-atexit-stub.cpp
    A clang/test/CodeGenCXX/debug-info-destroy-helper.cpp
    M clang/test/CodeGenCXX/debug-info-global-ctor-dtor.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-line.cpp
    A clang/test/CodeGenCXX/ubsan-nullability-arg.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    M clang/test/CodeGenCXX/virtual-function-elimination.cpp
    M clang/test/CodeGenCXX/weak-external.cpp
    R clang/test/CodeGenCoroutines/coro-semmetric-transfer.cpp
    A clang/test/CodeGenCoroutines/coro-symmetric-transfer.cpp
    M clang/test/CodeGenObjC/attr-availability.m
    M clang/test/CodeGenObjC/exceptions.m
    A clang/test/CodeGenObjC/non-runtime-protocol.m
    M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/fpmath.cl
    A clang/test/CodeGenSYCL/convergent.cpp
    R clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/basic_darwin_sdk_usr_cxx_v1/usr/include/c++/v1/.keep
    A clang/test/Driver/Inputs/basic_darwin_sdk_usr_cxx_v1/usr/lib/.keep
    A clang/test/Driver/Inputs/hip_multiple_inputs/instrument.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aarch64-dotprod.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/aix-rtlib.c
    M clang/test/Driver/amdgpu-features.c
    A clang/test/Driver/amdgpu-invalid-target-id.s
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/cuda-arch-translation.cu
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    A clang/test/Driver/fprofile-update.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-fpie-option.hip
    M clang/test/Driver/hip-invalid-target-id.hip
    A clang/test/Driver/hip-macros.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-output-file-name.hip
    M clang/test/Driver/hip-phases.hip
    A clang/test/Driver/hip-toolchain-device-only.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    A clang/test/Driver/ignore-xcoff-visibility.cpp
    M clang/test/Driver/opencl.cl
    A clang/test/Driver/pch-instantiate-templates.c
    M clang/test/Driver/riscv-cpus.c
    M clang/test/Driver/unknown-std.cl
    M clang/test/Driver/x86-march.c
    M clang/test/Driver/x86-mtune.c
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/fixed_point_conversions.c
    A clang/test/Frontend/fixed_point_conversions_const.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_unknown_conversions.c
    M clang/test/Frontend/stdlang.c
    M clang/test/Headers/arm-neon-header.c
    A clang/test/Index/Inputs/hidden-redecls-sub.h
    A clang/test/Index/Inputs/hidden-redecls.h
    M clang/test/Index/Inputs/module.map
    A clang/test/Index/hidden-redecls.m
    M clang/test/Layout/itanium-pack-and-align.cpp
    M clang/test/Layout/itanium-union-bitfield.cpp
    M clang/test/Lexer/constants.c
    A clang/test/Lexer/has_feature_cxx_abi_relative_vtable.cpp
    A clang/test/Lexer/multi-char-constants.c
    M 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
    M clang/test/Misc/warning-wall.c
    M clang/test/OpenMP/amdgcn_target_codegen.cpp
    M clang/test/OpenMP/declare_mapper_codegen.cpp
    M clang/test/OpenMP/distribute_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    M clang/test/OpenMP/for_ordered_clause.cpp
    M clang/test/OpenMP/for_simd_collapse_messages.cpp
    M clang/test/OpenMP/for_simd_safelen_messages.cpp
    M clang/test/OpenMP/for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/nvptx_SPMD_codegen.cpp
    M clang/test/OpenMP/nvptx_force_full_runtime_SPMD_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/simd_collapse_messages.cpp
    M clang/test/OpenMP/simd_safelen_messages.cpp
    M clang/test/OpenMP/simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_codegen.cpp
    A clang/test/OpenMP/target_incompatible_architecture_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_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_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/taskloop_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_simdlen_messages.cpp
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/c2x-attributes.c
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx0x-decl.cpp
    R clang/test/ParserSYCL/unique-stable-name.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/predefined-arch-macros-x86.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/predefined-macros.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/builtin-cpu-supports.c
    M clang/test/Sema/builtin-setjmp.c
    M clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/div-sizeof-ptr.cpp
    M clang/test/Sema/dllimport.c
    A clang/test/Sema/error-dependence.c
    M clang/test/Sema/fp16vec-sema.c
    M clang/test/Sema/implicit-builtin-decl.c
    M clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/struct-packed-align.c
    A clang/test/Sema/warn-printf-insufficient-data-args.c
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/access-base-class.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/attr-gnu.cpp
    M clang/test/SemaCXX/class.cpp
    M clang/test/SemaCXX/constant-expression-cxx1z.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    A clang/test/SemaCXX/cxx20-constinit.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/dllexport.cpp
    M clang/test/SemaCXX/dllimport.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/pr47804.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/warn-overaligned-type-thrown.cpp
    A clang/test/SemaObjC/attr-swift_private.m
    M clang/test/SemaObjCXX/arc-type-conversion.mm
    M clang/test/SemaObjCXX/overload.mm
    M clang/test/SemaTemplate/instantiate-var-template.cpp
    A clang/test/SemaTemplate/pr47676.cpp
    M clang/tools/CMakeLists.txt
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/libclang/FatalErrorHandler.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/CMakeLists.txt
    A clang/unittests/Format/MacroExpanderTest.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    A clang/unittests/Format/TestLexer.h
    M clang/unittests/StaticAnalyzer/TestReturnValueUnderConstruction.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    R clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCallExpr.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/SynthesisTest.cpp
    M clang/www/cxx_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_allocator.h
    M compiler-rt/lib/asan/asan_mapping.h
    M compiler-rt/lib/asan/asan_shadow_setup.cpp
    M compiler-rt/lib/asan/asan_stack.h
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/dfsan/dfsan_interceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/InstrProfilingFile.c
    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_syscalls.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_errno_codes.h
    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_linux_libcdep.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_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/scripts/litlint.py
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cpp
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    A compiler-rt/lib/scudo/standalone/options.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Linux/clang_gcc_abi.cpp
    M compiler-rt/test/asan/TestCases/Linux/ptrace.cpp
    M compiler-rt/test/asan/TestCases/Linux/vfork.cpp
    M compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
    M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/asan/lit.site.cfg.py.in
    A compiler-rt/test/dfsan/release_shadow_space.c
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/lsan/TestCases/many_threads_detach.cpp
    A compiler-rt/test/profile/instrprof-tmpdir.c
    A compiler-rt/test/sanitizer_common/TestCases/Linux/ptsname.c
    M compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
    M compiler-rt/test/sanitizer_common/android_commands/android_run.py
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/lit.site.cfg.py.in
    M debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb
    M flang/README.md
    M flang/include/flang/Common/real.h
    M flang/include/flang/Common/uint128.h
    R flang/include/flang/Common/unsigned-const-division.h
    M flang/include/flang/Decimal/binary-floating-point.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/constant.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Frontend/CompilerInvocation.h
    A flang/include/flang/Frontend/TextDiagnostic.h
    A flang/include/flang/Frontend/TextDiagnosticBuffer.h
    A flang/include/flang/Frontend/TextDiagnosticPrinter.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Todo.h
    M flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Frontend/CMakeLists.txt
    M flang/lib/Frontend/CompilerInstance.cpp
    M flang/lib/Frontend/CompilerInvocation.cpp
    A flang/lib/Frontend/TextDiagnostic.cpp
    A flang/lib/Frontend/TextDiagnosticBuffer.cpp
    A flang/lib/Frontend/TextDiagnosticPrinter.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-io.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/buffer.h
    M flang/runtime/descriptor-io.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-input.h
    M flang/runtime/edit-output.cpp
    M flang/runtime/edit-output.h
    M flang/runtime/file.cpp
    M flang/runtime/format-implementation.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/stop.cpp
    M flang/runtime/stop.h
    M flang/runtime/type-code.cpp
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/Flang-Driver/driver-error-cc1.c
    M flang/test/Flang-Driver/driver-error-cc1.cpp
    M flang/test/Flang-Driver/driver-help.f90
    M flang/test/Flang-Driver/driver-version.f90
    M flang/test/Flang-Driver/missing-input.f90
    A flang/test/Parser/acc-unparse.f90
    M flang/test/Parser/compiler-directives.f90
    A flang/test/Parser/omp-atomic-unparse.f90
    M flang/test/Semantics/acc-clause-validity.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call05.f90
    A flang/test/Semantics/final01.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve55.f90
    A flang/test/Semantics/save01.f90
    M flang/tools/flang-driver/driver.cpp
    M flang/tools/flang-driver/fc1_main.cpp
    M flang/unittests/Frontend/CMakeLists.txt
    M flang/unittests/Frontend/CompilerInstanceTest.cpp
    M flang/unittests/Runtime/hello.cpp
    M libc/benchmarks/Memcpy.cpp
    M libc/utils/buildbot/Dockerfile
    M libc/utils/buildbot/run.sh
    M libclc/CMakeLists.txt
    M libclc/generic/lib/gen_convert.py
    M libcxx/CMakeLists.txt
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/cmake/caches/Apple.cmake
    A libcxx/cmake/caches/Generic-nodebug.cmake
    M libcxx/docs/DesignDocs/FeatureTestMacros.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__hash_table
    M libcxx/include/__locale
    M libcxx/include/__mutex_base
    M libcxx/include/__split_buffer
    M libcxx/include/__sso_allocator
    M libcxx/include/__tree
    M libcxx/include/array
    M libcxx/include/compare
    M libcxx/include/iterator
    M libcxx/include/list
    M libcxx/include/locale
    M libcxx/include/memory
    M libcxx/include/new
    M libcxx/include/sstream
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/type_traits
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/lib/abi/CMakeLists.txt
    M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
    R libcxx/lib/libc++abi-exceptions.exp
    R libcxx/lib/libc++abi-exceptions.sjlj.exp
    R libcxx/lib/libc++abi-new-delete.exp
    M libcxx/src/CMakeLists.txt
    M libcxx/src/atomic.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/libcxx/atomics/ext-int.verify.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_copy.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_size_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/pop_back_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cback.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cfront.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cindex.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_index.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/pop_back_empty.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_bucket.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_rvalue.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_insert_hint_rvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_abort.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/debug/debug_register.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/failed.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/numerics/clamp_to_integral.pass.cpp
    M libcxx/test/libcxx/selftest/compile.fail.cpp/compile-error.compile.fail.cpp
    M libcxx/test/libcxx/selftest/compile.fail.cpp/compile-success.compile.fail.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/compile-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/compile-success.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/link-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/run-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/fail.cpp/compile-success.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics-unmarked.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/right-diagnostic.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/wrong-diagnostic.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/compile-error.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/link-error.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/link-success.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/compile-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/link-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/link-success.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/run-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/compile-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/link-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/run-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/run-success.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/werror.pass.cpp
    M libcxx/test/libcxx/selftest/pass.mm/compile-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/link-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/no-arc.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/run-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/run-success.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/use-objective-cxx.pass.mm
    M libcxx/test/libcxx/selftest/run.fail.cpp/compile-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/link-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/run-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/run-success.run.fail.cpp
    M libcxx/test/libcxx/selftest/sh.cpp/werror.sh.cpp
    M libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics-unmarked.verify.cpp
    M libcxx/test/libcxx/selftest/verify.cpp/no-werror.verify.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_back.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cback.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cfront.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cindex.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_front.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_index.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_2.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_3.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_4.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_5.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_6.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/clear_and_shrink_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_db2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db3.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_pop_back_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_char_db1.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_size_char_db1.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_variant_overloads_impl.sh.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
    M libcxx/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/sort_pred.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/bucket.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_rvalue.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_local_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.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/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.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/lit.local.cfg
    M libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
    R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.compile.fail.cpp
    A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.verify.cpp
    R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.fail.cpp
    A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.verify.cpp
    M libcxx/test/std/input.output/iostream.objects/init.pass.cpp
    A libcxx/test/std/language.support/cmp/cmp.categories.pre/zero_type.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t_declaration.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max.pass.cpp
    M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
    M libcxx/test/std/namespace/addressable_functions.sh.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.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/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
    M libcxx/test/std/re/re.const/re.matchflag/match_prev_avail.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_back.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cback.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cfront.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cindex.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_front.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_index.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_2.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_3.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_4.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_5.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_6.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_7.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_8.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp
    A libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.compile.pass.cpp
    R libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/type.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.fail.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_ptr.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/cref.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.incomplete.compile.fail.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/hash_code.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/name.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
    M libcxx/test/support/container_debug_tests.h
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/platform_support.h
    M libcxx/test/support/private_constructor.h
    M libcxx/test/support/test.support/test_macros_header.no_rtti.verify.cpp
    M libcxx/test/support/test.support/test_macros_header.rtti.pass.cpp
    A libcxx/utils/ci/Dockerfile
    M libcxx/utils/ci/apple-install-libcxx.sh
    A libcxx/utils/ci/buildkite-pipeline-trigger.sh
    A libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/macos-backdeployment.sh
    A libcxx/utils/ci/macos-ci-setup
    A libcxx/utils/ci/phabricator-report
    A libcxx/utils/ci/run-buildbot.sh
    A libcxx/utils/ci/secrets.env
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/google-benchmark/AUTHORS
    M libcxx/utils/google-benchmark/CONTRIBUTORS
    M libcxx/utils/google-benchmark/README.LLVM
    M libcxx/utils/google-benchmark/src/cycleclock.h
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/merge_archives.py
    M libcxx/utils/ssh.py
    M libcxxabi/CMakeLists.txt
    R libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/test/backtrace_test.pass.cpp
    M libcxxabi/test/catch_array_01.pass.cpp
    M libcxxabi/test/catch_array_02.pass.cpp
    M libcxxabi/test/catch_class_01.pass.cpp
    M libcxxabi/test/catch_class_02.pass.cpp
    M libcxxabi/test/catch_class_03.pass.cpp
    M libcxxabi/test/catch_class_04.pass.cpp
    M libcxxabi/test/catch_const_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_function_01.pass.cpp
    M libcxxabi/test/catch_function_02.pass.cpp
    M libcxxabi/test/catch_function_03.pass.cpp
    M libcxxabi/test/catch_in_noexcept.pass.cpp
    M libcxxabi/test/catch_member_data_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
    M libcxxabi/test/catch_member_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_multi_level_pointer.pass.cpp
    M libcxxabi/test/catch_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_pointer_reference.pass.cpp
    M libcxxabi/test/catch_ptr.pass.cpp
    M libcxxabi/test/catch_ptr_02.pass.cpp
    M libcxxabi/test/catch_reference_nullptr.pass.cpp
    M libcxxabi/test/cxa_bad_typeid.pass.cpp
    M libcxxabi/test/cxa_thread_atexit_test.pass.cpp
    M libcxxabi/test/dynamic_cast.pass.cpp
    M libcxxabi/test/dynamic_cast14.pass.cpp
    M libcxxabi/test/dynamic_cast3.pass.cpp
    M libcxxabi/test/dynamic_cast5.pass.cpp
    M libcxxabi/test/dynamic_cast_stress.pass.cpp
    M libcxxabi/test/exception_object_alignment.2.pass.cpp
    M libcxxabi/test/exception_object_alignment.pass.cpp
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/guard_threaded_test.pass.cpp
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/inherited_exception.pass.cpp
    M libcxxabi/test/support/timer.h
    M libcxxabi/test/test_aux_runtime.pass.cpp
    M libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/test_exception_address_alignment.pass.cpp
    M libcxxabi/test/test_exception_storage.pass.cpp
    M libcxxabi/test/test_fallback_malloc.pass.cpp
    M libcxxabi/test/test_guard.pass.cpp
    M libcxxabi/test/test_vector1.pass.cpp
    M libcxxabi/test/test_vector2.pass.cpp
    M libcxxabi/test/test_vector3.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libcxxabi/test/unittest_demangle.pass.cpp
    M libcxxabi/test/unwind_01.pass.cpp
    M libcxxabi/test/unwind_02.pass.cpp
    M libcxxabi/test/unwind_03.pass.cpp
    M libcxxabi/test/unwind_04.pass.cpp
    M libcxxabi/test/unwind_05.pass.cpp
    M libcxxabi/test/unwind_06.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/assembly.h
    M libunwind/test/CMakeLists.txt
    A libunwind/test/alignment.compile.pass.cpp
    R libunwind/test/alignment.pass.cpp
    M libunwind/test/frameheadercache_test.pass.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M libunwind/test/libunwind_02.pass.cpp
    M libunwind/test/signal_frame.pass.cpp
    M libunwind/test/signal_unwind.pass.cpp
    M libunwind/test/unw_getcontext.pass.cpp
    M libunwind/test/unwind_leaffunction.pass.cpp
    M lld/COFF/Config.h
    M lld/COFF/DLL.cpp
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    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/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/Symbols.h
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/Common/Timer.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Thunks.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/WebAssembly.rst
    M lld/include/lld/Common/ErrorHandler.h
    M lld/test/CMakeLists.txt
    A lld/test/COFF/Inputs/precomp2-a.yaml
    A lld/test/COFF/Inputs/precomp2.yaml
    A lld/test/COFF/Inputs/tlssup-32.ll
    A lld/test/COFF/Inputs/tlssup-64.ll
    A lld/test/COFF/giats.s
    M lld/test/COFF/pdb-global-hashes.test
    M lld/test/COFF/pdb-procid-remapping.test
    M lld/test/COFF/pdb-type-server-missing.yaml
    M lld/test/COFF/pdb-type-server-simple.test
    M lld/test/COFF/precomp-link.test
    A lld/test/COFF/precomp-summary-fail.test
    M lld/test/COFF/s_udt.s
    M lld/test/COFF/subsystem.test
    A lld/test/COFF/thinlto-module-order.ll
    A lld/test/COFF/tls-alignment-32.ll
    A lld/test/COFF/tls-alignment-64.ll
    M lld/test/COFF/version.test
    M lld/test/ELF/invalid/data-encoding.test
    M lld/test/ELF/invalid/invalid-file-class.test
    A lld/test/ELF/lto/amdgcn-oses.ll
    A lld/test/ELF/lto/mllvm.ll
    M lld/test/ELF/lto/wrap-1.ll
    A lld/test/ELF/ppc64-tls-pcrel-gd.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/weak-undef-lib.s
    A lld/test/MachO/abs-symbols.s
    M lld/test/MachO/arch.s
    M lld/test/MachO/archive.s
    M lld/test/MachO/bss.s
    M lld/test/MachO/common-symbol-coalescing.s
    M lld/test/MachO/common-symbol-resolution.s
    A lld/test/MachO/compact-unwind-pie.s
    M lld/test/MachO/compact-unwind.test
    M lld/test/MachO/dso-handle.s
    M lld/test/MachO/dylib.s
    M lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/fat-arch.s
    M lld/test/MachO/filelist.s
    M lld/test/MachO/force-load.s
    M lld/test/MachO/framework.s
    M lld/test/MachO/headerpad.s
    M lld/test/MachO/indirect-symtab.s
    A lld/test/MachO/invalid/abs-duplicate.s
    M lld/test/MachO/invalid/alignment-too-large.yaml
    M lld/test/MachO/invalid/archive-no-index.s
    M lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/invalid/bad-got-to-dylib-tlv-reference.s
    M lld/test/MachO/invalid/bad-got-to-tlv-reference.s
    M lld/test/MachO/invalid/bad-tlv-def.s
    M lld/test/MachO/invalid/bad-tlv-opcode.s
    M lld/test/MachO/invalid/bad-tlv-relocation.s
    M lld/test/MachO/invalid/dso-handle-duplicate.s
    M lld/test/MachO/invalid/duplicate-symbol.s
    M lld/test/MachO/invalid/invalid-executable.s
    M lld/test/MachO/invalid/invalid-fat-narch.s
    M lld/test/MachO/invalid/invalid-fat-offset.s
    M lld/test/MachO/invalid/invalid-relocation-length.yaml
    M lld/test/MachO/invalid/invalid-relocation-pcrel.yaml
    M lld/test/MachO/invalid/invalid-stub.s
    M lld/test/MachO/invalid/missing-dylib.s
    M lld/test/MachO/invalid/no-filelist.s
    M lld/test/MachO/invalid/no-id-dylink.yaml
    M lld/test/MachO/invalid/no-such-file.s
    M lld/test/MachO/invalid/order-file-bad-arch.test
    M lld/test/MachO/invalid/order-file-bad-objfile.test
    M lld/test/MachO/invalid/reserved-section-name.s
    M lld/test/MachO/invalid/stub-link.s
    M lld/test/MachO/invalid/undefined-symbol.s
    M lld/test/MachO/lc-build-version.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/linkedit-contiguity.s
    A lld/test/MachO/lit.local.cfg
    M lld/test/MachO/load-commands.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/no-unneeded-dyld-info.s
    M lld/test/MachO/nonweak-definition-override.s
    M lld/test/MachO/objc.s
    M lld/test/MachO/order-file.s
    M lld/test/MachO/platform-version.s
    M lld/test/MachO/reexport-stub.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/resolution.s
    M lld/test/MachO/rpath.s
    M lld/test/MachO/search-paths.test
    M lld/test/MachO/sectcreate.s
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/static-link.s
    M lld/test/MachO/stub-framework.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    M lld/test/MachO/subsections-section-relocs.s
    M lld/test/MachO/subsections-symbol-relocs.s
    M lld/test/MachO/symbol-order.s
    M lld/test/MachO/symtab.s
    M lld/test/MachO/syslibroot.test
    M lld/test/MachO/tlv-dylib.s
    M lld/test/MachO/tlv.s
    M lld/test/MachO/weak-binding.s
    M lld/test/MachO/weak-definition-direct-fetch.s
    M lld/test/MachO/weak-definition-indirect-fetch.s
    M lld/test/MachO/weak-definition-order.s
    M lld/test/MachO/weak-definition-over-dysym.s
    M lld/test/MachO/weak-header-flags.s
    M lld/test/MachO/weak-import.s
    M lld/test/MachO/x86-64-reloc-got-load.s
    M lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    M lld/test/MinGW/driver.test
    M lld/test/lit.cfg.py
    M lld/test/lit.site.cfg.py.in
    A lld/test/wasm/Inputs/ctor-ctor.s
    A lld/test/wasm/Inputs/ctor-lib.s
    A lld/test/wasm/Inputs/ctor-setup-call-def.s
    A lld/test/wasm/Inputs/ctor-setup.s
    A lld/test/wasm/Inputs/ctor-start.s
    M lld/test/wasm/alias.s
    A lld/test/wasm/bsymbolic.s
    M lld/test/wasm/call-indirect.ll
    A lld/test/wasm/command-exports-no-tors.s
    A lld/test/wasm/command-exports.s
    A lld/test/wasm/ctor-gc-setup.test
    A lld/test/wasm/ctor-gc.test
    A lld/test/wasm/ctor-no-gc.test
    M lld/test/wasm/export-table.test
    M lld/test/wasm/growable-table.test
    M lld/test/wasm/import-table.test
    R lld/test/wasm/init-fini-gc.ll
    A lld/test/wasm/init-fini-no-gc.ll
    M lld/test/wasm/local-symbols.ll
    M lld/test/wasm/locals-duplicate.test
    A lld/test/wasm/mutable-global-exports.s
    M lld/test/wasm/mutable-globals.s
    M lld/test/wasm/pie.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/shared-memory-no-atomics.yaml
    M lld/test/wasm/shared-memory.yaml
    M lld/test/wasm/shared.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/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/MarkLive.cpp
    M lld/wasm/Options.td
    M lld/wasm/Relocations.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 lldb/bindings/macros.swig
    M lldb/bindings/python/python-swigsafecast.swig
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonAndSwig.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/cmake/modules/LLDBGenerateConfig.cmake
    M lldb/docs/.htaccess
    M lldb/docs/conf.py
    A lldb/docs/design/overview.rst
    A lldb/docs/design/reproducers.rst
    A lldb/docs/design/sbapi.rst
    A lldb/docs/design/structureddataplugins.md
    M lldb/docs/index.rst
    M lldb/docs/lldb-platform-packets.txt
    R lldb/docs/resources/architecture.rst
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/build.rst
    R lldb/docs/resources/reproducers.rst
    R lldb/docs/resources/sbapi.rst
    M lldb/docs/resources/test.rst
    R lldb/docs/structured_data/DarwinLog.md
    R lldb/docs/structured_data/StructuredDataPlugins.md
    M lldb/docs/use/python-reference.rst
    A lldb/docs/use/qemu-testing.rst
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/Core/Architecture.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/windows/HostThreadWindows.h
    M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/Trace.h
    A lldb/include/lldb/Target/TraceSessionFileParser.h
    R lldb/include/lldb/Target/TraceSettingsParser.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    A lldb/include/lldb/Utility/UnimplementedError.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/packages/Python/lldbsuite/test/builders/darwin.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    A lldb/packages/Python/lldbsuite/test/make/entitlements-simulator.plist
    M lldb/packages/Python/lldbsuite/test/test_categories.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/packages/Python/lldbsuite/test_event/build_exception.py
    A lldb/scripts/lldb-test-qemu/rootfs.sh
    A lldb/scripts/lldb-test-qemu/run-qemu.sh
    A lldb/scripts/lldb-test-qemu/setup.sh
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBFunction.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBLineEntry.cpp
    M lldb/source/API/SBQueueItem.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/CMakeLists.txt
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectTrace.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Host/common/PseudoTerminal.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
    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/ClangHost.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    M lldb/source/Plugins/Process/CMakeLists.txt
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
    A lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.h
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    A lldb/source/Plugins/Process/Trace/CMakeLists.txt
    A lldb/source/Plugins/Process/Trace/ProcessTrace.cpp
    A lldb/source/Plugins/Process/Trace/ProcessTrace.h
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
    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/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
    M lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/ThreadIntelPT.cpp
    A lldb/source/Plugins/Trace/intel-pt/ThreadIntelPT.h
    M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
    M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSessionFileParser.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSessionFileParser.h
    R lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.cpp
    R lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.h
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/SymbolVendor.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/OperatingSystem.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Trace.cpp
    A lldb/source/Target/TraceSessionFileParser.cpp
    R lldb/source/Target/TraceSettingsParser.cpp
    M lldb/source/Target/UnixSignals.cpp
    M lldb/source/Target/UnwindAssembly.cpp
    M lldb/source/Utility/CMakeLists.txt
    A lldb/source/Utility/UnimplementedError.cpp
    M lldb/source/lldb.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/assert_messages_test/TestAssertMessages.py
    A lldb/test/API/commands/expression/error-limit/Makefile
    A lldb/test/API/commands/expression/error-limit/TestExprErrorLimit.py
    A lldb/test/API/commands/expression/error-limit/main.cpp
    M lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py
    M lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp
    M lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr/main.cpp
    M lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
    M lldb/test/API/commands/expression/persistent_variables/TestPersistentVariables.py
    M lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    M lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    M lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    M lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    M lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    M lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    M lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    M lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    A lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py
    M lldb/test/API/commands/target/stop-hooks/TestStopHooks.py
    M lldb/test/API/commands/target/stop-hooks/main.c
    A lldb/test/API/commands/target/stop-hooks/stop_hook.py
    A lldb/test/API/commands/trace/TestTraceDumpInstructions.py
    M lldb/test/API/commands/trace/TestTraceLoad.py
    M lldb/test/API/commands/trace/TestTraceSchema.py
    A lldb/test/API/commands/trace/intelpt-trace/trace_2threads.json
    M lldb/test/API/driver/batch_mode/TestBatchMode.py
    A lldb/test/API/functionalities/asan/.categories
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/TestDataFormatterLibcxxDeque.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/main.cpp
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/memory-region/TestMemoryRegion.py
    A lldb/test/API/functionalities/mtc/.categories
    A lldb/test/API/functionalities/tsan/.categories
    A lldb/test/API/functionalities/ubsan/.categories
    M lldb/test/API/lang/c/bitfields/TestBitfields.py
    M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    A lldb/test/API/macosx/lc-note/firmware-corefile/Makefile
    A lldb/test/API/macosx/lc-note/firmware-corefile/TestFirmwareCorefiles.py
    A lldb/test/API/macosx/lc-note/firmware-corefile/bout.mk
    A lldb/test/API/macosx/lc-note/firmware-corefile/create-empty-corefile.cpp
    A lldb/test/API/macosx/lc-note/firmware-corefile/main.c
    M lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    M lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
    M lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
    M lldb/test/API/types/TestRecursiveTypes.py
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/Commands/Inputs/stop_hook.py
    A lldb/test/Shell/Commands/command-stop-hook-output.test
    M lldb/test/Shell/Process/TestAbortExitCode.test
    A lldb/test/Shell/Register/Inputs/x86-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/x86-fp-write.cpp
    A lldb/test/Shell/Register/Inputs/x86-multithread-read.cpp
    A lldb/test/Shell/Register/Inputs/x86-multithread-write.cpp
    A lldb/test/Shell/Register/x86-64-fp-write.test
    A lldb/test/Shell/Register/x86-fp-read.test
    A lldb/test/Shell/Register/x86-fp-write.test
    A lldb/test/Shell/Register/x86-multithread-read.test
    A lldb/test/Shell/Register/x86-multithread-write.test
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    M lldb/test/Unit/lit.site.cfg.py.in
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/lldb-server/CMakeLists.txt
    M lldb/tools/lldb-server/lldb-gdbserver.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Host/SocketTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/ir_test.go
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CheckAtomic.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AdvancedBuilds.rst
    M llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/CommandGuide/llvm-readobj.rst
    M llvm/docs/CompilerWriterInfo.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Extensions.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/HowToUpdateDebugInfo.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/TableGen/BackGuide.rst
    M llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/WritingAnLLVMNewPMPass.rst
    M llvm/docs/XRay.rst
    A llvm/docs/loop-guard.svg
    A llvm/docs/loop-irreducible.svg
    A llvm/docs/loop-merge.svg
    A llvm/docs/loop-nested.svg
    A llvm/docs/loop-nonmaximal.svg
    A llvm/docs/loop-separate.svg
    A llvm/docs/loop-single.svg
    A llvm/docs/loop-terminology.svg
    M llvm/examples/CMakeLists.txt
    M llvm/examples/Kaleidoscope/Chapter2/toy.cpp
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/RemoteJITUtils.h
    R llvm/examples/ThinLtoJIT/CMakeLists.txt
    R llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.h
    R llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
    R llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoJIT.h
    R llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.h
    R llvm/examples/ThinLtoJIT/bench
    R llvm/examples/ThinLtoJIT/main.cpp
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/ADT/APFixedPoint.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/DivergenceAnalysis.h
    M llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Analysis/LazyValueInfo.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/BinaryFormat/COFF.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    A llvm/include/llvm/BinaryFormat/WasmTraits.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/AsmPrinterHandler.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CalcSpillWeights.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveIntervals.h
    M llvm/include/llvm/CodeGen/LiveRegMatrix.h
    M llvm/include/llvm/CodeGen/MachinePassManager.h
    M llvm/include/llvm/CodeGen/Register.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
    M llvm/include/llvm/CodeGen/StackMaps.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/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/CodeGen/VirtRegMap.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
    M llvm/include/llvm/Frontend/OpenACC/ACC.td
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Constant.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Intrinsics.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/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/RuntimeLibcalls.def
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCParser/MCAsmLexer.h
    M llvm/include/llvm/MC/MCRegister.h
    M llvm/include/llvm/MC/MCRegisterInfo.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/include/llvm/MC/MCWinCOFFStreamer.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/SymbolicFile.h
    M llvm/include/llvm/Object/Wasm.h
    R llvm/include/llvm/Object/WasmTraits.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/ObjectYAML/WasmYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
    M llvm/include/llvm/Support/ExitCodes.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/LineIterator.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/MemoryBuffer.h
    A llvm/include/llvm/Support/MemoryBufferRef.h
    M llvm/include/llvm/Support/RISCVTargetParser.def
    M llvm/include/llvm/Support/SourceMgr.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/TableGen/Record.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    A llvm/include/llvm/Target/GlobalISel/Combine.td.rej
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/Transforms/Coroutines.h
    M llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
    A llvm/include/llvm/Transforms/IPO/LoopExtractor.h
    M llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
    M llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
    M llvm/include/llvm/Transforms/Scalar.h
    A llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h
    A llvm/include/llvm/Transforms/Scalar/LoopFlatten.h
    A llvm/include/llvm/Transforms/Scalar/LoopInterchange.h
    A llvm/include/llvm/Transforms/Scalar/LoopReroll.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
    A llvm/include/llvm/Transforms/Utils/FixIrreducible.h
    A llvm/include/llvm/Transforms/Utils/MetaRenamer.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    A llvm/include/llvm/Transforms/Utils/StripGCRelocates.h
    A llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/CostModel.cpp
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/DivergenceAnalysis.cpp
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/BinaryFormat/Wasm.cpp
    M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AllocationOrder.cpp
    M llvm/lib/CodeGen/AllocationOrder.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
    M llvm/lib/CodeGen/AsmPrinter/WasmException.cpp
    M llvm/lib/CodeGen/AsmPrinter/WasmException.h
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/ExpandReductions.cpp
    M llvm/lib/CodeGen/FixupStatepointCallerSaved.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/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/ImplicitNullChecks.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/InterferenceCache.cpp
    M llvm/lib/CodeGen/InterferenceCache.h
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    M llvm/lib/CodeGen/LiveRegMatrix.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineCSE.cpp
    M llvm/lib/CodeGen/MachineCopyPropagation.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineSink.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBase.h
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.h
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SplitKit.cpp
    M llvm/lib/CodeGen/SplitKit.h
    M llvm/lib/CodeGen/StackMaps.cpp
    M llvm/lib/CodeGen/TailDuplicator.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/lib/CodeGen/TypePromotion.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/CodeGen/VirtRegMap.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/RecordName.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/MC/MCAsmInfoXCOFF.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmLexer.cpp
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/MC/MCWinCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/ELFObjectFile.cpp
    M llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/lib/Object/SymbolicFile.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/WasmEmitter.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFixedPoint.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/JSON.cpp
    M llvm/lib/Support/KnownBits.cpp
    M llvm/lib/Support/LineIterator.cpp
    M llvm/lib/Support/LowLevelType.cpp
    A llvm/lib/Support/MemoryBufferRef.cpp
    M llvm/lib/Support/SourceMgr.cpp
    M llvm/lib/Support/TargetParser.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/TableGen/CMakeLists.txt
    A llvm/lib/TableGen/DetailedRecordsBackend.cpp
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/TableGen/Main.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/TableGenBackendSkeleton.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64BranchTargets.cpp
    M llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    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/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
    M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNProcessors.td
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    M llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/AMDGPU/VOPInstructions.td
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMSchedule.td
    M llvm/lib/Target/ARM/ARMScheduleA9.td
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/AVR/AVRFrameLowering.cpp
    M llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    A llvm/lib/Target/BPF/BPFAdjustOpt.cpp
    M llvm/lib/Target/BPF/BPFCORE.h
    A llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
    M llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
    M llvm/lib/Target/BPF/BPFPreserveDIType.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.h
    M llvm/lib/Target/BPF/CMakeLists.txt
    A llvm/lib/Target/CSKY/CMakeLists.txt
    A llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
    A llvm/lib/Target/CSKY/CSKYTargetMachine.h
    A llvm/lib/Target/CSKY/LLVMBuild.txt
    A llvm/lib/Target/CSKY/TargetInfo/CMakeLists.txt
    A llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp
    A llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h
    A llvm/lib/Target/CSKY/TargetInfo/LLVMBuild.txt
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonPatternsHVX.td
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.h
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/LLVMBuild.txt
    M llvm/lib/Target/Lanai/LanaiSubtarget.h
    M llvm/lib/Target/Lanai/LanaiTargetMachine.h
    M llvm/lib/Target/MSP430/MSP430TargetMachine.h
    M llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrHTM.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/PowerPC/README_ALTIVEC.txt
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
    A llvm/lib/Target/RISCV/RISCVSchedBullet.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket.td
    M llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
    M llvm/lib/Target/Sparc/SparcSubtarget.h
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZOperators.td
    M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86ExpandPseudo.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.h
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrAMX.td
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/lib/Target/X86/X86InstrFormats.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    A llvm/lib/Target/X86/X86InstrKL.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InterleavedAccess.cpp
    M llvm/lib/Target/X86/X86IntrinsicsInfo.h
    M llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.h
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
    M llvm/lib/Transforms/Coroutines/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroInternal.h
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/Coroutines/Coroutines.cpp
    M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
    M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
    M llvm/lib/Transforms/IPO/IPO.cpp
    M llvm/lib/Transforms/IPO/LoopExtractor.cpp
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/Scalar/CMakeLists.txt
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/DivRemPairs.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    A llvm/lib/Transforms/Scalar/LoopFlatten.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/MergeICmps.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Scalar/Sink.cpp
    M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/FixIrreducible.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LowerSwitch.cpp
    M llvm/lib/Transforms/Utils/MetaRenamer.cpp
    M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/StripGCRelocates.cpp
    M llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Utils/VNCoercion.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/runtimes/CMakeLists.txt
    M llvm/test/Analysis/BasicAA/modref.ll
    A llvm/test/Analysis/CostModel/AArch64/sve-math.ll
    M llvm/test/Analysis/CostModel/AArch64/vector-reduce.ll
    A llvm/test/Analysis/CostModel/ARM/mve-vecreduce-add.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-add.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-smax.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-smin.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-umax.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-umin.ll
    M llvm/test/Analysis/CostModel/X86/arith-uminmax.ll
    A llvm/test/Analysis/CostModel/X86/fmaxnum-size-latency.ll
    A llvm/test/Analysis/CostModel/X86/fminnum-size-latency.ll
    A llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
    M llvm/test/Analysis/CostModel/X86/reduce-add.ll
    M llvm/test/Analysis/CostModel/X86/reduce-and.ll
    M llvm/test/Analysis/CostModel/X86/reduce-fmax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-fmin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-mul.ll
    M llvm/test/Analysis/CostModel/X86/reduce-or.ll
    M llvm/test/Analysis/CostModel/X86/reduce-smax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-smin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-xor.ll
    M llvm/test/Analysis/DivergenceAnalysis/AMDGPU/hidden_loopdiverge.ll
    M llvm/test/Analysis/DivergenceAnalysis/AMDGPU/trivial-join-at-loop-exit.ll
    M llvm/test/Analysis/GlobalsModRef/dead-uses.ll
    M llvm/test/Analysis/ScalarEvolution/add-expr-pointer-operand-sorting.ll
    M llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
    M llvm/test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll
    A llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
    A llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll
    A llvm/test/Analysis/ScalarEvolution/ptrtoint.ll
    M llvm/test/Assembler/disubprogram.ll
    M llvm/test/Assembler/invalid-vecreduce.ll
    M llvm/test/Bindings/llvm-c/echo.ll
    M llvm/test/Bitcode/DISubprogram-v4.ll
    M llvm/test/Bitcode/DISubprogram-v4.ll.bc
    M llvm/test/Bitcode/attributes-3.3.ll
    M llvm/test/Bitcode/attributes-3.3.ll.bc
    M llvm/test/Bitcode/attributes.ll
    A llvm/test/Bitcode/bcanalyzer-comdat.ll
    A llvm/test/Bitcode/bcanalyzer-types.ll
    A llvm/test/Bitcode/rankConst.ll
    A llvm/test/Bitcode/rankExp.ll
    M llvm/test/Bitcode/upgrade-vecreduce-intrinsics.ll
    M llvm/test/Bitcode/upgrade-vecreduce-intrinsics.ll.bc
    A llvm/test/CodeGen/AArch64/2s-complement-asm.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/builtin-return-address-pacret.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-ptradd-int2ptr.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/darwin-tls-call-clobber.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/fold-brcond-fcmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-evt-bug47619.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fp-arith.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fpext.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-freeze.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-insert-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-cmp.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-icmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-compare.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-xor-of-and-with-same-reg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbank-fp-use-def.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbankselect-build-vector.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/select-brcond-of-binop.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/select-brcond-of-not.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-build-vector.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-dup.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/widen-narrow-tbz-tbnz.mir
    M llvm/test/CodeGen/AArch64/aarch64-addv.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-modified-baseReg.mir
    M llvm/test/CodeGen/AArch64/aarch64-minmaxv.ll
    M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-br.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-call.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-conversion-fallback.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
    M llvm/test/CodeGen/AArch64/arm64-long-shift.ll
    M llvm/test/CodeGen/AArch64/arm64-vabs.ll
    M llvm/test/CodeGen/AArch64/arm64-vcvt_f.ll
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll
    M llvm/test/CodeGen/AArch64/arm64_32-fastisel.ll
    M llvm/test/CodeGen/AArch64/arm64_32-null.ll
    M llvm/test/CodeGen/AArch64/br-cond-not-merge.ll
    M llvm/test/CodeGen/AArch64/branch-target-enforcement-indirect-calls.ll
    M llvm/test/CodeGen/AArch64/branch-target-enforcement.mir
    M llvm/test/CodeGen/AArch64/bti-branch-relaxation.ll
    M llvm/test/CodeGen/AArch64/cmpxchg-O0.ll
    M llvm/test/CodeGen/AArch64/combine-loads.ll
    M llvm/test/CodeGen/AArch64/fast-isel-cmpxchg.ll
    M llvm/test/CodeGen/AArch64/funnel-shift.ll
    M llvm/test/CodeGen/AArch64/lrint-conv-fp16-win.ll
    M llvm/test/CodeGen/AArch64/lrint-conv-win.ll
    M llvm/test/CodeGen/AArch64/lround-conv-fp16-win.ll
    M llvm/test/CodeGen/AArch64/lround-conv-win.ll
    M llvm/test/CodeGen/AArch64/machine-outliner-2fixup-blr-terminator.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-bti.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-outline-bti.ll
    M llvm/test/CodeGen/AArch64/neon-dot-product.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-0.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-1.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-2.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-3.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-4.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-5.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-6.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-7.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-8.ll
    A llvm/test/CodeGen/AArch64/pacbti-llvm-generated-funcs-1.ll
    A llvm/test/CodeGen/AArch64/pacbti-llvm-generated-funcs-2.ll
    A llvm/test/CodeGen/AArch64/pacbti-module-attrs.ll
    M llvm/test/CodeGen/AArch64/patchable-function-entry-bti.ll
    M llvm/test/CodeGen/AArch64/popcount.ll
    M llvm/test/CodeGen/AArch64/powi-windows.ll
    M llvm/test/CodeGen/AArch64/seh-finally.ll
    M llvm/test/CodeGen/AArch64/sponentry.ll
    M llvm/test/CodeGen/AArch64/srem-seteq-vec-nonsplat.ll
    A llvm/test/CodeGen/AArch64/sve-calling-convention-tuples-broken.ll
    M llvm/test/CodeGen/AArch64/sve-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-arith.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-rounding.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-log-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-trunc.ll
    A llvm/test/CodeGen/AArch64/sve-forward-st-to-ld.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-insert-element.ll
    M llvm/test/CodeGen/AArch64/sve-split-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-split-store.ll
    M llvm/test/CodeGen/AArch64/swift-return.ll
    M llvm/test/CodeGen/AArch64/swifterror.ll
    M llvm/test/CodeGen/AArch64/unwind-preserved-from-mir.mir
    M llvm/test/CodeGen/AArch64/unwind-preserved.ll
    A llvm/test/CodeGen/AArch64/variant-pcs.ll
    M llvm/test/CodeGen/AArch64/vecreduce-add-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-and-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-bool.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd-legalization-strict.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization-nan.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmul-legalization-strict.ll
    M llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
    M llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
    M llvm/test/CodeGen/AArch64/win64-nocfi.ll
    M llvm/test/CodeGen/AArch64/win64_vararg.ll
    M llvm/test/CodeGen/AArch64/win_cst_pool.ll
    A llvm/test/CodeGen/AArch64/wineh-frame-predecrement.mir
    A llvm/test/CodeGen/AArch64/wineh-frame-scavenge.mir
    M llvm/test/CodeGen/AArch64/wineh-frame0.mir
    M llvm/test/CodeGen/AArch64/wineh-frame1.mir
    M llvm/test/CodeGen/AArch64/wineh-frame2.mir
    M llvm/test/CodeGen/AArch64/wineh-frame3.mir
    M llvm/test/CodeGen/AArch64/wineh-frame4.mir
    M llvm/test/CodeGen/AArch64/wineh-frame5.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair1.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair2.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair3.mir
    M llvm/test/CodeGen/AArch64/wineh-try-catch-realign.ll
    M llvm/test/CodeGen/AArch64/wineh-try-catch.ll
    M llvm/test/CodeGen/AArch64/wineh_shrinkwrap.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_optimizations_mul_one.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-add-nullptr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inline-asm.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.atomic.dec.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.atomic.inc.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.fmul.legacy.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-constant.96.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu.private-memory.ll
    M llvm/test/CodeGen/AMDGPU/amdpal-elf.ll
    M llvm/test/CodeGen/AMDGPU/basic-branch.ll
    M llvm/test/CodeGen/AMDGPU/bfe-patterns.ll
    M llvm/test/CodeGen/AMDGPU/bfi_int.ll
    M llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
    A llvm/test/CodeGen/AMDGPU/coalescer-removepartial-extend-undef-subrange.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/directive-amdgcn-target.ll
    M llvm/test/CodeGen/AMDGPU/elf-header-flags-mach.ll
    A llvm/test/CodeGen/AMDGPU/fast-ra-kills-vcc.mir
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.global.ll
    A llvm/test/CodeGen/AMDGPU/fastregalloc-illegal-subreg-physreg.mir
    M llvm/test/CodeGen/AMDGPU/fastregalloc-self-loop-heuristic.mir
    M llvm/test/CodeGen/AMDGPU/hazard-hidden-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hazard-in-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hsa.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    M llvm/test/CodeGen/AMDGPU/indirect-call.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmul.legacy.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wavefrontsize.ll
    A llvm/test/CodeGen/AMDGPU/load-local-redundant-copies.ll
    M llvm/test/CodeGen/AMDGPU/mai-hazards.mir
    M llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
    M llvm/test/CodeGen/AMDGPU/nop-data.ll
    M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
    M llvm/test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
    M llvm/test/CodeGen/AMDGPU/regbank-reassign-wave64.mir
    M llvm/test/CodeGen/AMDGPU/reserve-vgpr-for-sgpr-spill.ll
    M llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
    M llvm/test/CodeGen/AMDGPU/si-lower-control-flow.mir
    M llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/spill-agpr.mir
    M llvm/test/CodeGen/AMDGPU/spill-m0.ll
    M llvm/test/CodeGen/AMDGPU/spill192.mir
    M llvm/test/CodeGen/AMDGPU/splitkit-copy-bundle.mir
    A llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
    A llvm/test/CodeGen/AMDGPU/splitkit-nolivesubranges.mir
    A llvm/test/CodeGen/AMDGPU/stale-livevar-in-twoaddr-pass.mir
    M llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
    A llvm/test/CodeGen/AMDGPU/unexpected-reg-unit-state.mir
    M llvm/test/CodeGen/AMDGPU/v_cndmask.ll
    M llvm/test/CodeGen/AMDGPU/vcmpx-exec-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
    M llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll
    M llvm/test/CodeGen/ARM/Windows/alloca.ll
    M llvm/test/CodeGen/ARM/cmpxchg-O0-be.ll
    M llvm/test/CodeGen/ARM/cmpxchg-O0.ll
    M llvm/test/CodeGen/ARM/crash-greedy-v6.ll
    M llvm/test/CodeGen/ARM/debug-info-blocks.ll
    M llvm/test/CodeGen/ARM/fast-isel-call.ll
    M llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll
    M llvm/test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
    M llvm/test/CodeGen/ARM/fast-isel-select.ll
    M llvm/test/CodeGen/ARM/fast-isel-vararg.ll
    M llvm/test/CodeGen/ARM/fcopysign.ll
    A llvm/test/CodeGen/ARM/funnel-shift-rot.ll
    A llvm/test/CodeGen/ARM/funnel-shift.ll
    M llvm/test/CodeGen/ARM/ldrd.ll
    M llvm/test/CodeGen/ARM/legalize-bitcast.ll
    M llvm/test/CodeGen/ARM/lsr-undef-in-binop.ll
    M llvm/test/CodeGen/ARM/pr47454.ll
    M llvm/test/CodeGen/ARM/softfp-constant-comparison.ll
    A llvm/test/CodeGen/ARM/ssat-unroll-loops.ll
    M llvm/test/CodeGen/ARM/ssat-with-shift.ll
    M llvm/test/CodeGen/ARM/stack-guard-reassign.ll
    M llvm/test/CodeGen/ARM/swifterror.ll
    M llvm/test/CodeGen/ARM/thumb-big-stack.ll
    M llvm/test/CodeGen/ARM/usat-with-shift.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-strict.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmax-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmin-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-strict.ll
    M llvm/test/CodeGen/ARM/vldlane.ll
    M llvm/test/CodeGen/AVR/interrupts.ll
    M llvm/test/CodeGen/BPF/BTF/builtin-btf-type-id.ll
    A llvm/test/CodeGen/BPF/CORE/btf-id-duplicate.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-alu32.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-1-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-1.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-2-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-2.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-duplicate.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-array.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-4.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-3.ll
    A llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-struct.ll
    R llvm/test/CodeGen/BPF/CORE/intrinsic-transforms.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-enum-value.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-exist.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-union.ll
    M llvm/test/CodeGen/BPF/CORE/no-elf-ama-symbol.ll
    M llvm/test/CodeGen/BPF/CORE/no-narrow-load.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-access-str.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-basic.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-load.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-1.ll
    A llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-ignore.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-middle-chain.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-union.ll
    M llvm/test/CodeGen/BPF/CORE/store-addr.ll
    A llvm/test/CodeGen/BPF/adjust-opt-icmp1.ll
    A llvm/test/CodeGen/BPF/adjust-opt-icmp2.ll
    A llvm/test/CodeGen/BPF/adjust-opt-speculative1.ll
    A llvm/test/CodeGen/BPF/adjust-opt-speculative2.ll
    A llvm/test/CodeGen/BPF/optnone-2.ll
    A llvm/test/CodeGen/BPF/rodata_6.ll
    A llvm/test/CodeGen/BPF/rodata_7.ll
    M llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
    M llvm/test/CodeGen/Hexagon/autohvx/arith.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-hvx-concat-truncate.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-undef-not-zero.ll
    A llvm/test/CodeGen/Hexagon/isel-splat-vector-crash.ll
    A llvm/test/CodeGen/Hexagon/isel-splat-vector-dag-crash.ll
    A llvm/test/CodeGen/Hexagon/registerpassbuildercallbacks.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-load-v4i16.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-vsplath.ll
    M llvm/test/CodeGen/MIR/AMDGPU/llc-target-cpu-attr-from-cmdline-ir.mir
    M llvm/test/CodeGen/MIR/AMDGPU/llc-target-cpu-attr-from-cmdline.mir
    M llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll
    M llvm/test/CodeGen/Mips/Fast-ISel/memtest1.ll
    M llvm/test/CodeGen/Mips/Fast-ISel/pr40325.ll
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/mul.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/aggregate_struct_return.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/brindirect.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bswap.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/call.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ctlz.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ctpop.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/cttz.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/dyn_stackalloc.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fcmp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/float_constants.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/global_address.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/global_address_pic.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/jump_table_and_brjt.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/load_4_unaligned.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/load_split_because_of_memsize_or_align.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s32.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s64.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/phi.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sitofp_and_uitofp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/store_4_unaligned.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/store_split_because_of_memsize_or_align.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/test_TypeInfoforMF.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/var_arg.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zextLoad_and_sextLoad.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zext_and_sext.ll
    M llvm/test/CodeGen/Mips/atomic-min-max.ll
    M llvm/test/CodeGen/Mips/atomic.ll
    M llvm/test/CodeGen/Mips/atomic64.ll
    M llvm/test/CodeGen/Mips/atomicCmpSwapPW.ll
    M llvm/test/CodeGen/Mips/copy-fp64.ll
    M llvm/test/CodeGen/Mips/emit-big-cst.ll
    A llvm/test/CodeGen/Mips/funnel-shift-rot.ll
    A llvm/test/CodeGen/Mips/funnel-shift.ll
    M llvm/test/CodeGen/Mips/implicit-sret.ll
    M llvm/test/CodeGen/Mips/micromips-eva.mir
    M llvm/test/CodeGen/Mips/msa/ldr_str.ll
    M llvm/test/CodeGen/PowerPC/addegluecrash.ll
    M llvm/test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll
    A llvm/test/CodeGen/PowerPC/aix-bytestring.ll
    A llvm/test/CodeGen/PowerPC/aix-ignore-xcoff-visibility.ll
    M llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
    M llvm/test/CodeGen/PowerPC/aix-vector-return.ll
    A llvm/test/CodeGen/PowerPC/aix-xcoff-data-sections.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/anon_aggr.ll
    M llvm/test/CodeGen/PowerPC/branch_coalesce.ll
    M llvm/test/CodeGen/PowerPC/builtins-ppc-p10vsx.ll
    M llvm/test/CodeGen/PowerPC/elf-common.ll
    M llvm/test/CodeGen/PowerPC/f128-aggregates.ll
    M llvm/test/CodeGen/PowerPC/f128-passByValue.ll
    M llvm/test/CodeGen/PowerPC/fast-isel-pcrel.ll
    M llvm/test/CodeGen/PowerPC/fp-int128-fp-combine.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-fcmp-noopt.ll
    M llvm/test/CodeGen/PowerPC/fp64-to-int16.ll
    M llvm/test/CodeGen/PowerPC/funnel-shift-rot.ll
    M llvm/test/CodeGen/PowerPC/funnel-shift.ll
    M llvm/test/CodeGen/PowerPC/htm-ttest.ll
    A llvm/test/CodeGen/PowerPC/mma-acc-memops.ll
    A llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
    M llvm/test/CodeGen/PowerPC/mulli.ll
    M llvm/test/CodeGen/PowerPC/nofpexcept.ll
    M llvm/test/CodeGen/PowerPC/p9-vinsert-vextract.ll
    M llvm/test/CodeGen/PowerPC/popcount.ll
    A llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll
    M llvm/test/CodeGen/PowerPC/ppcf128-endian.ll
    A llvm/test/CodeGen/PowerPC/pr47707.ll
    A llvm/test/CodeGen/PowerPC/reg_copy.mir
    M llvm/test/CodeGen/PowerPC/scalar_vector_test_4.ll
    A llvm/test/CodeGen/PowerPC/select.ll
    M llvm/test/CodeGen/PowerPC/sink-down-more-instructions-1.mir
    R llvm/test/CodeGen/PowerPC/sink-down-more-instructions.ll
    M llvm/test/CodeGen/PowerPC/spill-nor0.ll
    A llvm/test/CodeGen/PowerPC/spill-nor0.mir
    M llvm/test/CodeGen/PowerPC/stack-guard-reassign.ll
    M llvm/test/CodeGen/PowerPC/toc-float.ll
    M llvm/test/CodeGen/PowerPC/vec-itofp.ll
    M llvm/test/CodeGen/PowerPC/vec-trunc2.ll
    M llvm/test/CodeGen/PowerPC/vsx-args.ll
    M llvm/test/CodeGen/PowerPC/vsx.ll
    M llvm/test/CodeGen/PowerPC/vsx_builtins.ll
    M llvm/test/CodeGen/RISCV/rv64Zbt.ll
    M llvm/test/CodeGen/SPARC/fp16-promote.ll
    M llvm/test/CodeGen/SPARC/inlineasm-v9.ll
    A llvm/test/CodeGen/SystemZ/bcmp.ll
    M llvm/test/CodeGen/SystemZ/frame-14.ll
    M llvm/test/CodeGen/SystemZ/frame-16.ll
    A llvm/test/CodeGen/SystemZ/int-move-10.ll
    M llvm/test/CodeGen/SystemZ/swift-return.ll
    M llvm/test/CodeGen/SystemZ/swifterror.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/add_reduce.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/begin-vpt-without-inst.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-default.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-optsize-strd-lr.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-optsize.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/branch-targets.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/cond-vector-reduce-mve-codegen.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/emptyblock.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/inloop-vpsel-1.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/inloop-vpsel-2.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/invariant-qreg.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain-store.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-mov.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-copy-prev-iteration.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/lstp-insertion-position.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix-debug.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-after-dlstp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/move-def-before-start.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/move-start-after-def.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/nested.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/no-vpsel-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/non-masked-load.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/reductions-vpt-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/reductions.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/remat-vctp.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/skip-debug.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-const.ll
    R llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-forced.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tp-multiple-vpst.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/unpredicated-max.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vaddv.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/varying-outer-2d-reduction.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp-add-operand-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp16-reduce.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-arith-codegen.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-reduce-mve-tail.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-liveout-lsr-shift.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-vctp-opcode-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-vctp-operand-liveout.mir
    M llvm/test/CodeGen/Thumb2/high-reg-spill.mir
    M llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-fma-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-optimisation.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-ptr-address.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-tailpred.ll
    M llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-threshold.ll
    M llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-vaddv.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-add.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-addpred.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-bit.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fadd.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fminmax.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fmul.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mlapred.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mul.ll
    M llvm/test/CodeGen/Thumb2/mve-vector-spill.ll
    A llvm/test/CodeGen/Thumb2/mve-vmaxv-vminv-scalar.ll
    M llvm/test/CodeGen/Thumb2/mve-vmaxv.ll
    A llvm/test/CodeGen/Thumb2/vmovdrroffset.ll
    A llvm/test/CodeGen/VE/blockaddress.ll
    A llvm/test/CodeGen/VE/brcond.ll
    A llvm/test/CodeGen/VE/fp_copysign.ll
    A llvm/test/CodeGen/VE/fp_fneg.ll
    A llvm/test/CodeGen/VE/fp_frem.ll
    A llvm/test/CodeGen/VE/loadrri.ll
    M llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
    A llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-multi-return.ll
    M llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
    M llvm/test/CodeGen/WebAssembly/lower-em-exceptions.ll

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into HEAD


  Commit: f9867ec5cebf9c069662b558ab80edf6f47843da
      https://github.com/llvm/llvm-project/commit/f9867ec5cebf9c069662b558ab80edf6f47843da
  Author: Mason Remy <masonr at microsoft.com>
  Date:   2020-10-14 (Wed, 14 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.cpp
    M clang-tools-extra/clang-tidy/android/ComparisonInTempFailureRetryCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
    A clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
    A clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h
    M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
    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/TransformerClangTidyCheck.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/CodeComplete.h
    M clang-tools-extra/clangd/CodeCompletionStrings.cpp
    M clang-tools-extra/clangd/Diagnostics.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/Hover.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/Protocol.cpp
    M clang-tools-extra/clangd/Protocol.h
    M clang-tools-extra/clangd/Quality.cpp
    M clang-tools-extra/clangd/Quality.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/URI.cpp
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/benchmarks/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/CompletionModel/CMakeLists.txt
    A clang-tools-extra/clangd/benchmarks/CompletionModel/DecisionForestBenchmark.cpp
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.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/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/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/quality/CompletionModelCodegen.py
    M clang-tools-extra/clangd/quality/model/features.json
    M clang-tools-extra/clangd/quality/model/forest.json
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    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
    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/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/ObjCLocalizeStringLiteral.cpp
    A clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.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
    M clang-tools-extra/clangd/support/CMakeLists.txt
    A clang-tools-extra/clangd/support/MemoryTree.cpp
    A clang-tools-extra/clangd/support/MemoryTree.h
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/support/Trace.h
    A clang-tools-extra/clangd/test/check-fail.test
    A clang-tools-extra/clangd/test/check.test
    M clang-tools-extra/clangd/test/document-link.test
    M clang-tools-extra/clangd/test/fixits-embed-in-diagnostic.test
    M clang-tools-extra/clangd/test/rename.test
    M clang-tools-extra/clangd/test/symbols.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    A clang-tools-extra/clangd/tool/Check.cpp
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/BackgroundIndexTests.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
    M clang-tools-extra/clangd/unittests/CodeCompletionStringsTests.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/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp
    M clang-tools-extra/clangd/unittests/RenameTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.cpp
    M clang-tools-extra/clangd/unittests/SyncAPI.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
    A clang-tools-extra/clangd/unittests/support/MemoryTreeTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/android-comparison-in-temp-failure-retry.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
    R clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-alias-decls.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-make-unique.rst
    A clang-tools-extra/docs/clang-tidy/checks/readability-function-cognitive-complexity.rst
    M clang-tools-extra/test/CMakeLists.txt
    A clang-tools-extra/test/clang-tidy/checkers/android-comparison-in-temp-failure-retry-custom-macro.c
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp
    R clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-trailing-return-type.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/cindex/test_cursor_kind.py
    M clang/cmake/caches/3-stage-base.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    A clang/docs/APINotes.rst
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ControlFlowIntegrity.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/ThreadSafetyAnalysis.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/AST/APValue.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/GlobalDecl.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/ASTMatchers/ASTMatchers.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/BuiltinsPPC.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/Cuda.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    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/LangStandards.def
    M clang/include/clang/Basic/SourceManager.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/arm_neon.td
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/XRayArgs.h
    M clang/include/clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Sema/Template.h
    M clang/include/clang/Tooling/Syntax/Nodes.h
    M clang/lib/AST/APValue.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ComputeDependence.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/AST/DeclObjC.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/ItaniumMangle.cpp
    M clang/lib/AST/Mangle.cpp
    M clang/lib/AST/MicrosoftMangle.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Targets/AArch64.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/AMDGPU.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Basic/Targets/X86.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/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    M clang/lib/CodeGen/CGDebugInfo.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/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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/CodeGen/CGRecordLayout.h
    M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGValue.h
    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/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.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/AVR.cpp
    M clang/lib/Driver/ToolChains/Ananas.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.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/CrossWindows.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/DragonFly.cpp
    M clang/lib/Driver/ToolChains/Flang.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    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/Hexagon.cpp
    M clang/lib/Driver/ToolChains/InterfaceStubs.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/Minix.cpp
    M clang/lib/Driver/ToolChains/Myriad.cpp
    M clang/lib/Driver/ToolChains/NaCl.cpp
    M clang/lib/Driver/ToolChains/NetBSD.cpp
    M clang/lib/Driver/ToolChains/OpenBSD.cpp
    M clang/lib/Driver/ToolChains/PS4CPU.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/ToolChains/XCore.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/lib/Edit/RewriteObjCFoundationAPI.cpp
    M clang/lib/Format/CMakeLists.txt
    M clang/lib/Format/FormatToken.h
    A clang/lib/Format/MacroExpander.cpp
    A clang/lib/Format/Macros.h
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Headers/CMakeLists.txt
    A clang/lib/Headers/__clang_hip_cmath.h
    M clang/lib/Headers/__clang_hip_libdevice_declares.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/cpuid.h
    A clang/lib/Headers/hresetintrin.h
    M clang/lib/Headers/immintrin.h
    A clang/lib/Headers/keylockerintrin.h
    A clang/lib/Headers/x86gprintrin.h
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Parse/ParseStmtAsm.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaCast.cpp
    M clang/lib/Sema/SemaChecking.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/SemaExpr.cpp
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/lib/Sema/SemaExprObjC.cpp
    M clang/lib/Sema/SemaInit.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/lib/Sema/SemaTemplate.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/Sema/UsedDeclVisitor.h
    M clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M clang/lib/Tooling/Syntax/Synthesis.cpp
    M clang/lib/Tooling/Syntax/Tree.cpp
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.apinotes
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.h
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKitExplicitNullability.h
    A clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit_private.apinotes
    M clang/test/AST/ast-dump-decl-json.m
    A clang/test/AST/ast-dump-openmp-begin-declare-variant_template_3.cpp
    M clang/test/AST/ast-dump-recovery.c
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/attr-swift_private.m
    A clang/test/AST/const-fpfeatures.c
    A clang/test/AST/const-fpfeatures.cpp
    M clang/test/ASTMerge/struct/test.c
    M clang/test/Analysis/eval-predefined-exprs.cpp
    M clang/test/Analysis/smart-ptr-text-output.cpp
    M clang/test/Analysis/smart-ptr.cpp
    A clang/test/CXX/class/class.bit/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p9.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
    M clang/test/CodeGen/X86/avx-builtins.c
    M clang/test/CodeGen/X86/avx-shuffle-builtins.c
    A clang/test/CodeGen/X86/avx-union.c
    M clang/test/CodeGen/X86/avx512-reduceIntrin.c
    M clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
    A clang/test/CodeGen/X86/keylocker.c
    M clang/test/CodeGen/X86/sse-builtins-constrained-cmp.c
    M clang/test/CodeGen/X86/sse-builtins.c
    M clang/test/CodeGen/X86/sse2-builtins.c
    M clang/test/CodeGen/aapcs-bitfield.c
    M clang/test/CodeGen/aarch64-branch-protection-attr.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-sign-return-address.c
    A clang/test/CodeGen/aix-alignment.c
    R clang/test/CodeGen/aix-complex.c
    A clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
    M clang/test/CodeGen/arm64_32-vaarg.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    M clang/test/CodeGen/attr-target-x86.c
    M clang/test/CodeGen/bitfield-2.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-1.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-2.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-3.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-4.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-5.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-6.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-7.c
    M clang/test/CodeGen/bpf-attr-preserve-access-index-8.c
    M clang/test/CodeGen/bpf-preserve-access-index.c
    M clang/test/CodeGen/builtin-bpf-btf-type-id.c
    A clang/test/CodeGen/builtin-nan-exception.c
    M clang/test/CodeGen/builtin-nan-legacy.c
    M clang/test/CodeGen/builtin-preserve-access-index-typedef.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-1.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-2.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-3.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/code-coverage-tsan.c
    M clang/test/CodeGen/complex-builtins.c
    M clang/test/CodeGen/complex-libcalls.c
    A clang/test/CodeGen/debug-info-block-expr.c
    M clang/test/CodeGen/hwasan-new-pm.c
    M clang/test/CodeGen/lto-newpm-pipeline.c
    M clang/test/CodeGen/math-builtins.c
    M clang/test/CodeGen/math-libcalls.c
    M clang/test/CodeGen/mips-unsupported-nan.c
    A clang/test/CodeGen/powerpc-c99complex.c
    A clang/test/CodeGen/setjmp.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/tsan-instrprof-atomic.c
    M clang/test/CodeGen/volatile.c
    A clang/test/CodeGen/x86-hreset-intrin.c
    A clang/test/CodeGen/xray-function-groups.cpp
    A clang/test/CodeGen/zos-alignment.c
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    R clang/test/CodeGenCXX/aarch64-sign-return-address-static-ctor.cpp
    A clang/test/CodeGenCXX/aix-alignment.cpp
    M clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    A clang/test/CodeGenCXX/attr-likelihood-if-vs-builtin-expect.cpp
    A clang/test/CodeGenCXX/debug-info-atexit-stub.cpp
    A clang/test/CodeGenCXX/debug-info-destroy-helper.cpp
    M clang/test/CodeGenCXX/debug-info-global-ctor-dtor.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
    M clang/test/CodeGenCXX/debug-info-line.cpp
    A clang/test/CodeGenCXX/ubsan-nullability-arg.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    M clang/test/CodeGenCXX/virtual-function-elimination.cpp
    M clang/test/CodeGenCXX/weak-external.cpp
    R clang/test/CodeGenCoroutines/coro-semmetric-transfer.cpp
    A clang/test/CodeGenCoroutines/coro-symmetric-transfer.cpp
    M clang/test/CodeGenObjC/attr-availability.m
    M clang/test/CodeGenObjC/exceptions.m
    A clang/test/CodeGenObjC/non-runtime-protocol.m
    M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
    M clang/test/CodeGenOpenCL/amdgpu-features.cl
    M clang/test/CodeGenOpenCL/fpmath.cl
    A clang/test/CodeGenSYCL/convergent.cpp
    R clang/test/CodeGenSYCL/unique-stable-name.cpp
    A clang/test/Driver/Inputs/basic_darwin_sdk_usr_cxx_v1/usr/include/c++/v1/.keep
    A clang/test/Driver/Inputs/basic_darwin_sdk_usr_cxx_v1/usr/lib/.keep
    A clang/test/Driver/Inputs/hip_multiple_inputs/instrument.bc
    M clang/test/Driver/aarch64-cpus.c
    M clang/test/Driver/aarch64-dotprod.c
    M clang/test/Driver/aix-ld.c
    A clang/test/Driver/aix-rtlib.c
    M clang/test/Driver/amdgpu-features.c
    A clang/test/Driver/amdgpu-invalid-target-id.s
    M clang/test/Driver/amdgpu-macros.cl
    M clang/test/Driver/amdgpu-mcpu.cl
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/clang-offload-bundler.c
    M clang/test/Driver/cuda-arch-translation.cu
    M clang/test/Driver/darwin-header-search-libcxx.cpp
    A clang/test/Driver/fprofile-update.c
    M clang/test/Driver/hip-device-libs.hip
    A clang/test/Driver/hip-fpie-option.hip
    M clang/test/Driver/hip-invalid-target-id.hip
    A clang/test/Driver/hip-macros.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-output-file-name.hip
    M clang/test/Driver/hip-phases.hip
    A clang/test/Driver/hip-toolchain-device-only.hip
    M clang/test/Driver/hip-toolchain-features.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    A clang/test/Driver/ignore-xcoff-visibility.cpp
    M clang/test/Driver/opencl.cl
    A clang/test/Driver/pch-instantiate-templates.c
    M clang/test/Driver/riscv-cpus.c
    M clang/test/Driver/unknown-std.cl
    M clang/test/Driver/x86-march.c
    M clang/test/Driver/x86-mtune.c
    M clang/test/Driver/x86-target-features.c
    M clang/test/Frontend/fixed_point_conversions.c
    A clang/test/Frontend/fixed_point_conversions_const.c
    M clang/test/Frontend/fixed_point_errors.c
    M clang/test/Frontend/fixed_point_unknown_conversions.c
    M clang/test/Frontend/stdlang.c
    M clang/test/Headers/arm-neon-header.c
    A clang/test/Index/Inputs/hidden-redecls-sub.h
    A clang/test/Index/Inputs/hidden-redecls.h
    M clang/test/Index/Inputs/module.map
    A clang/test/Index/hidden-redecls.m
    M clang/test/Layout/itanium-pack-and-align.cpp
    M clang/test/Layout/itanium-union-bitfield.cpp
    M clang/test/Lexer/constants.c
    A clang/test/Lexer/has_feature_cxx_abi_relative_vtable.cpp
    A clang/test/Lexer/multi-char-constants.c
    M 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
    M clang/test/Misc/warning-wall.c
    M clang/test/OpenMP/amdgcn_target_codegen.cpp
    M clang/test/OpenMP/declare_mapper_codegen.cpp
    M clang/test/OpenMP/distribute_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/for_collapse_messages.cpp
    M clang/test/OpenMP/for_ordered_clause.cpp
    M clang/test/OpenMP/for_simd_collapse_messages.cpp
    M clang/test/OpenMP/for_simd_safelen_messages.cpp
    M clang/test/OpenMP/for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/nvptx_SPMD_codegen.cpp
    M clang/test/OpenMP/nvptx_force_full_runtime_SPMD_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_reduction_codegen_tbaa_PR46146.cpp
    M clang/test/OpenMP/nvptx_target_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_collapse_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/simd_collapse_messages.cpp
    M clang/test/OpenMP/simd_safelen_messages.cpp
    M clang/test/OpenMP/simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_codegen.cpp
    A clang/test/OpenMP/target_incompatible_architecture_messages.cpp
    M clang/test/OpenMP/target_parallel_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_ordered_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_simd_codegen.cpp
    M clang/test/OpenMP/target_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_collapse_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_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_simdlen_messages.cpp
    M clang/test/OpenMP/taskloop_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_collapse_messages.cpp
    M clang/test/OpenMP/taskloop_simd_safelen_messages.cpp
    M clang/test/OpenMP/taskloop_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_if_codegen.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_parallel_for_simd_simdlen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_collapse_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_safelen_messages.cpp
    M clang/test/OpenMP/teams_distribute_simd_simdlen_messages.cpp
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/c2x-attributes.c
    M clang/test/Parser/cxx-class.cpp
    M clang/test/Parser/cxx0x-decl.cpp
    R clang/test/ParserSYCL/unique-stable-name.cpp
    M clang/test/Preprocessor/aarch64-target-features.c
    A clang/test/Preprocessor/predefined-arch-macros-x86.c
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/predefined-macros.c
    M clang/test/Preprocessor/x86_target_features.c
    M clang/test/Sema/builtin-cpu-supports.c
    M clang/test/Sema/builtin-setjmp.c
    M clang/test/Sema/div-sizeof-array.cpp
    M clang/test/Sema/div-sizeof-ptr.cpp
    M clang/test/Sema/dllimport.c
    A clang/test/Sema/error-dependence.c
    M clang/test/Sema/fp16vec-sema.c
    M clang/test/Sema/implicit-builtin-decl.c
    M clang/test/Sema/invalid-member.cpp
    M clang/test/Sema/struct-packed-align.c
    A clang/test/Sema/warn-printf-insufficient-data-args.c
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/access-base-class.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    M clang/test/SemaCXX/attr-gnu.cpp
    M clang/test/SemaCXX/class.cpp
    M clang/test/SemaCXX/constant-expression-cxx1z.cpp
    M clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
    A clang/test/SemaCXX/cxx20-constinit.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/dllexport.cpp
    M clang/test/SemaCXX/dllimport.cpp
    M clang/test/SemaCXX/member-init.cpp
    A clang/test/SemaCXX/pr47804.cpp
    M clang/test/SemaCXX/recovery-expr-type.cpp
    M clang/test/SemaCXX/warn-overaligned-type-thrown.cpp
    A clang/test/SemaObjC/attr-swift_private.m
    M clang/test/SemaObjCXX/arc-type-conversion.mm
    M clang/test/SemaObjCXX/overload.mm
    M clang/test/SemaTemplate/instantiate-var-template.cpp
    A clang/test/SemaTemplate/pr47676.cpp
    M clang/tools/CMakeLists.txt
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/libclang/FatalErrorHandler.cpp
    M clang/unittests/AST/StructuralEquivalenceTest.cpp
    M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
    M clang/unittests/Driver/ToolChainTest.cpp
    M clang/unittests/Format/CMakeLists.txt
    A clang/unittests/Format/MacroExpanderTest.cpp
    M clang/unittests/Format/SortIncludesTest.cpp
    A clang/unittests/Format/TestLexer.h
    M clang/unittests/StaticAnalyzer/TestReturnValueUnderConstruction.cpp
    M clang/unittests/Tooling/CMakeLists.txt
    R clang/unittests/Tooling/RecursiveASTVisitorTests/Callbacks.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCallExpr.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp
    A clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp
    M clang/unittests/Tooling/Syntax/SynthesisTest.cpp
    M clang/www/cxx_status.html
    M compiler-rt/CMakeLists.txt
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/lib/asan/asan_allocator.h
    M compiler-rt/lib/asan/asan_mapping.h
    M compiler-rt/lib/asan/asan_shadow_setup.cpp
    M compiler-rt/lib/asan/asan_stack.h
    M compiler-rt/lib/asan/scripts/asan_symbolize.py
    M compiler-rt/lib/asan/tests/asan_test.cpp
    M compiler-rt/lib/dfsan/dfsan_interceptors.cpp
    M compiler-rt/lib/fuzzer/FuzzerIOPosix.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.h
    M compiler-rt/lib/hwasan/hwasan_report.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/lib/msan/msan_interceptors.cpp
    M compiler-rt/lib/msan/tests/msan_test.cpp
    M compiler-rt/lib/profile/InstrProfilingFile.c
    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_syscalls.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_errno_codes.h
    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_linux_libcdep.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_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_syscall_linux_riscv64.inc
    M compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
    M compiler-rt/lib/sanitizer_common/scripts/litlint.py
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_atomic_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cpp
    M compiler-rt/lib/scudo/standalone/atomic_helpers.h
    M compiler-rt/lib/scudo/standalone/combined.h
    M compiler-rt/lib/scudo/standalone/linux.cpp
    A compiler-rt/lib/scudo/standalone/options.h
    M compiler-rt/lib/scudo/standalone/primary32.h
    M compiler-rt/lib/scudo/standalone/primary64.h
    M compiler-rt/lib/scudo/standalone/tests/atomic_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/tsan/rtl/tsan_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
    M compiler-rt/test/asan/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Linux/clang_gcc_abi.cpp
    M compiler-rt/test/asan/TestCases/Linux/ptrace.cpp
    M compiler-rt/test/asan/TestCases/Linux/vfork.cpp
    M compiler-rt/test/asan/TestCases/Posix/no_asan_gen_globals.c
    M compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
    M compiler-rt/test/asan/lit.cfg.py
    M compiler-rt/test/asan/lit.site.cfg.py.in
    A compiler-rt/test/dfsan/release_shadow_space.c
    M compiler-rt/test/lit.common.cfg.py
    A compiler-rt/test/lsan/TestCases/many_threads_detach.cpp
    A compiler-rt/test/profile/instrprof-tmpdir.c
    A compiler-rt/test/sanitizer_common/TestCases/Linux/ptsname.c
    M compiler-rt/test/sanitizer_common/TestCases/print-stack-trace.cpp
    M compiler-rt/test/sanitizer_common/android_commands/android_run.py
    M debuginfo-tests/CMakeLists.txt
    M debuginfo-tests/lit.cfg.py
    M debuginfo-tests/lit.site.cfg.py.in
    M debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
    M debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.cpp
    A debuginfo-tests/llvm-prettyprinters/gdb/mlir-support.gdb
    M flang/README.md
    M flang/include/flang/Common/real.h
    M flang/include/flang/Common/uint128.h
    R flang/include/flang/Common/unsigned-const-division.h
    M flang/include/flang/Decimal/binary-floating-point.h
    M flang/include/flang/Evaluate/characteristics.h
    M flang/include/flang/Evaluate/constant.h
    M flang/include/flang/Evaluate/type.h
    M flang/include/flang/Frontend/CompilerInvocation.h
    A flang/include/flang/Frontend/TextDiagnostic.h
    A flang/include/flang/Frontend/TextDiagnosticBuffer.h
    A flang/include/flang/Frontend/TextDiagnosticPrinter.h
    M flang/include/flang/Lower/PFTBuilder.h
    A flang/include/flang/Lower/Todo.h
    M flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/Transforms/CMakeLists.txt
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/expression.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Decimal/big-radix-floating-point.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Evaluate/characteristics.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/shape.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Frontend/CMakeLists.txt
    M flang/lib/Frontend/CompilerInstance.cpp
    M flang/lib/Frontend/CompilerInvocation.cpp
    A flang/lib/Frontend/TextDiagnostic.cpp
    A flang/lib/Frontend/TextDiagnosticBuffer.cpp
    A flang/lib/Frontend/TextDiagnosticPrinter.cpp
    M flang/lib/Lower/CMakeLists.txt
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/openacc-parsers.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/assignment.cpp
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-io.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/lib/Semantics/pointer-assignment.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/runtime/buffer.h
    M flang/runtime/descriptor-io.h
    M flang/runtime/edit-input.cpp
    M flang/runtime/edit-input.h
    M flang/runtime/edit-output.cpp
    M flang/runtime/edit-output.h
    M flang/runtime/file.cpp
    M flang/runtime/format-implementation.h
    M flang/runtime/io-api.cpp
    M flang/runtime/io-api.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    M flang/runtime/stop.cpp
    M flang/runtime/stop.h
    M flang/runtime/type-code.cpp
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/Flang-Driver/driver-error-cc1.c
    M flang/test/Flang-Driver/driver-error-cc1.cpp
    M flang/test/Flang-Driver/driver-help.f90
    M flang/test/Flang-Driver/driver-version.f90
    M flang/test/Flang-Driver/missing-input.f90
    A flang/test/Parser/acc-unparse.f90
    M flang/test/Parser/compiler-directives.f90
    A flang/test/Parser/omp-atomic-unparse.f90
    M flang/test/Semantics/acc-clause-validity.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call05.f90
    A flang/test/Semantics/final01.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/omp-atomic.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve55.f90
    A flang/test/Semantics/save01.f90
    M flang/tools/flang-driver/driver.cpp
    M flang/tools/flang-driver/fc1_main.cpp
    M flang/unittests/Frontend/CMakeLists.txt
    M flang/unittests/Frontend/CompilerInstanceTest.cpp
    M flang/unittests/Runtime/hello.cpp
    M libc/benchmarks/Memcpy.cpp
    M libc/utils/buildbot/Dockerfile
    M libc/utils/buildbot/run.sh
    M libclc/CMakeLists.txt
    M libclc/generic/lib/gen_convert.py
    M libcxx/CMakeLists.txt
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/cmake/caches/Apple.cmake
    A libcxx/cmake/caches/Generic-nodebug.cmake
    M libcxx/docs/DesignDocs/FeatureTestMacros.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__hash_table
    M libcxx/include/__locale
    M libcxx/include/__mutex_base
    M libcxx/include/__split_buffer
    M libcxx/include/__sso_allocator
    M libcxx/include/__tree
    M libcxx/include/array
    M libcxx/include/compare
    M libcxx/include/iterator
    M libcxx/include/list
    M libcxx/include/locale
    M libcxx/include/memory
    M libcxx/include/new
    M libcxx/include/sstream
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/type_traits
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/lib/abi/CHANGELOG.TXT
    M libcxx/lib/abi/CMakeLists.txt
    M libcxx/lib/abi/x86_64-apple-darwin.v1.abilist
    R libcxx/lib/libc++abi-exceptions.exp
    R libcxx/lib/libc++abi-exceptions.sjlj.exp
    R libcxx/lib/libc++abi-new-delete.exp
    M libcxx/src/CMakeLists.txt
    M libcxx/src/atomic.cpp
    M libcxx/src/chrono.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/CMakeLists.txt
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/libcxx/atomics/ext-int.verify.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
    M libcxx/test/libcxx/containers/sequences/deque/spare_block_handling.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_copy.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_size_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_value_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.modifiers/pop_back_db1.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter_iter.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_back.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cback.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cfront.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cindex.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_front.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_index.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/pop_back_empty.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_bucket.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_rvalue.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_insert_hint_rvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_insert_hint_const_lvalue.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_7.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/db_move.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp
    A libcxx/test/libcxx/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_associative_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.multithread.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_string.pass.cpp
    M libcxx/test/libcxx/debug/containers/db_unord_container_tests.pass.cpp
    M libcxx/test/libcxx/debug/db_string_view.pass.cpp
    M libcxx/test/libcxx/debug/debug_abort.pass.cpp
    M libcxx/test/libcxx/debug/debug_helper_test.pass.cpp
    M libcxx/test/libcxx/debug/debug_register.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
    M libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
    M libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp
    M libcxx/test/libcxx/iterators/advance.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/failed.pass.cpp
    M libcxx/test/libcxx/iterators/next.debug1.pass.cpp
    M libcxx/test/libcxx/iterators/prev.debug1.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/numerics/clamp_to_integral.pass.cpp
    M libcxx/test/libcxx/selftest/compile.fail.cpp/compile-error.compile.fail.cpp
    M libcxx/test/libcxx/selftest/compile.fail.cpp/compile-success.compile.fail.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/compile-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/compile-success.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/link-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/compile.pass.cpp/run-error.compile.pass.cpp
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/test/libcxx/selftest/fail.cpp/compile-success.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics-unmarked.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/right-diagnostic.fail.cpp
    M libcxx/test/libcxx/selftest/fail.cpp/wrong-diagnostic.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/compile-error.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/link-error.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.fail.cpp/link-success.link.fail.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/compile-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/link-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/link-success.link.pass.cpp
    M libcxx/test/libcxx/selftest/link.pass.cpp/run-error.link.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/compile-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/link-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/run-error.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/run-success.pass.cpp
    M libcxx/test/libcxx/selftest/pass.cpp/werror.pass.cpp
    M libcxx/test/libcxx/selftest/pass.mm/compile-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/link-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/no-arc.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/run-error.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/run-success.pass.mm
    M libcxx/test/libcxx/selftest/pass.mm/use-objective-cxx.pass.mm
    M libcxx/test/libcxx/selftest/run.fail.cpp/compile-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/link-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/run-error.run.fail.cpp
    M libcxx/test/libcxx/selftest/run.fail.cpp/run-success.run.fail.cpp
    M libcxx/test/libcxx/selftest/sh.cpp/werror.sh.cpp
    M libcxx/test/libcxx/selftest/verify.cpp/no-diagnostics-unmarked.verify.cpp
    M libcxx/test/libcxx/selftest/verify.cpp/no-werror.verify.cpp
    M libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_back.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cback.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cfront.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cindex.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_front.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_index.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_2.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_3.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_4.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_5.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_6.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_7.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_8.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/clear_and_shrink_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_db2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db3.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/erase_pop_back_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_char_db1.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_iter_iter_db1.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_size_char_db1.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp
    M libcxx/test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
    M libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
    M libcxx/test/libcxx/utilities/function.objects/func.wrap/depr_in_cxx03.verify.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_variant_overloads_impl.sh.cpp
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h
    M libcxx/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp
    M libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/sort_pred.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
    M libcxx/test/std/containers/unord/unord.map/bucket.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_rvalue.pass.cpp
    R libcxx/test/std/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp
    R libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_local_iterators_7.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/db_local_iterators_8.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_hint_const_lvalue.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp
    R libcxx/test/std/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.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/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.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/lit.local.cfg
    M libcxx/test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp
    R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.compile.fail.cpp
    A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.verify.cpp
    R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.fail.cpp
    A libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.verify.cpp
    M libcxx/test/std/input.output/iostream.objects/init.pass.cpp
    A libcxx/test/std/language.support/cmp/cmp.categories.pre/zero_type.verify.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t.pass.cpp
    M libcxx/test/std/language.support/support.dynamic/destroying_delete_t_declaration.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info.pass.cpp
    M libcxx/test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max.pass.cpp
    M libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
    M libcxx/test/std/namespace/addressable_functions.sh.cpp
    M libcxx/test/std/numerics/bit/bit.pow.two/ceil2.fail.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/numbers/defined.pass.cpp
    M libcxx/test/std/numerics/numbers/illformed.verify.cpp
    M libcxx/test/std/numerics/numbers/specialize.pass.cpp
    M libcxx/test/std/numerics/numbers/user_type.pass.cpp
    M libcxx/test/std/numerics/numbers/value.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp
    M libcxx/test/std/re/re.const/re.matchflag/match_prev_avail.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_back.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cback.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cfront.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_cindex.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_front.pass.cpp
    R libcxx/test/std/strings/basic.string/string.access/db_index.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_2.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_3.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_4.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_5.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_6.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_7.pass.cpp
    R libcxx/test/std/strings/basic.string/string.iterators/db_iterators_8.pass.cpp
    M libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp
    A libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.compile.pass.cpp
    R libcxx/test/std/strings/string.view/string.view.io/stream_insert_decl_present.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_try_to_lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/lock.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp
    M libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp
    M libcxx/test/std/utilities/any/any.class/any.observers/type.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.fail.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_F.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/deduct_ptr.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
    M libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ctor.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/cref.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref.incomplete.pass.cpp
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.incomplete.compile.fail.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
    M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
    M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.hash/hash.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/eq.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/hash_code.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/lt.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.members/name.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
    M libcxx/test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
    M libcxx/test/support/container_debug_tests.h
    M libcxx/test/support/filesystem_test_helper.h
    M libcxx/test/support/platform_support.h
    M libcxx/test/support/private_constructor.h
    M libcxx/test/support/test.support/test_macros_header.no_rtti.verify.cpp
    M libcxx/test/support/test.support/test_macros_header.rtti.pass.cpp
    A libcxx/utils/ci/Dockerfile
    M libcxx/utils/ci/apple-install-libcxx.sh
    A libcxx/utils/ci/buildkite-pipeline-trigger.sh
    A libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/macos-backdeployment.sh
    A libcxx/utils/ci/macos-ci-setup
    A libcxx/utils/ci/phabricator-report
    A libcxx/utils/ci/run-buildbot.sh
    A libcxx/utils/ci/secrets.env
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/google-benchmark/AUTHORS
    M libcxx/utils/google-benchmark/CONTRIBUTORS
    M libcxx/utils/google-benchmark/README.LLVM
    M libcxx/utils/google-benchmark/src/cycleclock.h
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/params.py
    M libcxx/utils/merge_archives.py
    M libcxx/utils/ssh.py
    M libcxxabi/CMakeLists.txt
    R libcxxabi/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/src/fallback_malloc.cpp
    M libcxxabi/test/backtrace_test.pass.cpp
    M libcxxabi/test/catch_array_01.pass.cpp
    M libcxxabi/test/catch_array_02.pass.cpp
    M libcxxabi/test/catch_class_01.pass.cpp
    M libcxxabi/test/catch_class_02.pass.cpp
    M libcxxabi/test/catch_class_03.pass.cpp
    M libcxxabi/test/catch_class_04.pass.cpp
    M libcxxabi/test/catch_const_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_function_01.pass.cpp
    M libcxxabi/test/catch_function_02.pass.cpp
    M libcxxabi/test/catch_function_03.pass.cpp
    M libcxxabi/test/catch_in_noexcept.pass.cpp
    M libcxxabi/test/catch_member_data_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_01.pass.cpp
    M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
    M libcxxabi/test/catch_member_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_multi_level_pointer.pass.cpp
    M libcxxabi/test/catch_pointer_nullptr.pass.cpp
    M libcxxabi/test/catch_pointer_reference.pass.cpp
    M libcxxabi/test/catch_ptr.pass.cpp
    M libcxxabi/test/catch_ptr_02.pass.cpp
    M libcxxabi/test/catch_reference_nullptr.pass.cpp
    M libcxxabi/test/cxa_bad_typeid.pass.cpp
    M libcxxabi/test/cxa_thread_atexit_test.pass.cpp
    M libcxxabi/test/dynamic_cast.pass.cpp
    M libcxxabi/test/dynamic_cast14.pass.cpp
    M libcxxabi/test/dynamic_cast3.pass.cpp
    M libcxxabi/test/dynamic_cast5.pass.cpp
    M libcxxabi/test/dynamic_cast_stress.pass.cpp
    M libcxxabi/test/exception_object_alignment.2.pass.cpp
    M libcxxabi/test/exception_object_alignment.pass.cpp
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/guard_threaded_test.pass.cpp
    M libcxxabi/test/incomplete_type.sh.cpp
    M libcxxabi/test/inherited_exception.pass.cpp
    M libcxxabi/test/support/timer.h
    M libcxxabi/test/test_aux_runtime.pass.cpp
    M libcxxabi/test/test_aux_runtime_op_array_new.pass.cpp
    M libcxxabi/test/test_demangle.pass.cpp
    M libcxxabi/test/test_exception_address_alignment.pass.cpp
    M libcxxabi/test/test_exception_storage.pass.cpp
    M libcxxabi/test/test_fallback_malloc.pass.cpp
    M libcxxabi/test/test_guard.pass.cpp
    M libcxxabi/test/test_vector1.pass.cpp
    M libcxxabi/test/test_vector2.pass.cpp
    M libcxxabi/test/test_vector3.pass.cpp
    M libcxxabi/test/thread_local_destruction_order.pass.cpp
    M libcxxabi/test/unittest_demangle.pass.cpp
    M libcxxabi/test/unwind_01.pass.cpp
    M libcxxabi/test/unwind_02.pass.cpp
    M libcxxabi/test/unwind_03.pass.cpp
    M libcxxabi/test/unwind_04.pass.cpp
    M libcxxabi/test/unwind_05.pass.cpp
    M libcxxabi/test/unwind_06.pass.cpp
    M libunwind/CMakeLists.txt
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/assembly.h
    M libunwind/test/CMakeLists.txt
    A libunwind/test/alignment.compile.pass.cpp
    R libunwind/test/alignment.pass.cpp
    M libunwind/test/frameheadercache_test.pass.cpp
    M libunwind/test/libunwind_01.pass.cpp
    M libunwind/test/libunwind_02.pass.cpp
    M libunwind/test/signal_frame.pass.cpp
    M libunwind/test/signal_unwind.pass.cpp
    M libunwind/test/unw_getcontext.pass.cpp
    M libunwind/test/unwind_leaffunction.pass.cpp
    M lld/COFF/Config.h
    M lld/COFF/DLL.cpp
    M lld/COFF/DebugTypes.cpp
    M lld/COFF/DebugTypes.h
    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/Options.td
    M lld/COFF/PDB.cpp
    M lld/COFF/PDB.h
    M lld/COFF/Symbols.h
    M lld/COFF/TypeMerger.h
    M lld/COFF/Writer.cpp
    M lld/Common/Timer.cpp
    M lld/ELF/Arch/PPC64.cpp
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/Options.td
    M lld/ELF/Relocations.cpp
    M lld/ELF/Thunks.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/Options.td
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/Symbols.cpp
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Writer.cpp
    M lld/MinGW/Driver.cpp
    M lld/MinGW/Options.td
    M lld/docs/WebAssembly.rst
    M lld/include/lld/Common/ErrorHandler.h
    M lld/test/CMakeLists.txt
    A lld/test/COFF/Inputs/precomp2-a.yaml
    A lld/test/COFF/Inputs/precomp2.yaml
    A lld/test/COFF/Inputs/tlssup-32.ll
    A lld/test/COFF/Inputs/tlssup-64.ll
    A lld/test/COFF/giats.s
    M lld/test/COFF/pdb-global-hashes.test
    M lld/test/COFF/pdb-procid-remapping.test
    M lld/test/COFF/pdb-type-server-missing.yaml
    M lld/test/COFF/pdb-type-server-simple.test
    M lld/test/COFF/precomp-link.test
    A lld/test/COFF/precomp-summary-fail.test
    M lld/test/COFF/s_udt.s
    M lld/test/COFF/subsystem.test
    A lld/test/COFF/thinlto-module-order.ll
    A lld/test/COFF/tls-alignment-32.ll
    A lld/test/COFF/tls-alignment-64.ll
    M lld/test/COFF/version.test
    M lld/test/ELF/invalid/data-encoding.test
    M lld/test/ELF/invalid/invalid-file-class.test
    A lld/test/ELF/lto/amdgcn-oses.ll
    A lld/test/ELF/lto/mllvm.ll
    M lld/test/ELF/lto/wrap-1.ll
    A lld/test/ELF/ppc64-tls-pcrel-gd.s
    M lld/test/ELF/ppc64-toc-call-to-pcrel-long-jump.s
    M lld/test/ELF/weak-undef-lib.s
    A lld/test/MachO/abs-symbols.s
    M lld/test/MachO/arch.s
    M lld/test/MachO/archive.s
    M lld/test/MachO/bss.s
    M lld/test/MachO/common-symbol-coalescing.s
    M lld/test/MachO/common-symbol-resolution.s
    A lld/test/MachO/compact-unwind-pie.s
    M lld/test/MachO/compact-unwind.test
    M lld/test/MachO/dso-handle.s
    M lld/test/MachO/dylib.s
    M lld/test/MachO/dylink-lazy.s
    M lld/test/MachO/dylink.s
    M lld/test/MachO/entry-symbol.s
    M lld/test/MachO/export-trie.s
    M lld/test/MachO/fat-arch.s
    M lld/test/MachO/filelist.s
    M lld/test/MachO/force-load.s
    M lld/test/MachO/framework.s
    M lld/test/MachO/headerpad.s
    M lld/test/MachO/indirect-symtab.s
    A lld/test/MachO/invalid/abs-duplicate.s
    M lld/test/MachO/invalid/alignment-too-large.yaml
    M lld/test/MachO/invalid/archive-no-index.s
    M lld/test/MachO/invalid/bad-archive.s
    M lld/test/MachO/invalid/bad-got-to-dylib-tlv-reference.s
    M lld/test/MachO/invalid/bad-got-to-tlv-reference.s
    M lld/test/MachO/invalid/bad-tlv-def.s
    M lld/test/MachO/invalid/bad-tlv-opcode.s
    M lld/test/MachO/invalid/bad-tlv-relocation.s
    M lld/test/MachO/invalid/dso-handle-duplicate.s
    M lld/test/MachO/invalid/duplicate-symbol.s
    M lld/test/MachO/invalid/invalid-executable.s
    M lld/test/MachO/invalid/invalid-fat-narch.s
    M lld/test/MachO/invalid/invalid-fat-offset.s
    M lld/test/MachO/invalid/invalid-relocation-length.yaml
    M lld/test/MachO/invalid/invalid-relocation-pcrel.yaml
    M lld/test/MachO/invalid/invalid-stub.s
    M lld/test/MachO/invalid/missing-dylib.s
    M lld/test/MachO/invalid/no-filelist.s
    M lld/test/MachO/invalid/no-id-dylink.yaml
    M lld/test/MachO/invalid/no-such-file.s
    M lld/test/MachO/invalid/order-file-bad-arch.test
    M lld/test/MachO/invalid/order-file-bad-objfile.test
    M lld/test/MachO/invalid/reserved-section-name.s
    M lld/test/MachO/invalid/stub-link.s
    M lld/test/MachO/invalid/undefined-symbol.s
    M lld/test/MachO/lc-build-version.s
    M lld/test/MachO/link-search-order.s
    M lld/test/MachO/linkedit-contiguity.s
    A lld/test/MachO/lit.local.cfg
    M lld/test/MachO/load-commands.s
    M lld/test/MachO/local-got.s
    M lld/test/MachO/no-exports-dylib.s
    M lld/test/MachO/no-unneeded-dyld-info.s
    M lld/test/MachO/nonweak-definition-override.s
    M lld/test/MachO/objc.s
    M lld/test/MachO/order-file.s
    M lld/test/MachO/platform-version.s
    M lld/test/MachO/reexport-stub.s
    M lld/test/MachO/relocations.s
    M lld/test/MachO/resolution.s
    M lld/test/MachO/rpath.s
    M lld/test/MachO/search-paths.test
    M lld/test/MachO/sectcreate.s
    M lld/test/MachO/section-headers.s
    M lld/test/MachO/section-merge.s
    M lld/test/MachO/segments.s
    M lld/test/MachO/silent-ignore.test
    M lld/test/MachO/static-link.s
    M lld/test/MachO/stub-framework.s
    M lld/test/MachO/stub-link.s
    M lld/test/MachO/sub-library.s
    M lld/test/MachO/subsections-section-relocs.s
    M lld/test/MachO/subsections-symbol-relocs.s
    M lld/test/MachO/symbol-order.s
    M lld/test/MachO/symtab.s
    M lld/test/MachO/syslibroot.test
    M lld/test/MachO/tlv-dylib.s
    M lld/test/MachO/tlv.s
    M lld/test/MachO/weak-binding.s
    M lld/test/MachO/weak-definition-direct-fetch.s
    M lld/test/MachO/weak-definition-indirect-fetch.s
    M lld/test/MachO/weak-definition-order.s
    M lld/test/MachO/weak-definition-over-dysym.s
    M lld/test/MachO/weak-header-flags.s
    M lld/test/MachO/weak-import.s
    M lld/test/MachO/x86-64-reloc-got-load.s
    M lld/test/MachO/x86-64-reloc-signed.s
    M lld/test/MachO/x86-64-reloc-unsigned.s
    M lld/test/MinGW/driver.test
    M lld/test/lit.cfg.py
    M lld/test/lit.site.cfg.py.in
    A lld/test/wasm/Inputs/ctor-ctor.s
    A lld/test/wasm/Inputs/ctor-lib.s
    A lld/test/wasm/Inputs/ctor-setup-call-def.s
    A lld/test/wasm/Inputs/ctor-setup.s
    A lld/test/wasm/Inputs/ctor-start.s
    M lld/test/wasm/alias.s
    A lld/test/wasm/bsymbolic.s
    M lld/test/wasm/call-indirect.ll
    A lld/test/wasm/command-exports-no-tors.s
    A lld/test/wasm/command-exports.s
    A lld/test/wasm/ctor-gc-setup.test
    A lld/test/wasm/ctor-gc.test
    A lld/test/wasm/ctor-no-gc.test
    M lld/test/wasm/export-table.test
    M lld/test/wasm/growable-table.test
    M lld/test/wasm/import-table.test
    R lld/test/wasm/init-fini-gc.ll
    A lld/test/wasm/init-fini-no-gc.ll
    M lld/test/wasm/local-symbols.ll
    M lld/test/wasm/locals-duplicate.test
    A lld/test/wasm/mutable-global-exports.s
    M lld/test/wasm/mutable-globals.s
    M lld/test/wasm/pie.ll
    M lld/test/wasm/relocatable.ll
    M lld/test/wasm/shared-memory-no-atomics.yaml
    M lld/test/wasm/shared-memory.yaml
    M lld/test/wasm/shared.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/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/MarkLive.cpp
    M lld/wasm/Options.td
    M lld/wasm/Relocations.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 lldb/bindings/macros.swig
    M lldb/bindings/python/python-swigsafecast.swig
    M lldb/bindings/python/python-wrapper.swig
    M lldb/cmake/modules/FindPythonAndSwig.cmake
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/cmake/modules/LLDBFramework.cmake
    M lldb/cmake/modules/LLDBGenerateConfig.cmake
    M lldb/docs/.htaccess
    M lldb/docs/conf.py
    A lldb/docs/design/overview.rst
    A lldb/docs/design/reproducers.rst
    A lldb/docs/design/sbapi.rst
    A lldb/docs/design/structureddataplugins.md
    M lldb/docs/index.rst
    M lldb/docs/lldb-platform-packets.txt
    R lldb/docs/resources/architecture.rst
    M lldb/docs/resources/bots.rst
    M lldb/docs/resources/build.rst
    R lldb/docs/resources/reproducers.rst
    R lldb/docs/resources/sbapi.rst
    M lldb/docs/resources/test.rst
    R lldb/docs/structured_data/DarwinLog.md
    R lldb/docs/structured_data/StructuredDataPlugins.md
    M lldb/docs/use/python-reference.rst
    A lldb/docs/use/qemu-testing.rst
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/Core/Architecture.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/windows/HostThreadWindows.h
    M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/Trace.h
    A lldb/include/lldb/Target/TraceSessionFileParser.h
    R lldb/include/lldb/Target/TraceSettingsParser.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    A lldb/include/lldb/Utility/UnimplementedError.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/packages/Python/lldbsuite/test/builders/darwin.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    A lldb/packages/Python/lldbsuite/test/make/entitlements-simulator.plist
    M lldb/packages/Python/lldbsuite/test/test_categories.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    M lldb/packages/Python/lldbsuite/test_event/build_exception.py
    A lldb/scripts/lldb-test-qemu/rootfs.sh
    A lldb/scripts/lldb-test-qemu/run-qemu.sh
    A lldb/scripts/lldb-test-qemu/setup.sh
    M lldb/source/API/CMakeLists.txt
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBFunction.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBLineEntry.cpp
    M lldb/source/API/SBQueueItem.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/CMakeLists.txt
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectTrace.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Host/common/PseudoTerminal.cpp
    M lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
    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/ClangHost.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.mm
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    M lldb/source/Plugins/Process/CMakeLists.txt
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.h
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.h
    A lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.h
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.cpp
    A lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.h
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    A lldb/source/Plugins/Process/Trace/CMakeLists.txt
    A lldb/source/Plugins/Process/Trace/ProcessTrace.cpp
    A lldb/source/Plugins/Process/Trace/ProcessTrace.h
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
    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/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
    M lldb/source/Plugins/Trace/intel-pt/CMakeLists.txt
    A lldb/source/Plugins/Trace/intel-pt/ThreadIntelPT.cpp
    A lldb/source/Plugins/Trace/intel-pt/ThreadIntelPT.h
    M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
    M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSessionFileParser.cpp
    A lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSessionFileParser.h
    R lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.cpp
    R lldb/source/Plugins/Trace/intel-pt/TraceIntelPTSettingsParser.h
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/SymbolVendor.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/CMakeLists.txt
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/OperatingSystem.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetProperties.td
    M lldb/source/Target/Trace.cpp
    A lldb/source/Target/TraceSessionFileParser.cpp
    R lldb/source/Target/TraceSettingsParser.cpp
    M lldb/source/Target/UnixSignals.cpp
    M lldb/source/Target/UnwindAssembly.cpp
    M lldb/source/Utility/CMakeLists.txt
    A lldb/source/Utility/UnimplementedError.cpp
    M lldb/source/lldb.cpp
    M lldb/test/API/CMakeLists.txt
    M lldb/test/API/assert_messages_test/TestAssertMessages.py
    A lldb/test/API/commands/expression/error-limit/Makefile
    A lldb/test/API/commands/expression/error-limit/TestExprErrorLimit.py
    A lldb/test/API/commands/expression/error-limit/main.cpp
    M lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
    M lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
    M lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/no-std-module/TestMissingStdModule.py
    M lldb/test/API/commands/expression/import-std-module/pair/TestPairFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/TestUniquePtrDbgInfoContent.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/main.cpp
    M lldb/test/API/commands/expression/import-std-module/unique_ptr/TestUniquePtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/unique_ptr/main.cpp
    M lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
    M lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py
    M lldb/test/API/commands/expression/persistent_variables/TestPersistentVariables.py
    M lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
    M lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
    M lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
    M lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
    M lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
    M lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
    M lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
    M lldb/test/API/commands/gui/basicdebug/TestGuiBasicDebug.py
    M lldb/test/API/commands/settings/TestSettings.py
    M lldb/test/API/commands/target/basic/TestTargetCommand.py
    A lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py
    M lldb/test/API/commands/target/stop-hooks/TestStopHooks.py
    M lldb/test/API/commands/target/stop-hooks/main.c
    A lldb/test/API/commands/target/stop-hooks/stop_hook.py
    A lldb/test/API/commands/trace/TestTraceDumpInstructions.py
    M lldb/test/API/commands/trace/TestTraceLoad.py
    M lldb/test/API/commands/trace/TestTraceSchema.py
    A lldb/test/API/commands/trace/intelpt-trace/trace_2threads.json
    M lldb/test/API/driver/batch_mode/TestBatchMode.py
    A lldb/test/API/functionalities/asan/.categories
    M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/TestDataFormatterLibcxxDeque.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/deque/main.cpp
    M lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py
    M lldb/test/API/functionalities/memory-region/TestMemoryRegion.py
    A lldb/test/API/functionalities/mtc/.categories
    A lldb/test/API/functionalities/tsan/.categories
    A lldb/test/API/functionalities/ubsan/.categories
    M lldb/test/API/lang/c/bitfields/TestBitfields.py
    M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    A lldb/test/API/macosx/lc-note/firmware-corefile/Makefile
    A lldb/test/API/macosx/lc-note/firmware-corefile/TestFirmwareCorefiles.py
    A lldb/test/API/macosx/lc-note/firmware-corefile/bout.mk
    A lldb/test/API/macosx/lc-note/firmware-corefile/create-empty-corefile.cpp
    A lldb/test/API/macosx/lc-note/firmware-corefile/main.c
    M lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
    M lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
    M lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py
    M lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py
    M lldb/test/API/types/TestRecursiveTypes.py
    M lldb/test/CMakeLists.txt
    A lldb/test/Shell/Commands/Inputs/stop_hook.py
    A lldb/test/Shell/Commands/command-stop-hook-output.test
    M lldb/test/Shell/Process/TestAbortExitCode.test
    A lldb/test/Shell/Register/Inputs/x86-fp-read.cpp
    A lldb/test/Shell/Register/Inputs/x86-fp-write.cpp
    A lldb/test/Shell/Register/Inputs/x86-multithread-read.cpp
    A lldb/test/Shell/Register/Inputs/x86-multithread-write.cpp
    A lldb/test/Shell/Register/x86-64-fp-write.test
    A lldb/test/Shell/Register/x86-fp-read.test
    A lldb/test/Shell/Register/x86-fp-write.test
    A lldb/test/Shell/Register/x86-multithread-read.test
    A lldb/test/Shell/Register/x86-multithread-write.test
    M lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    M lldb/test/Unit/lit.site.cfg.py.in
    M lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
    M lldb/tools/debugserver/source/CMakeLists.txt
    M lldb/tools/debugserver/source/MacOSX/MachProcess.mm
    M lldb/tools/lldb-server/CMakeLists.txt
    M lldb/tools/lldb-server/lldb-gdbserver.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Host/SocketTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-dotest/lldb-dotest.in
    M llvm/CMakeLists.txt
    M llvm/CODE_OWNERS.TXT
    M llvm/CREDITS.TXT
    M llvm/bindings/go/llvm/ir_test.go
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CheckAtomic.cmake
    M llvm/cmake/modules/LLVMConfig.cmake.in
    M llvm/cmake/modules/LLVMExternalProjectUtils.cmake
    M llvm/docs/AMDGPUUsage.rst
    M llvm/docs/AdvancedBuilds.rst
    M llvm/docs/CommandGuide/llvm-install-name-tool.rst
    M llvm/docs/CommandGuide/llvm-readobj.rst
    M llvm/docs/CompilerWriterInfo.rst
    M llvm/docs/DeveloperPolicy.rst
    M llvm/docs/Extensions.rst
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/docs/HowToUpdateDebugInfo.rst
    M llvm/docs/LangRef.rst
    M llvm/docs/LoopTerminology.rst
    M llvm/docs/ProgrammersManual.rst
    M llvm/docs/ReleaseNotes.rst
    M llvm/docs/Security.rst
    M llvm/docs/TableGen/BackGuide.rst
    M llvm/docs/TableGen/ProgRef.rst
    M llvm/docs/WritingAnLLVMNewPMPass.rst
    M llvm/docs/XRay.rst
    A llvm/docs/loop-guard.svg
    A llvm/docs/loop-irreducible.svg
    A llvm/docs/loop-merge.svg
    A llvm/docs/loop-nested.svg
    A llvm/docs/loop-nonmaximal.svg
    A llvm/docs/loop-separate.svg
    A llvm/docs/loop-single.svg
    A llvm/docs/loop-terminology.svg
    M llvm/examples/CMakeLists.txt
    M llvm/examples/Kaleidoscope/Chapter2/toy.cpp
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/CMakeLists.txt
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
    R llvm/examples/OrcV2Examples/LLJITWithChildProcess/RemoteJITUtils.h
    R llvm/examples/ThinLtoJIT/CMakeLists.txt
    R llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.h
    R llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
    R llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoJIT.h
    R llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
    R llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.h
    R llvm/examples/ThinLtoJIT/bench
    R llvm/examples/ThinLtoJIT/main.cpp
    M llvm/include/llvm-c/Core.h
    M llvm/include/llvm/ADT/APFixedPoint.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
    M llvm/include/llvm/Analysis/DivergenceAnalysis.h
    M llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
    M llvm/include/llvm/Analysis/IVDescriptors.h
    M llvm/include/llvm/Analysis/LazyValueInfo.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Analysis/Utils/TFUtils.h
    M llvm/include/llvm/Analysis/VecFuncs.def
    M llvm/include/llvm/BinaryFormat/COFF.h
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/include/llvm/BinaryFormat/Wasm.h
    A llvm/include/llvm/BinaryFormat/WasmTraits.h
    M llvm/include/llvm/CodeGen/AsmPrinter.h
    M llvm/include/llvm/CodeGen/AsmPrinterHandler.h
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/include/llvm/CodeGen/CalcSpillWeights.h
    M llvm/include/llvm/CodeGen/CommandFlags.h
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/LiveIntervals.h
    M llvm/include/llvm/CodeGen/LiveRegMatrix.h
    M llvm/include/llvm/CodeGen/MachinePassManager.h
    M llvm/include/llvm/CodeGen/Register.h
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
    M llvm/include/llvm/CodeGen/StackMaps.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/CodeGen/TargetRegisterInfo.h
    M llvm/include/llvm/CodeGen/ValueTypes.h
    M llvm/include/llvm/CodeGen/ValueTypes.td
    M llvm/include/llvm/CodeGen/VirtRegMap.h
    M llvm/include/llvm/Config/config.h.cmake
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
    M llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
    M llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
    M llvm/include/llvm/Frontend/OpenACC/ACC.td
    M llvm/include/llvm/Frontend/OpenMP/OMP.td
    M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
    M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
    M llvm/include/llvm/IR/Constant.h
    M llvm/include/llvm/IR/Constants.h
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/include/llvm/IR/DerivedTypes.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/include/llvm/IR/Intrinsics.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/IntrinsicsBPF.td
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
    M llvm/include/llvm/IR/IntrinsicsX86.td
    M llvm/include/llvm/IR/PassManager.h
    M llvm/include/llvm/IR/PatternMatch.h
    M llvm/include/llvm/IR/RuntimeLibcalls.def
    M llvm/include/llvm/IR/Type.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/include/llvm/MC/MCExpr.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/MC/MCParser/MCAsmLexer.h
    M llvm/include/llvm/MC/MCRegister.h
    M llvm/include/llvm/MC/MCRegisterInfo.h
    M llvm/include/llvm/MC/MCStreamer.h
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/include/llvm/MC/MCWinCOFFStreamer.h
    M llvm/include/llvm/Object/COFF.h
    M llvm/include/llvm/Object/MachOUniversalWriter.h
    M llvm/include/llvm/Object/SymbolicFile.h
    M llvm/include/llvm/Object/Wasm.h
    R llvm/include/llvm/Object/WasmTraits.h
    M llvm/include/llvm/ObjectYAML/DWARFYAML.h
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/include/llvm/ObjectYAML/WasmYAML.h
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
    M llvm/include/llvm/Support/AArch64TargetParser.def
    M llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
    M llvm/include/llvm/Support/ExitCodes.h
    M llvm/include/llvm/Support/GenericDomTree.h
    M llvm/include/llvm/Support/JSON.h
    M llvm/include/llvm/Support/KnownBits.h
    M llvm/include/llvm/Support/LineIterator.h
    M llvm/include/llvm/Support/MachineValueType.h
    M llvm/include/llvm/Support/MemoryBuffer.h
    A llvm/include/llvm/Support/MemoryBufferRef.h
    M llvm/include/llvm/Support/RISCVTargetParser.def
    M llvm/include/llvm/Support/SourceMgr.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/TypeSize.h
    M llvm/include/llvm/Support/X86TargetParser.def
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/TableGen/Error.h
    M llvm/include/llvm/TableGen/Record.h
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/Combine.td
    A llvm/include/llvm/Target/GlobalISel/Combine.td.rej
    M llvm/include/llvm/Target/TargetLoweringObjectFile.h
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/include/llvm/Transforms/Coroutines.h
    M llvm/include/llvm/Transforms/Coroutines/CoroSplit.h
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h
    A llvm/include/llvm/Transforms/IPO/LoopExtractor.h
    M llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
    M llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
    M llvm/include/llvm/Transforms/Scalar.h
    A llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h
    A llvm/include/llvm/Transforms/Scalar/LoopFlatten.h
    A llvm/include/llvm/Transforms/Scalar/LoopInterchange.h
    A llvm/include/llvm/Transforms/Scalar/LoopReroll.h
    M llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
    M llvm/include/llvm/Transforms/Utils.h
    M llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
    A llvm/include/llvm/Transforms/Utils/FixIrreducible.h
    A llvm/include/llvm/Transforms/Utils/MetaRenamer.h
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    A llvm/include/llvm/Transforms/Utils/StripGCRelocates.h
    A llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h
    M llvm/lib/Analysis/AssumptionCache.cpp
    M llvm/lib/Analysis/ConstantFolding.cpp
    M llvm/lib/Analysis/CostModel.cpp
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
    M llvm/lib/Analysis/DivergenceAnalysis.cpp
    M llvm/lib/Analysis/IVDescriptors.cpp
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/Analysis/LazyValueInfo.cpp
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/StackSafetyAnalysis.cpp
    M llvm/lib/Analysis/SyncDependenceAnalysis.cpp
    M llvm/lib/Analysis/TFUtils.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    M llvm/lib/BinaryFormat/Wasm.cpp
    M llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/AllocationOrder.cpp
    M llvm/lib/CodeGen/AllocationOrder.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
    M llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
    M llvm/lib/CodeGen/AsmPrinter/WasmException.cpp
    M llvm/lib/CodeGen/AsmPrinter/WasmException.h
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
    M llvm/lib/CodeGen/BasicBlockSections.cpp
    M llvm/lib/CodeGen/BreakFalseDeps.cpp
    M llvm/lib/CodeGen/CalcSpillWeights.cpp
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/ExpandReductions.cpp
    M llvm/lib/CodeGen/FixupStatepointCallerSaved.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/LegalizerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/CodeGen/ImplicitNullChecks.cpp
    M llvm/lib/CodeGen/InlineSpiller.cpp
    M llvm/lib/CodeGen/InterferenceCache.cpp
    M llvm/lib/CodeGen/InterferenceCache.h
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/LiveIntervals.cpp
    M llvm/lib/CodeGen/LiveRangeEdit.cpp
    M llvm/lib/CodeGen/LiveRegMatrix.cpp
    M llvm/lib/CodeGen/MIRParser/MILexer.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/MachineCSE.cpp
    M llvm/lib/CodeGen/MachineCopyPropagation.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    M llvm/lib/CodeGen/MachineOperand.cpp
    M llvm/lib/CodeGen/MachineScheduler.cpp
    M llvm/lib/CodeGen/MachineSink.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
    M llvm/lib/CodeGen/RegAllocBase.cpp
    M llvm/lib/CodeGen/RegAllocBase.h
    M llvm/lib/CodeGen/RegAllocBasic.cpp
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPBQP.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.h
    M llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    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/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M llvm/lib/CodeGen/SplitKit.cpp
    M llvm/lib/CodeGen/SplitKit.h
    M llvm/lib/CodeGen/StackMaps.cpp
    M llvm/lib/CodeGen/TailDuplicator.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/lib/CodeGen/TypePromotion.cpp
    M llvm/lib/CodeGen/ValueTypes.cpp
    M llvm/lib/CodeGen/VirtRegMap.cpp
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/lib/DebugInfo/CodeView/RecordName.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    M llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
    M llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
    M llvm/lib/IR/AsmWriter.cpp
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/IR/AutoUpgrade.cpp
    M llvm/lib/IR/Constants.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/IR/DebugInfoMetadata.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/IR/LLVMContextImpl.h
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/Linker/IRMover.cpp
    M llvm/lib/MC/MCAsmInfoXCOFF.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/MC/MCObjectFileInfo.cpp
    M llvm/lib/MC/MCParser/AsmLexer.cpp
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    M llvm/lib/MC/MCParser/ELFAsmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/MC/MCStreamer.cpp
    M llvm/lib/MC/MCWinCOFFStreamer.cpp
    M llvm/lib/MC/WasmObjectWriter.cpp
    M llvm/lib/MC/WinCOFFObjectWriter.cpp
    M llvm/lib/Object/ArchiveWriter.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELF.cpp
    M llvm/lib/Object/ELFObjectFile.cpp
    M llvm/lib/Object/MachOUniversalWriter.cpp
    M llvm/lib/Object/SymbolicFile.cpp
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/lib/ObjectYAML/WasmEmitter.cpp
    M llvm/lib/ObjectYAML/WasmYAML.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
    M llvm/lib/Support/AArch64TargetParser.cpp
    M llvm/lib/Support/APFixedPoint.cpp
    M llvm/lib/Support/APFloat.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/Host.cpp
    M llvm/lib/Support/JSON.cpp
    M llvm/lib/Support/KnownBits.cpp
    M llvm/lib/Support/LineIterator.cpp
    M llvm/lib/Support/LowLevelType.cpp
    A llvm/lib/Support/MemoryBufferRef.cpp
    M llvm/lib/Support/SourceMgr.cpp
    M llvm/lib/Support/TargetParser.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/lib/Support/X86TargetParser.cpp
    M llvm/lib/TableGen/CMakeLists.txt
    A llvm/lib/TableGen/DetailedRecordsBackend.cpp
    M llvm/lib/TableGen/Error.cpp
    M llvm/lib/TableGen/Main.cpp
    M llvm/lib/TableGen/Record.cpp
    M llvm/lib/TableGen/TableGenBackendSkeleton.cpp
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AArch64BranchTargets.cpp
    M llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
    M llvm/lib/Target/AArch64/AArch64Combine.td
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64FrameLowering.h
    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/AArch64LoadStoreOptimizer.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    M llvm/lib/Target/AArch64/AArch64SIMDInstrOpt.cpp
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
    M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/lib/Target/AMDGPU/AMDGPU.td
    M llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
    M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
    M llvm/lib/Target/AMDGPU/FLATInstructions.td
    M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
    M llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
    M llvm/lib/Target/AMDGPU/GCNProcessors.td
    M llvm/lib/Target/AMDGPU/GCNRegBankReassign.cpp
    M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.h
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
    M llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
    M llvm/lib/Target/AMDGPU/VOP2Instructions.td
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
    M llvm/lib/Target/AMDGPU/VOPInstructions.td
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h
    M llvm/lib/Target/ARM/ARMInstrInfo.td
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/lib/Target/ARM/ARMInstrThumb2.td
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/ARMSchedule.td
    M llvm/lib/Target/ARM/ARMScheduleA9.td
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.h
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    M llvm/lib/Target/AVR/AVRFrameLowering.cpp
    M llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
    A llvm/lib/Target/BPF/BPFAdjustOpt.cpp
    M llvm/lib/Target/BPF/BPFCORE.h
    A llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
    M llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
    M llvm/lib/Target/BPF/BPFPreserveDIType.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.h
    M llvm/lib/Target/BPF/CMakeLists.txt
    A llvm/lib/Target/CSKY/CMakeLists.txt
    A llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
    A llvm/lib/Target/CSKY/CSKYTargetMachine.h
    A llvm/lib/Target/CSKY/LLVMBuild.txt
    A llvm/lib/Target/CSKY/TargetInfo/CMakeLists.txt
    A llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.cpp
    A llvm/lib/Target/CSKY/TargetInfo/CSKYTargetInfo.h
    A llvm/lib/Target/CSKY/TargetInfo/LLVMBuild.txt
    M llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
    M llvm/lib/Target/Hexagon/HexagonISelLowering.h
    M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
    M llvm/lib/Target/Hexagon/HexagonPatterns.td
    M llvm/lib/Target/Hexagon/HexagonPatternsHVX.td
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.h
    M llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
    M llvm/lib/Target/LLVMBuild.txt
    M llvm/lib/Target/Lanai/LanaiSubtarget.h
    M llvm/lib/Target/Lanai/LanaiTargetMachine.h
    M llvm/lib/Target/MSP430/MSP430TargetMachine.h
    M llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
    M llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
    M llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrHTM.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.h
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.td
    M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
    M llvm/lib/Target/PowerPC/README_ALTIVEC.txt
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
    M llvm/lib/Target/RISCV/RISCV.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
    A llvm/lib/Target/RISCV/RISCVSchedBullet.td
    M llvm/lib/Target/RISCV/RISCVSchedRocket.td
    M llvm/lib/Target/RISCV/RISCVSchedule.td
    M llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
    M llvm/lib/Target/Sparc/SparcSubtarget.h
    M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
    M llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrFormats.td
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZOperators.td
    M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
    M llvm/lib/Target/TargetLoweringObjectFile.cpp
    M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
    M llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    M llvm/lib/Target/X86/X86.td
    M llvm/lib/Target/X86/X86ExpandPseudo.cpp
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/lib/Target/X86/X86FrameLowering.h
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86ISelLowering.h
    M llvm/lib/Target/X86/X86InstrAMX.td
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/lib/Target/X86/X86InstrFormats.td
    M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
    M llvm/lib/Target/X86/X86InstrInfo.cpp
    M llvm/lib/Target/X86/X86InstrInfo.h
    M llvm/lib/Target/X86/X86InstrInfo.td
    A llvm/lib/Target/X86/X86InstrKL.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/lib/Target/X86/X86InterleavedAccess.cpp
    M llvm/lib/Target/X86/X86IntrinsicsInfo.h
    M llvm/lib/Target/X86/X86LoadValueInjectionRetHardening.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.cpp
    M llvm/lib/Target/X86/X86RegisterInfo.h
    M llvm/lib/Target/X86/X86Subtarget.h
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
    M llvm/lib/Transforms/Coroutines/CMakeLists.txt
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/Coroutines/CoroInternal.h
    M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
    M llvm/lib/Transforms/Coroutines/Coroutines.cpp
    M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
    M llvm/lib/Transforms/IPO/HotColdSplitting.cpp
    M llvm/lib/Transforms/IPO/IPO.cpp
    M llvm/lib/Transforms/IPO/LoopExtractor.cpp
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    M llvm/lib/Transforms/Scalar/CMakeLists.txt
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/DivRemPairs.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    A llvm/lib/Transforms/Scalar/LoopFlatten.cpp
    M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
    M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
    M llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
    M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
    M llvm/lib/Transforms/Scalar/MergeICmps.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp
    M llvm/lib/Transforms/Scalar/Sink.cpp
    M llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/FixIrreducible.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LowerSwitch.cpp
    M llvm/lib/Transforms/Utils/MetaRenamer.cpp
    M llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
    M llvm/lib/Transforms/Utils/StripGCRelocates.cpp
    M llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp
    M llvm/lib/Transforms/Utils/Utils.cpp
    M llvm/lib/Transforms/Utils/VNCoercion.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.cpp
    M llvm/lib/Transforms/Vectorize/VPlan.h
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/lib/Transforms/Vectorize/VPlanValue.h
    M llvm/runtimes/CMakeLists.txt
    M llvm/test/Analysis/BasicAA/modref.ll
    A llvm/test/Analysis/CostModel/AArch64/sve-math.ll
    M llvm/test/Analysis/CostModel/AArch64/vector-reduce.ll
    A llvm/test/Analysis/CostModel/ARM/mve-vecreduce-add.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-add.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-smax.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-smin.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-umax.ll
    M llvm/test/Analysis/CostModel/ARM/reduce-umin.ll
    M llvm/test/Analysis/CostModel/X86/arith-uminmax.ll
    A llvm/test/Analysis/CostModel/X86/fmaxnum-size-latency.ll
    A llvm/test/Analysis/CostModel/X86/fminnum-size-latency.ll
    A llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
    M llvm/test/Analysis/CostModel/X86/reduce-add.ll
    M llvm/test/Analysis/CostModel/X86/reduce-and.ll
    M llvm/test/Analysis/CostModel/X86/reduce-fmax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-fmin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-mul.ll
    M llvm/test/Analysis/CostModel/X86/reduce-or.ll
    M llvm/test/Analysis/CostModel/X86/reduce-smax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-smin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umax.ll
    M llvm/test/Analysis/CostModel/X86/reduce-umin.ll
    M llvm/test/Analysis/CostModel/X86/reduce-xor.ll
    M llvm/test/Analysis/DivergenceAnalysis/AMDGPU/hidden_loopdiverge.ll
    M llvm/test/Analysis/DivergenceAnalysis/AMDGPU/trivial-join-at-loop-exit.ll
    M llvm/test/Analysis/GlobalsModRef/dead-uses.ll
    M llvm/test/Analysis/ScalarEvolution/add-expr-pointer-operand-sorting.ll
    M llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
    M llvm/test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll
    A llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
    A llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll
    A llvm/test/Analysis/ScalarEvolution/ptrtoint.ll
    M llvm/test/Assembler/disubprogram.ll
    M llvm/test/Assembler/invalid-vecreduce.ll
    M llvm/test/Bindings/llvm-c/echo.ll
    M llvm/test/Bitcode/DISubprogram-v4.ll
    M llvm/test/Bitcode/DISubprogram-v4.ll.bc
    M llvm/test/Bitcode/attributes-3.3.ll
    M llvm/test/Bitcode/attributes-3.3.ll.bc
    M llvm/test/Bitcode/attributes.ll
    A llvm/test/Bitcode/bcanalyzer-comdat.ll
    A llvm/test/Bitcode/bcanalyzer-types.ll
    A llvm/test/Bitcode/rankConst.ll
    A llvm/test/Bitcode/rankExp.ll
    M llvm/test/Bitcode/upgrade-vecreduce-intrinsics.ll
    M llvm/test/Bitcode/upgrade-vecreduce-intrinsics.ll.bc
    A llvm/test/CodeGen/AArch64/2s-complement-asm.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/builtin-return-address-pacret.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/combine-ptradd-int2ptr.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/darwin-tls-call-clobber.ll
    A llvm/test/CodeGen/AArch64/GlobalISel/fold-brcond-fcmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-evt-bug47619.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-add.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-fp-arith.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-fpext.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-freeze.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-insert-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-mul.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-cmp.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-icmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/opt-fold-compare.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-xor-of-and-with-same-reg.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbank-fp-use-def.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/regbankselect-build-vector.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/select-brcond-of-binop.mir
    R llvm/test/CodeGen/AArch64/GlobalISel/select-brcond-of-not.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-build-vector.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-dup.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-fcmp.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-shift.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/select.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/widen-narrow-tbz-tbnz.mir
    M llvm/test/CodeGen/AArch64/aarch64-addv.ll
    A llvm/test/CodeGen/AArch64/aarch64-ldst-modified-baseReg.mir
    M llvm/test/CodeGen/AArch64/aarch64-minmaxv.ll
    M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-br.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-call.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-conversion-fallback.ll
    M llvm/test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
    M llvm/test/CodeGen/AArch64/arm64-long-shift.ll
    M llvm/test/CodeGen/AArch64/arm64-vabs.ll
    M llvm/test/CodeGen/AArch64/arm64-vcvt_f.ll
    M llvm/test/CodeGen/AArch64/arm64-windows-calls.ll
    M llvm/test/CodeGen/AArch64/arm64_32-fastisel.ll
    M llvm/test/CodeGen/AArch64/arm64_32-null.ll
    M llvm/test/CodeGen/AArch64/br-cond-not-merge.ll
    M llvm/test/CodeGen/AArch64/branch-target-enforcement-indirect-calls.ll
    M llvm/test/CodeGen/AArch64/branch-target-enforcement.mir
    M llvm/test/CodeGen/AArch64/bti-branch-relaxation.ll
    M llvm/test/CodeGen/AArch64/cmpxchg-O0.ll
    M llvm/test/CodeGen/AArch64/combine-loads.ll
    M llvm/test/CodeGen/AArch64/fast-isel-cmpxchg.ll
    M llvm/test/CodeGen/AArch64/funnel-shift.ll
    M llvm/test/CodeGen/AArch64/lrint-conv-fp16-win.ll
    M llvm/test/CodeGen/AArch64/lrint-conv-win.ll
    M llvm/test/CodeGen/AArch64/lround-conv-fp16-win.ll
    M llvm/test/CodeGen/AArch64/lround-conv-win.ll
    M llvm/test/CodeGen/AArch64/machine-outliner-2fixup-blr-terminator.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-bti.mir
    M llvm/test/CodeGen/AArch64/machine-outliner-outline-bti.ll
    M llvm/test/CodeGen/AArch64/neon-dot-product.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-0.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-1.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-2.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-3.ll
    M llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-4.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-5.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-6.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-7.ll
    R llvm/test/CodeGen/AArch64/note-gnu-property-pac-bti-8.ll
    A llvm/test/CodeGen/AArch64/pacbti-llvm-generated-funcs-1.ll
    A llvm/test/CodeGen/AArch64/pacbti-llvm-generated-funcs-2.ll
    A llvm/test/CodeGen/AArch64/pacbti-module-attrs.ll
    M llvm/test/CodeGen/AArch64/patchable-function-entry-bti.ll
    M llvm/test/CodeGen/AArch64/popcount.ll
    M llvm/test/CodeGen/AArch64/powi-windows.ll
    M llvm/test/CodeGen/AArch64/seh-finally.ll
    M llvm/test/CodeGen/AArch64/sponentry.ll
    M llvm/test/CodeGen/AArch64/srem-seteq-vec-nonsplat.ll
    A llvm/test/CodeGen/AArch64/sve-calling-convention-tuples-broken.ll
    M llvm/test/CodeGen/AArch64/sve-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-arith.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-rounding.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-log-reduce.ll
    M llvm/test/CodeGen/AArch64/sve-fixed-length-trunc.ll
    A llvm/test/CodeGen/AArch64/sve-forward-st-to-ld.ll
    M llvm/test/CodeGen/AArch64/sve-fp.ll
    M llvm/test/CodeGen/AArch64/sve-insert-element.ll
    M llvm/test/CodeGen/AArch64/sve-split-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-split-store.ll
    M llvm/test/CodeGen/AArch64/swift-return.ll
    M llvm/test/CodeGen/AArch64/swifterror.ll
    M llvm/test/CodeGen/AArch64/unwind-preserved-from-mir.mir
    M llvm/test/CodeGen/AArch64/unwind-preserved.ll
    A llvm/test/CodeGen/AArch64/variant-pcs.ll
    M llvm/test/CodeGen/AArch64/vecreduce-add-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-and-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-bool.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd-legalization-strict.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fadd.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization-nan.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmax-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmin-legalization.ll
    M llvm/test/CodeGen/AArch64/vecreduce-fmul-legalization-strict.ll
    M llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
    M llvm/test/CodeGen/AArch64/vecreduce-umax-legalization.ll
    M llvm/test/CodeGen/AArch64/win64-nocfi.ll
    M llvm/test/CodeGen/AArch64/win64_vararg.ll
    M llvm/test/CodeGen/AArch64/win_cst_pool.ll
    A llvm/test/CodeGen/AArch64/wineh-frame-predecrement.mir
    A llvm/test/CodeGen/AArch64/wineh-frame-scavenge.mir
    M llvm/test/CodeGen/AArch64/wineh-frame0.mir
    M llvm/test/CodeGen/AArch64/wineh-frame1.mir
    M llvm/test/CodeGen/AArch64/wineh-frame2.mir
    M llvm/test/CodeGen/AArch64/wineh-frame3.mir
    M llvm/test/CodeGen/AArch64/wineh-frame4.mir
    M llvm/test/CodeGen/AArch64/wineh-frame5.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair1.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair2.mir
    A llvm/test/CodeGen/AArch64/wineh-save-lrpair3.mir
    M llvm/test/CodeGen/AArch64/wineh-try-catch-realign.ll
    M llvm/test/CodeGen/AArch64/wineh-try-catch.ll
    M llvm/test/CodeGen/AArch64/wineh_shrinkwrap.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_optimizations_mul_one.ll
    A llvm/test/CodeGen/AMDGPU/GlobalISel/combine-add-nullptr.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inline-asm.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-implicit-def.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-constant.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-local.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-load-private.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.atomic.dec.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.atomic.inc.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.fmul.legacy.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.image.store.2d.d16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.struct.buffer.load.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/load-constant.96.ll
    M llvm/test/CodeGen/AMDGPU/amdgpu.private-memory.ll
    M llvm/test/CodeGen/AMDGPU/amdpal-elf.ll
    M llvm/test/CodeGen/AMDGPU/basic-branch.ll
    M llvm/test/CodeGen/AMDGPU/bfe-patterns.ll
    M llvm/test/CodeGen/AMDGPU/bfi_int.ll
    M llvm/test/CodeGen/AMDGPU/chain-hi-to-lo.ll
    A llvm/test/CodeGen/AMDGPU/coalescer-removepartial-extend-undef-subrange.mir
    M llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
    M llvm/test/CodeGen/AMDGPU/directive-amdgcn-target.ll
    M llvm/test/CodeGen/AMDGPU/elf-header-flags-mach.ll
    A llvm/test/CodeGen/AMDGPU/fast-ra-kills-vcc.mir
    M llvm/test/CodeGen/AMDGPU/fast-unaligned-load-store.global.ll
    A llvm/test/CodeGen/AMDGPU/fastregalloc-illegal-subreg-physreg.mir
    M llvm/test/CodeGen/AMDGPU/fastregalloc-self-loop-heuristic.mir
    M llvm/test/CodeGen/AMDGPU/hazard-hidden-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hazard-in-bundle.mir
    M llvm/test/CodeGen/AMDGPU/hsa.ll
    M llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll
    M llvm/test/CodeGen/AMDGPU/indirect-call.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fmul.legacy.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.d16.dim.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wavefrontsize.ll
    A llvm/test/CodeGen/AMDGPU/load-local-redundant-copies.ll
    M llvm/test/CodeGen/AMDGPU/mai-hazards.mir
    M llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
    M llvm/test/CodeGen/AMDGPU/nop-data.ll
    M llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
    M llvm/test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
    M llvm/test/CodeGen/AMDGPU/regbank-reassign-wave64.mir
    M llvm/test/CodeGen/AMDGPU/reserve-vgpr-for-sgpr-spill.ll
    M llvm/test/CodeGen/AMDGPU/shrink-add-sub-constant.ll
    M llvm/test/CodeGen/AMDGPU/si-lower-control-flow.mir
    M llvm/test/CodeGen/AMDGPU/smem-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/spill-agpr.mir
    M llvm/test/CodeGen/AMDGPU/spill-m0.ll
    M llvm/test/CodeGen/AMDGPU/spill192.mir
    M llvm/test/CodeGen/AMDGPU/splitkit-copy-bundle.mir
    A llvm/test/CodeGen/AMDGPU/splitkit-getsubrangeformask.ll
    A llvm/test/CodeGen/AMDGPU/splitkit-nolivesubranges.mir
    A llvm/test/CodeGen/AMDGPU/stale-livevar-in-twoaddr-pass.mir
    M llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
    A llvm/test/CodeGen/AMDGPU/unexpected-reg-unit-state.mir
    M llvm/test/CodeGen/AMDGPU/v_cndmask.ll
    M llvm/test/CodeGen/AMDGPU/vcmpx-exec-war-hazard.mir
    M llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
    M llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll
    M llvm/test/CodeGen/ARM/Windows/alloca.ll
    M llvm/test/CodeGen/ARM/cmpxchg-O0-be.ll
    M llvm/test/CodeGen/ARM/cmpxchg-O0.ll
    M llvm/test/CodeGen/ARM/crash-greedy-v6.ll
    M llvm/test/CodeGen/ARM/debug-info-blocks.ll
    M llvm/test/CodeGen/ARM/fast-isel-call.ll
    M llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll
    M llvm/test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
    M llvm/test/CodeGen/ARM/fast-isel-select.ll
    M llvm/test/CodeGen/ARM/fast-isel-vararg.ll
    M llvm/test/CodeGen/ARM/fcopysign.ll
    A llvm/test/CodeGen/ARM/funnel-shift-rot.ll
    A llvm/test/CodeGen/ARM/funnel-shift.ll
    M llvm/test/CodeGen/ARM/ldrd.ll
    M llvm/test/CodeGen/ARM/legalize-bitcast.ll
    M llvm/test/CodeGen/ARM/lsr-undef-in-binop.ll
    M llvm/test/CodeGen/ARM/pr47454.ll
    M llvm/test/CodeGen/ARM/softfp-constant-comparison.ll
    A llvm/test/CodeGen/ARM/ssat-unroll-loops.ll
    M llvm/test/CodeGen/ARM/ssat-with-shift.ll
    M llvm/test/CodeGen/ARM/stack-guard-reassign.ll
    M llvm/test/CodeGen/ARM/swifterror.ll
    M llvm/test/CodeGen/ARM/thumb-big-stack.ll
    M llvm/test/CodeGen/ARM/usat-with-shift.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fadd-legalization-strict.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmax-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmin-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-soft-float.ll
    M llvm/test/CodeGen/ARM/vecreduce-fmul-legalization-strict.ll
    M llvm/test/CodeGen/ARM/vldlane.ll
    M llvm/test/CodeGen/AVR/interrupts.ll
    M llvm/test/CodeGen/BPF/BTF/builtin-btf-type-id.ll
    A llvm/test/CodeGen/BPF/CORE/btf-id-duplicate.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-alu32.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-1-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-1.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-2-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/field-reloc-bitfield-2.ll
    A llvm/test/CodeGen/BPF/CORE/field-reloc-duplicate.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-array.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-byte-size-4.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-existence-3.ll
    A llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-lshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-rshift-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-fieldinfo-signedness-3.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-struct.ll
    R llvm/test/CodeGen/BPF/CORE/intrinsic-transforms.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-enum-value.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-exist.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-1.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-2.ll
    M llvm/test/CodeGen/BPF/CORE/intrinsic-union.ll
    M llvm/test/CodeGen/BPF/CORE/no-elf-ama-symbol.ll
    M llvm/test/CodeGen/BPF/CORE/no-narrow-load.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-access-str.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-basic.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-union-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-load.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-1.ll
    A llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2-bpfeb.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-fieldinfo-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-ignore.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-middle-chain.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multi-array-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-1.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-pointer-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-struct.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union-2.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef-union.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-typedef.ll
    M llvm/test/CodeGen/BPF/CORE/offset-reloc-union.ll
    M llvm/test/CodeGen/BPF/CORE/store-addr.ll
    A llvm/test/CodeGen/BPF/adjust-opt-icmp1.ll
    A llvm/test/CodeGen/BPF/adjust-opt-icmp2.ll
    A llvm/test/CodeGen/BPF/adjust-opt-speculative1.ll
    A llvm/test/CodeGen/BPF/adjust-opt-speculative2.ll
    A llvm/test/CodeGen/BPF/optnone-2.ll
    A llvm/test/CodeGen/BPF/rodata_6.ll
    A llvm/test/CodeGen/BPF/rodata_7.ll
    M llvm/test/CodeGen/Generic/expand-experimental-reductions.ll
    M llvm/test/CodeGen/Hexagon/autohvx/arith.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-hvx-concat-truncate.ll
    A llvm/test/CodeGen/Hexagon/autohvx/isel-undef-not-zero.ll
    A llvm/test/CodeGen/Hexagon/isel-splat-vector-crash.ll
    A llvm/test/CodeGen/Hexagon/isel-splat-vector-dag-crash.ll
    A llvm/test/CodeGen/Hexagon/registerpassbuildercallbacks.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-load-v4i16.ll
    M llvm/test/CodeGen/Hexagon/vect/vect-vsplath.ll
    M llvm/test/CodeGen/MIR/AMDGPU/llc-target-cpu-attr-from-cmdline-ir.mir
    M llvm/test/CodeGen/MIR/AMDGPU/llc-target-cpu-attr-from-cmdline.mir
    M llvm/test/CodeGen/Mips/Fast-ISel/callabi.ll
    M llvm/test/CodeGen/Mips/Fast-ISel/memtest1.ll
    M llvm/test/CodeGen/Mips/Fast-ISel/pr40325.ll
    M llvm/test/CodeGen/Mips/GlobalISel/legalizer/mul.mir
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/aggregate_struct_return.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitreverse.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/brindirect.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/bswap.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/call.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ctlz.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ctpop.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/cttz.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/dyn_stackalloc.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fcmp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/float_constants.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/global_address.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/global_address_pic.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/jump_table_and_brjt.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/load_4_unaligned.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/load_split_because_of_memsize_or_align.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s32.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/long_ambiguous_chain_s64.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/phi.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sitofp_and_uitofp.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/store_4_unaligned.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/store_split_because_of_memsize_or_align.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub_vec.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/test_TypeInfoforMF.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/var_arg.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zextLoad_and_sextLoad.ll
    M llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/zext_and_sext.ll
    M llvm/test/CodeGen/Mips/atomic-min-max.ll
    M llvm/test/CodeGen/Mips/atomic.ll
    M llvm/test/CodeGen/Mips/atomic64.ll
    M llvm/test/CodeGen/Mips/atomicCmpSwapPW.ll
    M llvm/test/CodeGen/Mips/copy-fp64.ll
    M llvm/test/CodeGen/Mips/emit-big-cst.ll
    A llvm/test/CodeGen/Mips/funnel-shift-rot.ll
    A llvm/test/CodeGen/Mips/funnel-shift.ll
    M llvm/test/CodeGen/Mips/implicit-sret.ll
    M llvm/test/CodeGen/Mips/micromips-eva.mir
    M llvm/test/CodeGen/Mips/msa/ldr_str.ll
    M llvm/test/CodeGen/PowerPC/addegluecrash.ll
    M llvm/test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll
    A llvm/test/CodeGen/PowerPC/aix-bytestring.ll
    A llvm/test/CodeGen/PowerPC/aix-ignore-xcoff-visibility.ll
    M llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
    M llvm/test/CodeGen/PowerPC/aix-vector-return.ll
    A llvm/test/CodeGen/PowerPC/aix-xcoff-data-sections.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-data.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll
    M llvm/test/CodeGen/PowerPC/anon_aggr.ll
    M llvm/test/CodeGen/PowerPC/branch_coalesce.ll
    M llvm/test/CodeGen/PowerPC/builtins-ppc-p10vsx.ll
    M llvm/test/CodeGen/PowerPC/elf-common.ll
    M llvm/test/CodeGen/PowerPC/f128-aggregates.ll
    M llvm/test/CodeGen/PowerPC/f128-passByValue.ll
    M llvm/test/CodeGen/PowerPC/fast-isel-pcrel.ll
    M llvm/test/CodeGen/PowerPC/fp-int128-fp-combine.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
    M llvm/test/CodeGen/PowerPC/fp-strict-fcmp-noopt.ll
    M llvm/test/CodeGen/PowerPC/fp64-to-int16.ll
    M llvm/test/CodeGen/PowerPC/funnel-shift-rot.ll
    M llvm/test/CodeGen/PowerPC/funnel-shift.ll
    M llvm/test/CodeGen/PowerPC/htm-ttest.ll
    A llvm/test/CodeGen/PowerPC/mma-acc-memops.ll
    A llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
    M llvm/test/CodeGen/PowerPC/mulli.ll
    M llvm/test/CodeGen/PowerPC/nofpexcept.ll
    M llvm/test/CodeGen/PowerPC/p9-vinsert-vextract.ll
    M llvm/test/CodeGen/PowerPC/popcount.ll
    A llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll
    M llvm/test/CodeGen/PowerPC/ppcf128-endian.ll
    A llvm/test/CodeGen/PowerPC/pr47707.ll
    A llvm/test/CodeGen/PowerPC/reg_copy.mir
    M llvm/test/CodeGen/PowerPC/scalar_vector_test_4.ll
    A llvm/test/CodeGen/PowerPC/select.ll
    M llvm/test/CodeGen/PowerPC/sink-down-more-instructions-1.mir
    R llvm/test/CodeGen/PowerPC/sink-down-more-instructions.ll
    M llvm/test/CodeGen/PowerPC/spill-nor0.ll
    A llvm/test/CodeGen/PowerPC/spill-nor0.mir
    M llvm/test/CodeGen/PowerPC/stack-guard-reassign.ll
    M llvm/test/CodeGen/PowerPC/toc-float.ll
    M llvm/test/CodeGen/PowerPC/vec-itofp.ll
    M llvm/test/CodeGen/PowerPC/vec-trunc2.ll
    M llvm/test/CodeGen/PowerPC/vsx-args.ll
    M llvm/test/CodeGen/PowerPC/vsx.ll
    M llvm/test/CodeGen/PowerPC/vsx_builtins.ll
    M llvm/test/CodeGen/RISCV/rv64Zbt.ll
    M llvm/test/CodeGen/SPARC/fp16-promote.ll
    M llvm/test/CodeGen/SPARC/inlineasm-v9.ll
    A llvm/test/CodeGen/SystemZ/bcmp.ll
    M llvm/test/CodeGen/SystemZ/frame-14.ll
    M llvm/test/CodeGen/SystemZ/frame-16.ll
    A llvm/test/CodeGen/SystemZ/int-move-10.ll
    M llvm/test/CodeGen/SystemZ/swift-return.ll
    M llvm/test/CodeGen/SystemZ/swifterror.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/add_reduce.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/begin-vpt-without-inst.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-default.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-optsize-strd-lr.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-optsize.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/branch-targets.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/cond-vector-reduce-mve-codegen.ll
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/emptyblock.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/inloop-vpsel-1.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/inloop-vpsel-2.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/invariant-qreg.mir
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain-store.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-mov.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-copy-prev-iteration.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/lstp-insertion-position.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix-debug.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-after-dlstp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mov-operand.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/move-def-before-start.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/move-start-after-def.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/nested.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/no-vpsel-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/non-masked-load.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/reductions-vpt-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/reductions.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/remat-vctp.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/skip-debug.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-basic.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-const.ll
    R llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-forced.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-reduce.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tp-multiple-vpst.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/unpredicated-max.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vaddv.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/varying-outer-2d-reduction.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp-add-operand-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vctp16-reduce.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-arith-codegen.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vector-reduce-mve-tail.ll
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wlstp.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-liveout-lsr-shift.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-vctp-opcode-liveout.mir
    M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wrong-vctp-operand-liveout.mir
    M llvm/test/CodeGen/Thumb2/high-reg-spill.mir
    M llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
    M llvm/test/CodeGen/Thumb2/mve-fma-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-optimisation.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-ptr-address.ll
    M llvm/test/CodeGen/Thumb2/mve-gather-scatter-tailpred.ll
    M llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll
    M llvm/test/CodeGen/Thumb2/mve-pred-threshold.ll
    M llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-vaddv.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-add.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-addpred.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-bit.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fadd.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fminmax.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-fmul.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-loops.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mlapred.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mul.ll
    M llvm/test/CodeGen/Thumb2/mve-vector-spill.ll
    A llvm/test/CodeGen/Thumb2/mve-vmaxv-vminv-scalar.ll
    M llvm/test/CodeGen/Thumb2/mve-vmaxv.ll
    A llvm/test/CodeGen/Thumb2/vmovdrroffset.ll
    A llvm/test/CodeGen/VE/blockaddress.ll
    A llvm/test/CodeGen/VE/brcond.ll
    A llvm/test/CodeGen/VE/fp_copysign.ll
    A llvm/test/CodeGen/VE/fp_fneg.ll
    A llvm/test/CodeGen/VE/fp_frem.ll
    A llvm/test/CodeGen/VE/loadrri.ll
    M llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
    A llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-multi-return.ll
    M llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll
    M llvm/test/CodeGen/WebAssembly/lower-em-exceptions.ll

  Log Message:
  -----------
  Merge branch 'master' into dev/masonr/robocode-llvm-conan-pkg


  Commit: 05bca6b2a0a4fbf833c4762cc95bb7e0652667da
      https://github.com/llvm/llvm-project/commit/05bca6b2a0a4fbf833c4762cc95bb7e0652667da
  Author: Abdul Dakkak <adakkak at microsoft.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M RoboCodeLLVM.md
    M conanfile.py

  Log Message:
  -----------
  Merged PR 1965: Enable LLD and ROCDL targets

Enable LLD and ROCDL targets and add option to enable debug build


  Commit: c6f2d9c1d1eaf122c26dd62678bad9d0a0169d12
      https://github.com/llvm/llvm-project/commit/c6f2d9c1d1eaf122c26dd62678bad9d0a0169d12
  Author: Abdul Dakkak <adakkak at microsoft.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M .arcconfig
    A .github/lockdown.yml
    A .github/workflows/README.md
    M .gitignore
    M README.md
    M clang-tools-extra/clang-change-namespace/ChangeNamespace.cpp
    M clang-tools-extra/clang-change-namespace/tool/ClangChangeNamespace.cpp
    M clang-tools-extra/clang-include-fixer/SymbolIndexManager.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    M clang-tools-extra/clang-include-fixer/tool/ClangIncludeFixer.cpp
    M clang-tools-extra/clang-move/Move.cpp
    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/QueryParser.h
    M clang-tools-extra/clang-query/QuerySession.h
    M clang-tools-extra/clang-query/tool/ClangQuery.cpp
    M clang-tools-extra/clang-reorder-fields/tool/ClangReorderFields.cpp
    M clang-tools-extra/clang-tidy/CMakeLists.txt
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.h
    M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/ClangTidyCheck.h
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clang-tidy/ClangTidyModule.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/ExpandModularHeadersPPCallbacks.cpp
    M clang-tools-extra/clang-tidy/GlobList.cpp
    M clang-tools-extra/clang-tidy/GlobList.h
    M clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationRewriter.cpp
    M clang-tools-extra/clang-tidy/abseil/DurationUnnecessaryConversionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/NoNamespaceCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.h
    M clang-tools-extra/clang-tidy/altera/AlteraTidyModule.cpp
    M clang-tools-extra/clang-tidy/altera/CMakeLists.txt
    A clang-tools-extra/clang-tidy/altera/KernelNameRestrictionCheck.cpp
    A clang-tools-extra/clang-tidy/altera/KernelNameRestrictionCheck.h
    A clang-tools-extra/clang-tidy/altera/SingleWorkItemBarrierCheck.cpp
    A clang-tools-extra/clang-tidy/altera/SingleWorkItemBarrierCheck.h
    M clang-tools-extra/clang-tidy/altera/StructPackAlignCheck.cpp
    A clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.cpp
    A clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.h
    M clang-tools-extra/clang-tidy/android/AndroidTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BadSignalToKillThreadCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
    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/CopyConstructorInitCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp
    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/InfiniteLoopCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/MisplacedWideningCastCheck.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/RedundantBranchConditionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.h
    M clang-tools-extra/clang-tidy/bugprone/ReservedIdentifierCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/SignalHandlerCheck.h
    M clang-tools-extra/clang-tidy/bugprone/SignedCharMisuseCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.cpp
    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/StringLiteralWithEmbeddedNulCheck.cpp
    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/SuspiciousIncludeCheck.cpp
    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/SuspiciousSemicolonCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/TerminatingContinueCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    M clang-tools-extra/clang-tidy/bugprone/TooSmallLoopVariableCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UndelegatedConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/UnhandledSelfAssignmentCheck.cpp
    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/UseAfterMoveCheck.cpp
    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/LimitedRandomnessCheck.cpp
    M clang-tools-extra/clang-tidy/cert/MutatingCopyCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ProperlySeededRandomGeneratorCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
    M clang-tools-extra/clang-tidy/cert/StrToNumCheck.cpp
    M clang-tools-extra/clang-tidy/cert/ThrownExceptionTypeCheck.cpp
    A clang-tools-extra/clang-tidy/concurrency/CMakeLists.txt
    A clang-tools-extra/clang-tidy/concurrency/ConcurrencyTidyModule.cpp
    A clang-tools-extra/clang-tidy/concurrency/MtUnsafeCheck.cpp
    A clang-tools-extra/clang-tidy/concurrency/MtUnsafeCheck.h
    A clang-tools-extra/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.cpp
    A clang-tools-extra/clang-tidy/concurrency/ThreadCanceltypeAsynchronousCheck.h
    M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp
    M clang-tools-extra/clang-tidy/cppcoreguidelines/SlicingCheck.cpp
    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/MultipleInheritanceCheck.cpp
    M clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.h
    M clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
    M clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.h
    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.h
    M clang-tools-extra/clang-tidy/google/FunctionNamingCheck.cpp
    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/IntegerTypesCheck.h
    M clang-tools-extra/clang-tidy/google/OverloadedUnaryAndCheck.h
    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
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
    M clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.h
    M clang-tools-extra/clang-tidy/google/UsingNamespaceDirectiveCheck.h
    M clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferIsaOrDynCastInConditionalsCheck.cpp
    M clang-tools-extra/clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
    M clang-tools-extra/clang-tidy/misc/DefinitionsInHeadersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
    M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
    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/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
    M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp
    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/MakeSmartPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
    M clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
    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/UseAutoCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
    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/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseNodiscardCheck.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/UseTrailingReturnTypeCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
    M clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/objc/ForbiddenSubclassingCheck.cpp
    M clang-tools-extra/clang-tidy/objc/NSInvocationArgumentLifetimeCheck.cpp
    M clang-tools-extra/clang-tidy/objc/PropertyDeclarationCheck.cpp
    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/ForRangeCopyCheck.cpp
    M clang-tools-extra/clang-tidy/performance/ImplicitConversionInLoopCheck.cpp
    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/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    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/NoAutomaticMoveCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoIntToPtrCheck.cpp
    A clang-tools-extra/clang-tidy/performance/NoIntToPtrCheck.h
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    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/UnnecessaryCopyInitialization.cpp
    M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
    M clang-tools-extra/clang-tidy/plugin/ClangTidyPlugin.cpp
    M clang-tools-extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp
    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/CMakeLists.txt
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.h
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.cpp
    M clang-tools-extra/clang-tidy/readability/DeleteNullPointerCheck.h
    R clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.cpp
    R 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/FunctionCognitiveComplexityCheck.cpp
    M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.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/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MagicNumbersCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MakeMemberFunctionConstCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
    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/RedundantDeclarationCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.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/RedundantPreprocessorCheck.cpp
    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/RedundantStringInitCheck.cpp
    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/StringCompareCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UseAnyOfAllOfCheck.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
    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/DeclRefExprUtils.cpp
    M clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
    M clang-tools-extra/clang-tidy/utils/ExprSequence.cpp
    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/Matchers.h
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.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/zircon/TemporaryObjectsCheck.cpp
    M clang-tools-extra/clangd/AST.cpp
    M clang-tools-extra/clangd/AST.h
    A clang-tools-extra/clangd/ASTSignals.cpp
    A clang-tools-extra/clangd/ASTSignals.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.cpp
    M clang-tools-extra/clangd/CollectMacros.h
    M clang-tools-extra/clangd/CompileCommands.cpp
    M 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/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigProvider.cpp
    M clang-tools-extra/clangd/ConfigProvider.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    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/DumpAST.cpp
    A clang-tools-extra/clangd/DumpAST.h
    A clang-tools-extra/clangd/FeatureModule.cpp
    A clang-tools-extra/clangd/FeatureModule.h
    M clang-tools-extra/clangd/Features.inc.in
    M clang-tools-extra/clangd/FileDistance.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/Format.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
    M clang-tools-extra/clangd/GlobalCompilationDatabase.h
    M clang-tools-extra/clangd/HeaderSourceSwitch.cpp
    M clang-tools-extra/clangd/HeaderSourceSwitch.h
    M clang-tools-extra/clangd/Headers.cpp
    M clang-tools-extra/clangd/Headers.h
    A clang-tools-extra/clangd/HeuristicResolver.cpp
    A clang-tools-extra/clangd/HeuristicResolver.h
    M clang-tools-extra/clangd/Hover.cpp
    M clang-tools-extra/clangd/IncludeFixer.cpp
    M clang-tools-extra/clangd/JSONTransport.cpp
    A clang-tools-extra/clangd/LSPBinder.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    M clang-tools-extra/clangd/ParsedAST.h
    M clang-tools-extra/clangd/Preamble.cpp
    M 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/Quality.cpp
    M clang-tools-extra/clangd/Quality.h
    M clang-tools-extra/clangd/QueryDriverDatabase.cpp
    M clang-tools-extra/clangd/README.md
    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
    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
    A clang-tools-extra/clangd/TidyProvider.cpp
    A clang-tools-extra/clangd/TidyProvider.h
    M clang-tools-extra/clangd/XRefs.cpp
    M clang-tools-extra/clangd/XRefs.h
    M clang-tools-extra/clangd/benchmarks/CompletionModel/DecisionForestBenchmark.cpp
    M clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp
    M clang-tools-extra/clangd/fuzzer/CMakeLists.txt
    R clang-tools-extra/clangd/fuzzer/DummyClangdMain.cpp
    A clang-tools-extra/clangd/fuzzer/FuzzerClangdMain.cpp
    M clang-tools-extra/clangd/fuzzer/clangd-fuzzer.cpp
    M clang-tools-extra/clangd/index/Background.cpp
    M clang-tools-extra/clangd/index/Background.h
    M clang-tools-extra/clangd/index/BackgroundQueue.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/Index.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/Merge.cpp
    M clang-tools-extra/clangd/index/Merge.h
    A clang-tools-extra/clangd/index/ProjectAware.cpp
    A clang-tools-extra/clangd/index/ProjectAware.h
    M clang-tools-extra/clangd/index/Ref.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/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/index/SymbolID.h
    M clang-tools-extra/clangd/index/SymbolOrigin.cpp
    M clang-tools-extra/clangd/index/SymbolOrigin.h
    M clang-tools-extra/clangd/index/dex/Dex.cpp
    M clang-tools-extra/clangd/index/dex/Dex.h
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Index.proto
    A clang-tools-extra/clangd/index/remote/MonitoringService.proto
    M clang-tools-extra/clangd/index/remote/README.md
    A clang-tools-extra/clangd/index/remote/Service.proto
    M clang-tools-extra/clangd/index/remote/marshalling/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/CMakeLists.txt
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/CMakeLists.txt
    M clang-tools-extra/clangd/indexer/IndexerMain.cpp
    M clang-tools-extra/clangd/quality/CompletionModel.cmake
    M clang-tools-extra/clangd/quality/CompletionModelCodegen.py
    M clang-tools-extra/clangd/quality/model/features.json
    M clang-tools-extra/clangd/quality/model/forest.json
    M clang-tools-extra/clangd/refactor/Rename.cpp
    M clang-tools-extra/clangd/refactor/Rename.h
    M clang-tools-extra/clangd/refactor/tweaks/AddUsing.cpp
    M clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
    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/ExpandAutoType.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/PopulateSwitch.cpp
    M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
    M clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp
    M clang-tools-extra/clangd/support/CMakeLists.txt
    M clang-tools-extra/clangd/support/Context.h
    A clang-tools-extra/clangd/support/FileCache.cpp
    A clang-tools-extra/clangd/support/FileCache.h
    M clang-tools-extra/clangd/support/Function.h
    M clang-tools-extra/clangd/support/Logger.cpp
    M clang-tools-extra/clangd/support/Logger.h
    M clang-tools-extra/clangd/support/Markup.cpp
    A clang-tools-extra/clangd/support/Path.cpp
    M clang-tools-extra/clangd/support/Path.h
    M clang-tools-extra/clangd/support/Threading.cpp
    M clang-tools-extra/clangd/support/Threading.h
    M clang-tools-extra/clangd/support/ThreadsafeFS.cpp
    M clang-tools-extra/clangd/support/Trace.cpp
    M clang-tools-extra/clangd/test/CMakeLists.txt
    A clang-tools-extra/clangd/test/ast.test
    A clang-tools-extra/clangd/test/call-hierarchy.test
    M clang-tools-extra/clangd/test/check-fail.test
    M clang-tools-extra/clangd/test/code-action-request.test
    A clang-tools-extra/clangd/test/config.test
    M clang-tools-extra/clangd/test/crash-non-added-files.test
    M clang-tools-extra/clangd/test/document-link.test
    A clang-tools-extra/clangd/test/implementations.test
    A clang-tools-extra/clangd/test/index-serialization/Inputs/sample.cpp
    A clang-tools-extra/clangd/test/index-serialization/Inputs/sample.h
    A clang-tools-extra/clangd/test/index-serialization/Inputs/sample.idx
    A clang-tools-extra/clangd/test/index-serialization/version-is-correct.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/test/lit.cfg.py
    M clang-tools-extra/clangd/test/lit.site.cfg.py.in
    M clang-tools-extra/clangd/test/log.test
    A clang-tools-extra/clangd/test/memory_tree.test
    M clang-tools-extra/clangd/test/references.test
    A clang-tools-extra/clangd/test/remote-index/Inputs/Header.h
    A clang-tools-extra/clangd/test/remote-index/Inputs/Source.cpp
    A clang-tools-extra/clangd/test/remote-index/pipeline.test
    A clang-tools-extra/clangd/test/remote-index/pipeline_helper.py
    A clang-tools-extra/clangd/test/remote-index/public-log.test
    R clang-tools-extra/clangd/test/semantic-highlighting.test
    A clang-tools-extra/clangd/test/semantic-tokens-refresh.test
    M clang-tools-extra/clangd/test/semantic-tokens.test
    M clang-tools-extra/clangd/test/symbols.test
    M clang-tools-extra/clangd/test/system-include-extractor.test
    M clang-tools-extra/clangd/tool/CMakeLists.txt
    M clang-tools-extra/clangd/tool/Check.cpp
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    A clang-tools-extra/clangd/unittests/ASTSignalsTests.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
    A clang-tools-extra/clangd/unittests/CallHierarchyTests.cpp
    M clang-tools-extra/clangd/unittests/CanonicalIncludesTests.cpp
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.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/CompileCommandsTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigProviderTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigTesting.h
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/DexTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/DraftStoreTests.cpp
    A clang-tools-extra/clangd/unittests/DumpASTTests.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/GlobalCompilationDatabaseTests.cpp
    M clang-tools-extra/clangd/unittests/HoverTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/LSPBinderTests.cpp
    M clang-tools-extra/clangd/unittests/ModulesTests.cpp
    M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
    M clang-tools-extra/clangd/unittests/PreambleTests.cpp
    A clang-tools-extra/clangd/unittests/ProjectAwareIndexTests.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/SerializationTests.cpp
    M clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.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/TestFS.cpp
    M clang-tools-extra/clangd/unittests/TestIndex.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    A clang-tools-extra/clangd/unittests/TestWorkspace.cpp
    A clang-tools-extra/clangd/unittests/TestWorkspace.h
    A clang-tools-extra/clangd/unittests/TidyProviderTests.cpp
    R clang-tools-extra/clangd/unittests/TweakTesting.cpp
    R clang-tools-extra/clangd/unittests/TweakTesting.h
    R 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/unittests/remote/MarshallingTests.cpp
    A clang-tools-extra/clangd/unittests/support/FileCacheTests.cpp
    A clang-tools-extra/clangd/unittests/support/PathTests.cpp
    M clang-tools-extra/clangd/unittests/support/ThreadingTests.cpp
    M clang-tools-extra/clangd/unittests/support/TraceTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/AddUsingTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/AnnotateHighlightingsTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/DefineInlineTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/DefineOutlineTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/DumpASTTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/DumpRecordLayoutTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/DumpSymbolTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ExpandAutoTypeTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ExpandMacroTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ExtractFunctionTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ExtractVariableTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ObjCLocalizeStringLiteralTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/PopulateSwitchTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/RawStringLiteralTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/ShowSelectionTreeTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/SwapIfBranchesTests.cpp
    A clang-tools-extra/clangd/unittests/tweaks/TweakTesting.cpp
    A clang-tools-extra/clangd/unittests/tweaks/TweakTesting.h
    A clang-tools-extra/clangd/unittests/tweaks/TweakTests.cpp
    M clang-tools-extra/docs/ReleaseNotes.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/Integrations.rst
    A clang-tools-extra/docs/clang-tidy/checks/altera-kernel-name-restriction.rst
    A clang-tools-extra/docs/clang-tidy/checks/altera-single-work-item-barrier.rst
    A clang-tools-extra/docs/clang-tidy/checks/altera-unroll-loops.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-argument-comment.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-widening-cast.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-reserved-identifier.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-signal-handler.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-signed-char-misuse.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-sizeof-expression.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-string-constructor.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-suspicious-string-compare.rst
    M 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-pos47-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/cert-sig30-c.rst
    A clang-tools-extra/docs/clang-tidy/checks/concurrency-mt-unsafe.rst
    A clang-tools-extra/docs/clang-tidy/checks/concurrency-thread-canceltype-asynchronous.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-macro-usage.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
    M clang-tools-extra/docs/clang-tidy/checks/google-objc-global-variable-declaration.rst
    M clang-tools-extra/docs/clang-tidy/checks/hicpp-multiway-paths-covered.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-definitions-in-headers.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-unused-parameters.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-avoid-bind.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-loop-convert.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-make-shared.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-make-unique.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-pass-by-value.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-bool-literals.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-default-member-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-emplace.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-equals-default.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-equals-delete.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-noexcept.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-override.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-transparent-functors.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-using.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-for-range-copy.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-string-concatenation.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-move-const-arg.rst
    M clang-tools-extra/docs/clang-tidy/checks/performance-move-constructor-init.rst
    A clang-tools-extra/docs/clang-tidy/checks/performance-no-int-to-ptr.rst
    M clang-tools-extra/docs/clang-tidy/checks/portability-simd-intrinsics.rst
    R clang-tools-extra/docs/clang-tidy/checks/readability-deleted-default.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-function-cognitive-complexity.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-inconsistent-declaration-parameter-name.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-access-specifiers.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-declaration.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-member-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-smartptr-get.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-redundant-string-init.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-simplify-boolean-expr.rst
    M clang-tools-extra/docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst
    M 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/conf.py
    M clang-tools-extra/modularize/Modularize.cpp
    M clang-tools-extra/modularize/PreprocessorTracker.cpp
    M clang-tools-extra/test/CMakeLists.txt
    M clang-tools-extra/test/clang-query/invalid-command-line.cpp
    M clang-tools-extra/test/clang-tidy/check_clang_tidy.py
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/gmock/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/signal.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/stdlib.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/string.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/system-other.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/unistd.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/Verilog.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/kernel.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/kernel.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/other_Verilog.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/otherdir/vhdl.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/otherthing.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/some/dir/kernel.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/some/kernel.cl/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/some/verilog.cl/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/some/vhdl.cl/foo.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/some_kernel.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/somedir/verilog.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/thing.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/uppercase/KERNEL.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/uppercase/VHDL.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/uppercase/vERILOG.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/verilog.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/vhdl.CL
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/vhdl.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/altera-kernel-name-restriction/vhdl_number_two.cl
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-concat-nested-namespaces/modernize-concat-nested-namespaces.h
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/.clang-tidy
    R clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style-disabled/header.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/.clang-tidy
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style1/header.h
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/.clang-tidy
    M clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/global-style2/header.h
    A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/system/coroutines.h
    M clang-tools-extra/test/clang-tidy/checkers/abseil-faster-strsplit-delimiter.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-redundant-strcat-calls.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-time-subtraction.cpp
    M clang-tools-extra/test/clang-tidy/checkers/abseil-upgrade-duration-conversions.cpp
    A clang-tools-extra/test/clang-tidy/checkers/altera-kernel-name-restriction.cpp
    A clang-tools-extra/test/clang-tidy/checkers/altera-single-work-item-barrier.cpp
    A clang-tools-extra/test/clang-tidy/checkers/altera-unroll-loops.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-assert-side-effect.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-assert-side-effect.m
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-inaccurate-erase.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signal-handler-minimal.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signal-handler-posix.c
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-signal-handler.c
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-string-constructor.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-semicolon-constexpr.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-terminating-continue.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-unused-raii.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-use-after-move.cpp
    A clang-tools-extra/test/clang-tidy/checkers/concurrency-mt-unsafe-any.cpp
    A clang-tools-extra/test/clang-tidy/checkers/concurrency-mt-unsafe-glibc.cpp
    A clang-tools-extra/test/clang-tidy/checkers/concurrency-mt-unsafe-posix.cpp
    A clang-tools-extra/test/clang-tidy/checkers/concurrency-thread-canceltype-asynchronous.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-prefer-member-initializer.cpp
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-pro-type-member-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.cpp
    M clang-tools-extra/test/clang-tidy/checkers/llvm-include-order.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-definitions-in-headers.hpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-static-assert.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-cxx17.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-concat-nested-namespaces.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-basic.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-multidimensional.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-reverse.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-loop-convert-rewritten-binop.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-shared.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique-default-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-make-unique.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-raw-string-literal.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-replace-disallow-copy-and-assign-macro.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize-use-nodiscard.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize-use-nullptr-cxx20.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-algorithm.cpp
    A clang-tools-extra/test/clang-tidy/checkers/performance-no-int-to-ptr.c
    A clang-tools-extra/test/clang-tidy/checkers/performance-no-int-to-ptr.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-copy-initialization.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-unnecessary-value-param-header.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-ppc.cpp
    M clang-tools-extra/test/clang-tidy/checkers/portability-simd-intrinsics-x86.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty-cxx20.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-delete-null-pointer.cpp
    R clang-tools-extra/test/clang-tidy/checkers/readability-deleted-default.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return-pp-no-crash.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-else-after-return.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity-flags.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix-name-conflicts.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-case-violation.cpp
    A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-multiple-styles.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-inconsistent-declaration-parameter-name.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-uniqueptr-delete-release.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file-spaces
    M clang-tools-extra/test/clang-tidy/infrastructure/alternative-fixes.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/clang-tidy-store-check-profile-one-tu.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/clean-up-code.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/config-file.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/invalid-command-line.cpp
    R clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
    R clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/use-color.cpp
    M clang-tools-extra/test/lit.site.cfg.py.in
    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-pragma-opencl.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/ClangTidyOptionsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp
    A clang-tools-extra/unittests/clang-tidy/OptionsProviderTest.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/CMakeLists.txt
    M clang/bindings/python/tests/CMakeLists.txt
    M clang/cmake/caches/3-stage-base.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M clang/cmake/caches/Fuchsia-stage2.cmake
    M clang/cmake/caches/Fuchsia.cmake
    M clang/cmake/modules/CMakeLists.txt
    M clang/docs/AutomaticReferenceCounting.rst
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormat.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangFormattedStatus.rst
    A clang/docs/ClangOffloadBundler.rst
    M clang/docs/ClangPlugins.rst
    M clang/docs/ClangTools.rst
    M clang/docs/ControlFlowIntegrity.rst
    M clang/docs/ControlFlowIntegrityDesign.rst
    M clang/docs/DiagnosticsReference.rst
    M clang/docs/HardwareAssistedAddressSanitizerDesign.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/JSONCompilationDatabase.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/LibASTMatchersTutorial.rst
    M clang/docs/LibTooling.rst
    M clang/docs/MatrixTypes.rst
    M clang/docs/Modules.rst
    M clang/docs/OpenCLSupport.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/RAVFrontendAction.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SanitizerCoverage.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/ThinLTO.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/checkers.rst
    M clang/docs/analyzer/conf.py
    M clang/docs/analyzer/developer-docs/IPA.rst
    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/Attribute/Attribute.cpp
    M clang/examples/CMakeLists.txt
    A clang/examples/CallSuperAttribute/CMakeLists.txt
    A clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
    M clang/examples/clang-interpreter/main.cpp
    M clang/include/clang-c/Index.h
    A clang/include/clang/APINotes/APINotesYAMLCompiler.h
    A clang/include/clang/APINotes/Types.h
    M clang/include/clang/ARCMigrate/FileRemapper.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/ASTImporter.h
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/include/clang/AST/ASTTypeTraits.h
    M clang/include/clang/AST/AbstractBasicReader.h
    M clang/include/clang/AST/AbstractBasicWriter.h
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/AST/CXXInheritance.h
    M clang/include/clang/AST/CXXRecordDeclDefinitionBits.def
    M clang/include/clang/AST/CanonicalType.h
    M clang/include/clang/AST/CommentLexer.h
    M clang/include/clang/AST/ComputeDependence.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/DeclContextInternals.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/DeclarationName.h
    M clang/include/clang/AST/DependenceFlags.h
    M clang/include/clang/AST/DependentDiagnostic.h
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/AST/ExprCXX.h
    M clang/include/clang/AST/Mangle.h
    M clang/include/clang/AST/MangleNumberingContext.h
    M clang/include/clang/AST/NestedNameSpecifier.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/AST/ParentMap.h
    M 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/RecordLayout.h
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtIterator.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.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/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
    A clang/include/clang/Analysis/Analyses/CalledOnceCheck.h
    M clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
    M clang/include/clang/Analysis/AnyCall.h
    M clang/include/clang/Analysis/CFG.h
    M clang/include/clang/Analysis/CallGraph.h
    A clang/include/clang/Analysis/IssueHash.h
    A clang/include/clang/Analysis/MacroExpansionContext.h
    M clang/include/clang/Analysis/PathDiagnostic.h
    M clang/include/clang/Analysis/RetainSummaryManager.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/BuiltinsAArch64.def
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/include/clang/Basic/BuiltinsBPF.def
    M clang/include/clang/Basic/BuiltinsHexagon.def
    M clang/include/clang/Basic/BuiltinsHexagonDep.def
    M clang/include/clang/Basic/BuiltinsHexagonMapCustomDep.def
    M clang/include/clang/Basic/BuiltinsNVPTX.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    A clang/include/clang/Basic/BuiltinsRISCV.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/CMakeLists.txt
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/Cuda.h
    M clang/include/clang/Basic/DeclNodes.td
    M clang/include/clang/Basic/Diagnostic.h
    M clang/include/clang/Basic/Diagnostic.td
    M clang/include/clang/Basic/DiagnosticAST.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Basic/DiagnosticAnalysis.h
    M clang/include/clang/Basic/DiagnosticCategories.td
    M clang/include/clang/Basic/DiagnosticComment.h
    M clang/include/clang/Basic/DiagnosticCommonKinds.td
    M clang/include/clang/Basic/DiagnosticCrossTU.h
    M clang/include/clang/Basic/DiagnosticDriver.h
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M 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
    M 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
    M clang/include/clang/Basic/DiagnosticParse.h
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticRefactoring.h
    M clang/include/clang/Basic/DiagnosticSema.h
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Basic/DiagnosticSerialization.h
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    A clang/include/clang/Basic/DirectoryEntry.h
    M clang/include/clang/Basic/Features.def
    A clang/include/clang/Basic/FileEntry.h
    M clang/include/clang/Basic/FileManager.h
    M clang/include/clang/Basic/LLVM.h
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/LangStandard.h
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Basic/Module.h
    A clang/include/clang/Basic/NoSanitizeList.h
    M clang/include/clang/Basic/OpenCLExtensions.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.h
    A clang/include/clang/Basic/PPCTypes.def
    M clang/include/clang/Basic/PartialDiagnostic.h
    A clang/include/clang/Basic/ProfileList.h
    A clang/include/clang/Basic/RISCVVTypes.def
    R clang/include/clang/Basic/SanitizerBlacklist.h
    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/Specifiers.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetCXXABI.h
    M clang/include/clang/Basic/TargetID.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/TargetOptions.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Basic/XRayInstr.h
    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
    A clang/include/clang/Basic/riscv_vector.td
    M clang/include/clang/CMakeLists.txt
    M clang/include/clang/Config/config.h.cmake
    M clang/include/clang/CrossTU/CrossTranslationUnit.h
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/Compilation.h
    M clang/include/clang/Driver/Distro.h
    M clang/include/clang/Driver/Driver.h
    M clang/include/clang/Driver/Job.h
    M clang/include/clang/Driver/Options.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/Driver/Types.def
    M clang/include/clang/Driver/Types.h
    M clang/include/clang/Edit/EditedSource.h
    M clang/include/clang/Format/Format.h
    M clang/include/clang/Frontend/ASTUnit.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/FrontendAction.h
    M clang/include/clang/Frontend/FrontendActions.h
    M clang/include/clang/Frontend/FrontendOptions.h
    M clang/include/clang/Frontend/PrecompiledPreamble.h
    M clang/include/clang/Frontend/TextDiagnostic.h
    M clang/include/clang/Frontend/Utils.h
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Lex/MacroInfo.h
    M clang/include/clang/Lex/ModuleMap.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/include/clang/Lex/VariadicMacroSupport.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/AnalysisBasedWarnings.h
    M clang/include/clang/Sema/CodeCompleteConsumer.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/Initialization.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/Scope.h
    M clang/include/clang/Sema/ScopeInfo.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/Serialization/ASTRecordReader.h
    M clang/include/clang/Serialization/ASTRecordWriter.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Serialization/ModuleFile.h
    M clang/include/clang/Serialization/ModuleFileExtension.h
    M clang/include/clang/Serialization/ModuleManager.h
    M clang/include/clang/StaticAnalyzer/Core/Analyses.def
    M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
    M clang/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
    R clang/include/clang/StaticAnalyzer/Core/IssueHash.h
    M clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
    M clang/include/clang/Tooling/CommonOptionsParser.h
    M clang/include/clang/Tooling/CompilationDatabase.h
    R clang/include/clang/Tooling/Core/Lookup.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/Inclusions/HeaderIncludes.h
    M clang/include/clang/Tooling/Inclusions/IncludeStyle.h
    A clang/include/clang/Tooling/NodeIntrospection.h
    A clang/include/clang/Tooling/Refactoring/Lookup.h
    M clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h
    M clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h
    M clang/include/clang/Tooling/Syntax/BuildTree.h
    A clang/include/clang/Tooling/Syntax/CMakeLists.txt
    M clang/include/clang/Tooling/Syntax/Nodes.h
    A clang/include/clang/Tooling/Syntax/Nodes.td
    A clang/include/clang/Tooling/Syntax/Syntax.td
    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/RangeSelector.h
    M clang/include/clang/Tooling/Transformer/RewriteRule.h
    M clang/include/clang/Tooling/Transformer/Stencil.h
    M clang/include/clang/module.modulemap
    A clang/lib/APINotes/APINotesFormat.h
    A clang/lib/APINotes/APINotesTypes.cpp
    A clang/lib/APINotes/APINotesYAMLCompiler.cpp
    A clang/lib/APINotes/CMakeLists.txt
    M clang/lib/ARCMigrate/ARCMT.cpp
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/ObjCMT.cpp
    M clang/lib/ARCMigrate/TransGCAttrs.cpp
    M clang/lib/ARCMigrate/TransProperties.cpp
    M clang/lib/ARCMigrate/Transforms.h
    M clang/lib/AST/APValue.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
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    M clang/lib/AST/ASTTypeTraits.cpp
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/CXXABI.h
    M clang/lib/AST/CXXInheritance.cpp
    M clang/lib/AST/CommentLexer.cpp
    M clang/lib/AST/ComparisonCategories.cpp
    M clang/lib/AST/ComputeDependence.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
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ExternalASTMerger.cpp
    M clang/lib/AST/Interp/State.cpp
    M clang/lib/AST/ItaniumCXXABI.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M 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/OpenMPClause.cpp
    M clang/lib/AST/ParentMapContext.cpp
    M clang/lib/AST/PrintfFormatString.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/TemplateBase.cpp
    M clang/lib/AST/TemplateName.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/Diagnostics.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.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/ASTMatchers/GtestMatchers.cpp
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Analysis/CMakeLists.txt
    A clang/lib/Analysis/CalledOnceCheck.cpp
    M clang/lib/Analysis/ExprMutationAnalyzer.cpp
    A clang/lib/Analysis/IssueHash.cpp
    M clang/lib/Analysis/LiveVariables.cpp
    A clang/lib/Analysis/MacroExpansionContext.cpp
    M clang/lib/Analysis/PathDiagnostic.cpp
    M clang/lib/Analysis/RetainSummaryManager.cpp
    M clang/lib/Analysis/ThreadSafety.cpp
    M clang/lib/Analysis/ThreadSafetyCommon.cpp
    M clang/lib/Basic/CMakeLists.txt
    M clang/lib/Basic/CodeGenOptions.cpp
    M clang/lib/Basic/Cuda.cpp
    M clang/lib/Basic/Diagnostic.cpp
    M clang/lib/Basic/DiagnosticIDs.cpp
    A clang/lib/Basic/FileEntry.cpp
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/LangOptions.cpp
    M clang/lib/Basic/Module.cpp
    A clang/lib/Basic/NoSanitizeList.cpp
    A clang/lib/Basic/OpenCLOptions.cpp
    M clang/lib/Basic/OpenMPKinds.cpp
    A clang/lib/Basic/ProfileList.cpp
    R clang/lib/Basic/SanitizerBlacklist.cpp
    M clang/lib/Basic/Sanitizers.cpp
    M clang/lib/Basic/SourceLocation.cpp
    M clang/lib/Basic/SourceManager.cpp
    M clang/lib/Basic/TargetID.cpp
    M clang/lib/Basic/TargetInfo.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/AMDGPU.h
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Basic/Targets/Hexagon.cpp
    A clang/lib/Basic/Targets/M68k.cpp
    A clang/lib/Basic/Targets/M68k.h
    M clang/lib/Basic/Targets/NVPTX.cpp
    M clang/lib/Basic/Targets/NVPTX.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/RISCV.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/VE.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/Version.cpp
    M clang/lib/Basic/Warnings.cpp
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/CMakeLists.txt
    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/CGCUDANV.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.h
    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/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/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeAMDGCN.cpp
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    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/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/CodeGenTypeCache.h
    M clang/lib/CodeGen/CodeGenTypes.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/ObjectFilePCHContainerOperations.cpp
    M clang/lib/CodeGen/SanitizerMetadata.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
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/CMakeLists.txt
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/Job.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
    A clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
    A clang/lib/Driver/ToolChains/AMDGPUOpenMP.h
    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/ARM.h
    A clang/lib/Driver/ToolChains/Arch/M68k.cpp
    A clang/lib/Driver/ToolChains/Arch/M68k.h
    M clang/lib/Driver/ToolChains/Arch/RISCV.cpp
    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/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.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/Flang.cpp
    M clang/lib/Driver/ToolChains/Flang.h
    M clang/lib/Driver/ToolChains/FreeBSD.cpp
    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/Hexagon.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/lib/Driver/ToolChains/Linux.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/Myriad.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/PS4CPU.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/ROCm.h
    M clang/lib/Driver/ToolChains/Solaris.cpp
    M clang/lib/Driver/ToolChains/VEToolchain.cpp
    M clang/lib/Driver/ToolChains/VEToolchain.h
    M clang/lib/Driver/ToolChains/WebAssembly.cpp
    M clang/lib/Driver/Types.cpp
    M clang/lib/Edit/EditedSource.cpp
    M clang/lib/Format/BreakableToken.cpp
    M clang/lib/Format/BreakableToken.h
    M clang/lib/Format/ContinuationIndenter.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/FormatInternal.h
    M clang/lib/Format/FormatToken.h
    M clang/lib/Format/FormatTokenLexer.cpp
    M clang/lib/Format/MacroExpander.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/Format/UnwrappedLineParser.h
    M clang/lib/Format/WhitespaceManager.cpp
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/CMakeLists.txt
    M clang/lib/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Frontend/DependencyFile.cpp
    M clang/lib/Frontend/DiagnosticRenderer.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Frontend/FrontendOptions.cpp
    R clang/lib/Frontend/FrontendTiming.cpp
    M clang/lib/Frontend/HeaderIncludeGen.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/ModuleDependencyCollector.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Frontend/Rewrite/HTMLPrint.cpp
    M clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
    M clang/lib/Frontend/Rewrite/RewriteMacros.cpp
    M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
    M clang/lib/Frontend/Rewrite/RewriteObjC.cpp
    M clang/lib/Frontend/TestModuleFileExtension.cpp
    M clang/lib/Frontend/TestModuleFileExtension.h
    M clang/lib/Frontend/TextDiagnostic.cpp
    M clang/lib/Frontend/TextDiagnosticPrinter.cpp
    M clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_cuda_cmath.h
    M clang/lib/Headers/__clang_cuda_complex_builtins.h
    M clang/lib/Headers/__clang_cuda_math_forward_declares.h
    M clang/lib/Headers/__clang_cuda_runtime_wrapper.h
    M clang/lib/Headers/__clang_hip_cmath.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/amxintrin.h
    M clang/lib/Headers/arm_acle.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/avx512vlvnniintrin.h
    M clang/lib/Headers/avxintrin.h
    A clang/lib/Headers/avxvnniintrin.h
    M clang/lib/Headers/cpuid.h
    M clang/lib/Headers/cuda_wrappers/algorithm
    M clang/lib/Headers/cuda_wrappers/new
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/gfniintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/intrin.h
    M clang/lib/Headers/mm_malloc.h
    M clang/lib/Headers/opencl-c-base.h
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Headers/openmp_wrappers/complex
    M clang/lib/Headers/openmp_wrappers/complex.h
    M clang/lib/Headers/ppc_wrappers/smmintrin.h
    A clang/lib/Headers/uintrintrin.h
    M clang/lib/Headers/vecintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Headers/x86gprintrin.h
    M clang/lib/Index/CMakeLists.txt
    M clang/lib/Index/IndexBody.cpp
    R clang/lib/Index/SimpleFormatContext.h
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/Lexer.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/ModuleMap.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/PPLexerChange.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Lex/Pragma.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Lex/ScratchBuffer.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/ParseObjc.cpp
    M clang/lib/Parse/ParseOpenMP.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/Rewrite/DeltaTree.cpp
    M clang/lib/Rewrite/HTMLRewrite.cpp
    M clang/lib/Rewrite/Rewriter.cpp
    M clang/lib/Rewrite/TokenRewriter.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/CMakeLists.txt
    M clang/lib/Sema/CodeCompleteConsumer.cpp
    M clang/lib/Sema/DeclSpec.cpp
    M clang/lib/Sema/MultiplexExternalSemaSource.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/ScopeInfo.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/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/SemaSYCL.cpp
    M clang/lib/Sema/SemaStmt.cpp
    M clang/lib/Sema/SemaStmtAsm.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/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/GlobalModuleIndex.cpp
    M clang/lib/Serialization/ModuleFileExtension.cpp
    M clang/lib/Serialization/ModuleManager.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.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/IteratorRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BasicValueFactory.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/CheckerContext.cpp
    M clang/lib/StaticAnalyzer/Core/CommonBugCategories.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
    M clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
    R clang/lib/StaticAnalyzer/Core/IssueHash.cpp
    M clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
    M clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SVals.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/lib/Tooling/ArgumentsAdjusters.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/CommonOptionsParser.cpp
    M clang/lib/Tooling/CompilationDatabase.cpp
    M clang/lib/Tooling/Core/CMakeLists.txt
    R 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
    A clang/lib/Tooling/DumpTool/APIData.h
    A clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
    A clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h
    A clang/lib/Tooling/DumpTool/CMakeLists.txt
    A clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
    A clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
    M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
    M clang/lib/Tooling/Inclusions/IncludeStyle.cpp
    M clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    A clang/lib/Tooling/NodeIntrospection.cpp
    M clang/lib/Tooling/Refactoring/CMakeLists.txt
    A clang/lib/Tooling/Refactoring/Lookup.cpp
    M clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
    M clang/lib/Tooling/Syntax/BuildTree.cpp
    M clang/lib/Tooling/Syntax/Mutations.cpp
    M clang/lib/Tooling/Syntax/Nodes.cpp
    M 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/RangeSelector.cpp
    M clang/lib/Tooling/Transformer/RewriteRule.cpp
    M clang/lib/Tooling/Transformer/Stencil.cpp
    M clang/runtime/CMakeLists.txt
    A clang/test/APINotes/Inputs/Frameworks/Simple.framework/Headers/Simple.apinotes
    A clang/test/APINotes/Inputs/Frameworks/Simple.framework/Headers/Simple.h
    A clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes
    A clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.h
    A clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/module.modulemap
    A clang/test/APINotes/yaml-roundtrip-2.test
    A clang/test/APINotes/yaml-roundtrip.test
    M clang/test/ARCMT/GC-check-warn-nsalloc.m
    M clang/test/ARCMT/GC-check.m
    M clang/test/ARCMT/atautorelease-check.m
    M clang/test/ARCMT/check-api.m
    M clang/test/ARCMT/check-with-pch.m
    M clang/test/ARCMT/check-with-serialized-diag.m
    M clang/test/ARCMT/checking-in-arc.m
    M clang/test/ARCMT/checking.m
    M clang/test/ARCMT/cxx-checking.mm
    M clang/test/ARCMT/driver-migrate.m
    M clang/test/ARCMT/migrate-emit-errors.m
    M clang/test/ARCMT/migrate-plist-output.m
    M clang/test/ARCMT/migrate-space-in-path.m
    M clang/test/ARCMT/migrate-with-pch.m
    M clang/test/ARCMT/migrate.m
    M clang/test/ARCMT/no-canceling-bridge-to-bridge-cast.m
    M clang/test/ARCMT/nonobjc-to-objc-cast-2.m
    M clang/test/ARCMT/releases-driver.m
    M clang/test/ARCMT/releases-driver.m.result
    M clang/test/ARCMT/verify.m
    M clang/test/ARCMT/with-arc-mode-modify.m
    M clang/test/ARCMT/with-arc-mode-modify.m.result
    A clang/test/AST/Inputs/cuda.h
    M clang/test/AST/Inputs/std-coroutine.h
    M clang/test/AST/alignas_maybe_odr_cleanup.cpp
    M clang/test/AST/ast-dump-c-attr.c
    M clang/test/AST/ast-dump-decl-json.c
    M clang/test/AST/ast-dump-decl.c
    M clang/test/AST/ast-dump-enum-json.cpp
    M clang/test/AST/ast-dump-lambda.cpp
    A clang/test/AST/ast-dump-managed-var.cu
    M clang/test/AST/ast-dump-openmp-cancel.c
    M clang/test/AST/ast-dump-openmp-cancellation-point.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-distribute.c
    M clang/test/AST/ast-dump-openmp-for-simd.c
    M clang/test/AST/ast-dump-openmp-for.c
    M clang/test/AST/ast-dump-openmp-ordered.c
    M clang/test/AST/ast-dump-openmp-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-parallel-for.c
    M clang/test/AST/ast-dump-openmp-parallel-sections.c
    M clang/test/AST/ast-dump-openmp-parallel.c
    M clang/test/AST/ast-dump-openmp-section.c
    M clang/test/AST/ast-dump-openmp-sections.c
    M clang/test/AST/ast-dump-openmp-simd.c
    M clang/test/AST/ast-dump-openmp-single.c
    M clang/test/AST/ast-dump-openmp-target-data.c
    M clang/test/AST/ast-dump-openmp-target-enter-data.c
    M clang/test/AST/ast-dump-openmp-target-exit-data.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-parallel.c
    M clang/test/AST/ast-dump-openmp-target-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-target-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-target-teams.c
    M clang/test/AST/ast-dump-openmp-target-update.c
    M clang/test/AST/ast-dump-openmp-target.c
    M clang/test/AST/ast-dump-openmp-task.c
    M clang/test/AST/ast-dump-openmp-taskgroup.c
    M clang/test/AST/ast-dump-openmp-taskloop-simd.c
    M clang/test/AST/ast-dump-openmp-taskloop.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c
    M clang/test/AST/ast-dump-openmp-teams-distribute-simd.c
    M clang/test/AST/ast-dump-openmp-teams-distribute.c
    M clang/test/AST/ast-dump-openmp-teams.c
    A clang/test/AST/ast-dump-ppc-types.c
    M clang/test/AST/ast-dump-records-json.cpp
    M clang/test/AST/ast-dump-records.c
    M clang/test/AST/ast-dump-records.cpp
    M clang/test/AST/ast-dump-recovery.cpp
    A clang/test/AST/ast-dump-recovery.m
    M clang/test/AST/ast-dump-stmt-json.m
    M clang/test/AST/ast-print-attr.c
    M clang/test/AST/ast-print-pragmas.cpp
    M clang/test/AST/ast-print-record-decl.c
    A clang/test/AST/attr-swift_attr.m
    M clang/test/AST/const-fpfeatures.c
    A clang/test/AST/coroutine-locals-cleanup.cpp
    M clang/test/AST/deduction-guides.cpp
    A clang/test/AST/pr47636.cpp
    A clang/test/ASTMerge/APValue/APValue.cpp
    A clang/test/ASTMerge/attr/Inputs/FormatAttr.cpp
    A clang/test/ASTMerge/attr/testFormatAttr.cpp
    A clang/test/ASTMerge/generic-selection-expr/Inputs/generic.c
    A clang/test/ASTMerge/generic-selection-expr/Inputs/generic.cpp
    A clang/test/ASTMerge/generic-selection-expr/test.c
    A clang/test/ASTMerge/generic-selection-expr/test.cpp
    M clang/test/ASTMerge/struct/test.c
    A clang/test/Analysis/Inputs/ctu-inherited-default-ctor-other.cpp
    M clang/test/Analysis/Inputs/ctu-other.c
    M clang/test/Analysis/Inputs/ctu-other.c.externalDefMap.ast-dump.txt
    M clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
    M clang/test/Analysis/Inputs/expected-plists/objc-arc.m.plist
    R clang/test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist
    M clang/test/Analysis/Inputs/expected-plists/plist-output.m.plist
    M clang/test/Analysis/Inputs/system-header-simulator-cxx.h
    M clang/test/Analysis/NewDelete-intersections.mm
    A clang/test/Analysis/PR49490.cpp
    A clang/test/Analysis/PR49642.c
    M clang/test/Analysis/auto-obj-dtors-cfg-output.cpp
    M clang/test/Analysis/cfg-rich-constructors.cpp
    M clang/test/Analysis/cfg-rich-constructors.mm
    M clang/test/Analysis/cfg.c
    M clang/test/Analysis/cfg.cpp
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-begin-1.inc
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-begin-2.inc
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-begin-macro-1.inc
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-begin-macro-2.inc
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-end-macro.inc
    A clang/test/Analysis/copypaste/Inputs/clone-begin-end-different-file-end.inc
    A clang/test/Analysis/copypaste/clone-begin-end-different-file.cpp
    A clang/test/Analysis/ctu-inherited-default-ctor.cpp
    M clang/test/Analysis/ctu-main.c
    M clang/test/Analysis/exploded-graph-rewriter/trimmers.dot
    M clang/test/Analysis/free.c
    A clang/test/Analysis/free.cpp
    M clang/test/Analysis/fuchsia_handle.cpp
    M clang/test/Analysis/iterator-range.cpp
    M clang/test/Analysis/lit.local.cfg
    M clang/test/Analysis/malloc-fnptr-plist.c
    M clang/test/Analysis/malloc.c
    M clang/test/Analysis/misc-ps-region-store.m
    M clang/test/Analysis/osobject-retain-release.cpp
    M clang/test/Analysis/osobjectcstylecastchecker_test.cpp
    A clang/test/Analysis/out-of-bounds-false-positive.c
    M clang/test/Analysis/padding_c.c
    M clang/test/Analysis/plist-macros-with-expansion-ctu.c
    A clang/test/Analysis/plist-macros-with-expansion.c
    M clang/test/Analysis/plist-macros-with-expansion.cpp
    M clang/test/Analysis/pointer-to-member.cpp
    A clang/test/Analysis/reinterpret-cast-pointer-to-member.cpp
    M clang/test/Analysis/return-ptr-range.cpp
    A clang/test/Analysis/scan-build/cxx-name.test
    M clang/test/Analysis/scan-build/lit.local.cfg
    A clang/test/Analysis/std-c-library-posix-crash.c
    M clang/test/Analysis/taint-generic.c
    M clang/test/Analysis/weak-functions.c
    M clang/test/CMakeLists.txt
    A clang/test/CXX/basic/basic.scope/basic.scope.pdecl/p7.cpp
    M clang/test/CXX/basic/basic.types/p10.cpp
    M clang/test/CXX/class.access/class.access.base/p1.cpp
    M clang/test/CXX/class.access/class.access.base/p5.cpp
    M clang/test/CXX/class.access/class.friend/p1.cpp
    M clang/test/CXX/class.access/class.protected/p1.cpp
    M clang/test/CXX/class.access/p4.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
    M clang/test/CXX/class/class.compare/class.compare.default/p4.cpp
    M clang/test/CXX/class/class.compare/class.eq/p2.cpp
    M clang/test/CXX/class/class.compare/class.spaceship/p1.cpp
    M clang/test/CXX/class/class.compare/class.spaceship/p2.cpp
    A clang/test/CXX/class/class.init/class.copy.elision/p1.cpp
    A clang/test/CXX/class/class.init/class.copy.elision/p3.cpp
    A clang/test/CXX/cpp/cpp.predefined/p2.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p12.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p2.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.decltype/p1.cpp
    A clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4-ast.cpp
    M clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp
    M clang/test/CXX/dcl/dcl.fct/p17.cpp
    M clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
    M clang/test/CXX/drs/dr0xx.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr15xx.cpp
    M clang/test/CXX/drs/dr1xx.cpp
    M clang/test/CXX/drs/dr21xx.cpp
    M clang/test/CXX/drs/dr2xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    M clang/test/CXX/drs/dr6xx.cpp
    M clang/test/CXX/except/except.spec/p1.cpp
    M clang/test/CXX/except/except.spec/p14-ir.cpp
    M clang/test/CXX/expr/expr.const/p2-0x.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.general/p3-0x.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/blocks-irgen.mm
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/default-arguments.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p11-1y.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p12.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p2-generic-lambda-1y.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p4-1y.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p6.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/templates.cpp
    M clang/test/CXX/expr/p10-0x.cpp
    M clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp
    M clang/test/CXX/modules-ts/basic/basic.link/p3.cppm
    M clang/test/CXX/modules-ts/codegen-basics.cppm
    M clang/test/CXX/special/class.copy/p3.cpp
    M clang/test/CXX/special/class.ctor/p6-0x.cpp
    M clang/test/CXX/special/class.inhctor/p1.cpp
    M clang/test/CXX/special/class.inhctor/p2.cpp
    M clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
    A clang/test/CXX/temp/temp.arg/temp.arg.nontype/p1-cxx20.cpp
    M clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3-0x.cpp
    A clang/test/CXX/temp/temp.param/p8-cxx20.cpp
    M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/p2-0x.cpp
    M clang/test/CXX/temp/temp.res/temp.local/p3.cpp
    M clang/test/CXX/temp/temp.spec/temp.expl.spec/p14.cpp
    A clang/test/ClangScanDeps/Inputs/relative_directory.json
    A clang/test/ClangScanDeps/Inputs/target-filename-cdb.json
    A clang/test/ClangScanDeps/relative_directory.cpp
    A clang/test/ClangScanDeps/target-filename.cpp
    M clang/test/CodeCompletion/desig-init.cpp
    M clang/test/CodeCompletion/function-overloads.cpp
    M clang/test/CodeCompletion/member-access.c
    M clang/test/CodeCompletion/member-access.cpp
    M clang/test/CodeGen/2004-02-13-IllegalVararg.c
    M clang/test/CodeGen/2005-12-04-AttributeUsed.c
    M clang/test/CodeGen/2006-05-19-SingleEltReturn.c
    M clang/test/CodeGen/2008-03-05-syncPtr.c
    M clang/test/CodeGen/2008-04-08-NoExceptions.c
    M clang/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c
    M clang/test/CodeGen/2008-07-30-implicit-initialization.c
    M clang/test/CodeGen/2008-07-31-promotion-of-compound-pointer-arithmetic.c
    M clang/test/CodeGen/2008-08-07-AlignPadding1.c
    M clang/test/CodeGen/2009-10-20-GlobalDebug.c
    M clang/test/CodeGen/2010-01-13-MemBarrier.c
    M clang/test/CodeGen/64bit-swiftcall.c
    M clang/test/CodeGen/Atomics.c
    R clang/test/CodeGen/O0-no-skipped-passes.c
    M clang/test/CodeGen/PR32874.c
    M clang/test/CodeGen/PR5060-align.c
    A clang/test/CodeGen/RISCV/riscv-atomics.c
    A clang/test/CodeGen/RISCV/riscv-inline-asm.c
    A clang/test/CodeGen/RISCV/riscv-metadata.c
    A clang/test/CodeGen/RISCV/riscv-sdata-module-flag.c
    A clang/test/CodeGen/RISCV/riscv-v-debuginfo.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
    A clang/test/CodeGen/RISCV/riscv32-ilp32f-ilp32d-abi.c
    A clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
    A clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
    A clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c
    A clang/test/CodeGen/RISCV/riscv64-lp64d-abi.c
    A clang/test/CodeGen/RISCV/riscv64-lp64f-lp64d-abi.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-generic/vadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-generic/vfadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vloxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vluxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vse.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsetvl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsetvlmax.c
    A clang/test/CodeGen/SystemZ/align-systemz.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-error2.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector-constrained.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector2-constrained.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector2-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector2.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector3-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-vector3.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector-constrained.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector2-constrained.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector2-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector2.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector3-constrained.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector3-error.c
    A clang/test/CodeGen/SystemZ/builtins-systemz-zvector3.c
    A clang/test/CodeGen/SystemZ/builtins-systemz.c
    A clang/test/CodeGen/SystemZ/mbackchain-2.c
    A clang/test/CodeGen/SystemZ/mbackchain-3.c
    A clang/test/CodeGen/SystemZ/mbackchain.c
    A clang/test/CodeGen/SystemZ/s390x-packed-struct-func-arg.c
    A clang/test/CodeGen/SystemZ/strictfp_builtins.c
    A clang/test/CodeGen/SystemZ/systemz-abi-vector.c
    A clang/test/CodeGen/SystemZ/systemz-abi.c
    A clang/test/CodeGen/SystemZ/systemz-abi.cpp
    A clang/test/CodeGen/SystemZ/systemz-inline-asm-02.c
    A clang/test/CodeGen/SystemZ/systemz-inline-asm.c
    A clang/test/CodeGen/SystemZ/zos-alignment.c
    A clang/test/CodeGen/SystemZ/zvector.c
    A clang/test/CodeGen/SystemZ/zvector2.c
    A clang/test/CodeGen/VE/ve-inline-asm.c
    A clang/test/CodeGen/WebAssembly/wasm-arguments.c
    A clang/test/CodeGen/WebAssembly/wasm-call-main.c
    A clang/test/CodeGen/WebAssembly/wasm-export-name.c
    A clang/test/CodeGen/WebAssembly/wasm-import-module.c
    A clang/test/CodeGen/WebAssembly/wasm-import-name.c
    A clang/test/CodeGen/WebAssembly/wasm-main.c
    A clang/test/CodeGen/WebAssembly/wasm-main_argc_argv.c
    A clang/test/CodeGen/WebAssembly/wasm-regparm.c
    A clang/test/CodeGen/WebAssembly/wasm-varargs.c
    M clang/test/CodeGen/X86/3dnow-builtins.c
    A clang/test/CodeGen/X86/amx_api.c
    M clang/test/CodeGen/X86/amx_inline_asm.c
    A clang/test/CodeGen/X86/att-inline-asm-prefix.c
    M clang/test/CodeGen/X86/avx-builtins-constrained-cmp.c
    M clang/test/CodeGen/X86/avx-builtins.c
    M clang/test/CodeGen/X86/avx-union.c
    M clang/test/CodeGen/X86/avx2-builtins.c
    M clang/test/CodeGen/X86/avx512-reduceIntrin.c
    M clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c
    M clang/test/CodeGen/X86/avx512bw-builtins.c
    A clang/test/CodeGen/X86/avx512dq-builtins-constrained.c
    M clang/test/CodeGen/X86/avx512dq-builtins.c
    M clang/test/CodeGen/X86/avx512f-builtins-constrained.c
    M clang/test/CodeGen/X86/avx512f-builtins.c
    M clang/test/CodeGen/X86/avx512vl-builtins-constrained.c
    M clang/test/CodeGen/X86/avx512vl-builtins.c
    M clang/test/CodeGen/X86/avx512vlbw-builtins.c
    M clang/test/CodeGen/X86/avx512vldq-builtins.c
    A clang/test/CodeGen/X86/avxvnni-builtins.c
    M clang/test/CodeGen/X86/bitscan-builtins.c
    M clang/test/CodeGen/X86/bmi-builtins.c
    M clang/test/CodeGen/X86/builtin-movdir.c
    M clang/test/CodeGen/X86/f16c-builtins-constrained.c
    M clang/test/CodeGen/X86/f16c-builtins.c
    M clang/test/CodeGen/X86/fma-builtins-constrained.c
    A clang/test/CodeGen/X86/ms-inline-asm-prefix.c
    A clang/test/CodeGen/X86/ms-x86-intrinsics.c
    M clang/test/CodeGen/X86/prefetchw-builtins.c
    M clang/test/CodeGen/X86/sse-builtins-constrained.c
    M clang/test/CodeGen/X86/sse2-builtins.c
    A clang/test/CodeGen/X86/strictfp_builtins.c
    M clang/test/CodeGen/X86/x86-atomic-long_double.c
    M clang/test/CodeGen/X86/x86-bswap.c
    M clang/test/CodeGen/X86/x86-inline-asm-min-vector-width.c
    M clang/test/CodeGen/X86/x86-long-double.cpp
    M clang/test/CodeGen/X86/x86-soft-float.c
    A clang/test/CodeGen/X86/x86-uintr-builtins.c
    M clang/test/CodeGen/X86/x86-vec-i128.c
    M clang/test/CodeGen/X86/x86_32-arguments-darwin.c
    M clang/test/CodeGen/X86/x86_32-arguments-iamcu.c
    M clang/test/CodeGen/X86/x86_32-arguments-linux.c
    M clang/test/CodeGen/X86/x86_32-arguments-nommx.c
    M clang/test/CodeGen/X86/x86_32-arguments-realign.c
    M clang/test/CodeGen/X86/x86_64-arguments-nacl.c
    M clang/test/CodeGen/X86/x86_64-arguments-win32.c
    M clang/test/CodeGen/X86/x86_64-arguments.c
    M clang/test/CodeGen/X86/x86_64-atomic-128.c
    M clang/test/CodeGen/X86/x86_64-floatvectors.c
    M clang/test/CodeGen/X86/x86_64-instrument-functions.c
    M clang/test/CodeGen/X86/x86_64-longdouble.c
    M clang/test/CodeGen/_Bool-conversion.c
    M clang/test/CodeGen/aapcs-align.cpp
    M clang/test/CodeGen/aapcs64-align.cpp
    M clang/test/CodeGen/aarch64-args.cpp
    M clang/test/CodeGen/aarch64-arguments-hfa-v3.c
    M clang/test/CodeGen/aarch64-branch-protection-attr.c
    M clang/test/CodeGen/aarch64-byval-temp.c
    M clang/test/CodeGen/aarch64-inline-asm.c
    A clang/test/CodeGen/aarch64-ls64.c
    M clang/test/CodeGen/aarch64-matmul.cpp
    M clang/test/CodeGen/aarch64-neon-3v.c
    M clang/test/CodeGen/aarch64-neon-across.c
    M clang/test/CodeGen/aarch64-neon-dot-product.c
    M clang/test/CodeGen/aarch64-neon-extract.c
    M clang/test/CodeGen/aarch64-neon-fcvt-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-fma.c
    M clang/test/CodeGen/aarch64-neon-intrinsics.c
    M clang/test/CodeGen/aarch64-neon-ldst-one.c
    M clang/test/CodeGen/aarch64-neon-misc.c
    A clang/test/CodeGen/aarch64-neon-range-checks.c
    M clang/test/CodeGen/aarch64-neon-scalar-copy.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
    A clang/test/CodeGen/aarch64-neon-sha3.c
    A clang/test/CodeGen/aarch64-neon-sm4-sm3.c
    M clang/test/CodeGen/aarch64-neon-tbl.c
    A clang/test/CodeGen/aarch64-neon-vcmla.c
    M clang/test/CodeGen/aarch64-neon-vcombine.c
    M clang/test/CodeGen/aarch64-neon-vget-hilo.c
    M clang/test/CodeGen/aarch64-neon-vget.c
    A clang/test/CodeGen/aarch64-poly-add.c
    M clang/test/CodeGen/aarch64-poly128.c
    M clang/test/CodeGen/aarch64-poly64.c
    A clang/test/CodeGen/aarch64-strictfp-builtins.c
    A clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.c
    A clang/test/CodeGen/aarch64-sve-acle-__ARM_FEATURE_SVE_VECTOR_OPERATORS.cpp
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    M clang/test/CodeGen/aarch64-sve.c
    M clang/test/CodeGen/aarch64-tme.cpp
    M clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
    M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
    A clang/test/CodeGen/aarch64-v8.5a-neon-frint3264-intrinsic.c
    A clang/test/CodeGen/aarch64-v8.5a-scalar-frint3264-intrinsic.c
    A clang/test/CodeGen/aarch64-varargs-sve.c
    M clang/test/CodeGen/aarch64-varargs.c
    M clang/test/CodeGen/aarch64-vpcs.c
    M clang/test/CodeGen/address-safety-attr-flavors.cpp
    M clang/test/CodeGen/address-safety-attr.cpp
    M clang/test/CodeGen/address-space-avr.c
    M clang/test/CodeGen/address-space-field1.c
    M clang/test/CodeGen/address-space.c
    M clang/test/CodeGen/aggregate-assign-call.c
    M clang/test/CodeGen/aix-alignment.c
    A clang/test/CodeGen/aix-altivec-vaargs.c
    A clang/test/CodeGen/aix-altivec.c
    A clang/test/CodeGen/aix-constructor-attribute.c
    R clang/test/CodeGen/aix-constructor-attribute.cpp
    A clang/test/CodeGen/aix-destructor-attribute.c
    R clang/test/CodeGen/aix-destructor-attribute.cpp
    M clang/test/CodeGen/aix-ignore-xcoff-visibility.cpp
    R clang/test/CodeGen/aix-vector.c
    A clang/test/CodeGen/aix-visibility-inlines-hidden.cpp
    A clang/test/CodeGen/aix_alloca_align.c
    M clang/test/CodeGen/alias-avr.c
    M clang/test/CodeGen/alias.c
    M clang/test/CodeGen/align-param.c
    R clang/test/CodeGen/align-systemz.c
    M clang/test/CodeGen/aligned-sret.c
    M clang/test/CodeGen/altivec.c
    M clang/test/CodeGen/annotations-field.c
    M clang/test/CodeGen/annotations-global.c
    M clang/test/CodeGen/annotations-loc.c
    M clang/test/CodeGen/annotations-var.c
    M clang/test/CodeGen/arc/arguments.c
    M clang/test/CodeGen/arc/struct-align.c
    M clang/test/CodeGen/arm-aapcs-vfp.c
    M clang/test/CodeGen/arm-arguments.c
    M clang/test/CodeGen/arm-atomics-m.c
    M clang/test/CodeGen/arm-atomics.c
    M clang/test/CodeGen/arm-bf16-params-returns.c
    M clang/test/CodeGen/arm-cc.c
    M clang/test/CodeGen/arm-cmse-attr.c
    M clang/test/CodeGen/arm-float-helpers.c
    M clang/test/CodeGen/arm-fp16-arguments.c
    M clang/test/CodeGen/arm-homogenous.c
    M clang/test/CodeGen/arm-interrupt-attr.c
    M clang/test/CodeGen/arm-mve-intrinsics/compare.c
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp
    M clang/test/CodeGen/arm-mve-intrinsics/dup.c
    M clang/test/CodeGen/arm-mve-intrinsics/ternary.c
    M clang/test/CodeGen/arm-mve-intrinsics/vaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vhsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmovn.c
    M clang/test/CodeGen/arm-mve-intrinsics/vmulq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqaddq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmullbq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqdmulltq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqrdmulhq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vqsubq.c
    M clang/test/CodeGen/arm-mve-intrinsics/vrev.c
    M clang/test/CodeGen/arm-mve-intrinsics/vsubq.c
    M clang/test/CodeGen/arm-neon-directed-rounding.c
    M clang/test/CodeGen/arm-neon-dot-product.c
    M clang/test/CodeGen/arm-neon-fma.c
    M clang/test/CodeGen/arm-neon-numeric-maxmin.c
    M clang/test/CodeGen/arm-neon-vcvtX.c
    M clang/test/CodeGen/arm-neon-vld.c
    M clang/test/CodeGen/arm-pcs.c
    A clang/test/CodeGen/arm-sve-vector-bits-vscale-range.c
    M clang/test/CodeGen/arm-swiftcall.c
    M clang/test/CodeGen/arm-target-attr.c
    M clang/test/CodeGen/arm-varargs.c
    M clang/test/CodeGen/arm-vector-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments.c
    M clang/test/CodeGen/arm-vfp16-arguments2.cpp
    M clang/test/CodeGen/arm64-aapcs-arguments.c
    M clang/test/CodeGen/arm64-abi-vector.c
    M clang/test/CodeGen/arm64-arguments.c
    M clang/test/CodeGen/arm64-microsoft-arguments.cpp
    M clang/test/CodeGen/arm64-microsoft-intrinsics.c
    M clang/test/CodeGen/arm64-mte.c
    M clang/test/CodeGen/arm64-vrnd-constrained.c
    M clang/test/CodeGen/arm64-vrnd.c
    M clang/test/CodeGen/arm64_32-vaarg.c
    M clang/test/CodeGen/arm64_32.c
    M clang/test/CodeGen/arm64_vcopy.c
    M clang/test/CodeGen/arm64_vdupq_n_f64.c
    M clang/test/CodeGen/arm_acle.c
    M clang/test/CodeGen/arm_function_epilog.cpp
    M clang/test/CodeGen/arm_neon_intrinsics.c
    M clang/test/CodeGen/armv7k-abi.c
    A clang/test/CodeGen/asan-destructor-kind.cpp
    M clang/test/CodeGen/asan-globals-alias.cpp
    M clang/test/CodeGen/asan-static-odr.cpp
    M clang/test/CodeGen/asm-goto.c
    M clang/test/CodeGen/asm-label.c
    M clang/test/CodeGen/asm-reg-var-local.c
    M clang/test/CodeGen/assign.c
    A clang/test/CodeGen/assume_attr.c
    M clang/test/CodeGen/atomic-arm64.c
    M clang/test/CodeGen/atomic-ops.c
    M clang/test/CodeGen/atomic.c
    M clang/test/CodeGen/atomic_ops.c
    M clang/test/CodeGen/atomics-inlining.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-bitcast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-call.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-cast.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-codegen.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-globals.c
    M clang/test/CodeGen/attr-arm-sve-vector-bits-types.c
    M clang/test/CodeGen/attr-cpuspecific.c
    M clang/test/CodeGen/attr-disable-tail-calls.c
    M clang/test/CodeGen/attr-func-def.c
    A clang/test/CodeGen/attr-leaf.c
    M clang/test/CodeGen/attr-loader-uninitialized.c
    M clang/test/CodeGen/attr-msp430.c
    A clang/test/CodeGen/attr-mustprogress.c
    M clang/test/CodeGen/attr-naked.c
    M clang/test/CodeGen/attr-nomerge.cpp
    A clang/test/CodeGen/attr-noundef.cpp
    A clang/test/CodeGen/attr-retain.c
    M clang/test/CodeGen/attr-speculative-load-hardening.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/attr-target-x86.c
    M clang/test/CodeGen/attr-target-x87-softfp.c
    M clang/test/CodeGen/attr-used.c
    M clang/test/CodeGen/attr-weakref.c
    M clang/test/CodeGen/attr-weakref2.c
    M clang/test/CodeGen/attr-x86-interrupt.c
    M clang/test/CodeGen/attributes.c
    M clang/test/CodeGen/available-externally-suppress.c
    M clang/test/CodeGen/avr-builtins.c
    M clang/test/CodeGen/avr/attributes/interrupt.c
    M clang/test/CodeGen/avr/attributes/signal.c
    M clang/test/CodeGen/basic-block-sections.c
    M clang/test/CodeGen/big-atomic-ops.c
    M clang/test/CodeGen/bitfield-2.c
    M clang/test/CodeGen/bittest-intrin.c
    M clang/test/CodeGen/block-byref-aggr.c
    M clang/test/CodeGen/blocks.c
    M clang/test/CodeGen/bool-convert.c
    M clang/test/CodeGen/bool-init.c
    M clang/test/CodeGen/bool_test.c
    M clang/test/CodeGen/bounds-checking.c
    A clang/test/CodeGen/bpf-O0.c
    M clang/test/CodeGen/builtin-align-assumption.c
    M clang/test/CodeGen/builtin-align.c
    M clang/test/CodeGen/builtin-bpf-btf-type-id.c
    M clang/test/CodeGen/builtin-complex.c
    M clang/test/CodeGen/builtin-constant-p.c
    M clang/test/CodeGen/builtin-expect.c
    M clang/test/CodeGen/builtin-ms-noop.cpp
    M clang/test/CodeGen/builtin-sqrt.c
    M clang/test/CodeGen/builtin-unpredictable.c
    A clang/test/CodeGen/builtin_float_strictfp.c
    M clang/test/CodeGen/builtins-arm.c
    M clang/test/CodeGen/builtins-arm64.c
    M clang/test/CodeGen/builtins-bpf-preserve-field-info-4.c
    A clang/test/CodeGen/builtins-hexagon-v68-128B.c
    M clang/test/CodeGen/builtins-memcpy-inline.c
    M clang/test/CodeGen/builtins-nvptx-mma.cu
    M clang/test/CodeGen/builtins-nvptx-ptx50.cu
    M clang/test/CodeGen/builtins-nvptx-sm_70.cu
    M clang/test/CodeGen/builtins-nvptx.c
    M clang/test/CodeGen/builtins-overflow.c
    M clang/test/CodeGen/builtins-ppc-altivec.c
    M clang/test/CodeGen/builtins-ppc-crypto.c
    M clang/test/CodeGen/builtins-ppc-error.c
    M clang/test/CodeGen/builtins-ppc-htm.c
    M clang/test/CodeGen/builtins-ppc-p10vector.c
    M clang/test/CodeGen/builtins-ppc-p7.c
    M clang/test/CodeGen/builtins-ppc-p8vector.c
    A clang/test/CodeGen/builtins-ppc-pair-mma.c
    A clang/test/CodeGen/builtins-ppc-quadword-noi128.c
    M clang/test/CodeGen/builtins-ppc-quadword.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    M clang/test/CodeGen/builtins-ppc.c
    R clang/test/CodeGen/builtins-systemz-error.c
    R clang/test/CodeGen/builtins-systemz-error2.c
    R clang/test/CodeGen/builtins-systemz-vector-constrained.c
    R clang/test/CodeGen/builtins-systemz-vector-error.c
    R clang/test/CodeGen/builtins-systemz-vector.c
    R clang/test/CodeGen/builtins-systemz-vector2-constrained.c
    R clang/test/CodeGen/builtins-systemz-vector2-error.c
    R clang/test/CodeGen/builtins-systemz-vector2.c
    R clang/test/CodeGen/builtins-systemz-vector3-error.c
    R clang/test/CodeGen/builtins-systemz-vector3.c
    R clang/test/CodeGen/builtins-systemz-zvector-constrained.c
    R clang/test/CodeGen/builtins-systemz-zvector-error.c
    R clang/test/CodeGen/builtins-systemz-zvector.c
    R clang/test/CodeGen/builtins-systemz-zvector2-constrained.c
    R clang/test/CodeGen/builtins-systemz-zvector2-error.c
    R clang/test/CodeGen/builtins-systemz-zvector2.c
    R clang/test/CodeGen/builtins-systemz-zvector3-constrained.c
    R clang/test/CodeGen/builtins-systemz-zvector3-error.c
    R clang/test/CodeGen/builtins-systemz-zvector3.c
    R clang/test/CodeGen/builtins-systemz.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/builtins.c
    M clang/test/CodeGen/byval-memcpy-elim.c
    M clang/test/CodeGen/c11atomics-ios.c
    M clang/test/CodeGen/c11atomics.c
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-lvalue.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-align_value-on-paramvar.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp
    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-two-params.cpp
    M clang/test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp
    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
    M clang/test/CodeGen/catch-alignment-assumption-openmp.cpp
    M clang/test/CodeGen/catch-implicit-integer-sign-changes-CompoundAssignOperator.c
    M clang/test/CodeGen/catch-implicit-integer-sign-changes-incdec.c
    M clang/test/CodeGen/catch-implicit-integer-sign-changes-true-negatives.c
    M clang/test/CodeGen/catch-implicit-integer-sign-changes.c
    M clang/test/CodeGen/catch-implicit-integer-truncations-CompoundAssignOperator.c
    M clang/test/CodeGen/catch-implicit-integer-truncations.c
    M clang/test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c
    M clang/test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-change.c
    M clang/test/CodeGen/catch-implicit-signed-integer-truncations-incdec.c
    M clang/test/CodeGen/catch-nullptr-and-nonzero-offset-blacklist.c
    M clang/test/CodeGen/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.c
    M clang/test/CodeGen/catch-nullptr-and-nonzero-offset-when-nullptr-is-defined.c
    M clang/test/CodeGen/catch-nullptr-and-nonzero-offset.c
    M clang/test/CodeGen/catch-pointer-overflow-volatile.c
    M clang/test/CodeGen/catch-pointer-overflow.c
    M clang/test/CodeGen/catch-undef-behavior.c
    M clang/test/CodeGen/cfguardtable.c
    M clang/test/CodeGen/cfi-check-fail.c
    M clang/test/CodeGen/cfi-check-fail2.c
    M clang/test/CodeGen/cfi-icall-canonical-jump-tables.c
    M clang/test/CodeGen/cfi-icall-cross-dso2.c
    M clang/test/CodeGen/cfi-icall-generalize.c
    M clang/test/CodeGen/cfstring-elf-cfbuild-x86_64.c
    M clang/test/CodeGen/clang-sections-attribute.c
    M clang/test/CodeGen/cleanup-destslot-simple.c
    M clang/test/CodeGen/cmse-clear-return.c
    M clang/test/CodeGen/code-coverage-tsan.c
    M clang/test/CodeGen/code-coverage.c
    M clang/test/CodeGen/complex-builtins.c
    M clang/test/CodeGen/complex-indirect.c
    M clang/test/CodeGen/complex-init-list.c
    M clang/test/CodeGen/complex-libcalls.c
    M clang/test/CodeGen/complex-math.c
    A clang/test/CodeGen/complex-strictfp.c
    M clang/test/CodeGen/compound-literal.c
    M clang/test/CodeGen/const-arithmetic.c
    M clang/test/CodeGen/const-init.c
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/constructor-attribute.c
    A clang/test/CodeGen/coverage-compilation-dir.c
    M clang/test/CodeGen/darwin-thread-specifier.c
    M clang/test/CodeGen/debug-info-oslog.c
    M clang/test/CodeGen/decl-in-prototype.c
    M clang/test/CodeGen/default-address-space.c
    M clang/test/CodeGen/default-function-attr.c
    M clang/test/CodeGen/designated-initializers.c
    M clang/test/CodeGen/disable-tail-calls.c
    M clang/test/CodeGen/dllexport-1.c
    M clang/test/CodeGen/dso-local-executable.c
    A clang/test/CodeGen/dwarf-format.c
    M clang/test/CodeGen/dwarf-version.c
    M clang/test/CodeGen/enable_if.c
    M clang/test/CodeGen/enum-bool.cpp
    A clang/test/CodeGen/exceptions-strictfp.c
    M clang/test/CodeGen/exceptions.c
    A clang/test/CodeGen/exprs-strictfp.c
    M clang/test/CodeGen/exprs.c
    M clang/test/CodeGen/ext-int-cc.c
    M clang/test/CodeGen/ext-int-sanitizer.cpp
    M clang/test/CodeGen/fixed-point-tbaa.c
    M clang/test/CodeGen/flatten.c
    M clang/test/CodeGen/flexible-array-init.c
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-stack.cpp
    M clang/test/CodeGen/fp-function-attrs.cpp
    M clang/test/CodeGen/fp-strictfp-exp.cpp
    M clang/test/CodeGen/fp-strictfp.cpp
    A clang/test/CodeGen/fp16-ops-strictfp.c
    M clang/test/CodeGen/fp16-ops.c
    M clang/test/CodeGen/fpconstrained.c
    M clang/test/CodeGen/fpconstrained.cpp
    M clang/test/CodeGen/func-aligned.c
    M clang/test/CodeGen/func-return-member.c
    M clang/test/CodeGen/function-attributes.c
    M clang/test/CodeGen/functions.c
    M clang/test/CodeGen/global-init.c
    M clang/test/CodeGen/hidden-visibility.c
    M clang/test/CodeGen/iamcu-abi.c
    M clang/test/CodeGen/incomplete-function-type-2.c
    M clang/test/CodeGen/incomplete-function-type.c
    A clang/test/CodeGen/indirect-noundef.cpp
    M clang/test/CodeGen/init-memset.c
    M clang/test/CodeGen/init.c
    M clang/test/CodeGen/inline.c
    M clang/test/CodeGen/inline2.c
    M clang/test/CodeGen/integer-overflow.c
    M clang/test/CodeGen/keep-static-consts.cpp
    M clang/test/CodeGen/lanai-arguments.c
    M clang/test/CodeGen/le32-arguments.c
    M clang/test/CodeGen/le32-libcall-pow.c
    M clang/test/CodeGen/le32-vaarg.c
    M clang/test/CodeGen/libcalls.c
    M clang/test/CodeGen/lifetime-debuginfo-1.c
    M clang/test/CodeGen/lifetime-debuginfo-2.c
    M clang/test/CodeGen/link-bitcode-file.c
    M clang/test/CodeGen/linux-arm-atomic.c
    M clang/test/CodeGen/long-call-attr.c
    M clang/test/CodeGen/long_double_fp128.cpp
    M clang/test/CodeGen/malign-double-x86-nacl.c
    M clang/test/CodeGen/malign-double.cpp
    M clang/test/CodeGen/mangle-windows.c
    A clang/test/CodeGen/math-builtins-long.c
    M clang/test/CodeGen/math-builtins.c
    M clang/test/CodeGen/matrix-type-builtins.c
    M clang/test/CodeGen/matrix-type-operators.c
    M clang/test/CodeGen/matrix-type.c
    R clang/test/CodeGen/mbackchain-2.c
    R clang/test/CodeGen/mbackchain-3.c
    R clang/test/CodeGen/mbackchain.c
    M clang/test/CodeGen/mcount.c
    M clang/test/CodeGen/mcu-struct-return.c
    M clang/test/CodeGen/mdouble.c
    M clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.c
    M clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp
    A clang/test/CodeGen/memory-profile-filename.c
    M clang/test/CodeGen/memtag-attr.cpp
    M clang/test/CodeGen/micromips-attr.c
    M clang/test/CodeGen/microsoft-call-conv.c
    M clang/test/CodeGen/mingw-long-double.c
    M clang/test/CodeGen/mips-byval-arg.c
    M clang/test/CodeGen/mips-interrupt-attr.c
    M clang/test/CodeGen/mips-transparent-union.c
    M clang/test/CodeGen/mips-varargs.c
    M clang/test/CodeGen/mips-vector-arg.c
    M clang/test/CodeGen/mips-zero-sized-struct.c
    M clang/test/CodeGen/mips16-attr.c
    M clang/test/CodeGen/mips64-class-return.cpp
    M clang/test/CodeGen/mips64-padding-arg.c
    M clang/test/CodeGen/mms-bitfields.c
    M clang/test/CodeGen/mrtd.c
    M clang/test/CodeGen/ms-barriers-intrinsics.c
    M clang/test/CodeGen/ms-inline-asm-align.c
    M clang/test/CodeGen/ms-inline-asm.c
    M clang/test/CodeGen/ms-inline-asm.cpp
    M clang/test/CodeGen/ms-intrinsics-other.c
    M clang/test/CodeGen/ms-intrinsics.c
    M clang/test/CodeGen/ms-mixed-ptr-sizes.c
    M clang/test/CodeGen/ms-volatile.c
    R clang/test/CodeGen/ms-x86-intrinsics.c
    M clang/test/CodeGen/ms_abi.c
    M clang/test/CodeGen/ms_abi_aarch64.c
    M clang/test/CodeGen/ms_struct-bitfield.c
    M clang/test/CodeGen/neon-immediate-ubsan.c
    A clang/test/CodeGen/new-pass-manager-opt-bisect.c
    M clang/test/CodeGen/no-bitfield-type-align.c
    M clang/test/CodeGen/no-builtin.cpp
    M clang/test/CodeGen/no-opt-volatile-memcpy.c
    A clang/test/CodeGen/no-skipped-passes-O0-opt-bisect.c
    M clang/test/CodeGen/nodebug-attr.c
    M clang/test/CodeGen/noduplicate-cxx11-test.cpp
    M clang/test/CodeGen/noexceptionsfpmath.c
    M clang/test/CodeGen/nonnull.c
    M clang/test/CodeGen/nvptx-abi.c
    M clang/test/CodeGen/object-size.c
    M clang/test/CodeGen/object-size.cpp
    M clang/test/CodeGen/packed-arrays.c
    M clang/test/CodeGen/packed-structure.c
    M clang/test/CodeGen/partial-reinitialization1.c
    M clang/test/CodeGen/pass-by-value-noalias.c
    M clang/test/CodeGen/pass-object-size.c
    M clang/test/CodeGen/patchable-function-entry.c
    M clang/test/CodeGen/personality.c
    M clang/test/CodeGen/powerpc-c99complex.c
    M clang/test/CodeGen/powerpc_types.c
    M clang/test/CodeGen/ppc-aggregate-abi.cpp
    A clang/test/CodeGen/ppc-mma-types.c
    M clang/test/CodeGen/ppc-signbit.c
    M clang/test/CodeGen/ppc-smmintrin.c
    M clang/test/CodeGen/ppc32-and-aix-struct-return.c
    M clang/test/CodeGen/ppc32-dwarf.c
    M clang/test/CodeGen/ppc64-align-struct.c
    M clang/test/CodeGen/ppc64-complex-parms.c
    M clang/test/CodeGen/ppc64-complex-return.c
    M clang/test/CodeGen/ppc64-dwarf.c
    M clang/test/CodeGen/ppc64-elf-abi.c
    M clang/test/CodeGen/ppc64-extend.c
    M clang/test/CodeGen/ppc64-inline-asm.c
    M clang/test/CodeGen/ppc64-long-double.cpp
    R clang/test/CodeGen/ppc64-qpx-vector.c
    M clang/test/CodeGen/ppc64-soft-float.c
    M clang/test/CodeGen/ppc64-struct-onefloat.c
    M clang/test/CodeGen/ppc64-struct-onevect.c
    M clang/test/CodeGen/ppc64-vector.c
    M clang/test/CodeGen/ppc64le-aggregates.c
    M clang/test/CodeGen/ppc64le-f128Aggregates.c
    A clang/test/CodeGen/ppc64le-varargs-f128.c
    M clang/test/CodeGen/pr12251.c
    M clang/test/CodeGen/pr25786.c
    M clang/test/CodeGen/pr34021.c
    M clang/test/CodeGen/pr45476.cpp
    M clang/test/CodeGen/pr9614.c
    M clang/test/CodeGen/pragma-do-while.cpp
    A clang/test/CodeGen/pragma-fenv_access.c
    A clang/test/CodeGen/pragma-fp-exc.cpp
    M clang/test/CodeGen/pragma-pack-1.c
    M clang/test/CodeGen/pragma-visibility.c
    M clang/test/CodeGen/pragma-weak.c
    M clang/test/CodeGen/private-extern-redef.c
    M clang/test/CodeGen/private-extern.c
    A clang/test/CodeGen/profile-filter.c
    A clang/test/CodeGen/ps4-dllimport-dllexport.c
    A clang/test/CodeGen/pseudo-probe-emit.c
    M clang/test/CodeGen/redefine_extname.c
    M clang/test/CodeGen/regcall.c
    M clang/test/CodeGen/regparm-struct.c
    M clang/test/CodeGen/regparm.c
    M clang/test/CodeGen/renderscript.c
    M clang/test/CodeGen/restrict.c
    R clang/test/CodeGen/riscv-atomics.c
    R clang/test/CodeGen/riscv-inline-asm.c
    R clang/test/CodeGen/riscv-metadata.c
    R clang/test/CodeGen/riscv-sdata-module-flag.c
    R clang/test/CodeGen/riscv32-ilp32-abi.c
    R clang/test/CodeGen/riscv32-ilp32-ilp32f-abi.c
    R clang/test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c
    R clang/test/CodeGen/riscv32-ilp32d-abi.c
    A clang/test/CodeGen/riscv32-ilp32d-abi.cpp
    R clang/test/CodeGen/riscv32-ilp32f-abi.c
    R clang/test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
    R clang/test/CodeGen/riscv64-lp64-abi.c
    R clang/test/CodeGen/riscv64-lp64-lp64f-abi.c
    R clang/test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c
    R clang/test/CodeGen/riscv64-lp64d-abi.c
    R clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c
    A clang/test/CodeGen/rounding-math.c
    A clang/test/CodeGen/rounding-math.cpp
    R clang/test/CodeGen/s390x-packed-struct-func-arg.c
    M clang/test/CodeGen/sanitize-address-field-padding.cpp
    M clang/test/CodeGen/sanitize-atomic-int-overflow.c
    A clang/test/CodeGen/sanitize-coverage-old-pm.c
    M clang/test/CodeGen/sanitize-coverage.c
    M clang/test/CodeGen/sanitize-trap.c
    M clang/test/CodeGen/semantic-interposition.c
    M clang/test/CodeGen/sparc-arguments.c
    M clang/test/CodeGen/sparc-vaarg.c
    M clang/test/CodeGen/sparcv8-abi.c
    M clang/test/CodeGen/sparcv8-inline-asm.c
    M clang/test/CodeGen/sparcv9-abi.c
    M clang/test/CodeGen/sparcv9-dwarf.c
    M clang/test/CodeGen/spir-half-type.cpp
    M clang/test/CodeGen/split-debug-inlining.c
    M clang/test/CodeGen/stack-clash-protection.c
    M clang/test/CodeGen/stackrealign-main.c
    M clang/test/CodeGen/stdcall-fastcall.c
    A clang/test/CodeGen/strictfp_builtins.c
    M clang/test/CodeGen/struct-passing.c
    M clang/test/CodeGen/switch.c
    R clang/test/CodeGen/systemz-abi-vector.c
    R clang/test/CodeGen/systemz-abi.c
    R clang/test/CodeGen/systemz-abi.cpp
    R clang/test/CodeGen/systemz-inline-asm.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/tbaa-class.cpp
    M clang/test/CodeGen/tbaa-struct.cpp
    M clang/test/CodeGen/tbaa-vec.cpp
    M clang/test/CodeGen/tbaa.cpp
    M clang/test/CodeGen/temporary-lifetime.cpp
    M clang/test/CodeGen/thinlto-clang-diagnostic-handler-in-be.c
    M clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll
    M clang/test/CodeGen/thinlto-distributed-cfi.ll
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    A clang/test/CodeGen/thinlto-inline-asm2.c
    M clang/test/CodeGen/thinlto_embed_bitcode.ll
    M clang/test/CodeGen/thread-specifier.c
    M clang/test/CodeGen/tls-model.cpp
    M clang/test/CodeGen/transparent-union-redecl.c
    M clang/test/CodeGen/transparent-union.c
    M clang/test/CodeGen/trapv.c
    A clang/test/CodeGen/typedef_alignment_mismatch_warning.cpp
    M clang/test/CodeGen/ubsan-asan-noreturn.c
    M clang/test/CodeGen/ubsan-blacklist-vfs.c
    M clang/test/CodeGen/ubsan-builtin-checks.c
    M clang/test/CodeGen/ubsan-function.cpp
    M clang/test/CodeGen/ubsan-pass-object-size.c
    M clang/test/CodeGen/ubsan-pointer-overflow.c
    M clang/test/CodeGen/ubsan-pointer-overflow.m
    M clang/test/CodeGen/ubsan-promoted-arith.cpp
    M clang/test/CodeGen/ubsan-shift.c
    A clang/test/CodeGen/ubsan-trap-debugloc.c
    M clang/test/CodeGen/unaligned-decl.c
    A clang/test/CodeGen/unaligned-struct-copy.c
    M clang/test/CodeGen/union-tbaa1.c
    A clang/test/CodeGen/unique-internal-linkage-names-dwarf.c
    A clang/test/CodeGen/unique-internal-linkage-names-dwarf.cpp
    M clang/test/CodeGen/unique-internal-linkage-names.cpp
    M clang/test/CodeGen/unsigned-overflow-minimal.c
    M clang/test/CodeGen/unsigned-overflow.c
    M clang/test/CodeGen/unsigned-promotion.c
    M clang/test/CodeGen/unsigned-trapv.c
    M clang/test/CodeGen/unwind-attr.c
    M clang/test/CodeGen/variadic-null-win64.c
    M clang/test/CodeGen/ve-abi.c
    M clang/test/CodeGen/vecshift.c
    M clang/test/CodeGen/vector.c
    M clang/test/CodeGen/vectorcall.c
    M clang/test/CodeGen/visibility.c
    M clang/test/CodeGen/vla.c
    M clang/test/CodeGen/volatile-2.c
    M clang/test/CodeGen/volatile-complex.c
    R clang/test/CodeGen/wasm-arguments.c
    R clang/test/CodeGen/wasm-call-main.c
    R clang/test/CodeGen/wasm-export-name.c
    R clang/test/CodeGen/wasm-import-module.c
    R clang/test/CodeGen/wasm-import-name.c
    R clang/test/CodeGen/wasm-main.c
    R clang/test/CodeGen/wasm-main_argc_argv.c
    R clang/test/CodeGen/wasm-regparm.c
    R clang/test/CodeGen/wasm-varargs.c
    M clang/test/CodeGen/windows-struct-abi.c
    M clang/test/CodeGen/windows-swiftcall.c
    A clang/test/CodeGen/wmemchr.c
    M clang/test/CodeGen/xcore-abi.c
    M clang/test/CodeGen/xcore-abi.cpp
    M clang/test/CodeGen/xray-always-instrument.cpp
    M clang/test/CodeGen/xray-attr-list.cpp
    M clang/test/CodeGen/xray-attributes-noxray-supported.cpp
    M clang/test/CodeGen/xray-attributes-skip-entry-exit.cpp
    M clang/test/CodeGen/xray-attributes-supported.cpp
    M clang/test/CodeGen/xray-imbue-arg1.cpp
    M clang/test/CodeGen/xray-instruction-threshold.cpp
    M clang/test/CodeGen/xray-instrumentation-bundles.cpp
    M clang/test/CodeGen/xray-log-args.cpp
    M clang/test/CodeGen/xray-never-instrument.cpp
    R clang/test/CodeGen/zos-alignment.c
    R clang/test/CodeGen/zvector.c
    R clang/test/CodeGen/zvector2.c
    M clang/test/CodeGenCUDA/Inputs/cuda.h
    M clang/test/CodeGenCUDA/address-spaces.cu
    A clang/test/CodeGenCUDA/amdgpu-func-attrs.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu
    M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
    M clang/test/CodeGenCUDA/amdgpu-visibility.cu
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M clang/test/CodeGenCUDA/convergent.cu
    M clang/test/CodeGenCUDA/cuda-builtin-vars.cu
    A clang/test/CodeGenCUDA/cxx-call-kernel.cpp
    A clang/test/CodeGenCUDA/device-fun-linkage.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    M clang/test/CodeGenCUDA/device-var-init.cu
    A clang/test/CodeGenCUDA/device-var-linkage.cu
    M clang/test/CodeGenCUDA/device-vtable.cu
    M clang/test/CodeGenCUDA/fp-contract.cu
    M clang/test/CodeGenCUDA/function-overload.cu
    M clang/test/CodeGenCUDA/kernel-amdgcn.cu
    M clang/test/CodeGenCUDA/kernel-args.cu
    M clang/test/CodeGenCUDA/kernel-dbg-info.cu
    M clang/test/CodeGenCUDA/kernel-stub-name.cu
    A clang/test/CodeGenCUDA/lambda-reference-var.cu
    M clang/test/CodeGenCUDA/lambda.cu
    M clang/test/CodeGenCUDA/library-builtin.cu
    M clang/test/CodeGenCUDA/link-device-bitcode.cu
    M clang/test/CodeGenCUDA/llvm-used.cu
    A clang/test/CodeGenCUDA/managed-var.cu
    M clang/test/CodeGenCUDA/nothrow.cu
    M clang/test/CodeGenCUDA/propagate-metadata.cu
    M clang/test/CodeGenCUDA/ptx-kernels.cu
    M clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
    A clang/test/CodeGenCUDA/static-device-var-rdc.cu
    M clang/test/CodeGenCUDA/surface.cu
    M clang/test/CodeGenCUDA/texture.cu
    M clang/test/CodeGenCUDA/types.cu
    M clang/test/CodeGenCUDA/unnamed-types.cu
    M clang/test/CodeGenCUDA/usual-deallocators.cu
    M clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp
    M clang/test/CodeGenCXX/2011-12-19-init-list-ctor.cpp
    M clang/test/CodeGenCXX/DynArrayInit.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/child-inheritted-from-parent-in-comdat.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/child-vtable-in-comdat.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-1.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/cross-translation-unit-2.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/diamond-inheritance.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/diamond-virtual-inheritance.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/inheritted-virtual-function.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/inline-virtual-function.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/inlined-key-function.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/member-function-pointer.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/multiple-inheritance.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/no-alias-when-dso-local.cpp
    R clang/test/CodeGenCXX/RelativeVTablesABI/no-stub-when-dso-local.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/override-pure-virtual-method.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/overriden-virtual-function.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/parent-and-child-in-comdats.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/parent-vtable-in-comdat.cpp
    R clang/test/CodeGenCXX/RelativeVTablesABI/pass-byval-attributes.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/relative-vtables-flag.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/simple-vtable-definition.cpp
    R clang/test/CodeGenCXX/RelativeVTablesABI/stub-linkages.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/type-info.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/vbase-offset.cpp
    M clang/test/CodeGenCXX/RelativeVTablesABI/virtual-function-call.cpp
    M clang/test/CodeGenCXX/aarch64-arguments.cpp
    M clang/test/CodeGenCXX/abstract-class-ctors-dtors.cpp
    M clang/test/CodeGenCXX/address-space-ref.cpp
    M clang/test/CodeGenCXX/aix-alignment.cpp
    A clang/test/CodeGenCXX/aix-constructor-attribute.cpp
    A clang/test/CodeGenCXX/aix-destructor-attribute.cpp
    R clang/test/CodeGenCXX/aix-sinit-register-global-dtors-with-atexit.cpp
    M clang/test/CodeGenCXX/aix-static-init-debug-info.cpp
    M clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
    M clang/test/CodeGenCXX/aix-static-init.cpp
    M clang/test/CodeGenCXX/alloc-size.cpp
    M clang/test/CodeGenCXX/alloca-align.cpp
    M clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp
    M clang/test/CodeGenCXX/amdgcn-func-arg.cpp
    M clang/test/CodeGenCXX/amdgcn-string-literal.cpp
    M clang/test/CodeGenCXX/amdgcn_declspec_get.cpp
    M clang/test/CodeGenCXX/anonymous-namespaces.cpp
    M clang/test/CodeGenCXX/anonymous-union-member-initializer.cpp
    M clang/test/CodeGenCXX/apple-kext-indirect-call-2.cpp
    M clang/test/CodeGenCXX/apple-kext-indirect-call.cpp
    M clang/test/CodeGenCXX/apple-kext-indirect-virtual-dtor-call.cpp
    M clang/test/CodeGenCXX/apple-kext-linkage.cpp
    M clang/test/CodeGenCXX/apple-kext.cpp
    M clang/test/CodeGenCXX/arm-cc.cpp
    M clang/test/CodeGenCXX/arm-swiftcall.cpp
    M clang/test/CodeGenCXX/arm.cpp
    M clang/test/CodeGenCXX/arm64-constructor-return.cpp
    M clang/test/CodeGenCXX/arm64-darwinpcs.cpp
    M clang/test/CodeGenCXX/arm64.cpp
    M clang/test/CodeGenCXX/armv7k.cpp
    M clang/test/CodeGenCXX/array-default-argument.cpp
    A clang/test/CodeGenCXX/assume_attr.cpp
    M clang/test/CodeGenCXX/atomic-align.cpp
    M clang/test/CodeGenCXX/atomic-inline.cpp
    M clang/test/CodeGenCXX/atomic.cpp
    M clang/test/CodeGenCXX/atomicinit.cpp
    A clang/test/CodeGenCXX/attr-annotate.cpp
    A clang/test/CodeGenCXX/attr-annotate2.cpp
    M clang/test/CodeGenCXX/attr-callback.cpp
    M clang/test/CodeGenCXX/attr-cpuspecific.cpp
    M clang/test/CodeGenCXX/attr-disable-tail-calls.cpp
    M clang/test/CodeGenCXX/attr-likelihood-if-branch-weights.cpp
    M clang/test/CodeGenCXX/attr-likelihood-if-vs-builtin-expect.cpp
    A clang/test/CodeGenCXX/attr-likelihood-iteration-stmt.cpp
    A clang/test/CodeGenCXX/attr-likelihood-switch-branch-weights.cpp
    M clang/test/CodeGenCXX/attr-loader-uninitialized.cpp
    A clang/test/CodeGenCXX/attr-mustprogress.cpp
    M clang/test/CodeGenCXX/attr-notail.cpp
    A clang/test/CodeGenCXX/attr-retain.cpp
    M clang/test/CodeGenCXX/attr-target-mv-diff-ns.cpp
    M clang/test/CodeGenCXX/attr-target-mv-func-ptrs.cpp
    M clang/test/CodeGenCXX/attr-target-mv-member-funcs.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/attr-x86-interrupt.cpp
    M clang/test/CodeGenCXX/attr.cpp
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M clang/test/CodeGenCXX/auto-variable-template.cpp
    M clang/test/CodeGenCXX/bitfield-layout.cpp
    M clang/test/CodeGenCXX/bitfield.cpp
    M clang/test/CodeGenCXX/block-byref.cpp
    M clang/test/CodeGenCXX/blocks-cxx11.cpp
    M clang/test/CodeGenCXX/blocks.cpp
    M clang/test/CodeGenCXX/bool-bitfield.cpp
    M clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    M clang/test/CodeGenCXX/builtin-bit-cast-no-tbaa.cpp
    M clang/test/CodeGenCXX/builtin-bit-cast.cpp
    M clang/test/CodeGenCXX/builtin-calling-conv.cpp
    M clang/test/CodeGenCXX/builtin-is-constant-evaluated.cpp
    M clang/test/CodeGenCXX/builtin-launder.cpp
    M clang/test/CodeGenCXX/builtin-operator-new-delete.cpp
    M clang/test/CodeGenCXX/builtin-source-location.cpp
    M clang/test/CodeGenCXX/builtin_LINE.cpp
    M clang/test/CodeGenCXX/builtins.cpp
    M clang/test/CodeGenCXX/c99-variable-length-array.cpp
    M clang/test/CodeGenCXX/call-with-static-chain.cpp
    M clang/test/CodeGenCXX/catch-implicit-integer-sign-changes-true-negatives.cpp
    M clang/test/CodeGenCXX/catch-implicit-integer-truncations.cpp
    M clang/test/CodeGenCXX/catch-nullptr-and-nonzero-offset-in-offsetof-idiom.cpp
    M clang/test/CodeGenCXX/catch-undef-behavior.cpp
    M clang/test/CodeGenCXX/cfi-cast.cpp
    M clang/test/CodeGenCXX/cfi-cross-dso.cpp
    M clang/test/CodeGenCXX/cfi-mfcall.cpp
    M clang/test/CodeGenCXX/char8_t.cpp
    M clang/test/CodeGenCXX/clang-abi-compat.cpp
    M clang/test/CodeGenCXX/clang-sections-tentative.c
    M clang/test/CodeGenCXX/clang-sections.cpp
    M clang/test/CodeGenCXX/compound-literals.cpp
    M clang/test/CodeGenCXX/condition.cpp
    M clang/test/CodeGenCXX/conditional-gnu-ext.cpp
    M clang/test/CodeGenCXX/conditional-temporaries.cpp
    M clang/test/CodeGenCXX/const-init-cxx11.cpp
    M clang/test/CodeGenCXX/const-init-cxx1y.cpp
    M clang/test/CodeGenCXX/const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/constructor-alias.cpp
    M clang/test/CodeGenCXX/constructor-destructor-return-this.cpp
    M clang/test/CodeGenCXX/constructor-direct-call.cpp
    M clang/test/CodeGenCXX/constructor-init.cpp
    M clang/test/CodeGenCXX/constructors.cpp
    M clang/test/CodeGenCXX/copy-constructor-elim-2.cpp
    M clang/test/CodeGenCXX/copy-constructor-synthesis.cpp
    M clang/test/CodeGenCXX/copy-initialization.cpp
    R clang/test/CodeGenCXX/coverage.cpp
    M clang/test/CodeGenCXX/ctor-dtor-alias.cpp
    M clang/test/CodeGenCXX/cxx-apple-kext.cpp
    M clang/test/CodeGenCXX/cxx0x-delegating-ctors.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-array.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-constructors.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-pr12086.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
    M clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
    M clang/test/CodeGenCXX/cxx11-extern-constexpr.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local-visibility.cpp
    M clang/test/CodeGenCXX/cxx11-thread-local.cpp
    M clang/test/CodeGenCXX/cxx11-trivial-initializer-struct.cpp
    M clang/test/CodeGenCXX/cxx11-vtable-key-function.cpp
    M clang/test/CodeGenCXX/cxx1y-deduced-return-type.cpp
    M clang/test/CodeGenCXX/cxx1y-init-captures-eh.cpp
    M clang/test/CodeGenCXX/cxx1y-init-captures.cpp
    M clang/test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx1y-sized-deallocation.cpp
    M clang/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp
    M clang/test/CodeGenCXX/cxx1z-class-deduction.cpp
    M clang/test/CodeGenCXX/cxx1z-copy-omission.cpp
    M clang/test/CodeGenCXX/cxx1z-decomposition.cpp
    M clang/test/CodeGenCXX/cxx1z-initializer-aggregate.cpp
    M clang/test/CodeGenCXX/cxx1z-inline-variables.cpp
    M clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp
    M clang/test/CodeGenCXX/cxx2a-consteval.cpp
    M clang/test/CodeGenCXX/cxx2a-destroying-delete.cpp
    M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
    M clang/test/CodeGenCXX/debug-info-class.cpp
    M clang/test/CodeGenCXX/debug-info-codeview-display-name.cpp
    M clang/test/CodeGenCXX/debug-info-codeview-unnamed.cpp
    M clang/test/CodeGenCXX/debug-info-destroy-helper.cpp
    A clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp
    M clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp
    M clang/test/CodeGenCXX/debug-info-line-if.cpp
    M clang/test/CodeGenCXX/debug-info-loops.cpp
    M clang/test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp
    M clang/test/CodeGenCXX/debug-info-static-member.cpp
    M clang/test/CodeGenCXX/debug-info-template-member.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/debug-info.cpp
    M clang/test/CodeGenCXX/default-arg-temps.cpp
    M clang/test/CodeGenCXX/default-arguments.cpp
    M clang/test/CodeGenCXX/default_calling_conv.cpp
    M clang/test/CodeGenCXX/delete-two-arg.cpp
    M clang/test/CodeGenCXX/delete.cpp
    M clang/test/CodeGenCXX/dereferenceable.cpp
    M clang/test/CodeGenCXX/derived-cast.cpp
    M clang/test/CodeGenCXX/derived-to-base-conv.cpp
    M clang/test/CodeGenCXX/derived-to-base.cpp
    M clang/test/CodeGenCXX/designated-init.cpp
    M clang/test/CodeGenCXX/destructors.cpp
    M clang/test/CodeGenCXX/devirtualize-dtor-final.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    M clang/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp
    A clang/test/CodeGenCXX/difile_entry.cpp
    M clang/test/CodeGenCXX/dllexport-ctor-closure.cpp
    M clang/test/CodeGenCXX/dllexport-members.cpp
    M clang/test/CodeGenCXX/dllexport-vtable-thunks.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport-dtor-thunks.cpp
    M clang/test/CodeGenCXX/dllimport-members.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/CodeGenCXX/duplicate-mangled-name.cpp
    M clang/test/CodeGenCXX/eh.cpp
    M clang/test/CodeGenCXX/empty-classes.cpp
    M clang/test/CodeGenCXX/empty-nontrivially-copyable.cpp
    M clang/test/CodeGenCXX/enable_if.cpp
    M clang/test/CodeGenCXX/exceptions-seh-filter-captures.cpp
    M clang/test/CodeGenCXX/exceptions-seh.cpp
    M clang/test/CodeGenCXX/exceptions.cpp
    M clang/test/CodeGenCXX/ext-int.cpp
    A clang/test/CodeGenCXX/ext-vector-type-conditional.cpp
    M clang/test/CodeGenCXX/extern-c.cpp
    M clang/test/CodeGenCXX/extern-section-attribute.cpp
    M clang/test/CodeGenCXX/fastcall.cpp
    A clang/test/CodeGenCXX/fdebug-info-for-profiling.cpp
    M clang/test/CodeGenCXX/flatten.cpp
    M clang/test/CodeGenCXX/float128-declarations.cpp
    M clang/test/CodeGenCXX/float16-declarations.cpp
    M clang/test/CodeGenCXX/fno-unroll-loops-metadata.cpp
    A clang/test/CodeGenCXX/for-cond-var.cpp
    M clang/test/CodeGenCXX/for-range.cpp
    M clang/test/CodeGenCXX/forward-enum.cpp
    M clang/test/CodeGenCXX/fp16-mangle.cpp
    M clang/test/CodeGenCXX/global-dtor-no-atexit.cpp
    M clang/test/CodeGenCXX/global-init.cpp
    M clang/test/CodeGenCXX/goto.cpp
    M clang/test/CodeGenCXX/hidden-dllimport.cpp
    M clang/test/CodeGenCXX/homogeneous-aggregates.cpp
    M clang/test/CodeGenCXX/implicit-copy-constructor.cpp
    R clang/test/CodeGenCXX/implicit-function-conversion.cpp
    M clang/test/CodeGenCXX/inalloca-overaligned.cpp
    A clang/test/CodeGenCXX/inalloca-stmtexpr.cpp
    M clang/test/CodeGenCXX/inalloca-vector.cpp
    M clang/test/CodeGenCXX/inheriting-constructor-cleanup.cpp
    M clang/test/CodeGenCXX/inheriting-constructor.cpp
    M clang/test/CodeGenCXX/init-invariant.cpp
    M clang/test/CodeGenCXX/initializer-list-ctor-order.cpp
    M clang/test/CodeGenCXX/inline-functions.cpp
    A clang/test/CodeGenCXX/instantiate-init.cpp
    M clang/test/CodeGenCXX/invariant.group-for-vptrs.cpp
    M clang/test/CodeGenCXX/key-function-vtable.cpp
    A clang/test/CodeGenCXX/lambda-conversion-op-cc.cpp
    M clang/test/CodeGenCXX/lambda-deterministic-captures.cpp
    M clang/test/CodeGenCXX/lambda-expressions-nested-linkage.cpp
    M clang/test/CodeGenCXX/lambda-expressions.cpp
    M clang/test/CodeGenCXX/lifetime-sanitizer.cpp
    M clang/test/CodeGenCXX/linetable-virtual-variadic.cpp
    M clang/test/CodeGenCXX/lvalue-bitcasts.cpp
    M clang/test/CodeGenCXX/mangle-98.cpp
    M clang/test/CodeGenCXX/mangle-abi-tag.cpp
    M clang/test/CodeGenCXX/mangle-alias-template.cpp
    A clang/test/CodeGenCXX/mangle-alignof.cpp
    A clang/test/CodeGenCXX/mangle-class-nttp.cpp
    M clang/test/CodeGenCXX/mangle-concept.cpp
    M clang/test/CodeGenCXX/mangle-exprs.cpp
    M clang/test/CodeGenCXX/mangle-extreme.cpp
    M clang/test/CodeGenCXX/mangle-lambdas.cpp
    M clang/test/CodeGenCXX/mangle-ms-cxx17.cpp
    M clang/test/CodeGenCXX/mangle-ms-md5.cpp
    M clang/test/CodeGenCXX/mangle-ms-templates.cpp
    M clang/test/CodeGenCXX/mangle-ref-qualifiers.cpp
    M clang/test/CodeGenCXX/mangle-subst-std.cpp
    M clang/test/CodeGenCXX/mangle-subst.cpp
    M clang/test/CodeGenCXX/mangle-system-header.cpp
    M clang/test/CodeGenCXX/mangle-template.cpp
    M clang/test/CodeGenCXX/mangle-win64-ccs.cpp
    M clang/test/CodeGenCXX/mangle.cpp
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenCXX/matrix-type-operators.cpp
    M clang/test/CodeGenCXX/matrix-type.cpp
    M clang/test/CodeGenCXX/member-expr-references-variable.cpp
    M clang/test/CodeGenCXX/member-expressions.cpp
    M clang/test/CodeGenCXX/member-function-pointer-calls.cpp
    M clang/test/CodeGenCXX/member-function-pointers.cpp
    M clang/test/CodeGenCXX/member-functions.cpp
    M clang/test/CodeGenCXX/member-init-assignment.cpp
    M clang/test/CodeGenCXX/member-templates.cpp
    M clang/test/CodeGenCXX/merge-functions.cpp
    M clang/test/CodeGenCXX/microsoft-abi-arg-order.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp
    M clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
    M clang/test/CodeGenCXX/microsoft-abi-extern-template.cpp
    M clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-static-initializers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-structors.cpp
    A clang/test/CodeGenCXX/microsoft-abi-this-nullable.cpp
    M clang/test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
    M clang/test/CodeGenCXX/microsoft-abi-throw.cpp
    M clang/test/CodeGenCXX/microsoft-abi-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-unknown-arch.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vbase-dtor.cpp
    M clang/test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vmemptr-conflicts.cpp
    M clang/test/CodeGenCXX/microsoft-interface.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof-mangling.cpp
    M clang/test/CodeGenCXX/microsoft-uuidof.cpp
    M clang/test/CodeGenCXX/mingw-w64-exceptions.c
    M clang/test/CodeGenCXX/mingw-w64-seh-exceptions.cpp
    M clang/test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp
    M clang/test/CodeGenCXX/ms-inline-asm-fields.cpp
    M clang/test/CodeGenCXX/ms-inline-asm-return.cpp
    A clang/test/CodeGenCXX/ms-lookup-template-base-classes.cpp
    M clang/test/CodeGenCXX/ms-property.cpp
    M clang/test/CodeGenCXX/ms_struct.cpp
    M clang/test/CodeGenCXX/msabi-ctor-abstract-vbase.cpp
    M clang/test/CodeGenCXX/new-alias.cpp
    M clang/test/CodeGenCXX/new-array-init-exceptions.cpp
    M clang/test/CodeGenCXX/new-array-init.cpp
    M clang/test/CodeGenCXX/new-overflow.cpp
    M clang/test/CodeGenCXX/new.cpp
    M clang/test/CodeGenCXX/no-elide-constructors.cpp
    M clang/test/CodeGenCXX/no-exceptions.cpp
    M clang/test/CodeGenCXX/no-odr-use.cpp
    M clang/test/CodeGenCXX/no-opt-volatile-memcpy.cpp
    M clang/test/CodeGenCXX/no-unique-address.cpp
    M clang/test/CodeGenCXX/no_destroy.cpp
    M clang/test/CodeGenCXX/noescape.cpp
    M clang/test/CodeGenCXX/noexcept.cpp
    M clang/test/CodeGenCXX/noinline-template.cpp
    M clang/test/CodeGenCXX/non-const-init-cxx2a.cpp
    M clang/test/CodeGenCXX/nrvo.cpp
    M clang/test/CodeGenCXX/partial-destruction.cpp
    M clang/test/CodeGenCXX/pass-by-value-noalias.cpp
    M clang/test/CodeGenCXX/pass-object-size.cpp
    M clang/test/CodeGenCXX/personality.cpp
    M clang/test/CodeGenCXX/pod-member-memcpys.cpp
    M clang/test/CodeGenCXX/pointers-to-data-members.cpp
    M clang/test/CodeGenCXX/powerpc-byval.cpp
    A clang/test/CodeGenCXX/ppc-mangle-mma-types.cpp
    A clang/test/CodeGenCXX/ppc32-varargs-method.cpp
    M clang/test/CodeGenCXX/pr12251.cpp
    M clang/test/CodeGenCXX/pr13396.cpp
    M clang/test/CodeGenCXX/pr31054.cpp
    M clang/test/CodeGenCXX/pr40771-ctad-with-lambda-copy-capture.cpp
    M clang/test/CodeGenCXX/pr47636.cpp
    M clang/test/CodeGenCXX/pragma-followup_inner.cpp
    M clang/test/CodeGenCXX/pragma-followup_outer.cpp
    M clang/test/CodeGenCXX/pragma-loop-distribute.cpp
    M clang/test/CodeGenCXX/pragma-loop-pr27643.cpp
    M clang/test/CodeGenCXX/pragma-loop-predicate.cpp
    M clang/test/CodeGenCXX/pragma-loop-safety-imperfectly_nested.cpp
    M clang/test/CodeGenCXX/pragma-loop-safety-nested.cpp
    M clang/test/CodeGenCXX/pragma-loop-safety-outer.cpp
    M clang/test/CodeGenCXX/pragma-loop-safety.cpp
    M clang/test/CodeGenCXX/pragma-loop.cpp
    M clang/test/CodeGenCXX/pragma-pipeline.cpp
    M clang/test/CodeGenCXX/pragma-unroll-and-jam.cpp
    M clang/test/CodeGenCXX/pragma-unroll.cpp
    M clang/test/CodeGenCXX/pragma-visibility.cpp
    M clang/test/CodeGenCXX/predefined-expr.cpp
    M clang/test/CodeGenCXX/redefine_extname.cpp
    M clang/test/CodeGenCXX/reference-cast.cpp
    M clang/test/CodeGenCXX/references.cpp
    M clang/test/CodeGenCXX/regcall.cpp
    M clang/test/CodeGenCXX/rtti-fundamental.cpp
    M clang/test/CodeGenCXX/rtti-layout.cpp
    M clang/test/CodeGenCXX/rtti-linkage.cpp
    M clang/test/CodeGenCXX/rtti-qualfn.cpp
    M clang/test/CodeGenCXX/runtime-dllstorage.cpp
    M clang/test/CodeGenCXX/runtimecc.cpp
    M clang/test/CodeGenCXX/rvalue-references.cpp
    A clang/test/CodeGenCXX/sanitize-dtor-zero-size-field.cpp
    M clang/test/CodeGenCXX/skip-vtable-pointer-initialization.cpp
    M clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
    M clang/test/CodeGenCXX/stack-reuse-miscompile.cpp
    M clang/test/CodeGenCXX/stack-reuse.cpp
    A clang/test/CodeGenCXX/standalone-debug-attribute.cpp
    M clang/test/CodeGenCXX/static-data-member.cpp
    M clang/test/CodeGenCXX/static-destructor.cpp
    M clang/test/CodeGenCXX/static-init-4.cpp
    M clang/test/CodeGenCXX/static-init-pnacl.cpp
    M clang/test/CodeGenCXX/static-init-wasm.cpp
    M clang/test/CodeGenCXX/static-init.cpp
    M clang/test/CodeGenCXX/static-initializer-branch-weights.cpp
    M clang/test/CodeGenCXX/static-local-in-local-class.cpp
    M clang/test/CodeGenCXX/static-member-variable-explicit-specialization.cpp
    M clang/test/CodeGenCXX/std-byte.cpp
    M clang/test/CodeGenCXX/strict-vtable-pointers.cpp
    M clang/test/CodeGenCXX/template-anonymous-types.cpp
    M clang/test/CodeGenCXX/template-instantiation.cpp
    M clang/test/CodeGenCXX/template-linkage.cpp
    A clang/test/CodeGenCXX/template-param-objects.cpp
    M clang/test/CodeGenCXX/temporaries.cpp
    A clang/test/CodeGenCXX/this-nonnull.cpp
    M clang/test/CodeGenCXX/thiscall-struct-return.cpp
    M clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
    M clang/test/CodeGenCXX/threadsafe-statics.cpp
    M clang/test/CodeGenCXX/throw-expression-cleanup.cpp
    M clang/test/CodeGenCXX/throw-expressions.cpp
    M clang/test/CodeGenCXX/thunk-returning-memptr.cpp
    M clang/test/CodeGenCXX/thunks-ehspec.cpp
    M clang/test/CodeGenCXX/thunks.cpp
    M clang/test/CodeGenCXX/trap-fnattr.cpp
    M clang/test/CodeGenCXX/trivial-auto-var-init-attribute.cpp
    M clang/test/CodeGenCXX/trivial-auto-var-init.cpp
    M clang/test/CodeGenCXX/trivial_abi.cpp
    M clang/test/CodeGenCXX/type-metadata.cpp
    M clang/test/CodeGenCXX/typeid-cxx11.cpp
    M clang/test/CodeGenCXX/typeid.cpp
    M clang/test/CodeGenCXX/ubsan-bitfields.cpp
    M clang/test/CodeGenCXX/ubsan-function-noexcept.cpp
    M clang/test/CodeGenCXX/ubsan-global-alignment.cpp
    M clang/test/CodeGenCXX/ubsan-nullability-assign.cpp
    M clang/test/CodeGenCXX/ubsan-suppress-checks.cpp
    M clang/test/CodeGenCXX/ubsan-type-checks.cpp
    M clang/test/CodeGenCXX/ubsan-unreachable.cpp
    M clang/test/CodeGenCXX/ubsan-vtable-checks.cpp
    M clang/test/CodeGenCXX/uncode-string.cpp
    M clang/test/CodeGenCXX/uncopyable-args.cpp
    M clang/test/CodeGenCXX/union-tbaa2.cpp
    M clang/test/CodeGenCXX/unknown-anytype.cpp
    M clang/test/CodeGenCXX/value-init.cpp
    M clang/test/CodeGenCXX/varargs.cpp
    R clang/test/CodeGenCXX/vector-conditional.cpp
    A clang/test/CodeGenCXX/vector-size-conditional.cpp
    M clang/test/CodeGenCXX/vector-splat-conversion.cpp
    M clang/test/CodeGenCXX/virt-dtor-gen.cpp
    M clang/test/CodeGenCXX/virt-dtor-key.cpp
    M clang/test/CodeGenCXX/virtual-bases.cpp
    M clang/test/CodeGenCXX/virtual-destructor-calls.cpp
    M clang/test/CodeGenCXX/virtual-function-elimination.cpp
    M clang/test/CodeGenCXX/virtual-functions-incomplete-types.cpp
    M clang/test/CodeGenCXX/virtual-operator-call.cpp
    A clang/test/CodeGenCXX/visibility-dllstorageclass.cpp
    M clang/test/CodeGenCXX/visibility-inlines-hidden-staticvar.cpp
    M clang/test/CodeGenCXX/visibility-ms-compat.cpp
    M clang/test/CodeGenCXX/visibility-pr36810.cpp
    M clang/test/CodeGenCXX/vla-consruct.cpp
    M clang/test/CodeGenCXX/vla-lambda-capturing.cpp
    M clang/test/CodeGenCXX/vla.cpp
    M clang/test/CodeGenCXX/volatile.cpp
    M clang/test/CodeGenCXX/vtable-align.cpp
    M clang/test/CodeGenCXX/vtable-assume-load.cpp
    M clang/test/CodeGenCXX/vtable-available-externally.cpp
    M clang/test/CodeGenCXX/vtable-key-function-arm.cpp
    M clang/test/CodeGenCXX/vtable-linkage.cpp
    M clang/test/CodeGenCXX/vtable-pointer-initialization.cpp
    M clang/test/CodeGenCXX/vtt-layout.cpp
    M clang/test/CodeGenCXX/wasm-args-returns.cpp
    M clang/test/CodeGenCXX/wasm-eh.cpp
    M clang/test/CodeGenCXX/weak-extern-typeinfo.cpp
    M clang/test/CodeGenCXX/windows-implicit-dllexport-template-specialization.cpp
    M clang/test/CodeGenCXX/windows-itanium-dllexport.cpp
    A clang/test/CodeGenCXX/windows-x86-swiftcall.cpp
    M clang/test/CodeGenCXX/x86_32-arguments.cpp
    M clang/test/CodeGenCXX/x86_64-arguments-avx.cpp
    M clang/test/CodeGenCXX/x86_64-arguments-nacl-x32.cpp
    M clang/test/CodeGenCXX/x86_64-arguments.cpp
    M clang/test/CodeGenCoroutines/coro-await-resume-eh.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-cleanup.cpp
    M clang/test/CodeGenCoroutines/coro-gro-nrvo.cpp
    M clang/test/CodeGenCoroutines/coro-gro.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenCoroutines/coro-ret-void.cpp
    R clang/test/CodeGenCoroutines/coro-retcon-unreachable.ll
    M clang/test/CodeGenCoroutines/coro-return-voidtype-initlist.cpp
    M clang/test/CodeGenCoroutines/coro-return.cpp
    A clang/test/CodeGenCoroutines/coro-symmetric-transfer-01.cpp
    A clang/test/CodeGenCoroutines/coro-symmetric-transfer-02.cpp
    R clang/test/CodeGenCoroutines/coro-symmetric-transfer.cpp
    M clang/test/CodeGenCoroutines/coro-unhandled-exception.cpp
    M clang/test/CodeGenObjC/2010-02-01-utf16-with-null.m
    M clang/test/CodeGenObjC/arc-blocks.m
    M clang/test/CodeGenObjC/arc-bridged-cast.m
    M clang/test/CodeGenObjC/arc-captured-block-var-inlined-layout.m
    M clang/test/CodeGenObjC/arc-exceptions.m
    M clang/test/CodeGenObjC/arc-foreach.m
    M clang/test/CodeGenObjC/arc-i386.m
    M clang/test/CodeGenObjC/arc-literals.m
    M clang/test/CodeGenObjC/arc-loadweakretained-release.m
    M clang/test/CodeGenObjC/arc-no-arc-exceptions.m
    M clang/test/CodeGenObjC/arc-precise-lifetime.m
    M clang/test/CodeGenObjC/arc-property.m
    M clang/test/CodeGenObjC/arc-related-result-type.m
    A clang/test/CodeGenObjC/arc-rv-attr.m
    M clang/test/CodeGenObjC/arc-ternary-op.m
    M clang/test/CodeGenObjC/arc-unopt.m
    M clang/test/CodeGenObjC/arc-unsafeclaim.m
    M clang/test/CodeGenObjC/arc-weak.m
    M clang/test/CodeGenObjC/arc-with-atthrow.m
    M clang/test/CodeGenObjC/arc.ll
    M clang/test/CodeGenObjC/arc.m
    M clang/test/CodeGenObjC/assign.m
    M clang/test/CodeGenObjC/attr-exception.m
    A clang/test/CodeGenObjC/attr-nomerge.m
    M clang/test/CodeGenObjC/attr-objc-runtime-visible.m
    M clang/test/CodeGenObjC/autorelease.m
    M clang/test/CodeGenObjC/availability-cf-link-guard.m
    M clang/test/CodeGenObjC/availability-check.m
    M clang/test/CodeGenObjC/bitfield-access.m
    M clang/test/CodeGenObjC/block-6.m
    M clang/test/CodeGenObjC/blocks-1.m
    M clang/test/CodeGenObjC/blocks-2.m
    M clang/test/CodeGenObjC/blocks.m
    M clang/test/CodeGenObjC/builtin-constant-p.m
    M clang/test/CodeGenObjC/builtins.m
    M clang/test/CodeGenObjC/class-stubs.m
    M clang/test/CodeGenObjC/constant-string-class.m
    M clang/test/CodeGenObjC/constant-strings.m
    M clang/test/CodeGenObjC/convert-messages-to-runtime-calls.m
    M clang/test/CodeGenObjC/direct-method.m
    M clang/test/CodeGenObjC/disable-tail-call-escaping-block.m
    M clang/test/CodeGenObjC/empty-collection-literals.m
    M clang/test/CodeGenObjC/encode-test-5.m
    M clang/test/CodeGenObjC/encode-test-6.m
    M clang/test/CodeGenObjC/encode-test.m
    M clang/test/CodeGenObjC/exceptions-asm-attribute.m
    M clang/test/CodeGenObjC/exceptions-nonfragile.m
    M clang/test/CodeGenObjC/exceptions.m
    M clang/test/CodeGenObjC/extern-void-class-decl.m
    M clang/test/CodeGenObjC/externally-retained.m
    M clang/test/CodeGenObjC/for-in.m
    M clang/test/CodeGenObjC/fp2ret.m
    M clang/test/CodeGenObjC/fpret.m
    M clang/test/CodeGenObjC/fragile-arc.m
    M clang/test/CodeGenObjC/gc.m
    M clang/test/CodeGenObjC/gnu-exceptions.m
    A clang/test/CodeGenObjC/gnu-method-only-once.m
    M clang/test/CodeGenObjC/gnustep2-proto.m
    M clang/test/CodeGenObjC/ivar-invariant.m
    M clang/test/CodeGenObjC/local-static-block.m
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M clang/test/CodeGenObjC/messages-2.m
    M clang/test/CodeGenObjC/metadata-symbols-64.m
    M clang/test/CodeGenObjC/metadata_symbols.m
    R clang/test/Driver/Inputs/debian_8_sparc64_tree/lib/sparc64-linux-gnu/.keep

  Log Message:
  -----------
  merge from upstream


  Commit: 6aea4ac397ab354bb175ebe8079ea23269ecde7e
      https://github.com/llvm/llvm-project/commit/6aea4ac397ab354bb175ebe8079ea23269ecde7e
  Author: Abdul Dakkak <adakkak at microsoft.com>
  Date:   2021-04-24 (Sat, 24 Apr 2021)

  Changed paths:
    M clang-tools-extra/clang-move/tool/ClangMove.cpp
    M clang-tools-extra/clang-tidy/ClangTidy.cpp
    M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
    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/ImplicitWideningOfMultiplicationResultCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/ImplicitWideningOfMultiplicationResultCheck.h
    M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/UnhandledExceptionAtNewCheck.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/mpi/BufferDerefCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/BufferDerefCheck.h
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
    M clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.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/ElseAfterReturnCheck.cpp
    M clang-tools-extra/clang-tidy/readability/ElseAfterReturnCheck.h
    M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp
    M clang-tools-extra/clang-tidy/readability/FunctionCognitiveComplexityCheck.h
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp
    M clang-tools-extra/clang-tidy/readability/InconsistentDeclarationParameterNameCheck.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/NamedParameterCheck.cpp
    M clang-tools-extra/clang-tidy/readability/NamedParameterCheck.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/RedundantControlFlowCheck.cpp
    M clang-tools-extra/clang-tidy/readability/RedundantControlFlowCheck.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/UniqueptrDeleteReleaseCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UniqueptrDeleteReleaseCheck.h
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.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/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/Compiler.cpp
    M clang-tools-extra/clangd/Compiler.h
    M clang-tools-extra/clangd/Config.h
    M clang-tools-extra/clangd/ConfigCompile.cpp
    M clang-tools-extra/clangd/ConfigFragment.h
    M clang-tools-extra/clangd/ConfigProvider.cpp
    M clang-tools-extra/clangd/ConfigProvider.h
    M clang-tools-extra/clangd/ConfigYAML.cpp
    M clang-tools-extra/clangd/Diagnostics.cpp
    M clang-tools-extra/clangd/Diagnostics.h
    M clang-tools-extra/clangd/DumpAST.cpp
    M clang-tools-extra/clangd/DumpAST.h
    M clang-tools-extra/clangd/FeatureModule.h
    A clang-tools-extra/clangd/InlayHints.cpp
    A clang-tools-extra/clangd/InlayHints.h
    M clang-tools-extra/clangd/ParsedAST.cpp
    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/XRefs.cpp
    M clang-tools-extra/clangd/index/Index.h
    M clang-tools-extra/clangd/index/Merge.cpp
    M clang-tools-extra/clangd/refactor/Tweak.cpp
    M clang-tools-extra/clangd/refactor/Tweak.h
    M clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
    A clang-tools-extra/clangd/test/ast-no-range.test
    A clang-tools-extra/clangd/test/check-lines.test
    M clang-tools-extra/clangd/test/initialize-params.test
    M clang-tools-extra/clangd/tool/Check.cpp
    M clang-tools-extra/clangd/tool/ClangdMain.cpp
    M clang-tools-extra/clangd/unittests/CMakeLists.txt
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
    M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
    M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
    M clang-tools-extra/clangd/unittests/DumpASTTests.cpp
    A clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp
    M clang-tools-extra/clangd/unittests/IndexTests.cpp
    A clang-tools-extra/clangd/unittests/InlayHintTests.cpp
    M clang-tools-extra/clangd/unittests/TestTU.cpp
    M clang-tools-extra/clangd/unittests/TestTU.h
    M clang-tools-extra/clangd/unittests/tweaks/TweakTesting.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-implicit-widening-of-multiplication-result.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-widening-cast.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst
    M clang-tools-extra/docs/clang-tidy/checks/modernize-use-nodiscard.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/readability-function-cognitive-complexity.rst
    M clang-tools-extra/modularize/ModuleAssistant.cpp
    M clang-tools-extra/pp-trace/PPTrace.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-array-subscript-expression.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-char.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-extint.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-int.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-pointer-offset.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-implicit-widening-of-multiplication-result-short.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-macro-parentheses.cpp
    A clang-tools-extra/test/clang-tidy/checkers/bugprone-unhandled-exception-at-new.cpp
    M clang-tools-extra/test/clang-tidy/checkers/misc-uniqueptr-reset-release.cpp
    M clang-tools-extra/test/clang-tidy/checkers/performance-for-range-copy-allowed-types.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-braces-around-statements.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-function-cognitive-complexity-flags.cpp
    M clang-tools-extra/test/clang-tidy/infrastructure/export-diagnostics.cpp
    M clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
    M clang-tools-extra/unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
    M clang/.gitignore
    M clang/CMakeLists.txt
    M clang/cmake/caches/Apple-stage2.cmake
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/docs/ClangFormattedStatus.rst
    R clang/docs/DiagnosticsReference.rst
    M clang/docs/HardwareAssistedAddressSanitizerDesign.rst
    M clang/docs/InternalsManual.rst
    M clang/docs/LanguageExtensions.rst
    M clang/docs/LeakSanitizer.rst
    M clang/docs/LibASTMatchersReference.html
    M clang/docs/OpenCLSupport.rst
    M clang/docs/OpenMPSupport.rst
    M clang/docs/RAVFrontendAction.rst
    M clang/docs/ReleaseNotes.rst
    M clang/docs/SourceBasedCodeCoverage.rst
    M clang/docs/Toolchain.rst
    M clang/docs/UsersManual.rst
    M clang/docs/analyzer/developer-docs/DebugChecks.rst
    M clang/include/clang-c/Index.h
    M clang/include/clang/AST/ASTContext.h
    M clang/include/clang/AST/DeclBase.h
    M clang/include/clang/AST/DeclCXX.h
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/ExternalASTSource.h
    M clang/include/clang/AST/IgnoreExpr.h
    M clang/include/clang/AST/OpenMPClause.h
    M clang/include/clang/AST/OperationKinds.def
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/include/clang/AST/Stmt.h
    M clang/include/clang/AST/StmtIterator.h
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/include/clang/Analysis/FlowSensitive/DataflowValues.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
    R clang/include/clang/Basic/BuiltinsLe64.def
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/include/clang/Basic/BuiltinsRISCV.def
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.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/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/OpenCLExtensions.def
    M clang/include/clang/Basic/OpenCLOptions.h
    M clang/include/clang/Basic/StmtNodes.td
    M clang/include/clang/Basic/TargetBuiltins.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Basic/riscv_vector.td
    M clang/include/clang/CodeGen/CGFunctionInfo.h
    M clang/include/clang/Driver/Distro.h
    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/Format/Format.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/FrontendOptions.h
    M clang/include/clang/Index/DeclOccurrence.h
    M clang/include/clang/Index/IndexingOptions.h
    M clang/include/clang/Lex/LiteralSupport.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Rewrite/Core/RewriteRope.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/include/clang/Sema/ScopeInfo.h
    M clang/include/clang/Sema/Sema.h
    M clang/include/clang/Serialization/ASTBitCodes.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
    A clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h
    R clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.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/SValBuilder.h
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
    M clang/include/clang/Tooling/Core/Diagnostic.h
    M clang/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/include/clang/Tooling/DiagnosticsYaml.h
    M clang/include/clang/Tooling/NodeIntrospection.h
    M clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
    M clang/include/clang/Tooling/Syntax/Tokens.h
    M clang/include/clang/module.modulemap
    M clang/lib/APINotes/APINotesYAMLCompiler.cpp
    M clang/lib/ARCMigrate/FileRemapper.cpp
    M clang/lib/ARCMigrate/PlistReporter.cpp
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/AST/RecordLayoutBuilder.cpp
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/AST/StmtPrinter.cpp
    M clang/lib/AST/StmtProfile.cpp
    M clang/lib/AST/VTableBuilder.cpp
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/lib/Analysis/CalledOnceCheck.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.cpp
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Basic/Targets/Le64.cpp
    M clang/lib/Basic/Targets/Le64.h
    M clang/lib/Basic/Targets/M68k.cpp
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/RISCV.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/lib/Basic/Targets/X86.cpp
    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/CGCall.cpp
    M clang/lib/CodeGen/CGClass.cpp
    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/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/CGObjCGNU.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/CodeGen/CGOpenMPRuntime.h
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/CodeGen/CGStmt.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.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/EHScopeStack.h
    M clang/lib/CodeGen/ItaniumCXXABI.cpp
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/Distro.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.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/AMDGPUOpenMP.cpp
    M clang/lib/Driver/ToolChains/Arch/AArch64.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/Flang.cpp
    M clang/lib/Driver/ToolChains/FreeBSD.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/Linux.cpp
    M clang/lib/Driver/ToolChains/MSVC.cpp
    M clang/lib/Driver/ToolChains/RISCVToolchain.cpp
    M clang/lib/Edit/RewriteObjCFoundationAPI.cpp
    M clang/lib/Format/Format.cpp
    M clang/lib/Format/SortJavaScriptImports.cpp
    M clang/lib/Format/TokenAnnotator.cpp
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Format/WhitespaceManager.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/FrontendActions.cpp
    M clang/lib/Frontend/HeaderIncludeGen.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Frontend/ModuleDependencyCollector.cpp
    M clang/lib/Frontend/PrecompiledPreamble.cpp
    M clang/lib/Frontend/Rewrite/FrontendActions.cpp
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Headers/__clang_hip_cmath.h
    M clang/lib/Headers/__clang_hip_math.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/lib/Headers/altivec.h
    M clang/lib/Headers/avx512fintrin.h
    M clang/lib/Headers/immintrin.h
    M clang/lib/Headers/opencl-c-base.h
    M clang/lib/Headers/opencl-c.h
    M clang/lib/Headers/uintrintrin.h
    M clang/lib/Headers/vaesintrin.h
    M clang/lib/Headers/vpclmulqdqintrin.h
    M clang/lib/Headers/wasm_simd128.h
    M clang/lib/Index/FileIndexRecord.cpp
    M clang/lib/Index/FileIndexRecord.h
    M clang/lib/Index/IndexingAction.cpp
    M clang/lib/Index/IndexingContext.cpp
    M clang/lib/Index/IndexingContext.h
    M clang/lib/Index/USRGeneration.cpp
    M clang/lib/Lex/LiteralSupport.cpp
    M clang/lib/Lex/PPExpressions.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/ParseStmt.cpp
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/JumpDiagnostics.cpp
    M clang/lib/Sema/OpenCLBuiltins.td
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/Sema.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/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/SemaLookup.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/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
    M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/CheckPlacementNew.cpp
    M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/OSObjectCStyleCast.cpp
    M clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    M clang/lib/StaticAnalyzer/Core/CMakeLists.txt
    A clang/lib/StaticAnalyzer/Core/DynamicExtent.cpp
    R clang/lib/StaticAnalyzer/Core/DynamicSize.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
    M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.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/SValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
    M clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
    M clang/lib/StaticAnalyzer/Core/Store.cpp
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/Core/Diagnostic.cpp
    M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
    M clang/lib/Tooling/DumpTool/APIData.h
    M clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
    M clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h
    M clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp
    M clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
    A clang/lib/Tooling/EmptyNodeIntrospection.inc.in
    M clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
    M clang/lib/Tooling/JSONCompilationDatabase.cpp
    M clang/lib/Tooling/NodeIntrospection.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRLocFinder.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-template-decls-json.cpp
    A clang/test/AST/ast-print-int128.cpp
    M clang/test/AST/sourceranges.cpp
    A clang/test/Analysis/PR47511.cpp
    M clang/test/Analysis/atomics.c
    M clang/test/Analysis/dead-stores.c
    A clang/test/Analysis/division-by-zero-track-zero.c
    A clang/test/Analysis/division-by-zero-track-zero.cpp
    M clang/test/Analysis/explain-svals.cpp
    M clang/test/Analysis/expr-inspection.cpp
    M clang/test/Analysis/inner-pointer.cpp
    M clang/test/Analysis/malloc.c
    A clang/test/Analysis/memory-model.cpp
    M clang/test/Analysis/nullptr.cpp
    M clang/test/Analysis/os_object_base.h
    M clang/test/Analysis/osobjectcstylecastchecker_test.cpp
    M clang/test/Analysis/properties.mm
    M clang/test/Analysis/pthreadlock.c
    A clang/test/Analysis/pthreadlock_state.c
    A clang/test/Analysis/pthreadlock_state_nottracked.c
    A clang/test/Analysis/std-c-library-functions-arg-constraints-notes.cpp
    M clang/test/Analysis/std-c-library-functions-arg-constraints.c
    M clang/test/Analysis/std-c-library-functions-arg-constraints.cpp
    A clang/test/Analysis/zero-operands.c
    M clang/test/CMakeLists.txt
    M clang/test/CXX/class/class.init/class.copy.elision/p3.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/p1.cpp
    M clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/p1.cpp
    R clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7-1y.cpp
    A clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7-cxx14.cpp
    M clang/test/CXX/drs/dr14xx.cpp
    M clang/test/CXX/drs/dr20xx.cpp
    M clang/test/CXX/drs/dr3xx.cpp
    R clang/test/CXX/expr/expr.prim/expr.prim.lambda/p4-1y.cpp
    A clang/test/CXX/expr/expr.prim/expr.prim.lambda/p4-cxx14.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.req/compound-requirement.cpp
    A clang/test/CXX/special/class.copy/p3-cxx11.cpp
    R clang/test/CXX/special/class.copy/p33-0x.cpp
    M clang/test/CXX/temp/temp.decls/temp.mem/p5.cpp
    M clang/test/ClangScanDeps/Inputs/has_include_if_elif.json
    M clang/test/ClangScanDeps/Inputs/header_stat_before_open_cdb.json
    M clang/test/ClangScanDeps/Inputs/headerwithdirname.json
    M clang/test/ClangScanDeps/Inputs/headerwithdirnamefollowedbyinclude.json
    A clang/test/ClangScanDeps/Inputs/modules_cdb_clangcl.json
    M clang/test/ClangScanDeps/Inputs/no-werror.json
    M clang/test/ClangScanDeps/Inputs/regular_cdb.json
    A clang/test/ClangScanDeps/Inputs/regular_cdb_clangcl.json
    M clang/test/ClangScanDeps/Inputs/static-analyzer-cdb.json
    M clang/test/ClangScanDeps/Inputs/strip_diag_serialize.json
    M clang/test/ClangScanDeps/Inputs/target-filename-cdb.json
    M clang/test/ClangScanDeps/Inputs/vfsoverlay_cdb.json
    M clang/test/ClangScanDeps/error.cpp
    M clang/test/ClangScanDeps/has_include_if_elif.cpp
    M clang/test/ClangScanDeps/header_stat_before_open.m
    M clang/test/ClangScanDeps/headerwithdirname.cpp
    M clang/test/ClangScanDeps/headerwithdirnamefollowedbyinclude.cpp
    M clang/test/ClangScanDeps/modules-full.cpp
    M clang/test/ClangScanDeps/modules.cpp
    M clang/test/ClangScanDeps/no-werror.cpp
    M clang/test/ClangScanDeps/regular_cdb.cpp
    M clang/test/ClangScanDeps/static-analyzer.c
    M clang/test/ClangScanDeps/strip_diag_serialize.cpp
    M clang/test/ClangScanDeps/target-filename.cpp
    M clang/test/ClangScanDeps/vfsoverlay.cpp
    A clang/test/CodeGen/RISCV/riscv-attr-builtin-alias-err.c
    A clang/test/CodeGen/RISCV/riscv-attr-builtin-alias.c
    A clang/test/CodeGen/RISCV/riscv-inline-asm-rvv.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb-error.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbc.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbp.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbr.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbb.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbc.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbp.c
    A clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbr.c
    R clang/test/CodeGen/RISCV/rvv-intrinsics-generic/vadd.c
    R clang/test/CodeGen/RISCV/rvv-intrinsics-generic/vfadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vaadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vadc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamoadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamoand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamomax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamomin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamoor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamoswap.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vamoxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vasub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vdiv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfclass.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfcvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfdiv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfirst.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmerge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfmv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfncvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfnmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfnmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfnmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfrdiv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfrec7.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfredmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfredmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfrsqrt7.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfrsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfsgnj.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfslide1down.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfslide1up.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfsqrt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwcvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwnmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfwsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vid.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/viota.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vloxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vlse.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vluxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmadc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmerge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmfeq.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmfge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmfgt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmfle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmflt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmfne.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmnand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmnor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsbc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsbf.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmseq.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsgt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsif.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmslt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsne.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmsof.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmxnor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnclip.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vneg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnot.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnsra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vnsrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vpopc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vredxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vrem.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vrgather.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vrsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsbc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vse.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsext.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vslide1down.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vslide1up.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vslidedown.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vslideup.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsll.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsoxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsse.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vssra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vssrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vssub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vsuxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vwadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vwmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vwmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vwredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vwsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vzext.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vaadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vadc.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamoadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamoand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamomax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamomin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamoor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamoswap.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vamoxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vasub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vdiv.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vfadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfclass.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfcvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfdiv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfirst.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmerge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfmv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfncvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfnmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfnmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfnmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfrdiv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfrec7.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfredmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfredmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfrsqrt7.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfrsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfsgnj.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfslide1down.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfslide1up.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfsqrt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwcvt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwnmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwredosum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vfwsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vid.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/viota.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vleff.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vlmul.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vloxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vlse.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vluxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmadc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmclr.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmerge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmfeq.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmfge.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmfgt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmfle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmflt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmfne.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmnand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmnor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsbc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsbf.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmseq.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmset.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsgt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsif.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsle.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmslt.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsne.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmsof.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmv.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmxnor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vmxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnclip.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vneg.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnmsac.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnmsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnot.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnsra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vnsrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vpopc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredand.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredmin.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vredxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vreinterpret.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vrem.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vrgather.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vrsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsbc.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vse.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vsetvl.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vsetvlmax.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsext.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vslide1down.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vslide1up.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vslidedown.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vslideup.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsll.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsoxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsse.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vssra.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vssrl.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vssub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vsuxei.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vundefined.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vwadd.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vwmacc.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vwmul.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vwredsum.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vwsub.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vxor.c
    A clang/test/CodeGen/RISCV/rvv-intrinsics/vzext.c
    M clang/test/CodeGen/SystemZ/zos-alignment.c
    M clang/test/CodeGen/X86/avx512f-builtins.c
    A clang/test/CodeGen/aarch64-args-hfa.c
    M clang/test/CodeGen/aarch64-neon-ldst-one.c
    M clang/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
    M clang/test/CodeGen/aarch64-poly128.c
    M clang/test/CodeGen/aarch64-poly64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_acle.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_aclt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_add.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adda.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_addv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_adrw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_and.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_andv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_asrd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfdot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmlalt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bfmmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_bic.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brka.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpa.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_brkpb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clasta.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clastb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_clz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpeq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpge.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpgt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmplt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpne.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmpuo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cnth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cntw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_compact.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_create4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cvtnt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_div.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_divr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dup.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_dupq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_eorv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_expa.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_exth.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_extw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_get4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_index.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_insr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lasta.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lastb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ro.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1rq.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1uw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldff1uw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1sw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1ub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnf1uw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ldnt1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_len.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_lsr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp32.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_matmul_fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_max.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_maxv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_min.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minnmv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_minv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mov.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_msb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_mulx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nand.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmla.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmls.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nmsb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_nor.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_not.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_orv.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfalse.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pfirst.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_pnext.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptest.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ptrue.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qadd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdech.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qdecw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qinch.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qincw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_qsub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rbit.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rdffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpe.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recps.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_recpx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_reinterpret.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rev.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_revw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinta.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rinti.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintm.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintn.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintp.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintx.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rintz.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrte.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_rsqrts.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_scale.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sel.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_set4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_setffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_splice.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sqrt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1b.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1h.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st1w.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_st4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_stnt1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sub.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_subr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_sudot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tbl.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tmad.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_trn2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tsmul.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_tssel.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef3.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_undef4.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpkhi.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_unpklo.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_usdot.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_uzp2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilele.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_whilelt.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_wrffr.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip1.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64-bfloat.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2-fp64.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_zip2.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfb.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfd.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfh.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_prfw.c
    M clang/test/CodeGen/aarch64-sve-intrinsics/negative/acle_sve_qdecb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aba.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_abdlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adalp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_adclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_addwt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aese.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesimc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_aesmc.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bcax.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bdep.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bext.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bgrp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl1n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_bsl2n.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cdot.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cmla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_cvtxnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eor3.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eorbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_eortb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histcnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_histseg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_hsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1sw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1ub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_ldnt1uw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_logb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_match.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_maxp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minnmp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_minp.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mla.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mls.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_movlt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_mullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nbsl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_nmatch.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmul.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullb_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_pmullt_128.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qabs.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qcadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlalt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmlslt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qdmullt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qneg.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdcmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlah.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmlsh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrdmulh.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qrshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshlu.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qshrunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsub.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qsubr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_qxtunt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_raddhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rax1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_recpe.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rhadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshl.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rshrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsqrte.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_rsubhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sbclt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shllt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_shrnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sli.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4e.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sm4ekey.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sra.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sri.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1b.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1h.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_stnt1w.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subhnt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublbt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_sublt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subltb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwb.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_subwt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbl2.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_tbx.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_uqadd.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilege.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilegt.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilerw.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr-bfloat.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_whilewr.c
    M clang/test/CodeGen/aarch64-sve2-intrinsics/acle_sve2_xar.c
    M clang/test/CodeGen/address-space-avr.c
    M clang/test/CodeGen/aix-init-priority-attribute.cpp
    A clang/test/CodeGen/aligned_alloc-libcall.c
    A clang/test/CodeGen/alloc-fns-alignment.c
    A clang/test/CodeGen/alloc-size-fnptr.c
    M clang/test/CodeGen/alloc-size.c
    A clang/test/CodeGen/asan-frame-pointer.cpp
    M clang/test/CodeGen/asan-globals.cpp
    M clang/test/CodeGen/asan-new-pm.ll
    M clang/test/CodeGen/asan-no-globals-no-comdat.cpp
    M clang/test/CodeGen/attr-loader-uninitialized.c
    M clang/test/CodeGen/attr-mustprogress.c
    M clang/test/CodeGen/attr-target-mv.c
    A clang/test/CodeGen/avr-flash.c
    M clang/test/CodeGen/builtins-ppc-quadword-noi128.c
    M clang/test/CodeGen/builtins-ppc-vsx.c
    A clang/test/CodeGen/builtins-ppc-xlcompat.c
    M clang/test/CodeGen/builtins-wasm.c
    M clang/test/CodeGen/builtins.c
    M clang/test/CodeGen/debug-info-extern-call.c
    M clang/test/CodeGen/ext-int-cc.c
    A clang/test/CodeGen/fp-atomic-ops.c
    A clang/test/CodeGen/fp-matrix-pragma.c
    R clang/test/CodeGen/le32-arguments.c
    R clang/test/CodeGen/le32-libcall-pow.c
    R clang/test/CodeGen/le32-regparm.c
    R clang/test/CodeGen/le32-vaarg.c
    M clang/test/CodeGen/libcalls.c
    A clang/test/CodeGen/matrix-cast.c
    M clang/test/CodeGen/mcount.c
    A clang/test/CodeGen/memalign-libcall.c
    M clang/test/CodeGen/ms_abi_aarch64.c
    A clang/test/CodeGen/nrvo-tracking.cpp
    M clang/test/CodeGen/opt-record-MIR.c
    R clang/test/CodeGen/pr18235.c
    M clang/test/CodeGen/sanitize-coverage-old-pm.c
    M clang/test/CodeGen/sanitizer-module-constructor.c
    M clang/test/CodeGen/target-builtin-noerror.c
    M clang/test/CodeGen/target-data.c
    M clang/test/CodeGen/thinlto-distributed-newpm.ll
    M clang/test/CodeGen/thinlto_backend.ll
    A clang/test/CodeGen/x86_32-align-linux.c
    A clang/test/CodeGenCUDA/amdgpu-atomic-ops.cu
    A clang/test/CodeGenCUDA/builtin-mangled-name.cu
    M clang/test/CodeGenCUDA/device-stub.cu
    A clang/test/CodeGenCUDA/device-use-host-var.cu
    M clang/test/CodeGenCUDA/flush-denormals.cu
    A clang/test/CodeGenCUDA/host-used-device-var.cu
    M clang/test/CodeGenCUDA/kernel-stub-name.cu
    A clang/test/CodeGenCUDA/unused-global-var.cu
    A clang/test/CodeGenCXX/attr-cpuspecific-outoflinedefs.cpp
    M clang/test/CodeGenCXX/attr-mustprogress.cpp
    A clang/test/CodeGenCXX/attr-musttail.cpp
    M clang/test/CodeGenCXX/attr-target-mv-inalloca.cpp
    M clang/test/CodeGenCXX/builtin-amdgcn-atomic-inc-dec.cpp
    M clang/test/CodeGenCXX/cxx2a-compare.cpp
    A clang/test/CodeGenCXX/debug-info-programming-language.cpp
    M clang/test/CodeGenCXX/debug-info-template.cpp
    M clang/test/CodeGenCXX/dllexport-ctor-closure.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/inalloca-overaligned.cpp
    M clang/test/CodeGenCXX/inalloca-stmtexpr.cpp
    M clang/test/CodeGenCXX/inalloca-vector.cpp
    M clang/test/CodeGenCXX/inheriting-constructor.cpp
    M clang/test/CodeGenCXX/member-function-pointers.cpp
    M clang/test/CodeGenCXX/microsoft-abi-arg-order.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-sret.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp
    M clang/test/CodeGenCXX/microsoft-abi-byval-vararg.cpp
    M clang/test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
    M clang/test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vmemptr-conflicts.cpp
    M clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp
    M clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
    A clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
    A clang/test/CodeGenCXX/ps4-dllstorage-vtable-rtti.cpp
    M clang/test/CodeGenCXX/split-stacks.cpp
    R clang/test/CodeGenCXX/static-init-pnacl.cpp
    M clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp
    M clang/test/CodeGenCoroutines/coro-alloc.cpp
    M clang/test/CodeGenCoroutines/coro-await-resume-eh.cpp
    M clang/test/CodeGenCoroutines/coro-await.cpp
    M clang/test/CodeGenCoroutines/coro-dest-slot.cpp
    A clang/test/CodeGenCoroutines/coro-dwarf.cpp
    M clang/test/CodeGenCoroutines/coro-params.cpp
    M clang/test/CodeGenCoroutines/coro-symmetric-transfer-01.cpp
    M clang/test/CodeGenCoroutines/coro-unhandled-exception.cpp
    A clang/test/CodeGenObjC/debug-info-property-class-instance-same-name.m
    A clang/test/CodeGenObjC/disable-direct-method.m
    M clang/test/CodeGenObjCXX/arc-indirect.mm
    M clang/test/CodeGenObjCXX/microsoft-abi-arc-param-order.mm
    M clang/test/CodeGenOpenCL/atomic-ops.cl
    M clang/test/CodeGenOpenCL/builtins-amdgcn.cl
    M clang/test/CodeGenOpenCL/convergent.cl
    M clang/test/CodeGenOpenCL/fpmath.cl
    M clang/test/CodeGenSYCL/convergent.cpp
    M clang/test/CodeGenSYCL/filescope_asm.c
    A clang/test/Driver/Inputs/amdgpu-arch/amdgpu_arch_different
    A clang/test/Driver/Inputs/amdgpu-arch/amdgpu_arch_fail
    A clang/test/Driver/Inputs/amdgpu-arch/amdgpu_arch_gfx906
    A clang/test/Driver/Inputs/amdgpu-arch/amdgpu_arch_gfx908_gfx908
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/10.2.0/crtbegin.o
    R clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtbeginT.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/crtfastmath.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/x32/crtbegin.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/x32/crtbeginT.o
    A clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/10.2.0/x32/crtfastmath.o
    R clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/crtbegin.o
    R clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/crtbeginT.o
    R clang/test/Driver/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/crtfastmath.o
    A clang/test/Driver/Inputs/basic_fuchsia_tree/include/c++/v1/.keep
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/asan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/asan/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/asan+noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/asan/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/relative-vtables+noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/relative-vtables/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/relative-vtables+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/relative-vtables/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/asan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/asan/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/asan+noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/asan/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+asan+noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+asan/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+noexcept/libc++.so
    R clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/hwasan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/hwasan/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables+asan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables+asan/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables+hwasan+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables+hwasan/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables+noexcept/libc++.so
    A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/relative-vtables/libc++.so
    A clang/test/Driver/Inputs/basic_linux_libcxx_tree/usr/lib/x86_64-linux-gnu/.keep
    R clang/test/Driver/Inputs/basic_linux_libcxx_tree/usr/lib/x86_64-linux-gnu/c++/.keep
    A clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i386-unknown-linux/10.2.0/crtbegin.o
    R clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i686-unknown-linux/10.2.0/crtbegin.o
    R clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/i686-unknown-linux/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/crtbegin.o
    A clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/crtbeginT.o
    A clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/crtfastmath.o
    R clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtbegin.o
    R clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtbeginT.o
    R clang/test/Driver/Inputs/basic_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtfastmath.o
    A clang/test/Driver/Inputs/debian_i386_tree/lib/i386-linux-gnu/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/lib/x86_64-linux-gnu/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/lib64/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/include/c++/10/backward/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/include/i386-linux-gnu/c++/10/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/include/i386-linux-gnu/c++/10/64/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/include/x86_64-linux-gnu/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/gcc/i686-linux-gnu/10/64/crtbegin.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/gcc/i686-linux-gnu/10/crtbegin.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/gcc/i686-linux-gnu/10/crtend.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/i386-linux-gnu/crt1.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/i386-linux-gnu/crti.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/i386-linux-gnu/crtn.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib/x86_64-linux-gnu/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib64/.keep
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib64/crt1.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib64/crti.o
    A clang/test/Driver/Inputs/debian_i386_tree/usr/lib64/crtn.o
    R clang/test/Driver/Inputs/gen-response.c
    A clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/10.2.0/64/crtbegin.o
    A clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/10.2.0/crtbegin.o
    R clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/64/crtbegin.o
    R clang/test/Driver/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/10.2.0/x32/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/32/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/x32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/10.2.0/32/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/10.2.0/crtbegin.o
    A clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/10.2.0/x32/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/32/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/crtbegin.o
    R clang/test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/x32/crtbegin.o
    R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/asan/.keep
    R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/aarch64-fuchsia/noexcept/.keep
    R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/asan/.keep
    R clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/lib/x86_64-fuchsia/noexcept/.keep
    M clang/test/Driver/aarch64-mac-cpus.c
    A clang/test/Driver/aix-unsupported-features.c
    A clang/test/Driver/amdgpu-openmp-system-arch-fail.c
    A clang/test/Driver/amdgpu-openmp-system-arch.c
    M clang/test/Driver/android-ndk-standalone.cpp
    A clang/test/Driver/as-version.s
    M clang/test/Driver/baremetal.cpp
    M clang/test/Driver/cl-options.c
    M clang/test/Driver/clang_f_opts.c
    A clang/test/Driver/crash-diagnostics-dir-2.c
    M clang/test/Driver/cross-linux.c
    M clang/test/Driver/cuda-flush-denormals-to-zero.cu
    M clang/test/Driver/debug-options.c
    M clang/test/Driver/env.c
    M clang/test/Driver/fsanitize.c
    M clang/test/Driver/fuchsia.cpp
    M clang/test/Driver/gcc-toolchain.cpp
    M clang/test/Driver/hip-autolink.hip
    M clang/test/Driver/hip-code-object-version.hip
    M clang/test/Driver/hip-device-compile.hip
    M clang/test/Driver/hip-device-libs.hip
    M clang/test/Driver/hip-host-cpu-features.hip
    M clang/test/Driver/hip-options.hip
    M clang/test/Driver/hip-rdc-device-only.hip
    M clang/test/Driver/hip-target-id.hip
    M clang/test/Driver/hip-toolchain-device-only.hip
    M clang/test/Driver/hip-toolchain-mllvm.hip
    M clang/test/Driver/hip-toolchain-no-rdc.hip
    M clang/test/Driver/hip-toolchain-opt.hip
    M clang/test/Driver/hip-toolchain-rdc-separate.hip
    M clang/test/Driver/hip-toolchain-rdc-static-lib.hip
    M clang/test/Driver/hip-toolchain-rdc.hip
    R clang/test/Driver/le32-toolchain.c
    R clang/test/Driver/le32-unknown-nacl.cpp
    R clang/test/Driver/le64-unknown-unknown.cpp
    M clang/test/Driver/linux-cross.cpp
    M clang/test/Driver/linux-header-search.cpp
    M clang/test/Driver/linux-ld.c
    M clang/test/Driver/linux-per-target-runtime-dir.c
    M clang/test/Driver/mips-reduced-toolchain.cpp
    M clang/test/Driver/nostdincxx.cpp
    M clang/test/Driver/program-path-priority.c
    M clang/test/Driver/response-file.c
    A clang/test/Driver/riscv-args.c
    M clang/test/Driver/rocm-detect.hip
    M clang/test/Driver/stdlibxx-isystem.cpp
    A clang/test/Driver/verify-debug-info-preservation.c
    A clang/test/Driver/woa-crypto.c
    M clang/test/Driver/x86-march.c
    M clang/test/Frontend/Inputs/test.h
    M clang/test/Frontend/Inputs/test2.h
    M clang/test/Frontend/optimization-remark-options.c
    M clang/test/Frontend/plugin-annotate-functions.c
    M clang/test/Frontend/print-header-includes.c
    A clang/test/Frontend/rewrite-includes-macros.cpp
    A clang/test/Headers/hip-header.hip
    M clang/test/Headers/opencl-c-header.cl
    M clang/test/Headers/stdarg.cpp
    M clang/test/Headers/wasm.c
    M clang/test/Index/Core/Inputs/module/ModA.h
    M clang/test/Index/Core/Inputs/module/SubModA.h
    M clang/test/Index/Core/Inputs/sys/system-head.h
    M clang/test/Index/Core/index-macros.c
    M clang/test/Index/Core/index-with-module.m
    M clang/test/Lexer/cxx-features.cpp
    A clang/test/Lexer/size_t-literal.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Misc/printer.c
    A clang/test/Misc/serialized-diags-empty-filename.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M clang/test/Modules/Inputs/error/error.h
    M clang/test/Modules/Inputs/error/module.modulemap
    A clang/test/Modules/Inputs/error/use_error_a.h
    A clang/test/Modules/Inputs/error/use_error_b.h
    M clang/test/Modules/ModuleDebugInfo.cpp
    M clang/test/Modules/load-module-with-errors.m
    M clang/test/OpenMP/atomic_codegen.cpp
    A clang/test/OpenMP/debug-info-complex-byval.cpp
    M clang/test/OpenMP/declare_mapper_codegen.cpp
    M clang/test/OpenMP/declare_reduction_ast_print.c
    M clang/test/OpenMP/declare_reduction_codegen.c
    M clang/test/OpenMP/declare_reduction_messages.c
    M clang/test/OpenMP/declare_target_codegen.cpp
    A clang/test/OpenMP/dispatch_ast_print.cpp
    A clang/test/OpenMP/dispatch_messages.cpp
    M clang/test/OpenMP/for_firstprivate_codegen.cpp
    M clang/test/OpenMP/for_private_codegen.cpp
    R clang/test/OpenMP/is_initial_device.c
    A clang/test/OpenMP/masked_ast_print.cpp
    A clang/test/OpenMP/masked_codegen.cpp
    A clang/test/OpenMP/masked_messages.cpp
    M clang/test/OpenMP/master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_private_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/master_taskloop_simd_private_codegen.cpp
    M clang/test/OpenMP/nvptx_allocate_codegen.cpp
    M clang/test/OpenMP/nvptx_data_sharing.cpp
    M clang/test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_lambda_capturing.cpp
    A clang/test/OpenMP/nvptx_multi_target_parallel_codegen.cpp
    A clang/test/OpenMP/nvptx_nested_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_param_translate.c
    M clang/test/OpenMP/nvptx_target_codegen.cpp
    M clang/test/OpenMP/nvptx_target_firstprivate_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_codegen.cpp
    M clang/test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
    M clang/test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
    M clang/test/OpenMP/nvptx_teams_reduction_codegen.cpp
    A clang/test/OpenMP/omp_with_loop_pragma_instr_profile.c
    M clang/test/OpenMP/parallel_ast_print.cpp
    M clang/test/OpenMP/parallel_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_for_scan_codegen.cpp
    M clang/test/OpenMP/parallel_for_simd_scan_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_private_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/parallel_master_taskloop_simd_private_codegen.cpp
    M clang/test/OpenMP/parallel_private_codegen.cpp
    M clang/test/OpenMP/parallel_proc_bind_messages.cpp
    A clang/test/OpenMP/parallel_proc_bind_primary_codegen.cpp
    M clang/test/OpenMP/remarks_parallel_in_multiple_target_state_machines.c
    M clang/test/OpenMP/remarks_parallel_in_target_state_machine.c
    M clang/test/OpenMP/sections_firstprivate_codegen.cpp
    M clang/test/OpenMP/sections_lastprivate_codegen.cpp
    M clang/test/OpenMP/sections_private_codegen.cpp
    M clang/test/OpenMP/sections_reduction_codegen.cpp
    M clang/test/OpenMP/single_firstprivate_codegen.cpp
    M clang/test/OpenMP/single_private_codegen.cpp
    M clang/test/OpenMP/target_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
    M clang/test/OpenMP/target_data_use_device_ptr_if_codegen.cpp
    M clang/test/OpenMP/target_depend_codegen.cpp
    M clang/test/OpenMP/target_enter_data_codegen.cpp
    M clang/test/OpenMP/target_enter_data_depend_codegen.cpp
    M clang/test/OpenMP/target_exit_data_codegen.cpp
    M clang/test/OpenMP/target_exit_data_depend_codegen.cpp
    M clang/test/OpenMP/target_map_codegen_28.cpp
    A clang/test/OpenMP/target_map_codegen_35.cpp
    M clang/test/OpenMP/target_map_names.cpp
    M clang/test/OpenMP/target_parallel_debug_codegen.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_debug_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_depend_codegen.cpp
    M clang/test/OpenMP/target_parallel_for_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_codegen.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_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_depend_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
    M clang/test/OpenMP/target_teams_distribute_simd_depend_codegen.cpp
    M clang/test/OpenMP/target_update_codegen.cpp
    M clang/test/OpenMP/target_update_depend_codegen.cpp
    M clang/test/OpenMP/task_codegen.cpp
    M clang/test/OpenMP/task_firstprivate_codegen.cpp
    M clang/test/OpenMP/task_in_reduction_codegen.cpp
    M clang/test/OpenMP/task_private_codegen.cpp
    M clang/test/OpenMP/taskloop_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_private_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_in_reduction_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
    M clang/test/OpenMP/taskloop_simd_private_codegen.cpp
    M clang/test/OpenMP/taskloop_with_atomic_codegen.cpp
    M clang/test/Parser/c2x-attributes.c
    M clang/test/Parser/cxx-attributes.cpp
    M clang/test/Parser/cxx-concepts-requires-clause.cpp
    M clang/test/Parser/cxx0x-attributes.cpp
    M clang/test/Parser/cxx2a-template-lambdas.cpp
    M clang/test/Parser/cxx2b-lambdas.cpp
    M clang/test/Parser/pragma-attribute.cpp
    A clang/test/Preprocessor/Inputs/llvm-rc.h
    M clang/test/Preprocessor/aarch64-target-features.c
    M clang/test/Preprocessor/arm-target-features.c
    M clang/test/Preprocessor/init-x86.c
    M clang/test/Preprocessor/init.c
    M clang/test/Preprocessor/iwithprefix.c
    A clang/test/Preprocessor/llvm-rc.rc
    M clang/test/Preprocessor/predefined-arch-macros.c
    M clang/test/Preprocessor/riscv-target-features.c
    M clang/test/Profile/c-unreachable-after-switch.c
    M clang/test/Sema/alloc-size.c
    M clang/test/Sema/atomic-ops.c
    M clang/test/Sema/attr-coldhot.c
    M clang/test/Sema/attr-disable-tail-calls.c
    M clang/test/Sema/attr-loader-uninitialized.cpp
    A clang/test/Sema/attr-musttail.c
    A clang/test/Sema/attr-musttail.m
    M clang/test/Sema/attr-x86-interrupt.c
    M clang/test/Sema/c2x-fallthrough.c
    M clang/test/Sema/c2x-maybe_unused-errors.c
    M clang/test/Sema/c2x-nodiscard.c
    M clang/test/Sema/internal_linkage.c
    A clang/test/Sema/matrix-cast.c
    M clang/test/Sema/pragma-attribute-strict-subjects.c
    A clang/test/Sema/tautological-unsigned-char-zero-compare.cc
    M clang/test/Sema/vla.c
    M clang/test/Sema/warn-cast-function-type.c
    R clang/test/Sema/warn-cast-function-type.cpp
    A clang/test/SemaCUDA/builtin-mangled-name.cu
    M clang/test/SemaCUDA/device-use-host-var.cu
    M clang/test/SemaCXX/MicrosoftCompatibility.cpp
    M clang/test/SemaCXX/P1155.cpp
    A clang/test/SemaCXX/PR49534.cpp
    M clang/test/SemaCXX/aggregate-initialization.cpp
    M clang/test/SemaCXX/attr-cpuspecific.cpp
    M clang/test/SemaCXX/attr-likelihood.cpp
    A clang/test/SemaCXX/attr-musttail.cpp
    M clang/test/SemaCXX/attr-speculative-load-hardening.cpp
    M clang/test/SemaCXX/constant-expression-cxx11.cpp
    A clang/test/SemaCXX/constant-expression-cxx14.cpp
    R clang/test/SemaCXX/constant-expression-cxx1y.cpp
    M clang/test/SemaCXX/conversion-function.cpp
    M clang/test/SemaCXX/coroutine-rvo.cpp
    M clang/test/SemaCXX/coroutines.cpp
    R clang/test/SemaCXX/cxx1y-deduced-return-type.cpp
    M clang/test/SemaCXX/cxx1y-user-defined-literals.cpp
    M clang/test/SemaCXX/cxx2a-no-unique-address.cpp
    A clang/test/SemaCXX/deduced-return-type-cxx14.cpp
    A clang/test/SemaCXX/deprecated-copy-with-dtor.cpp
    A clang/test/SemaCXX/deprecated-copy-with-user-provided-copy.cpp
    A clang/test/SemaCXX/deprecated-copy-with-user-provided-dtor.cpp
    M clang/test/SemaCXX/deprecated-copy.cpp
    M clang/test/SemaCXX/deprecated.cpp
    M clang/test/SemaCXX/libstdcxx_atomic_ns_hack.cpp
    A clang/test/SemaCXX/matrix-casts.cpp
    M clang/test/SemaCXX/return-stack-addr.cpp
    A clang/test/SemaCXX/size_t-literal.cpp
    M clang/test/SemaCXX/switch-implicit-fallthrough.cpp
    A clang/test/SemaCXX/template-specialization-fatal.cpp
    A clang/test/SemaCXX/warn-cast-function-type.cpp
    M clang/test/SemaCXX/warn-max-unsigned-zero.cpp
    M clang/test/SemaCXX/warn-return-std-move.cpp
    M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
    M clang/test/SemaCXX/warn-unused-label-error.cpp
    A clang/test/SemaObjC/disable-direct-method.m
    M clang/test/SemaObjC/warn-called-once.m
    A clang/test/SemaObjCXX/bridge-cast-redecl.mm
    M clang/test/SemaObjCXX/warn-called-once.mm
    M clang/test/SemaOpenCL/as_type.cl
    M clang/test/SemaOpenCL/atomic-ops.cl
    M clang/test/SemaOpenCL/builtins-amdgcn-error.cl
    M clang/test/SemaOpenCL/ext_vectors.cl
    M clang/test/SemaOpenCL/extension-version.cl
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
    M clang/test/SemaOpenCL/func.cl
    M clang/test/SemaOpenCLCXX/address-space-templates.clcpp
    M clang/test/SemaOpenCLCXX/invalid-kernel.clcpp
    M clang/test/SemaTemplate/deduction.cpp
    M clang/test/TableGen/emit-diag-docs.td
    M clang/test/lit.cfg.py
    A clang/test/utils/update_cc_test_checks/Inputs/resolve-tmp-conflict.cpp
    A clang/test/utils/update_cc_test_checks/Inputs/resolve-tmp-conflict.cpp.expected
    A clang/test/utils/update_cc_test_checks/resolve-tmp-conflict.test
    M clang/tools/CMakeLists.txt
    A clang/tools/amdgpu-arch/AMDGPUArch.cpp
    A clang/tools/amdgpu-arch/CMakeLists.txt
    M clang/tools/apinotes-test/APINotesTest.cpp
    M clang/tools/arcmt-test/arcmt-test.cpp
    M clang/tools/c-index-test/core_main.cpp
    M clang/tools/clang-format/clang-format-diff.py
    M clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
    M clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp
    M clang/tools/clang-refactor/ClangRefactor.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M clang/tools/driver/cc1as_main.cpp
    M clang/tools/driver/cc1gen_reproducer_main.cpp
    M clang/tools/driver/driver.cpp
    M clang/tools/libclang/CIndex.cpp
    M clang/tools/libclang/CIndexer.cpp
    M clang/tools/libclang/CXCursor.cpp
    M clang/unittests/AST/ASTImporterTest.cpp
    M clang/unittests/AST/DeclTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
    M clang/unittests/Format/FormatTest.cpp
    M clang/unittests/Format/FormatTestJS.cpp
    M clang/unittests/Format/FormatTestObjC.cpp
    M clang/unittests/Format/SortImportsTestJS.cpp
    M clang/unittests/Frontend/CompilerInvocationTest.cpp
    M clang/unittests/Index/IndexTests.cpp
    M clang/unittests/Introspection/IntrospectionTest.cpp
    M clang/unittests/Rename/RenameClassTest.cpp
    M clang/unittests/Tooling/DiagnosticsYamlTest.cpp
    M clang/unittests/Tooling/SourceCodeTest.cpp
    M clang/unittests/Tooling/StencilTest.cpp
    M clang/unittests/Tooling/Syntax/TokensTest.cpp
    M clang/unittests/Tooling/ToolingTest.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp
    M clang/utils/TableGen/RISCVVEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h
    M clang/www/cxx_status.html
    M clang/www/get_started.html
    M compiler-rt/CMakeLists.txt
    A compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
    M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/cmake/config-ix.cmake
    M compiler-rt/include/sanitizer/tsan_interface.h
    M compiler-rt/lib/CMakeLists.txt
    M compiler-rt/lib/asan/asan_mapping.h
    M compiler-rt/lib/asan/asan_new_delete.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/scripts/asan_device_setup
    M compiler-rt/lib/builtins/CMakeLists.txt
    M compiler-rt/lib/builtins/aarch64/fp_mode.c
    M compiler-rt/lib/builtins/arm/fp_mode.c
    M compiler-rt/lib/builtins/assembly.h
    M compiler-rt/lib/builtins/atomic.c
    M compiler-rt/lib/builtins/cpu_model.c
    M compiler-rt/lib/builtins/fp_add_impl.inc
    M compiler-rt/lib/builtins/fp_mode.c
    M compiler-rt/lib/builtins/fp_mode.h
    M compiler-rt/lib/builtins/i386/fp_mode.c
    M compiler-rt/lib/dfsan/dfsan.cpp
    M compiler-rt/lib/dfsan/dfsan_custom.cpp
    M compiler-rt/lib/dfsan/done_abilist.txt
    M compiler-rt/lib/fuzzer/FuzzerIO.cpp
    M compiler-rt/lib/fuzzer/FuzzerIO.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp
    M compiler-rt/lib/fuzzer/FuzzerTracePC.h
    M compiler-rt/lib/fuzzer/FuzzerUtil.cpp
    M compiler-rt/lib/fuzzer/FuzzerUtil.h
    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_dynamic_shadow.cpp
    M compiler-rt/lib/hwasan/hwasan_flags.h
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
    M compiler-rt/lib/hwasan/hwasan_linux.cpp
    M compiler-rt/lib/hwasan/hwasan_mapping.h
    M compiler-rt/lib/hwasan/hwasan_memintrinsics.cpp
    M compiler-rt/lib/hwasan/hwasan_new_delete.cpp
    M compiler-rt/lib/hwasan/hwasan_setjmp.S
    M compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
    M compiler-rt/lib/hwasan/hwasan_thread_list.h
    M compiler-rt/lib/lsan/lsan_allocator.cpp
    A compiler-rt/lib/orc/CMakeLists.txt
    A compiler-rt/lib/orc/placeholder.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.h
    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.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/combined.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
    M compiler-rt/lib/scudo/standalone/local_cache.h
    M compiler-rt/lib/scudo/standalone/memtag.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/size_class_map.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/primary_test.cpp
    M compiler-rt/lib/scudo/standalone/tests/scudo_unit_test.h
    M compiler-rt/lib/scudo/standalone/tests/tsd_test.cpp
    M compiler-rt/lib/scudo/standalone/tsd_exclusive.h
    M compiler-rt/lib/tsan/CMakeLists.txt
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M compiler-rt/lib/ubsan/ubsan_platform.h
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/asan/TestCases/Linux/static_tls.cpp
    M compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp
    A compiler-rt/test/asan/TestCases/replaceable_new_delete.cpp
    M compiler-rt/test/dfsan/flush.c
    A compiler-rt/test/dfsan/origin_stack_trace.c
    A compiler-rt/test/dfsan/origin_track_ld.c
    M compiler-rt/test/dfsan/release_shadow_space.c
    A compiler-rt/test/fuzzer/MsanCustomMutator.cpp
    M compiler-rt/test/fuzzer/OutOfMemorySingleLargeMallocTest.cpp
    M compiler-rt/test/fuzzer/OutOfMemoryTest.cpp
    A compiler-rt/test/fuzzer/msan-custom-mutator.test
    M compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
    M compiler-rt/test/hwasan/TestCases/Linux/decorate-proc-maps.c
    M compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
    M compiler-rt/test/hwasan/TestCases/Linux/release-shadow.c
    M compiler-rt/test/hwasan/TestCases/Linux/reuse-threads.cpp
    M compiler-rt/test/hwasan/TestCases/Linux/vfork.c
    M compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
    M compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
    M compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
    M compiler-rt/test/hwasan/TestCases/hwasan-print-shadow.cpp
    M compiler-rt/test/hwasan/TestCases/malloc_fill.cpp
    M compiler-rt/test/hwasan/TestCases/many-threads-uaf.c
    M compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
    M compiler-rt/test/hwasan/TestCases/set-error-report-callback.cpp
    M compiler-rt/test/hwasan/TestCases/sizes.cpp
    M compiler-rt/test/hwasan/TestCases/tail-magic.c
    M compiler-rt/test/hwasan/TestCases/use-after-free.c
    R compiler-rt/test/hwasan/TestCases/utils.h
    M compiler-rt/test/lsan/TestCases/Linux/fork_and_leak.cpp
    A compiler-rt/test/lsan/TestCases/malloc_zero.c
    M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
    A compiler-rt/test/lsan/TestCases/realloc_too_big.c
    A compiler-rt/test/lsan/TestCases/realloc_zero.c
    M compiler-rt/test/lsan/TestCases/swapcontext.cpp
    A compiler-rt/test/lsan/TestCases/use_globals_unused.cpp
    M compiler-rt/test/memprof/TestCases/test_terse.cpp
    A compiler-rt/test/orc/CMakeLists.txt
    A compiler-rt/test/orc/TestCases/Darwin/lit.local.cfg.py
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/lit.local.cfg.py
    A compiler-rt/test/orc/TestCases/Darwin/x86-64/placeholder_test.S
    A compiler-rt/test/orc/lit.cfg.py
    A compiler-rt/test/orc/lit.site.cfg.py.in
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_compile.py
    M compiler-rt/test/sanitizer_common/ios_commands/iossim_env.py
    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/tsan/on_initialize_finalize_hooks.cpp
    M debuginfo-tests/dexter/Commands.md
    M debuginfo-tests/dexter/dex/command/commands/DexLabel.py
    A debuginfo-tests/dexter/feature_tests/subtools/test/err_label_kwarg.cpp
    A debuginfo-tests/dexter/feature_tests/subtools/test/label_another_line.cpp
    A flang/docs/FortranFeatureHistory.md
    M flang/include/flang/Common/interval.h
    A flang/include/flang/Common/long-double.h
    M flang/include/flang/Common/uint128.h
    M flang/include/flang/Decimal/decimal.h
    M flang/include/flang/Evaluate/real.h
    M flang/include/flang/Evaluate/tools.h
    M flang/include/flang/Evaluate/traverse.h
    M flang/include/flang/Frontend/CompilerInvocation.h
    M flang/include/flang/Frontend/FrontendActions.h
    M flang/include/flang/Frontend/FrontendOptions.h
    M flang/include/flang/Frontend/PreprocessorOptions.h
    M flang/include/flang/Lower/Bridge.h
    M flang/include/flang/Lower/Mangler.h
    M flang/include/flang/Lower/OpenMP.h
    A flang/include/flang/Optimizer/CodeGen/CGOps.td
    M flang/include/flang/Optimizer/CodeGen/CGPasses.td
    M flang/include/flang/Optimizer/CodeGen/CMakeLists.txt
    M flang/include/flang/Optimizer/CodeGen/CodeGen.h
    M flang/include/flang/Optimizer/Dialect/FIRDialect.h
    M flang/include/flang/Optimizer/Support/InitFIR.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Decimal/binary-to-decimal.cpp
    M flang/lib/Decimal/decimal-to-binary.cpp
    M flang/lib/Evaluate/check-expression.cpp
    M flang/lib/Evaluate/fold-implementation.h
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/fold-logical.cpp
    M flang/lib/Evaluate/formatting.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Frontend/CompilerInstance.cpp
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/lib/Frontend/FrontendAction.cpp
    M flang/lib/Frontend/FrontendActions.cpp
    M flang/lib/Frontend/FrontendOptions.cpp
    M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M flang/lib/Lower/Mangler.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Optimizer/CMakeLists.txt
    A flang/lib/Optimizer/CodeGen/CGOps.cpp
    A flang/lib/Optimizer/CodeGen/CGOps.h
    A flang/lib/Optimizer/CodeGen/PassDetail.h
    A flang/lib/Optimizer/CodeGen/PreCGRewrite.cpp
    M flang/lib/Parser/provenance.cpp
    M flang/lib/Semantics/check-data.cpp
    M flang/lib/Semantics/check-declarations.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/runtime-type-info.cpp
    M flang/lib/Semantics/scope.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp
    M flang/module/__fortran_builtins.f90
    M flang/module/ieee_arithmetic.f90
    M flang/runtime/CMakeLists.txt
    M flang/runtime/buffer.h
    M flang/runtime/character.cpp
    M flang/runtime/character.h
    A flang/runtime/complex-reduction.c
    A flang/runtime/complex-reduction.h
    A flang/runtime/cpp-type.h
    M flang/runtime/descriptor-io.h
    M flang/runtime/descriptor.cpp
    M flang/runtime/descriptor.h
    M flang/runtime/entry-names.h
    A flang/runtime/extrema.cpp
    A flang/runtime/findloc.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/io-error.cpp
    M flang/runtime/io-error.h
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h
    A flang/runtime/misc-intrinsic.cpp
    A flang/runtime/misc-intrinsic.h
    A flang/runtime/numeric.cpp
    A flang/runtime/numeric.h
    A flang/runtime/product.cpp
    A flang/runtime/random.cpp
    A flang/runtime/random.h
    A flang/runtime/reduction-templates.h
    A flang/runtime/reduction.cpp
    A flang/runtime/reduction.h
    A flang/runtime/sum.cpp
    M flang/runtime/terminator.h
    M flang/runtime/tools.cpp
    M flang/runtime/tools.h
    M flang/runtime/transformational.cpp
    M flang/runtime/transformational.h
    M flang/runtime/type-code.cpp
    M flang/runtime/type-code.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h
    M flang/test/Driver/code-gen.f90
    A flang/test/Driver/cpp-nocpp-command-line-macro.f90
    A flang/test/Driver/cpp-nocpp-predefined-macro.F90
    M flang/test/Driver/debug-measure-parse-tree.f90
    M flang/test/Driver/debug-provenance.f90
    M flang/test/Driver/driver-error-cc1.c
    M flang/test/Driver/driver-error-cc1.cpp
    M flang/test/Driver/driver-help-hidden.f90
    M flang/test/Driver/driver-help.f90
    M flang/test/Driver/driver-version.f90
    A flang/test/Driver/dump-parse-tree-no-sema.f90
    M flang/test/Driver/escaped-backslash.f90
    M flang/test/Driver/fixed-free-detection.f90
    M flang/test/Driver/fixed-free-flag.f90
    M flang/test/Driver/fixed-line-length.f90
    A flang/test/Driver/flarge-sizes.f90
    R flang/test/Driver/flarge_sizes.f90
    M flang/test/Driver/frontend-forwarding.f90
    A flang/test/Driver/get-definition.f90
    M flang/test/Driver/implicit-none.f90
    M flang/test/Driver/include-header.f90
    M flang/test/Driver/input-from-stdin.f90
    A flang/test/Driver/intrinsic-module-path.f90
    R flang/test/Driver/intrinsic_module_path.f90
    A flang/test/Driver/macro-def-undef.F90
    R flang/test/Driver/macro-def-undef.f90
    A flang/test/Driver/macro-multiline.F90
    R flang/test/Driver/macro-multiline.f90
    M flang/test/Driver/missing-input.f90
    M flang/test/Driver/parse-error.f95
    M flang/test/Driver/phases.f90
    A flang/test/Driver/predefined-macros-compiler-version.F90
    R flang/test/Driver/predefined-macros-compiler-version.f90
    M flang/test/Driver/scanning-error.f95
    A flang/test/Driver/std2018-wrong.f90
    A flang/test/Driver/std2018.f90
    M flang/test/Driver/syntax-only.f90
    A flang/test/Driver/werror-parse.f
    A flang/test/Driver/werror-scan.f
    A flang/test/Driver/werror-sema.f90
    A flang/test/Driver/werror-wrong.f90
    M flang/test/Evaluate/folding01.f90
    M flang/test/Evaluate/folding02.f90
    M flang/test/Evaluate/folding03.f90
    M flang/test/Evaluate/folding04.f90
    M flang/test/Evaluate/folding05.f90
    M flang/test/Evaluate/folding06.f90
    M flang/test/Evaluate/folding07.f90
    M flang/test/Evaluate/folding08.f90
    M flang/test/Evaluate/folding09.f90
    M flang/test/Evaluate/folding10.f90
    M flang/test/Evaluate/folding11.f90
    M flang/test/Evaluate/folding12.f90
    M flang/test/Evaluate/folding13.f90
    M flang/test/Evaluate/folding14.f90
    M flang/test/Evaluate/folding15.f90
    M flang/test/Evaluate/folding16.f90
    M flang/test/Evaluate/folding17.f90
    M flang/test/Evaluate/folding18.f90
    M flang/test/Evaluate/folding19.f90
    A flang/test/Fir/cg-ops.fir
    R flang/test/Frontend/Inputs/hello-world.c
    M flang/test/Frontend/input-output-file.f90
    M flang/test/Frontend/multiple-input-files.f90
    M flang/test/Frontend/prescanner-diag.f90
    R flang/test/Frontend/print-preprocess-C-file.f90
    R flang/test/Frontend/print-preprocessed-file.f90
    M flang/test/Lower/pre-fir-tree04.f90
    M flang/test/Parser/acc-unparse.f90
    M flang/test/Parser/badlabel.f
    M flang/test/Parser/compiler-directives.f90
    M flang/test/Parser/omp-allocate-unparse.f90
    M flang/test/Parser/omp-atomic-unparse.f90
    M flang/test/Semantics/OpenACC/acc-symbols01.f90
    M flang/test/Semantics/allocate01.f90
    M flang/test/Semantics/allocate02.f90
    M flang/test/Semantics/allocate03.f90
    M flang/test/Semantics/allocate04.f90
    M flang/test/Semantics/allocate05.f90
    M flang/test/Semantics/allocate06.f90
    M flang/test/Semantics/allocate07.f90
    M flang/test/Semantics/allocate08.f90
    M flang/test/Semantics/allocate09.f90
    M flang/test/Semantics/allocate10.f90
    M flang/test/Semantics/allocate11.f90
    M flang/test/Semantics/allocate12.f90
    M flang/test/Semantics/allocate13.f90
    M flang/test/Semantics/altreturn01.f90
    M flang/test/Semantics/altreturn02.f90
    M flang/test/Semantics/altreturn03.f90
    M flang/test/Semantics/altreturn04.f90
    M flang/test/Semantics/altreturn05.f90
    M flang/test/Semantics/altreturn06.f90
    M flang/test/Semantics/array-constr-values.f90
    M flang/test/Semantics/assign01.f90
    M flang/test/Semantics/assign02.f90
    M flang/test/Semantics/assign03.f90
    M flang/test/Semantics/assign04.f90
    M flang/test/Semantics/assign06.f90
    M flang/test/Semantics/assign07.f90
    M flang/test/Semantics/associated.f90
    M flang/test/Semantics/bad-forward-type.f90
    M flang/test/Semantics/badly-typed-intrinsic.f90
    A flang/test/Semantics/bind-c01.f90
    M flang/test/Semantics/bindings01.f90
    M flang/test/Semantics/block-data01.f90
    M flang/test/Semantics/blockconstruct01.f90
    M flang/test/Semantics/blockconstruct02.f90
    M flang/test/Semantics/blockconstruct03.f90
    M flang/test/Semantics/boz-literal-constants.f90
    M flang/test/Semantics/c_f_pointer.f90
    M flang/test/Semantics/call01.f90
    M flang/test/Semantics/call02.f90
    M flang/test/Semantics/call03.f90
    M flang/test/Semantics/call04.f90
    M flang/test/Semantics/call05.f90
    M flang/test/Semantics/call06.f90
    M flang/test/Semantics/call07.f90
    M flang/test/Semantics/call08.f90
    M flang/test/Semantics/call09.f90
    M flang/test/Semantics/call10.f90
    M flang/test/Semantics/call11.f90
    M flang/test/Semantics/call12.f90
    M flang/test/Semantics/call13.f90
    M flang/test/Semantics/call14.f90
    M flang/test/Semantics/call15.f90
    M flang/test/Semantics/call16.f90
    M flang/test/Semantics/call17.f90
    M flang/test/Semantics/call18.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo08.f90
    M flang/test/Semantics/canondo09.f90
    M flang/test/Semantics/canondo10.f90
    M flang/test/Semantics/canondo11.f90
    M flang/test/Semantics/canondo12.f90
    M flang/test/Semantics/canondo13.f90
    M flang/test/Semantics/canondo14.f90
    M flang/test/Semantics/canondo15.f90
    M flang/test/Semantics/canondo16.f90
    M flang/test/Semantics/canondo17.f90
    M flang/test/Semantics/canondo18.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/case01.f90
    M flang/test/Semantics/coarrays01.f90
    M flang/test/Semantics/common.sh
    M flang/test/Semantics/complex01.f90
    M flang/test/Semantics/computed-goto01.f90
    M flang/test/Semantics/computed-goto02.f90
    M flang/test/Semantics/critical01.f90
    M flang/test/Semantics/critical02.f90
    M flang/test/Semantics/critical03.f90
    M flang/test/Semantics/data01.f90
    M flang/test/Semantics/data02.f90
    M flang/test/Semantics/data03.f90
    M flang/test/Semantics/data04.f90
    M flang/test/Semantics/data06.f90
    M flang/test/Semantics/data07.f90
    M flang/test/Semantics/data10.f90
    M flang/test/Semantics/deallocate01.f90
    M flang/test/Semantics/deallocate04.f90
    M flang/test/Semantics/deallocate05.f90
    M flang/test/Semantics/deallocate06.f90
    M flang/test/Semantics/doconcurrent01.f90
    M flang/test/Semantics/doconcurrent05.f90
    M flang/test/Semantics/doconcurrent06.f90
    M flang/test/Semantics/doconcurrent08.f90
    M flang/test/Semantics/dosemantics01.f90
    M flang/test/Semantics/dosemantics02.f90
    M flang/test/Semantics/dosemantics03.f90
    M flang/test/Semantics/dosemantics04.f90
    M flang/test/Semantics/dosemantics05.f90
    M flang/test/Semantics/dosemantics06.f90
    M flang/test/Semantics/dosemantics07.f90
    M flang/test/Semantics/dosemantics08.f90
    M flang/test/Semantics/dosemantics09.f90
    M flang/test/Semantics/dosemantics10.f90
    M flang/test/Semantics/dosemantics11.f90
    M flang/test/Semantics/dosemantics12.f90
    M flang/test/Semantics/empty.f90
    M flang/test/Semantics/entry01.f90
    M flang/test/Semantics/equivalence01.f90
    M flang/test/Semantics/expr-errors01.f90
    M flang/test/Semantics/expr-errors02.f90
    M flang/test/Semantics/expr-errors03.f90
    M flang/test/Semantics/final01.f90
    M flang/test/Semantics/final02.f90
    M flang/test/Semantics/forall01.f90
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90
    M flang/test/Semantics/if_arith01.f90
    M flang/test/Semantics/if_arith02.f90
    M flang/test/Semantics/if_arith03.f90
    M flang/test/Semantics/if_arith04.f90
    M flang/test/Semantics/if_construct01.f90
    M flang/test/Semantics/if_construct02.f90
    M flang/test/Semantics/if_stmt01.f90
    M flang/test/Semantics/if_stmt02.f90
    M flang/test/Semantics/if_stmt03.f90
    M flang/test/Semantics/implicit01.f90
    M flang/test/Semantics/implicit02.f90
    M flang/test/Semantics/implicit03.f90
    M flang/test/Semantics/implicit04.f90
    M flang/test/Semantics/implicit05.f90
    M flang/test/Semantics/implicit06.f90
    M flang/test/Semantics/implicit07.f90
    M flang/test/Semantics/implicit08.f90
    M flang/test/Semantics/implicit09.f90
    M flang/test/Semantics/implicit10.f90
    M flang/test/Semantics/implicit11.f90
    M flang/test/Semantics/init01.f90
    M flang/test/Semantics/int-literals.f90
    M flang/test/Semantics/io01.f90
    M flang/test/Semantics/io02.f90
    M flang/test/Semantics/io03.f90
    M flang/test/Semantics/io04.f90
    M flang/test/Semantics/io05.f90
    M flang/test/Semantics/io06.f90
    M flang/test/Semantics/io07.f90
    M flang/test/Semantics/io08.f90
    M flang/test/Semantics/io09.f90
    M flang/test/Semantics/io10.f90
    M flang/test/Semantics/kinds01.f90
    M flang/test/Semantics/kinds02.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/kinds04.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label11.f90
    M flang/test/Semantics/label14.f90
    M flang/test/Semantics/label16.f90
    M flang/test/Semantics/misc-declarations.f90
    M flang/test/Semantics/missing_newline.f90
    M flang/test/Semantics/modfile01.f90
    M flang/test/Semantics/modfile02.f90
    M flang/test/Semantics/modfile03.f90
    M flang/test/Semantics/modfile04.f90
    M flang/test/Semantics/modfile05.f90
    M flang/test/Semantics/modfile06.f90
    M flang/test/Semantics/modfile07.f90
    M flang/test/Semantics/modfile08.f90
    M flang/test/Semantics/modfile09.f90
    M flang/test/Semantics/modfile10.f90
    M flang/test/Semantics/modfile11.f90
    M flang/test/Semantics/modfile12.f90
    M flang/test/Semantics/modfile13.f90
    M flang/test/Semantics/modfile14.f90
    M flang/test/Semantics/modfile15.f90
    M flang/test/Semantics/modfile16.f90
    M flang/test/Semantics/modfile17.f90
    M flang/test/Semantics/modfile18.f90
    M flang/test/Semantics/modfile19.f90
    M flang/test/Semantics/modfile20.f90
    M flang/test/Semantics/modfile21.f90
    M flang/test/Semantics/modfile22.f90
    M flang/test/Semantics/modfile23.f90
    M flang/test/Semantics/modfile24.f90
    M flang/test/Semantics/modfile25.f90
    M flang/test/Semantics/modfile26.f90
    M flang/test/Semantics/modfile27.f90
    M flang/test/Semantics/modfile28.f90
    M flang/test/Semantics/modfile29.f90
    M flang/test/Semantics/modfile30.f90
    M flang/test/Semantics/modfile31.f90
    M flang/test/Semantics/modfile32.f90
    M flang/test/Semantics/modfile33.f90
    M flang/test/Semantics/modfile34.f90
    M flang/test/Semantics/modfile35.f90
    M flang/test/Semantics/modfile36.f90
    M flang/test/Semantics/modfile37.f90
    M flang/test/Semantics/modfile38.f90
    M flang/test/Semantics/modfile39.f90
    A flang/test/Semantics/modfile40.f90
    M flang/test/Semantics/modifiable01.f90
    M flang/test/Semantics/namelist01.f90
    M flang/test/Semantics/null-init.f90
    M flang/test/Semantics/null01.f90
    M flang/test/Semantics/nullify01.f90
    M flang/test/Semantics/nullify02.f90
    M flang/test/Semantics/num_images.f90
    M flang/test/Semantics/oldparam01.f90
    M flang/test/Semantics/oldparam03.f90
    M flang/test/Semantics/omp-allocate-directive.f90
    A flang/test/Semantics/omp-allocate01.f90
    A flang/test/Semantics/omp-allocate02.f90
    A flang/test/Semantics/omp-allocate03.f90
    A flang/test/Semantics/omp-allocate04.f90
    A flang/test/Semantics/omp-allocate05.f90
    M flang/test/Semantics/omp-atomic01.f90
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-copyprivate01.f90
    M flang/test/Semantics/omp-copyprivate02.f90
    M flang/test/Semantics/omp-copyprivate03.f90
    M flang/test/Semantics/omp-do-schedule03.f90
    M flang/test/Semantics/omp-do-schedule04.f90
    M flang/test/Semantics/omp-do01-positivecase.f90
    M flang/test/Semantics/omp-do04-positivecase.f90
    M flang/test/Semantics/omp-do04.f90
    M flang/test/Semantics/omp-do05-positivecase.f90
    M flang/test/Semantics/omp-do05.f90
    M flang/test/Semantics/omp-do06-positivecases.f90
    M flang/test/Semantics/omp-do09.f90
    M flang/test/Semantics/omp-do10.f90
    M flang/test/Semantics/omp-do11.f90
    M flang/test/Semantics/omp-do12.f90
    M flang/test/Semantics/omp-do13.f90
    M flang/test/Semantics/omp-do14.f90
    M flang/test/Semantics/omp-do15.f90
    M flang/test/Semantics/omp-do16.f90
    M flang/test/Semantics/omp-do17.f90
    M flang/test/Semantics/omp-firstprivate01.f90
    M flang/test/Semantics/omp-flush02.f90
    M flang/test/Semantics/omp-lastprivate01.f90
    M flang/test/Semantics/omp-lastprivate02.f90
    M flang/test/Semantics/omp-nested01.f90
    M flang/test/Semantics/omp-ordered-simd.f90
    M flang/test/Semantics/omp-parallel-private01.f90
    M flang/test/Semantics/omp-parallel-private02.f90
    M flang/test/Semantics/omp-parallel-private03.f90
    M flang/test/Semantics/omp-parallel-private04.f90
    M flang/test/Semantics/omp-parallel-shared01.f90
    M flang/test/Semantics/omp-parallel-shared02.f90
    M flang/test/Semantics/omp-parallel-shared03.f90
    M flang/test/Semantics/omp-parallel-shared04.f90
    M flang/test/Semantics/omp-reduction01.f90
    M flang/test/Semantics/omp-reduction02.f90
    M flang/test/Semantics/omp-reduction03.f90
    M flang/test/Semantics/omp-reduction04.f90
    M flang/test/Semantics/omp-reduction05.f90
    M flang/test/Semantics/omp-reduction06.f90
    M flang/test/Semantics/omp-reduction07.f90
    M flang/test/Semantics/omp-reduction08.f90
    M flang/test/Semantics/omp-reduction09.f90
    M flang/test/Semantics/omp-reduction10.f90
    M flang/test/Semantics/omp-resolve06.f90
    M flang/test/Semantics/omp-single01.f90
    M flang/test/Semantics/omp-single02.f90
    M flang/test/Semantics/omp-symbol01.f90
    M flang/test/Semantics/omp-symbol02.f90
    M flang/test/Semantics/omp-symbol03.f90
    M flang/test/Semantics/omp-symbol04.f90
    M flang/test/Semantics/omp-symbol05.f90
    M flang/test/Semantics/omp-symbol06.f90
    M flang/test/Semantics/omp-symbol07.f90
    M flang/test/Semantics/omp-symbol08.f90
    M flang/test/Semantics/procinterface01.f90
    M flang/test/Semantics/reshape.f90
    M flang/test/Semantics/resolve01.f90
    M flang/test/Semantics/resolve02.f90
    M flang/test/Semantics/resolve03.f90
    M flang/test/Semantics/resolve04.f90
    M flang/test/Semantics/resolve05.f90
    M flang/test/Semantics/resolve06.f90
    M flang/test/Semantics/resolve07.f90
    M flang/test/Semantics/resolve08.f90
    M flang/test/Semantics/resolve09.f90
    M flang/test/Semantics/resolve10.f90
    M flang/test/Semantics/resolve101.f90
    M flang/test/Semantics/resolve102.f90
    M flang/test/Semantics/resolve103.f90
    A flang/test/Semantics/resolve104.f90
    A flang/test/Semantics/resolve105.f90
    M flang/test/Semantics/resolve11.f90
    M flang/test/Semantics/resolve12.f90
    M flang/test/Semantics/resolve13.f90
    M flang/test/Semantics/resolve14.f90
    M flang/test/Semantics/resolve15.f90
    M flang/test/Semantics/resolve16.f90
    M flang/test/Semantics/resolve17.f90
    M flang/test/Semantics/resolve18.f90
    M flang/test/Semantics/resolve19.f90
    M flang/test/Semantics/resolve20.f90
    M flang/test/Semantics/resolve21.f90
    M flang/test/Semantics/resolve22.f90
    M flang/test/Semantics/resolve23.f90
    M flang/test/Semantics/resolve24.f90
    M flang/test/Semantics/resolve25.f90
    M flang/test/Semantics/resolve26.f90
    M flang/test/Semantics/resolve27.f90
    M flang/test/Semantics/resolve28.f90
    M flang/test/Semantics/resolve29.f90
    M flang/test/Semantics/resolve30.f90
    M flang/test/Semantics/resolve31.f90
    M flang/test/Semantics/resolve32.f90
    M flang/test/Semantics/resolve33.f90
    M flang/test/Semantics/resolve34.f90
    M flang/test/Semantics/resolve35.f90
    M flang/test/Semantics/resolve36.f90
    M flang/test/Semantics/resolve37.f90
    M flang/test/Semantics/resolve38.f90
    M flang/test/Semantics/resolve39.f90
    M flang/test/Semantics/resolve40.f90
    M flang/test/Semantics/resolve41.f90
    M flang/test/Semantics/resolve42.f90
    M flang/test/Semantics/resolve43.f90
    M flang/test/Semantics/resolve44.f90
    M flang/test/Semantics/resolve45.f90
    M flang/test/Semantics/resolve46.f90
    M flang/test/Semantics/resolve47.f90
    M flang/test/Semantics/resolve48.f90
    M flang/test/Semantics/resolve49.f90
    M flang/test/Semantics/resolve50.f90
    M flang/test/Semantics/resolve51.f90
    M flang/test/Semantics/resolve52.f90
    M flang/test/Semantics/resolve53.f90
    M flang/test/Semantics/resolve54.f90
    M flang/test/Semantics/resolve55.f90
    M flang/test/Semantics/resolve56.f90
    M flang/test/Semantics/resolve57.f90
    M flang/test/Semantics/resolve58.f90
    M flang/test/Semantics/resolve59.f90
    M flang/test/Semantics/resolve60.f90
    M flang/test/Semantics/resolve61.f90
    M flang/test/Semantics/resolve62.f90
    M flang/test/Semantics/resolve63.f90
    M flang/test/Semantics/resolve65.f90
    M flang/test/Semantics/resolve66.f90
    M flang/test/Semantics/resolve67.f90
    M flang/test/Semantics/resolve68.f90
    M flang/test/Semantics/resolve69.f90
    M flang/test/Semantics/resolve70.f90
    M flang/test/Semantics/resolve71.f90
    M flang/test/Semantics/resolve72.f90
    M flang/test/Semantics/resolve73.f90
    M flang/test/Semantics/resolve74.f90
    M flang/test/Semantics/resolve75.f90
    M flang/test/Semantics/resolve76.f90
    M flang/test/Semantics/resolve77.f90
    M flang/test/Semantics/resolve78.f90
    M flang/test/Semantics/resolve79.f90
    M flang/test/Semantics/resolve80.f90
    M flang/test/Semantics/resolve81.f90
    M flang/test/Semantics/resolve82.f90
    M flang/test/Semantics/resolve83.f90
    M flang/test/Semantics/resolve84.f90
    M flang/test/Semantics/resolve85.f90
    M flang/test/Semantics/resolve86.f90
    M flang/test/Semantics/resolve87.f90
    M flang/test/Semantics/resolve88.f90
    M flang/test/Semantics/resolve89.f90
    M flang/test/Semantics/resolve90.f90
    M flang/test/Semantics/resolve91.f90
    M flang/test/Semantics/resolve92.f90
    M flang/test/Semantics/resolve93.f90
    M flang/test/Semantics/resolve94.f90
    M flang/test/Semantics/resolve95.f90
    M flang/test/Semantics/resolve96.f90
    M flang/test/Semantics/resolve97.f90
    M flang/test/Semantics/resolve98.f90
    M flang/test/Semantics/resolve99.f90
    M flang/test/Semantics/save01.f90
    M flang/test/Semantics/select-rank.f90
    M flang/test/Semantics/select-rank02.f90
    M flang/test/Semantics/selecttype01.f90
    M flang/test/Semantics/selecttype02.f90
    M flang/test/Semantics/selecttype03.f90
    M flang/test/Semantics/separate-mp01.f90
    M flang/test/Semantics/separate-mp02.f90
    M flang/test/Semantics/shape.f90
    M flang/test/Semantics/spec-expr.f90
    M flang/test/Semantics/stop01.f90
    M flang/test/Semantics/structconst01.f90
    M flang/test/Semantics/structconst02.f90
    M flang/test/Semantics/structconst03.f90
    M flang/test/Semantics/structconst04.f90
    M flang/test/Semantics/symbol01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol06.f90
    M flang/test/Semantics/symbol07.f90
    M flang/test/Semantics/symbol08.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol10.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol12.f90
    M flang/test/Semantics/symbol13.f90
    M flang/test/Semantics/symbol14.f90
    M flang/test/Semantics/symbol15.f90
    M flang/test/Semantics/symbol16.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/Semantics/symbol18.f90
    M flang/test/Semantics/symbol19.f90
    M flang/test/Semantics/test_errors.sh
    M flang/test/Semantics/test_modfile.sh
    M flang/test/Semantics/test_symbols.sh
    M flang/test/Semantics/typeinfo01.f90
    M flang/test/lit.cfg.py
    M flang/tools/f18/f18.cpp
    M flang/tools/f18/flang
    M flang/tools/fir-opt/fir-opt.cpp
    M flang/tools/tco/tco.cpp
    M flang/unittests/Evaluate/reshape.cpp
    M flang/unittests/Runtime/CMakeLists.txt
    M flang/unittests/Runtime/buffer.cpp
    M flang/unittests/Runtime/external-hello.cpp
    R flang/unittests/Runtime/hello.cpp
    R flang/unittests/Runtime/list-input.cpp
    M flang/unittests/Runtime/testing.cpp
    M flang/unittests/Runtime/testing.h
    M flang/unittests/RuntimeGTest/CMakeLists.txt
    M flang/unittests/RuntimeGTest/CrashHandlerFixture.cpp
    A flang/unittests/RuntimeGTest/ListInputTest.cpp
    A flang/unittests/RuntimeGTest/MiscIntrinsic.cpp
    A flang/unittests/RuntimeGTest/Numeric.cpp
    A flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
    A flang/unittests/RuntimeGTest/Random.cpp
    A flang/unittests/RuntimeGTest/Reduction.cpp
    A flang/unittests/RuntimeGTest/tools.h
    M libc/CMakeLists.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/fuzzing/math/Compare.h
    M libc/fuzzing/math/RemQuoDiff.h
    M libc/spec/stdc.td
    M libc/src/__support/CMakeLists.txt
    A libc/src/__support/endian.h
    A libc/src/__support/sanitizer.h
    R libc/src/__support/sanitizer_annotations.h
    M libc/src/math/CMakeLists.txt
    A libc/src/math/fma.cpp
    A libc/src/math/fma.h
    A libc/src/math/fmaf.cpp
    M libc/src/math/generic/CMakeLists.txt
    R libc/src/math/generic/fmaf.cpp
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/__support/CMakeLists.txt
    A libc/test/src/__support/endian_test.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/CeilTest.h
    A libc/test/src/math/CopySignTest.h
    A libc/test/src/math/FAbsTest.h
    M libc/test/src/math/FDimTest.h
    A libc/test/src/math/FMaxTest.h
    A libc/test/src/math/FMinTest.h
    A libc/test/src/math/FloorTest.h
    M libc/test/src/math/FmaTest.h
    M libc/test/src/math/HypotTest.h
    M libc/test/src/math/ILogbTest.h
    M libc/test/src/math/LdExpTest.h
    M libc/test/src/math/NextAfterTest.h
    M libc/test/src/math/RIntTest.h
    M libc/test/src/math/RemQuoTest.h
    A libc/test/src/math/RoundTest.h
    M libc/test/src/math/RoundToIntegerTest.h
    A libc/test/src/math/SqrtTest.h
    A libc/test/src/math/TruncTest.h
    M libc/test/src/math/ceil_test.cpp
    M libc/test/src/math/ceilf_test.cpp
    M libc/test/src/math/ceill_test.cpp
    M libc/test/src/math/copysign_test.cpp
    M libc/test/src/math/copysignf_test.cpp
    M libc/test/src/math/copysignl_test.cpp
    M libc/test/src/math/fabs_test.cpp
    M libc/test/src/math/fabsf_test.cpp
    M libc/test/src/math/fabsl_test.cpp
    M libc/test/src/math/floor_test.cpp
    M libc/test/src/math/floorf_test.cpp
    M libc/test/src/math/floorl_test.cpp
    A libc/test/src/math/fma_test.cpp
    M libc/test/src/math/fmax_test.cpp
    M libc/test/src/math/fmaxf_test.cpp
    M libc/test/src/math/fmaxl_test.cpp
    M libc/test/src/math/fmin_test.cpp
    M libc/test/src/math/fminf_test.cpp
    M libc/test/src/math/fminl_test.cpp
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/test/src/math/logbl_test.cpp
    M libc/test/src/math/modfl_test.cpp
    M libc/test/src/math/round_test.cpp
    M libc/test/src/math/roundf_test.cpp
    M libc/test/src/math/roundl_test.cpp
    M libc/test/src/math/sqrt_test.cpp
    M libc/test/src/math/sqrtf_test.cpp
    M libc/test/src/math/sqrtl_test.cpp
    M libc/test/src/math/trunc_test.cpp
    M libc/test/src/math/truncf_test.cpp
    M libc/test/src/math/truncl_test.cpp
    M libc/test/utils/CPP/CMakeLists.txt
    A libc/test/utils/CPP/arrayref_test.cpp
    M libc/utils/CPP/ArrayRef.h
    M libc/utils/CPP/StringView.h
    M libc/utils/FPUtil/BasicOperations.h
    M libc/utils/FPUtil/DivisionAndRemainderOperations.h
    A libc/utils/FPUtil/FMA.h
    M libc/utils/FPUtil/FPBits.h
    M libc/utils/FPUtil/Hypot.h
    M libc/utils/FPUtil/LongDoubleBitsX86.h
    M libc/utils/FPUtil/ManipulationFunctions.h
    M libc/utils/FPUtil/NearestIntegerOperations.h
    M libc/utils/FPUtil/NextAfterLongDoubleX86.h
    M libc/utils/FPUtil/NormalFloat.h
    M libc/utils/FPUtil/Sqrt.h
    M libc/utils/FPUtil/SqrtLongDoubleX86.h
    M libc/utils/FPUtil/TestHelpers.cpp
    M libc/utils/FPUtil/TestHelpers.h
    M libc/utils/FPUtil/aarch64/FEnv.h
    A libc/utils/FPUtil/aarch64/FMA.h
    A libc/utils/FPUtil/generic/FMA.h
    A libc/utils/FPUtil/generic/README.md
    M libc/utils/FPUtil/x86_64/FEnv.h
    A libc/utils/FPUtil/x86_64/FMA.h
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/UnitTest/LibcTest.h
    M libcxx/.clang-format
    M libcxx/CMakeLists.txt
    M libcxx/benchmarks/CMakeLists.txt
    M libcxx/cmake/Modules/HandleLibCXXABI.cmake
    M libcxx/cmake/caches/Generic-cxx20.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/Contributing.rst
    M libcxx/docs/Cxx1zStatusIssuesStatus.csv
    M libcxx/docs/Cxx2aStatusIssuesStatus.csv
    M libcxx/docs/Cxx2aStatusPaperStatus.csv
    M libcxx/docs/Cxx2bStatusPaperStatus.csv
    M libcxx/docs/DesignDocs/FileTimeType.rst
    M libcxx/docs/FeatureTestMacroTable.rst
    A libcxx/docs/FormatIssuePaperStatus.csv
    A libcxx/docs/FormatProposalStatus.csv
    A libcxx/docs/FormatStatus.rst
    A libcxx/docs/OneRangesProposalStatus.csv
    A libcxx/docs/RangesIssuePaperStatus.csv
    A libcxx/docs/RangesStatus.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/docs/UsingLibcxx.rst
    M libcxx/docs/index.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__availability
    M libcxx/include/__bit_reference
    M libcxx/include/__bits
    M libcxx/include/__config
    M libcxx/include/__debug
    M libcxx/include/__errc
    M libcxx/include/__functional_03
    M libcxx/include/__functional_base
    M libcxx/include/__functional_base_03
    M libcxx/include/__hash_table
    A libcxx/include/__iterator/concepts.h
    A libcxx/include/__iterator/incrementable_traits.h
    A libcxx/include/__iterator/iter_move.h
    A libcxx/include/__iterator/iterator_traits.h
    A libcxx/include/__iterator/readable_traits.h
    M libcxx/include/__locale
    A libcxx/include/__memory/addressof.h
    A libcxx/include/__memory/allocation_guard.h
    A libcxx/include/__memory/allocator.h
    M libcxx/include/__memory/allocator_traits.h
    A libcxx/include/__memory/auto_ptr.h
    R libcxx/include/__memory/base.h
    A libcxx/include/__memory/compressed_pair.h
    A libcxx/include/__memory/construct_at.h
    A libcxx/include/__memory/pointer_safety.h
    M libcxx/include/__memory/pointer_traits.h
    A libcxx/include/__memory/raw_storage_iterator.h
    A libcxx/include/__memory/shared_ptr.h
    A libcxx/include/__memory/temporary_buffer.h
    A libcxx/include/__memory/uninitialized_algorithms.h
    A libcxx/include/__memory/unique_ptr.h
    R libcxx/include/__memory/utilities.h
    M libcxx/include/__mutex_base
    M libcxx/include/__node_handle
    M libcxx/include/__nullptr
    A libcxx/include/__ranges/enable_borrowed_range.h
    M libcxx/include/__split_buffer
    M libcxx/include/__sso_allocator
    M libcxx/include/__std_stream
    M libcxx/include/__string
    M libcxx/include/__support/ibm/nanosleep.h
    M libcxx/include/__tree
    M libcxx/include/__tuple
    M libcxx/include/algorithm
    M libcxx/include/array
    M libcxx/include/atomic
    M libcxx/include/barrier
    M libcxx/include/bitset
    M libcxx/include/ccomplex
    M libcxx/include/cctype
    M libcxx/include/cerrno
    M libcxx/include/cfenv
    M libcxx/include/cfloat
    M libcxx/include/charconv
    M libcxx/include/chrono
    M libcxx/include/cinttypes
    M libcxx/include/ciso646
    M libcxx/include/climits
    M libcxx/include/clocale
    M libcxx/include/cmath
    M libcxx/include/codecvt
    M libcxx/include/compare
    M libcxx/include/complex
    M libcxx/include/complex.h
    M libcxx/include/concepts
    M libcxx/include/condition_variable
    M libcxx/include/csetjmp
    M libcxx/include/csignal
    M libcxx/include/cstdarg
    M libcxx/include/cstdbool
    M libcxx/include/cstddef
    M libcxx/include/cstdint
    M libcxx/include/cstdio
    M libcxx/include/cstdlib
    M libcxx/include/cstring
    M libcxx/include/ctgmath
    M libcxx/include/ctime
    M libcxx/include/ctype.h
    M libcxx/include/cwchar
    M libcxx/include/cwctype
    M libcxx/include/deque
    M libcxx/include/errno.h
    M libcxx/include/exception
    M libcxx/include/experimental/__config
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/simd
    M libcxx/include/ext/__hash
    M libcxx/include/ext/hash_map
    M libcxx/include/ext/hash_set
    M libcxx/include/filesystem
    M libcxx/include/float.h
    M libcxx/include/forward_list
    M libcxx/include/fstream
    M libcxx/include/functional
    M libcxx/include/future
    M libcxx/include/initializer_list
    M libcxx/include/inttypes.h
    M libcxx/include/iomanip
    M libcxx/include/ios
    M libcxx/include/iosfwd
    M libcxx/include/iostream
    M libcxx/include/istream
    M libcxx/include/iterator
    M libcxx/include/limits
    M libcxx/include/limits.h
    M libcxx/include/list
    M libcxx/include/locale
    M libcxx/include/locale.h
    M libcxx/include/map
    M libcxx/include/math.h
    M libcxx/include/memory
    M libcxx/include/module.modulemap
    M libcxx/include/mutex
    M libcxx/include/new
    M libcxx/include/numeric
    M libcxx/include/optional
    M libcxx/include/ostream
    M libcxx/include/queue
    M libcxx/include/random
    A libcxx/include/ranges
    M libcxx/include/ratio
    M libcxx/include/regex
    M libcxx/include/scoped_allocator
    M libcxx/include/set
    M libcxx/include/setjmp.h
    M libcxx/include/shared_mutex
    M libcxx/include/span
    M libcxx/include/sstream
    M libcxx/include/stack
    M libcxx/include/stdbool.h
    M libcxx/include/stddef.h
    M libcxx/include/stdexcept
    M libcxx/include/stdint.h
    M libcxx/include/stdio.h
    M libcxx/include/stdlib.h
    M libcxx/include/streambuf
    M libcxx/include/string
    M libcxx/include/string.h
    M libcxx/include/string_view
    M libcxx/include/strstream
    M libcxx/include/system_error
    M libcxx/include/tgmath.h
    M libcxx/include/thread
    M libcxx/include/tuple
    M libcxx/include/type_traits
    M libcxx/include/typeindex
    M libcxx/include/typeinfo
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/utility
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/include/version
    M libcxx/include/wchar.h
    M libcxx/include/wctype.h
    M libcxx/src/CMakeLists.txt
    M libcxx/src/debug.cpp
    M libcxx/src/filesystem/filesystem_common.h
    M libcxx/src/ios.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/new.cpp
    M libcxx/src/support/runtime/exception_fallback.ipp
    M libcxx/src/support/runtime/exception_msvc.ipp
    M libcxx/src/system_error.cpp
    M libcxx/src/thread.cpp
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/libcxx/algorithms/half_positive.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_back.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_back_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cback.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_cback_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_cfront.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_cfront_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_front.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_front_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_index.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_index_2.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_10.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_11.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_12.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_13.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_14.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_15.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/containers/sequences/vector/db_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multimap/db_local_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multiset/db_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.multiset/db_local_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/db_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_7.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/db_local_iterators_9.pass.cpp
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp
    M libcxx/test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.cxx1z.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
    M libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py
    M libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
    A libcxx/test/libcxx/inclusions/algorithm.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/array.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/bitset.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/chrono.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/cinttypes.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/complex.h.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/deque.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/filesystem.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/forward_list.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/ios.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/iostream.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/iterator.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/list.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/map.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/memory.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/optional.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/queue.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/random.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/ranges.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/regex.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/set.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/stack.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/string.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/string_view.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/system_error.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/tgmath.h.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/thread.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/tuple.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/typeindex.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/unordered_map.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/unordered_set.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/utility.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/valarray.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/variant.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/inclusions/vector.inclusions.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_bidirectional_iterator.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_forward_iterator.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_input_iterator.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_iterator.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/legacy_random_access_iterator.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.assoc.types/iterator.traits/locale_dependent.compile.pass.cpp
    A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/integer_like.compile.pass.cpp
    M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    A libcxx/test/libcxx/ranges/version.compile.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_back.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_back_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_cback.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cback_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_cfront.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cfront_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_cindex.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_cindex_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_front.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_front_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.access/db_index.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.access/db_index_2.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_10.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_11.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_12.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_13.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_14.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_15.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_2.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_3.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_4.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_5.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_6.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_7.pass.cpp
    M libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_8.pass.cpp
    A libcxx/test/libcxx/strings/basic.string/string.iterators/db_iterators_9.pass.cpp
    M libcxx/test/libcxx/strings/c.strings/version_cuchar.pass.cpp
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    R libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp
    R libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/sortable_helpers.h
    M libcxx/test/std/atomics/atomics.types.generic/integral.pass.cpp
    M libcxx/test/std/atomics/atomics.types.generic/integral_typedefs.pass.cpp
    M libcxx/test/std/atomics/types.pass.cpp
    R libcxx/test/std/concepts/callable/functions.h
    R libcxx/test/std/concepts/callable/invocable.compile.pass.cpp
    R libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp
    R libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable.compile.pass.cpp
    R libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable_with.compile.pass.cpp
    R libcxx/test/std/concepts/comparison/types.h
    R libcxx/test/std/concepts/concept.constructible/constructible_from.compile.pass.cpp
    R libcxx/test/std/concepts/concept.default.init/default_initializable.compile.pass.cpp
    R libcxx/test/std/concepts/concept.default.init/default_initializable.verify.cpp
    R libcxx/test/std/concepts/concept.destructible/destructible.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered.pass.cpp
    A libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/totally_ordered_with.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.assignable/assignable_from.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.common/common_with.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.commonref/common_reference.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.constructible/constructible_from.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.convertible/convertible_to.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/copy_constructible.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.default.init/default_initializable.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.default.init/default_initializable.verify.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.derived/derived_from.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.destructible/destructible.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.moveconstructible/move_constructible.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.same/same_as.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.swappable/swappable.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concept.swappable/swappable_with.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/arithmetic.h
    A libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/floating_point.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/integral.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/signed_integral.pass.cpp
    A libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/unsigned_integral.pass.cpp
    A libcxx/test/std/concepts/concepts.object/copyable.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.object/movable.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.object/regular.compile.pass.cpp
    A libcxx/test/std/concepts/concepts.object/semiregular.compile.pass.cpp
    R libcxx/test/std/concepts/lang/arithmetic.pass.cpp
    R libcxx/test/std/concepts/lang/assignable.compile.pass.cpp
    R libcxx/test/std/concepts/lang/common.compile.pass.cpp
    R libcxx/test/std/concepts/lang/commonreference.compile.pass.cpp
    R libcxx/test/std/concepts/lang/convertible.compile.pass.cpp
    R libcxx/test/std/concepts/lang/copyconstructible.compile.pass.cpp
    R libcxx/test/std/concepts/lang/derived.compile.pass.cpp
    R libcxx/test/std/concepts/lang/moveconstructible.compile.pass.cpp
    R libcxx/test/std/concepts/lang/same_as.pass.cpp
    R libcxx/test/std/concepts/lang/swappable.pass.cpp
    R libcxx/test/std/concepts/lang/swappable_with.compile.pass.cpp
    R libcxx/test/std/concepts/object/copyable.compile.pass.cpp
    R libcxx/test/std/concepts/object/movable.compile.pass.cpp
    R libcxx/test/std/concepts/object/regular.compile.pass.cpp
    R libcxx/test/std/concepts/object/semiregular.compile.pass.cpp
    M libcxx/test/std/containers/Copyable.h
    M libcxx/test/std/containers/Emplaceable.h
    M libcxx/test/std/containers/NotConstructible.h
    R libcxx/test/std/containers/associative/map/contains.pass.cpp
    A libcxx/test/std/containers/associative/map/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/associative/map/map.ops/contains.pass.cpp
    A libcxx/test/std/containers/associative/map/map.ops/contains_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count1.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count2.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count3.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range1.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range2.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range3.compile.fail.cpp
    M libcxx/test/std/containers/associative/map/map.ops/equal_range_transparent.pass.cpp
    A libcxx/test/std/containers/associative/multimap/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count1.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count2.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count3.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range0.pass.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range1.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range2.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range3.compile.fail.cpp
    M libcxx/test/std/containers/associative/multimap/multimap.ops/equal_range_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/multiset/equal_range_transparent.pass.cpp
    A libcxx/test/std/containers/associative/multiset/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/associative/set/contains_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/count_transparent.pass.cpp
    M libcxx/test/std/containers/associative/set/equal_range_transparent.pass.cpp
    A libcxx/test/std/containers/associative/set/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/sequences/array/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/sequences/deque/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/sequences/list/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/list/list.capacity/resize_size.pass.cpp
    A libcxx/test/std/containers/sequences/list/list.cons/dtor.pass.cpp
    A libcxx/test/std/containers/sequences/vector.bool/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/sequences/vector/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/test_compare.h
    M libcxx/test/std/containers/test_hash.h
    A libcxx/test/std/containers/unord/unord.map/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/unord/unord.multimap/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/insert_rvalue.pass.cpp
    A libcxx/test/std/containers/unord/unord.multiset/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/unord/unord.set/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/containers/views/enable_borrowed_range.compile.pass.cpp
    A libcxx/test/std/containers/views/span.iterators/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/A.h
    M libcxx/test/std/depr/depr.auto.ptr/auto.ptr/AB.h
    M libcxx/test/std/depr/depr.c.headers/string_h.pass.cpp
    M libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
    M libcxx/test/std/depr/depr.lib.binders/test_func.h
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/refresh.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp
    A libcxx/test/std/input.output/filesystems/class.directory_iterator/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp
    M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'llvm/main' into dev/adakkak/llvm-update


  Commit: 99f457bb51c4bd4182e0eba4221199e8612e9bfa
      https://github.com/llvm/llvm-project/commit/99f457bb51c4bd4182e0eba4221199e8612e9bfa
  Author: Kern Handa <kern.handa at gmail.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M conanfile.py

  Log Message:
  -----------
  Update conanfile.py


Compare: https://github.com/llvm/llvm-project/compare/73ad0bbe5288%5E...99f457bb51c4


More information about the All-commits mailing list