[clang] [clang-tools-extra] [compiler-rt] [flang] [libclc] [libcxx] [lld] [lldb] [llvm] [NFC] Remove trailing whitespace across all non-test related files (PR #82838)

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 14:41:17 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-arm

@llvm/pr-subscribers-clang

Author: AtariDreams (AtariDreams)

<details>
<summary>Changes</summary>

Every once in a while, some formatting scanner will cause the CI to stop because of whitespace issues, so it is is best to just remove them in one go, especially since it seems only non-test files tend to be under scrutiny by automatic formatting checkers.

---

Patch is 2.04 MiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/82838.diff


599 Files Affected:

- (modified) .github/workflows/scorecard.yml (+2-2) 
- (modified) clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h (+1-1) 
- (modified) clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp (+10-10) 
- (modified) clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h (+2-2) 
- (modified) clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp (+2-2) 
- (modified) clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h (+1-1) 
- (modified) clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h (+3-3) 
- (modified) clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h (+1-1) 
- (modified) clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h (+2-2) 
- (modified) clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp (+1-1) 
- (modified) clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt (+4701-4701) 
- (modified) clang-tools-extra/clangd/ClangdLSPServer.h (+1-1) 
- (modified) clang-tools-extra/clangd/CodeComplete.cpp (+2-2) 
- (modified) clang-tools-extra/clangd/IncludeCleaner.cpp (+3-3) 
- (modified) clang-tools-extra/clangd/Protocol.h (+2-2) 
- (modified) clang-tools-extra/clangd/quality/CompletionModel.cmake (+2-2) 
- (modified) clang-tools-extra/clangd/quality/README.md (+8-8) 
- (modified) clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.cpp (+1-1) 
- (modified) clang-tools-extra/clangd/test/Inputs/symbols.test.yaml (+4-4) 
- (modified) clang-tools-extra/clangd/tool/Check.cpp (+1-1) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/bugprone/assignment-in-if-condition.rst (+1-1) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/bugprone/signal-handler.rst (+1-1) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/bugprone/suspicious-realloc-usage.rst (+1-1) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/misc/include-cleaner.rst (+2-2) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/modernize/type-traits.rst (+1-1) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/objc/nsdate-formatter.rst (+26-26) 
- (modified) clang-tools-extra/docs/clang-tidy/checks/readability/redundant-inline-specifier.rst (+1-1) 
- (modified) clang-tools-extra/pseudo/Disambiguation.md (+3-3) 
- (modified) clang-tools-extra/pseudo/gen/Main.cpp (+1-1) 
- (modified) clang/docs/HLSL/ExpectedDifferences.rst (+2-2) 
- (modified) clang/examples/PrintFunctionNames/PrintFunctionNames.cpp (+1-1) 
- (modified) clang/tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs (+4-3) 
- (modified) clang/tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs (+1-1) 
- (modified) clang/tools/clang-fuzzer/CMakeLists.txt (+1-1) 
- (modified) clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp (+1-1) 
- (modified) clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp (+2-2) 
- (modified) clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td (+2-2) 
- (modified) clang/tools/clang-offload-packager/CMakeLists.txt (+1-1) 
- (modified) clang/tools/diagtool/DiagTool.cpp (+3-3) 
- (modified) clang/tools/diagtool/DiagTool.h (+7-7) 
- (modified) clang/tools/diagtool/diagtool_main.cpp (+1-1) 
- (modified) clang/tools/libclang/ARCMigrate.cpp (-1) 
- (modified) clang/tools/libclang/CIndexCXX.cpp (+13-13) 
- (modified) clang/tools/libclang/CIndexCodeCompletion.cpp (+42-48) 
- (modified) clang/tools/libclang/CIndexDiagnostic.cpp (+22-22) 
- (modified) clang/tools/libclang/CIndexDiagnostic.h (+13-13) 
- (modified) clang/tools/libclang/CIndexHigh.cpp (+4-4) 
- (modified) clang/tools/libclang/CIndexer.h (+1-1) 
- (modified) clang/tools/libclang/CXIndexDataConsumer.cpp (+16-16) 
- (modified) clang/tools/libclang/CXIndexDataConsumer.h (+4-4) 
- (modified) clang/tools/libclang/CXLoadedDiagnostic.cpp (+10-11) 
- (modified) clang/tools/libclang/CXLoadedDiagnostic.h (+3-3) 
- (modified) clang/tools/libclang/CXSourceLocation.cpp (+19-20) 
- (modified) clang/tools/libclang/CXSourceLocation.h (+4-4) 
- (modified) clang/tools/libclang/CXStoredDiagnostic.cpp (+6-7) 
- (modified) clang/tools/libclang/CXTranslationUnit.h (+1-1) 
- (modified) clang/tools/libclang/CXType.cpp (+10-10) 
- (modified) clang/tools/libclang/CXType.h (+1-2) 
- (modified) clang/tools/libclang/Index_Internal.h (+1-1) 
- (modified) clang/tools/libclang/Indexing.cpp (+7-7) 
- (modified) clang/tools/scan-build-py/README.md (+6-6) 
- (modified) clang/tools/scan-build/bin/scan-build (+1-1) 
- (modified) clang/tools/scan-view/bin/scan-view (+1-1) 
- (modified) clang/tools/scan-view/share/ScanView.py (+2-2) 
- (modified) clang/utils/CaptureCmd (+1-1) 
- (modified) clang/utils/CmpDriver (+6-6) 
- (modified) clang/utils/FindSpecRefs (+11-11) 
- (modified) clang/utils/FuzzTest (+2-2) 
- (modified) clang/utils/TableGen/ClangSACheckersEmitter.cpp (+2-2) 
- (modified) clang/utils/TableGen/ClangTypeNodesEmitter.cpp (+1-1) 
- (modified) clang/utils/builtin-defines.c (+1-1) 
- (modified) clang/www/analyzer/content.css (+3-3) 
- (modified) clang/www/analyzer/menu.css (+3-3) 
- (modified) clang/www/analyzer/scripts/expandcollapse.js (+15-16) 
- (modified) clang/www/make_cxx_dr_status (+2-2) 
- (modified) clang/www/robots.txt (+1-1) 
- (modified) compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake (+5-5) 
- (modified) compiler-rt/docs/ASanABI.rst (+1-1) 
- (modified) compiler-rt/docs/TestingGuide.rst (+2-2) 
- (modified) compiler-rt/include/profile/InstrProfData.inc (+1-1) 
- (modified) compiler-rt/include/xray/xray_records.h (+1-1) 
- (modified) compiler-rt/lib/BlocksRuntime/Block.h (+2-2) 
- (modified) compiler-rt/lib/BlocksRuntime/Block_private.h (+3-3) 
- (modified) compiler-rt/lib/BlocksRuntime/data.c (+2-2) 
- (modified) compiler-rt/lib/BlocksRuntime/runtime.c (+7-10) 
- (modified) compiler-rt/lib/asan/tests/asan_mac_test_helpers.mm (+1-1) 
- (modified) compiler-rt/lib/builtins/README.txt (+11-11) 
- (modified) compiler-rt/lib/profile/InstrProfilingInternal.h (+5-5) 
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc (+1-1) 
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_riscv64.inc.S (+1-1) 
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp (+1-1) 
- (modified) compiler-rt/lib/sanitizer_common/symbolizer/CMakeLists.txt (+1-1) 
- (modified) compiler-rt/lib/tsan/benchmarks/mop.cpp (+1-1) 
- (modified) compiler-rt/lib/tsan/rtl/tsan_rtl.h (+1-1) 
- (modified) compiler-rt/lib/tsan/rtl/tsan_rtl_mips64.S (+2-2) 
- (modified) compiler-rt/lib/xray/xray_basic_logging.cpp (+4-4) 
- (modified) compiler-rt/lib/xray/xray_init.cpp (+1-1) 
- (modified) compiler-rt/www/index.html (+1-1) 
- (modified) compiler-rt/www/menu.html.incl (+1-1) 
- (modified) flang/.gitignore (+2-2) 
- (modified) flang/cmake/modules/AddFlang.cmake (+1-1) 
- (modified) flang/docs/AliasingAnalysisFIR.md (+14-14) 
- (modified) flang/docs/ArrayComposition.md (+3-3) 
- (modified) flang/docs/AssumedRank.md (+6-6) 
- (modified) flang/docs/C++17.md (+3-3) 
- (modified) flang/docs/C++style.md (+3-3) 
- (modified) flang/docs/ControlFlowGraph.md (+3-3) 
- (modified) flang/docs/Directives.md (+3-3) 
- (modified) flang/docs/DoConcurrent.md (+3-3) 
- (modified) flang/docs/Extensions.md (+3-3) 
- (modified) flang/docs/F202X.md (+3-3) 
- (modified) flang/docs/FortranIR.md (+5-5) 
- (modified) flang/docs/FortranLLVMTestSuite.md (+2-2) 
- (modified) flang/docs/ImplementingASemanticCheck.md (+26-26) 
- (modified) flang/docs/IntrinsicTypes.md (+45-45) 
- (modified) flang/docs/Intrinsics.md (+4-4) 
- (modified) flang/docs/LabelResolution.md (+4-4) 
- (modified) flang/docs/ModFiles.md (+4-4) 
- (modified) flang/docs/OpenACC-descriptor-management.md (+9-9) 
- (modified) flang/docs/OpenACC.md (+4-4) 
- (modified) flang/docs/OpenMP-descriptor-management.md (+34-34) 
- (modified) flang/docs/OpenMP-semantics.md (+3-3) 
- (modified) flang/docs/OptionComparison.md (+10-10) 
- (modified) flang/docs/Overview.md (+10-10) 
- (modified) flang/docs/ParameterizedDerivedTypes.md (+1-1) 
- (modified) flang/docs/ParserCombinators.md (+3-3) 
- (modified) flang/docs/Parsing.md (+4-4) 
- (modified) flang/docs/Preprocessing.md (+3-3) 
- (modified) flang/docs/PullRequestChecklist.md (+1-1) 
- (modified) flang/docs/RuntimeDescriptor.md (+3-3) 
- (modified) flang/docs/RuntimeTypeInfo.md (+3-3) 
- (modified) flang/docs/Semantics.md (+3-3) 
- (modified) flang/docs/doxygen.cfg.in (+4-4) 
- (modified) flang/docs/f2018-grammar.md (+1-1) 
- (modified) flang/docs/flang-c-style.el (+2-2) 
- (modified) flang/include/flang/Optimizer/Dialect/CanonicalizationPatterns.td (+1-1) 
- (modified) flang/include/flang/Optimizer/HLFIR/HLFIROps.td (+3-3) 
- (modified) flang/include/flang/Optimizer/Transforms/Passes.td (+9-9) 
- (modified) flang/lib/Common/CMakeLists.txt (+1-1) 
- (modified) flang/lib/Lower/CMakeLists.txt (+1-1) 
- (modified) flang/lib/Lower/OpenACC.cpp (+2-2) 
- (modified) flang/lib/Optimizer/Transforms/PolymorphicOpConversion.cpp (+1-1) 
- (modified) flang/module/__ppc_intrinsics.f90 (+2-2) 
- (modified) flang/module/mma.f90 (+2-2) 
- (modified) libclc/amdgpu/lib/math/half_exp.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_exp10.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_exp2.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_log.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_log10.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_log2.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_recip.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_rsqrt.cl (+1-1) 
- (modified) libclc/amdgpu/lib/math/half_sqrt.cl (+1-1) 
- (modified) libclc/generic/lib/integer/rotate.inc (+3-3) 
- (modified) libclc/generic/lib/math/acospi.cl (+1-1) 
- (modified) libclc/generic/lib/math/cbrt.cl (+1-1) 
- (modified) libclc/generic/lib/math/cosh.cl (+1-1) 
- (modified) libclc/generic/lib/math/exp2.cl (+1-1) 
- (modified) libclc/generic/lib/math/log_base.h (+4-4) 
- (modified) libcxx/docs/TestingLibcxx.rst (+1-1) 
- (modified) libcxx/include/sstream (+1-1) 
- (modified) lld/COFF/Options.td (+1-1) 
- (modified) lld/MinGW/Options.td (+1-1) 
- (modified) lld/docs/ELF/start-stop-gc.rst (+1-1) 
- (modified) lld/wasm/InputChunks.cpp (+1-1) 
- (modified) lld/wasm/Symbols.h (+1-1) 
- (modified) lldb/bindings/interface/SBMemoryRegionInfoDocstrings.i (+4-4) 
- (modified) lldb/bindings/interface/SBWatchpointDocstrings.i (+1-1) 
- (modified) lldb/bindings/python/python-wrapper.swig (+2-2) 
- (modified) lldb/docs/lldb-for-gdb-users.txt (+20-20) 
- (modified) lldb/docs/lldb-gdb-remote.txt (+50-50) 
- (modified) lldb/docs/lldb-platform-packets.txt (+39-39) 
- (modified) lldb/examples/customization/bin-utils/README (+1-1) 
- (modified) lldb/examples/customization/import-python/README (+2-2) 
- (modified) lldb/examples/customization/pwd-cd-and-system/README (+1-1) 
- (modified) lldb/examples/python/cmdtemplate.py (+1-1) 
- (modified) lldb/examples/python/templates/parsed_cmd.py (+12-12) 
- (modified) lldb/examples/summaries/lldb (+7-7) 
- (modified) lldb/include/lldb/API/SBBreakpointLocation.h (+2-2) 
- (modified) lldb/include/lldb/API/SBBreakpointName.h (+8-8) 
- (modified) lldb/include/lldb/API/SBCommandInterpreter.h (+3-3) 
- (modified) lldb/include/lldb/API/SBDebugger.h (+1-1) 
- (modified) lldb/include/lldb/API/SBInstructionList.h (+1-1) 
- (modified) lldb/include/lldb/API/SBTarget.h (+1-1) 
- (modified) lldb/include/lldb/API/SBThreadPlan.h (+1-1) 
- (modified) lldb/include/lldb/Breakpoint/BreakpointLocation.h (+1-1) 
- (modified) lldb/include/lldb/Breakpoint/BreakpointName.h (+36-35) 
- (modified) lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h (+1-1) 
- (modified) lldb/include/lldb/Breakpoint/Watchpoint.h (+1-1) 
- (modified) lldb/include/lldb/Core/Disassembler.h (+5-5) 
- (modified) lldb/include/lldb/Core/ValueObjectVariable.h (+1-1) 
- (modified) lldb/include/lldb/Host/LZMA.h (+1-1) 
- (modified) lldb/include/lldb/Interpreter/CommandInterpreter.h (+2-2) 
- (modified) lldb/include/lldb/Interpreter/CommandObject.h (+2-2) 
- (modified) lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h (+4-4) 
- (modified) lldb/include/lldb/Interpreter/OptionValue.h (+2-2) 
- (modified) lldb/include/lldb/Interpreter/ScriptInterpreter.h (+3-3) 
- (modified) lldb/include/lldb/Target/Language.h (+1-1) 
- (modified) lldb/include/lldb/Target/Memory.h (-2) 
- (modified) lldb/include/lldb/Target/StackFrameList.h (+3-3) 
- (modified) lldb/include/lldb/Target/TargetList.h (+5-5) 
- (modified) lldb/include/lldb/Target/Thread.h (+6-6) 
- (modified) lldb/include/lldb/Target/ThreadPlan.h (+1-1) 
- (modified) lldb/include/lldb/Target/ThreadPlanPython.h (+2-2) 
- (modified) lldb/include/lldb/Target/ThreadPlanStack.h (+1-2) 
- (modified) lldb/include/lldb/Target/UnixSignals.h (+2-2) 
- (modified) lldb/include/lldb/Utility/Event.h (+1-1) 
- (modified) lldb/include/lldb/Utility/StructuredData.h (+1-1) 
- (modified) lldb/include/lldb/Utility/UUID.h (+5-6) 
- (modified) lldb/scripts/disasm-gdb-remote.pl (+127-127) 
- (modified) lldb/source/API/SBBreakpointName.cpp (+3-3) 
- (modified) lldb/source/API/SBCommandInterpreter.cpp (+1-1) 
- (modified) lldb/source/API/SBDebugger.cpp (+5-5) 
- (modified) lldb/source/API/SBFrame.cpp (+3-3) 
- (modified) lldb/source/Breakpoint/BreakpointIDList.cpp (+1-1) 
- (modified) lldb/source/Breakpoint/BreakpointLocationCollection.cpp (+1-1) 
- (modified) lldb/source/Breakpoint/BreakpointName.cpp (+3-3) 
- (modified) lldb/source/Breakpoint/BreakpointOptions.cpp (+8-8) 
- (modified) lldb/source/Commands/CommandObjectBreakpoint.cpp (+38-38) 
- (modified) lldb/source/Commands/CommandObjectCommands.cpp (+92-93) 
- (modified) lldb/source/Commands/CommandObjectFrame.cpp (+3-3) 
- (modified) lldb/source/Commands/CommandObjectRegexCommand.cpp (+1-1) 
- (modified) lldb/source/Commands/CommandObjectThread.cpp (+3-3) 
- (modified) lldb/source/Commands/Options.td (+2-2) 
- (modified) lldb/source/Core/ModuleList.cpp (+8-8) 
- (modified) lldb/source/Core/SearchFilter.cpp (+2-2) 
- (modified) lldb/source/Core/ValueObjectDynamicValue.cpp (+1-1) 
- (modified) lldb/source/DataFormatters/CMakeLists.txt (+1-1) 
- (modified) lldb/source/DataFormatters/ValueObjectPrinter.cpp (+1-1) 
- (modified) lldb/source/Expression/FunctionCaller.cpp (+5-5) 
- (modified) lldb/source/Expression/IRExecutionUnit.cpp (+6-6) 
- (modified) lldb/source/Host/common/SocketAddress.cpp (+1-1) 
- (modified) lldb/source/Host/posix/MainLoopPosix.cpp (+1-1) 
- (modified) lldb/source/Host/windows/PipeWindows.cpp (+1-1) 
- (modified) lldb/source/Interpreter/CommandAlias.cpp (+4-4) 
- (modified) lldb/source/Interpreter/CommandObject.cpp (+4-4) 
- (modified) lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp (+5-5) 
- (modified) lldb/source/Interpreter/OptionGroupWatchpoint.cpp (+1-1) 
- (modified) lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp (+3-3) 
- (modified) lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp (+2-2) 
- (modified) lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp (+1-1) 
- (modified) lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp (+1-1) 
- (modified) lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp (+211-211) 
- (modified) lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp (+1-1) 
- (modified) lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h (+2-2) 
- (modified) lldb/source/Plugins/Language/ObjC/CFBasicHash.cpp (+1-1) 
- (modified) lldb/source/Plugins/Language/ObjC/Cocoa.cpp (+4-4) 
- (modified) lldb/source/Plugins/Language/ObjC/NSDictionary.cpp (+16-16) 
- (modified) lldb/source/Plugins/Language/ObjC/NSSet.cpp (+12-12) 
- (modified) lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp (+13-13) 
- (modified) lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h (+1-1) 
- (modified) lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp (+20-20) 
- (modified) lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h (+1-1) 
- (modified) lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp (+38-38) 
- (modified) lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp (+23-23) 
- (modified) lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp (+2-2) 
- (modified) lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp (+1-1) 
- (modified) lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp (+3-3) 
- (modified) lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h (+1-1) 
- (modified) lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp (+1-1) 
- (modified) lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp (+1-1) 
- (modified) lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h (+2-2) 
- (modified) lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h (+1-1) 
- (modified) lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp (+8-8) 
- (modified) lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h (+2-3) 
- (modified) lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h (+1-1) 
- (modified) lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp (+12-12) 
- (modified) lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h (+2-2) 
- (modified) lldb/source/Target/Process.cpp (+2-2) 
- (modified) lldb/source/Target/StackFrameList.cpp (+4-4) 
- (modified) lldb/source/Target/StopInfo.cpp (+22-22) 
- (modified) lldb/source/Target/TargetList.cpp (+3-3) 
- (modified) lldb/source/Target/ThreadList.cpp (+3-3) 
- (modified) lldb/source/Target/ThreadPlanBase.cpp (+2-2) 
- (modified) lldb/source/Target/ThreadPlanCallFunction.cpp (+1-1) 
- (modified) lldb/source/Target/ThreadPlanPython.cpp (+4-4) 
- (modified) lldb/source/Target/ThreadPlanStepOut.cpp (+1-1) 
- (modified) lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp (+5-5) 
- (modified) lldb/source/Target/ThreadPlanStepOverRange.cpp (+1-1) 
- (modified) lldb/source/Target/ThreadPlanStepRange.cpp (+3-3) 
- (modified) lldb/source/Target/UnixSignals.cpp (+8-9) 
- (modified) lldb/source/Utility/ArchSpec.cpp (+6-6) 
- (modified) lldb/source/Utility/Broadcaster.cpp (+1-2) 
- (modified) lldb/tools/debugserver/source/ChangeLog (+126-126) 
- (modified) lldb/tools/debugserver/source/DNB.cpp (+9-9) 
- (modified) lldb/tools/debugserver/source/DNB.h (+4-4) 
- (modified) lldb/tools/debugserver/source/MacOSX/MachException.cpp (+1-1) 
- (modified) lldb/tools/debugserver/source/MacOSX/MachProcess.h (+1-1) 
- (modified) lldb/tools/debugserver/source/MacOSX/MachProcess.mm (+17-17) 
- (modified) lldb/tools/debugserver/source/MacOSX/MachTask.mm (+5-6) 
- (modified) lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp (+1-1) 
- (modified) lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp (+1-1) 
- (modified) lldb/tools/debugserver/source/MacOSX/dbgnub-mig.defs (+1-1) 
- (modified) lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp (+3-3) 
- (modified) lldb/tools/debugserver/source/RNBContext.h (+1-1) 
- (modified) lldb/tools/debugserver/source/RNBRemote.cpp (+19-19) 
- (modified) lldb/tools/debugserver/source/RNBRemote.h (+1-1) 
- (modified) lldb/tools/lldb-dap/syntaxes/arm.disasm (+2-2) 
- (modified) lldb/tools/lldb-server/Darwin/resources/lldb-server-mig.defs (+1-1) 
- (modified) llvm/bindings/ocaml/llvm/llvm.mli (+1-1) 
- (modified) llvm/cmake/modules/FindZ3.cmake (+2-2) 
- (modified) llvm/cmake/modules/TensorFlowCompile.cmake (+1-1) 
- (modified) llvm/cmake/platforms/WinMsvc.cmake (+1-1) 
- (modified) llvm/docs/BitCodeFormat.rst (+1-1) 
- (modified) llvm/docs/Bugpoint.rst (+1-1) 
- (modified) llvm/docs/CMake.rst (+4-4) 
- (modified) llvm/docs/CodeOfConduct.rst (+13-13) 
- (modified) llvm/docs/CommandGuide/llvm-ifs.rst (+1-1) 
- (modified) llvm/docs/CommandGuide/llvm-link.rst (+2-2) 
- (modified) llvm/docs/CommandGuide/llvm-nm.rst (+1-1) 
- (modified) llvm/docs/CommandGuide/llvm-opt-report.rst (+2-2) 
- (modified) llvm/docs/CommandGuide/llvm-profdata.rst (+1-1) 
- (modified) llvm/docs/CommandGuide/llvm-reduce.rst (+15-15) 
- (modified) llvm/docs/Coroutines.rst (+2-2) 
- (modified) llvm/docs/DiscourseMigrationGuide.md (+2-2) 
- (modified) llvm/docs/Docker.rst (+1-1) 
- (modified) llvm/docs/ExtendedIntegerResults.txt (+3-3) 
- (modified) llvm/docs/HowToAddABuilder.rst (+1-1) 
- (modified) llvm/docs/HowToSubmitABug.rst (+1-1) 
- (modified) llvm/docs/LangRef.rst (+7-7) 


``````````diff
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index b8e8ab26c3ffa6..14fd6bfdb32b27 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -27,7 +27,7 @@ jobs:
       # Needed to upload the results to code-scanning dashboard.
       security-events: write
       # Needed to publish results and get a badge (see publish_results below).
-      id-token: write      
+      id-token: write
 
     steps:
       - name: "Checkout code"
@@ -43,7 +43,7 @@ jobs:
 
           #   - Publish results to OpenSSF REST API for easy access by consumers
           #   - Allows the repository to include the Scorecard badge.
-          #   - See https://github.com/ossf/scorecard-action#publishing-results.      
+          #   - See https://github.com/ossf/scorecard-action#publishing-results.
           publish_results: true
 
       # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
diff --git a/clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h b/clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
index 6b194e3d2664a5..c8f259521b648d 100644
--- a/clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
+++ b/clang-tools-extra/clang-tidy/abseil/DurationDivisionCheck.h
@@ -15,7 +15,7 @@ namespace clang::tidy::abseil {
 
 // Find potential incorrect uses of integer division of absl::Duration objects.
 //
-// For the user-facing documentation see: 
+// For the user-facing documentation see:
 // http://clang.llvm.org/extra/clang-tidy/checks/abseil/duration-division.html
 
 class DurationDivisionCheck : public ClangTidyCheck {
diff --git a/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp b/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
index fafb029e7de1b4..952d22f51970c5 100644
--- a/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
+++ b/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
@@ -90,8 +90,8 @@ StrCatCheckResult processCall(const CallExpr *RootCall, bool IsAppend,
 
     int StartArg = CallExpr == RootCall && IsAppend;
     for (const auto *Arg : CallExpr->arguments()) {
-      if (StartArg-- > 0) 
-      	continue;
+      if (StartArg-- > 0)
+        continue;
       if (const clang::CallExpr *Sub =
               processArgument(Arg, Result, &CheckResult)) {
         CallsToProcess.push_back(Sub);
@@ -106,12 +106,12 @@ void RedundantStrcatCallsCheck::check(const MatchFinder::MatchResult& Result) {
   bool IsAppend = false;
 
   const CallExpr *RootCall = nullptr;
-  if ((RootCall = Result.Nodes.getNodeAs<CallExpr>("StrCat"))) 
-  	IsAppend = false;
-  else if ((RootCall = Result.Nodes.getNodeAs<CallExpr>("StrAppend"))) 
-  	IsAppend = true;
-  else 
-  	return;
+  if ((RootCall = Result.Nodes.getNodeAs<CallExpr>("StrCat")))
+    IsAppend = false;
+  else if ((RootCall = Result.Nodes.getNodeAs<CallExpr>("StrAppend")))
+    IsAppend = true;
+  else
+    return;
 
   if (RootCall->getBeginLoc().isMacroID()) {
     // Ignore calls within macros.
@@ -127,8 +127,8 @@ void RedundantStrcatCallsCheck::check(const MatchFinder::MatchResult& Result) {
     return;
   }
 
-  diag(RootCall->getBeginLoc(), 
-  	   "multiple calls to 'absl::StrCat' can be flattened into a single call")
+  diag(RootCall->getBeginLoc(),
+       "multiple calls to 'absl::StrCat' can be flattened into a single call")
       << CheckResult.Hints;
 }
 
diff --git a/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h b/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
index 04c7c9cb4b7839..a27899d3e821a1 100644
--- a/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
+++ b/clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.h
@@ -13,8 +13,8 @@
 
 namespace clang::tidy::abseil {
 
-/// Flags redundant calls to absl::StrCat when the result is being passed to 
-///	another call of absl::StrCat/absl::StrAppend. Also suggests a fix to 
+/// Flags redundant calls to absl::StrCat when the result is being passed to
+///	another call of absl::StrCat/absl::StrAppend. Also suggests a fix to
 ///	collapse the calls.
 /// Example:
 ///   StrCat(1, StrCat(2, 3))  ==>  StrCat(1, 2, 3)
diff --git a/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp b/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
index ab6ed701e59fee..35fc43f48169fa 100644
--- a/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
+++ b/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.cpp
@@ -41,8 +41,8 @@ AST_MATCHER_P(Stmt, IgnoringTemporaries, ast_matchers::internal::Matcher<Stmt>,
 
 void StrCatAppendCheck::registerMatchers(MatchFinder *Finder) {
   const auto StrCat = functionDecl(hasName("::absl::StrCat"));
-  // The arguments of absl::StrCat are implicitly converted to AlphaNum. This 
-  // matches to the arguments because of that behavior. 
+  // The arguments of absl::StrCat are implicitly converted to AlphaNum. This
+  // matches to the arguments because of that behavior.
   const auto AlphaNum = IgnoringTemporaries(cxxConstructExpr(
       argumentCountIs(1), hasType(cxxRecordDecl(hasName("::absl::AlphaNum"))),
       hasArgument(0, ignoringImpCasts(declRefExpr(to(equalsBoundNode("LHS")),
diff --git a/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h b/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
index 22b55abfd83bea..fcd9d4b6e18855 100644
--- a/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
+++ b/clang-tools-extra/clang-tidy/abseil/StrCatAppendCheck.h
@@ -14,7 +14,7 @@
 namespace clang::tidy::abseil {
 
 /// Flags uses of absl::StrCat to append to a string. Suggests absl::StrAppend
-/// should be used instead. 
+/// should be used instead.
 ///
 /// For the user-facing documentation see:
 /// http://clang.llvm.org/extra/clang-tidy/checks/abseil/str-cat-append.html
diff --git a/clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h b/clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
index 5e143411f9b6d0..098299aea7dee7 100644
--- a/clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
+++ b/clang-tools-extra/clang-tidy/bugprone/SpuriouslyWakeUpFunctionsCheck.h
@@ -13,9 +13,9 @@
 
 namespace clang::tidy::bugprone {
 
-/// Finds ``cnd_wait``, ``cnd_timedwait``, ``wait``, ``wait_for``, or 
-/// ``wait_until`` function calls when the function is not invoked from a loop 
-/// that checks whether a condition predicate holds or the function has a 
+/// Finds ``cnd_wait``, ``cnd_timedwait``, ``wait``, ``wait_for``, or
+/// ``wait_until`` function calls when the function is not invoked from a loop
+/// that checks whether a condition predicate holds or the function has a
 /// condition parameter.
 ///
 /// For the user-facing documentation see:
diff --git a/clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h b/clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
index fc18273ad73b84..6c65c8cfeb22f2 100644
--- a/clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
+++ b/clang-tools-extra/clang-tidy/fuchsia/StaticallyConstructedObjectsCheck.h
@@ -14,7 +14,7 @@
 namespace clang::tidy::fuchsia {
 
 /// Constructing global, non-trivial objects with static storage is
-/// disallowed, unless the object is statically initialized with a constexpr 
+/// disallowed, unless the object is statically initialized with a constexpr
 /// constructor or has no explicit constructor.
 ///
 /// For the user-facing documentation see:
diff --git a/clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h b/clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
index 2ba8e27d00bfd2..70551844898f16 100644
--- a/clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
+++ b/clang-tools-extra/clang-tidy/fuchsia/TrailingReturnCheck.h
@@ -13,8 +13,8 @@
 
 namespace clang::tidy::fuchsia {
 
-/// Functions that have trailing returns are disallowed, except for those 
-/// using decltype specifiers and lambda with otherwise unutterable 
+/// Functions that have trailing returns are disallowed, except for those
+/// using decltype specifiers and lambda with otherwise unutterable
 /// return types.
 ///
 /// For the user-facing documentation see:
diff --git a/clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp b/clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
index 47dafca2d03ff0..7b8e32329ebebe 100644
--- a/clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
+++ b/clang-tools-extra/clang-tidy/hicpp/MultiwayPathsCoveredCheck.cpp
@@ -113,7 +113,7 @@ void MultiwayPathsCoveredCheck::check(const MatchFinder::MatchResult &Result) {
   }
   // Warns for degenerated 'switch' statements that neither define a case nor
   // a default label.
-  // FIXME: Evaluate, if emitting a fix-it to simplify that statement is 
+  // FIXME: Evaluate, if emitting a fix-it to simplify that statement is
   // reasonable.
   if (!SwitchHasDefault && SwitchCaseCount == 0) {
     diag(Switch->getBeginLoc(),
diff --git a/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt b/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt
index 706177e3cf0bf1..74573b00ec599c 100644
--- a/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt
+++ b/clang-tools-extra/clang-tidy/misc/ConfusableTable/confusables.txt
@@ -9,44 +9,44 @@
 #
 # For documentation and usage, see http://www.unicode.org/reports/tr39
 #
-05AD ;	0596 ;	MA	# ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA	# 
+05AD ;	0596 ;	MA	# ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA	#
 
-05AE ;	0598 ;	MA	# ( ֮ → ֘ ) HEBREW ACCENT ZINOR → HEBREW ACCENT ZARQA	# 
+05AE ;	0598 ;	MA	# ( ֮ → ֘ ) HEBREW ACCENT ZINOR → HEBREW ACCENT ZARQA	#
 
-05A8 ;	0599 ;	MA	# ( ֨ → ֙ ) HEBREW ACCENT QADMA → HEBREW ACCENT PASHTA	# 
+05A8 ;	0599 ;	MA	# ( ֨ → ֙ ) HEBREW ACCENT QADMA → HEBREW ACCENT PASHTA	#
 
-05A4 ;	059A ;	MA	# ( ֤ → ֚ ) HEBREW ACCENT MAHAPAKH → HEBREW ACCENT YETIV	# 
+05A4 ;	059A ;	MA	# ( ֤ → ֚ ) HEBREW ACCENT MAHAPAKH → HEBREW ACCENT YETIV	#
 
-1AB4 ;	06DB ;	MA	# ( ᪴ → ۛ ) COMBINING TRIPLE DOT → ARABIC SMALL HIGH THREE DOTS	# 
+1AB4 ;	06DB ;	MA	# ( ᪴ → ۛ ) COMBINING TRIPLE DOT → ARABIC SMALL HIGH THREE DOTS	#
 20DB ;	06DB ;	MA	# ( ⃛ → ۛ ) COMBINING THREE DOTS ABOVE → ARABIC SMALL HIGH THREE DOTS	# →᪴→
 
 0619 ;	0313 ;	MA	# ( ؙ → ̓ ) ARABIC SMALL DAMMA → COMBINING COMMA ABOVE	# →ُ→
 08F3 ;	0313 ;	MA	# ( ࣳ → ̓ ) ARABIC SMALL HIGH WAW → COMBINING COMMA ABOVE	# →ُ→
-0343 ;	0313 ;	MA	# ( ̓ → ̓ ) COMBINING GREEK KORONIS → COMBINING COMMA ABOVE	# 
-0315 ;	0313 ;	MA	# ( ̕ → ̓ ) COMBINING COMMA ABOVE RIGHT → COMBINING COMMA ABOVE	# 
-064F ;	0313 ;	MA	# ( ُ → ̓ ) ARABIC DAMMA → COMBINING COMMA ABOVE	# 
+0343 ;	0313 ;	MA	# ( ̓ → ̓ ) COMBINING GREEK KORONIS → COMBINING COMMA ABOVE	#
+0315 ;	0313 ;	MA	# ( ̕ → ̓ ) COMBINING COMMA ABOVE RIGHT → COMBINING COMMA ABOVE	#
+064F ;	0313 ;	MA	# ( ُ → ̓ ) ARABIC DAMMA → COMBINING COMMA ABOVE	#
 
-065D ;	0314 ;	MA	# ( ٝ → ̔ ) ARABIC REVERSED DAMMA → COMBINING REVERSED COMMA ABOVE	# 
+065D ;	0314 ;	MA	# ( ٝ → ̔ ) ARABIC REVERSED DAMMA → COMBINING REVERSED COMMA ABOVE	#
 
-059C ;	0301 ;	MA	# ( ֜ → ́ ) HEBREW ACCENT GERESH → COMBINING ACUTE ACCENT	# 
+059C ;	0301 ;	MA	# ( ֜ → ́ ) HEBREW ACCENT GERESH → COMBINING ACUTE ACCENT	#
 059D ;	0301 ;	MA	# ( ֝ → ́ ) HEBREW ACCENT GERESH MUQDAM → COMBINING ACUTE ACCENT	# →֜→
 0618 ;	0301 ;	MA	# ( ؘ → ́ ) ARABIC SMALL FATHA → COMBINING ACUTE ACCENT	# →َ→
-0747 ;	0301 ;	MA	# ( ݇ → ́ ) SYRIAC OBLIQUE LINE ABOVE → COMBINING ACUTE ACCENT	# 
-0341 ;	0301 ;	MA	# ( ́ → ́ ) COMBINING ACUTE TONE MARK → COMBINING ACUTE ACCENT	# 
-0954 ;	0301 ;	MA	# ( ॔ → ́ ) DEVANAGARI ACUTE ACCENT → COMBINING ACUTE ACCENT	# 
-064E ;	0301 ;	MA	# ( َ → ́ ) ARABIC FATHA → COMBINING ACUTE ACCENT	# 
+0747 ;	0301 ;	MA	# ( ݇ → ́ ) SYRIAC OBLIQUE LINE ABOVE → COMBINING ACUTE ACCENT	#
+0341 ;	0301 ;	MA	# ( ́ → ́ ) COMBINING ACUTE TONE MARK → COMBINING ACUTE ACCENT	#
+0954 ;	0301 ;	MA	# ( ॔ → ́ ) DEVANAGARI ACUTE ACCENT → COMBINING ACUTE ACCENT	#
+064E ;	0301 ;	MA	# ( َ → ́ ) ARABIC FATHA → COMBINING ACUTE ACCENT	#
 
-0340 ;	0300 ;	MA	# ( ̀ → ̀ ) COMBINING GRAVE TONE MARK → COMBINING GRAVE ACCENT	# 
-0953 ;	0300 ;	MA	# ( ॓ → ̀ ) DEVANAGARI GRAVE ACCENT → COMBINING GRAVE ACCENT	# 
+0340 ;	0300 ;	MA	# ( ̀ → ̀ ) COMBINING GRAVE TONE MARK → COMBINING GRAVE ACCENT	#
+0953 ;	0300 ;	MA	# ( ॓ → ̀ ) DEVANAGARI GRAVE ACCENT → COMBINING GRAVE ACCENT	#
 
-030C ;	0306 ;	MA	# ( ̌ → ̆ ) COMBINING CARON → COMBINING BREVE	# 
-A67C ;	0306 ;	MA	# ( ꙼ → ̆ ) COMBINING CYRILLIC KAVYKA → COMBINING BREVE	# 
-0658 ;	0306 ;	MA	# ( ٘ → ̆ ) ARABIC MARK NOON GHUNNA → COMBINING BREVE	# 
+030C ;	0306 ;	MA	# ( ̌ → ̆ ) COMBINING CARON → COMBINING BREVE	#
+A67C ;	0306 ;	MA	# ( ꙼ → ̆ ) COMBINING CYRILLIC KAVYKA → COMBINING BREVE	#
+0658 ;	0306 ;	MA	# ( ٘ → ̆ ) ARABIC MARK NOON GHUNNA → COMBINING BREVE	#
 065A ;	0306 ;	MA	# ( ٚ → ̆ ) ARABIC VOWEL SIGN SMALL V ABOVE → COMBINING BREVE	# →̌→
 036E ;	0306 ;	MA	# ( ͮ → ̆ ) COMBINING LATIN SMALL LETTER V → COMBINING BREVE	# →̌→
 
 06E8 ;	0306 0307 ;	MA	# ( ۨ → ̆̇ ) ARABIC SMALL HIGH NOON → COMBINING BREVE, COMBINING DOT ABOVE	# →̐→
-0310 ;	0306 0307 ;	MA	# ( ̐ → ̆̇ ) COMBINING CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# 
+0310 ;	0306 0307 ;	MA	# ( ̐ → ̆̇ ) COMBINING CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	#
 0901 ;	0306 0307 ;	MA	# ( ँ → ̆̇ ) DEVANAGARI SIGN CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# →̐→
 0981 ;	0306 0307 ;	MA	# ( ঁ → ̆̇ ) BENGALI SIGN CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# →̐→
 0A81 ;	0306 0307 ;	MA	# ( ઁ → ̆̇ ) GUJARATI SIGN CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# →̐→
@@ -56,313 +56,313 @@ A67C ;	0306 ;	MA	# ( ꙼ → ̆ ) COMBINING CYRILLIC KAVYKA → COMBINING BREVE
 0D01 ;	0306 0307 ;	MA	# ( ഁ → ̆̇ ) MALAYALAM SIGN CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# →ँ→→̐→
 114BF ;	0306 0307 ;	MA	# ( 𑒿 → ̆̇ ) TIRHUTA SIGN CANDRABINDU → COMBINING BREVE, COMBINING DOT ABOVE	# →ঁ→→̐→
 
-1CD0 ;	0302 ;	MA	# ( ᳐ → ̂ ) VEDIC TONE KARSHANA → COMBINING CIRCUMFLEX ACCENT	# 
-0311 ;	0302 ;	MA	# ( ̑ → ̂ ) COMBINING INVERTED BREVE → COMBINING CIRCUMFLEX ACCENT	# 
-065B ;	0302 ;	MA	# ( ٛ → ̂ ) ARABIC VOWEL SIGN INVERTED SMALL V ABOVE → COMBINING CIRCUMFLEX ACCENT	# 
-07EE ;	0302 ;	MA	# ( ߮ → ̂ ) NKO COMBINING LONG DESCENDING TONE → COMBINING CIRCUMFLEX ACCENT	# 
-A6F0 ;	0302 ;	MA	# ( ꛰ → ̂ ) BAMUM COMBINING MARK KOQNDON → COMBINING CIRCUMFLEX ACCENT	# 
+1CD0 ;	0302 ;	MA	# ( ᳐ → ̂ ) VEDIC TONE KARSHANA → COMBINING CIRCUMFLEX ACCENT	#
+0311 ;	0302 ;	MA	# ( ̑ → ̂ ) COMBINING INVERTED BREVE → COMBINING CIRCUMFLEX ACCENT	#
+065B ;	0302 ;	MA	# ( ٛ → ̂ ) ARABIC VOWEL SIGN INVERTED SMALL V ABOVE → COMBINING CIRCUMFLEX ACCENT	#
+07EE ;	0302 ;	MA	# ( ߮ → ̂ ) NKO COMBINING LONG DESCENDING TONE → COMBINING CIRCUMFLEX ACCENT	#
+A6F0 ;	0302 ;	MA	# ( ꛰ → ̂ ) BAMUM COMBINING MARK KOQNDON → COMBINING CIRCUMFLEX ACCENT	#
 
-05AF ;	030A ;	MA	# ( ֯ → ̊ ) HEBREW MARK MASORA CIRCLE → COMBINING RING ABOVE	# 
+05AF ;	030A ;	MA	# ( ֯ → ̊ ) HEBREW MARK MASORA CIRCLE → COMBINING RING ABOVE	#
 06DF ;	030A ;	MA	# ( ۟ → ̊ ) ARABIC SMALL HIGH ROUNDED ZERO → COMBINING RING ABOVE	# →ْ→
-17D3 ;	030A ;	MA	# ( ៓ → ̊ ) KHMER SIGN BATHAMASAT → COMBINING RING ABOVE	# 
-309A ;	030A ;	MA	# ( ゚ → ̊ ) COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK → COMBINING RING ABOVE	# 
-0652 ;	030A ;	MA	# ( ْ → ̊ ) ARABIC SUKUN → COMBINING RING ABOVE	# 
-0B82 ;	030A ;	MA	# ( ஂ → ̊ ) TAMIL SIGN ANUSVARA → COMBINING RING ABOVE	# 
-1036 ;	030A ;	MA	# ( ံ → ̊ ) MYANMAR SIGN ANUSVARA → COMBINING RING ABOVE	# 
-17C6 ;	030A ;	MA	# ( ំ → ̊ ) KHMER SIGN NIKAHIT → COMBINING RING ABOVE	# 
+17D3 ;	030A ;	MA	# ( ៓ → ̊ ) KHMER SIGN BATHAMASAT → COMBINING RING ABOVE	#
+309A ;	030A ;	MA	# ( ゚ → ̊ ) COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK → COMBINING RING ABOVE	#
+0652 ;	030A ;	MA	# ( ْ → ̊ ) ARABIC SUKUN → COMBINING RING ABOVE	#
+0B82 ;	030A ;	MA	# ( ஂ → ̊ ) TAMIL SIGN ANUSVARA → COMBINING RING ABOVE	#
+1036 ;	030A ;	MA	# ( ံ → ̊ ) MYANMAR SIGN ANUSVARA → COMBINING RING ABOVE	#
+17C6 ;	030A ;	MA	# ( ំ → ̊ ) KHMER SIGN NIKAHIT → COMBINING RING ABOVE	#
 11300 ;	030A ;	MA	# ( 𑌀 → ̊ ) GRANTHA SIGN COMBINING ANUSVARA ABOVE → COMBINING RING ABOVE	# →ஂ→
-0E4D ;	030A ;	MA	# ( ํ → ̊ ) THAI CHARACTER NIKHAHIT → COMBINING RING ABOVE	# 
-0ECD ;	030A ;	MA	# ( ໍ → ̊ ) LAO NIGGAHITA → COMBINING RING ABOVE	# 
-0366 ;	030A ;	MA	# ( ͦ → ̊ ) COMBINING LATIN SMALL LETTER O → COMBINING RING ABOVE	# 
+0E4D ;	030A ;	MA	# ( ํ → ̊ ) THAI CHARACTER NIKHAHIT → COMBINING RING ABOVE	#
+0ECD ;	030A ;	MA	# ( ໍ → ̊ ) LAO NIGGAHITA → COMBINING RING ABOVE	#
+0366 ;	030A ;	MA	# ( ͦ → ̊ ) COMBINING LATIN SMALL LETTER O → COMBINING RING ABOVE	#
 2DEA ;	030A ;	MA	# ( ⷪ → ̊ ) COMBINING CYRILLIC LETTER O → COMBINING RING ABOVE	# →ͦ→
 
-08EB ;	0308 ;	MA	# ( ࣫ → ̈ ) ARABIC TONE TWO DOTS ABOVE → COMBINING DIAERESIS	# 
-07F3 ;	0308 ;	MA	# ( ߳ → ̈ ) NKO COMBINING DOUBLE DOT ABOVE → COMBINING DIAERESIS	# 
+08EB ;	0308 ;	MA	# ( ࣫ → ̈ ) ARABIC TONE TWO DOTS ABOVE → COMBINING DIAERESIS	#
+07F3 ;	0308 ;	MA	# ( ߳ → ̈ ) NKO COMBINING DOUBLE DOT ABOVE → COMBINING DIAERESIS	#
 
-064B ;	030B ;	MA	# ( ً → ̋ ) ARABIC FATHATAN → COMBINING DOUBLE ACUTE ACCENT	# 
+064B ;	030B ;	MA	# ( ً → ̋ ) ARABIC FATHATAN → COMBINING DOUBLE ACUTE ACCENT	#
 08F0 ;	030B ;	MA	# ( ࣰ → ̋ ) ARABIC OPEN FATHATAN → COMBINING DOUBLE ACUTE ACCENT	# →ً→
 
-0342 ;	0303 ;	MA	# ( ͂ → ̃ ) COMBINING GREEK PERISPOMENI → COMBINING TILDE	# 
-0653 ;	0303 ;	MA	# ( ٓ → ̃ ) ARABIC MADDAH ABOVE → COMBINING TILDE	# 
+0342 ;	0303 ;	MA	# ( ͂ → ̃ ) COMBINING GREEK PERISPOMENI → COMBINING TILDE	#
+0653 ;	0303 ;	MA	# ( ٓ → ̃ ) ARABIC MADDAH ABOVE → COMBINING TILDE	#
 
-05C4 ;	0307 ;	MA	# ( ׄ → ̇ ) HEBREW MARK UPPER DOT → COMBINING DOT ABOVE	# 
-06EC ;	0307 ;	MA	# ( ۬ → ̇ ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE → COMBINING DOT ABOVE	# 
+05C4 ;	0307 ;	MA	# ( ׄ → ̇ ) HEBREW MARK UPPER DOT → COMBINING DOT ABOVE	#
+06EC ;	0307 ;	MA	# ( ۬ → ̇ ) ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE → COMBINING DOT ABOVE	#
 0740 ;	0307 ;	MA	# ( ݀ → ̇ ) SYRIAC FEMININE DOT → COMBINING DOT ABOVE	# →݁→
-08EA ;	0307 ;	MA	# ( ࣪ → ̇ ) ARABIC TONE ONE DOT ABOVE → COMBINING DOT ABOVE	# 
-0741 ;	0307 ;	MA	# ( ݁ → ̇ ) SYRIAC QUSHSHAYA → COMBINING DOT ABOVE	# 
-0358 ;	0307 ;	MA	# ( ͘ → ̇ ) COMBINING DOT ABOVE RIGHT → COMBINING DOT ABOVE	# 
-05B9 ;	0307 ;	MA	# ( ֹ → ̇ ) HEBREW POINT HOLAM → COMBINING DOT ABOVE	# 
+08EA ;	0307 ;	MA	# ( ࣪ → ̇ ) ARABIC TONE ONE DOT ABOVE → COMBINING DOT ABOVE	#
+0741 ;	0307 ;	MA	# ( ݁ → ̇ ) SYRIAC QUSHSHAYA → COMBINING DOT ABOVE	#
+0358 ;	0307 ;	MA	# ( ͘ → ̇ ) COMBINING DOT ABOVE RIGHT → COMBINING DOT ABOVE	#
+05B9 ;	0307 ;	MA	# ( ֹ → ̇ ) HEBREW POINT HOLAM → COMBINING DOT ABOVE	#
 05BA ;	0307 ;	MA	# ( ֺ → ̇ ) HEBREW POINT HOLAM HASER FOR VAV → COMBINING DOT ABOVE	# →ׁ→
-05C2 ;	0307 ;	MA	# ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE	# 
-05C1 ;	0307 ;	MA	# ( ׁ → ̇ ) HEBREW POINT SHIN DOT → COMBINING DOT ABOVE	# 
-07ED ;	0307 ;	MA	# ( ߭ → ̇ ) NKO COMBINING SHORT RISING TONE → COMBINING DOT ABOVE	# 
-0902 ;	0307 ;	MA	# ( ं → ̇ ) DEVANAGARI SIGN ANUSVARA → COMBINING DOT ABOVE	# 
-0A02 ;	0307 ;	MA	# ( ਂ → ̇ ) GURMUKHI SIGN BINDI → COMBINING DOT ABOVE	# 
-0A82 ;	0307 ;	MA	# ( ં → ̇ ) GUJARATI SIGN ANUSVARA → COMBINING DOT ABOVE	# 
-0BCD ;	0307 ;	MA	# ( ் → ̇ ) TAMIL SIGN VIRAMA → COMBINING DOT ABOVE	# 
+05C2 ;	0307 ;	MA	# ( ׂ → ̇ ) HEBREW POINT SIN DOT → COMBINING DOT ABOVE	#
+05C1 ;	0307 ;	MA	# ( ׁ → ̇ ) HEBREW POINT SHIN DOT → COMBINING DOT ABOVE	#
+07ED ;	0307 ;	MA	# ( ߭ → ̇ ) NKO COMBINING SHORT RISING TONE → COMBINING DOT ABOVE	#
+0902 ;	0307 ;	MA	# ( ं → ̇ ) DEVANAGARI SIGN ANUSVARA → COMBINING DOT ABOVE	#
+0A02 ;	0307 ;	MA	# ( ਂ → ̇ ) GURMUKHI SIGN BINDI → COMBINING DOT ABOVE	#
+0A82 ;	0307 ;	MA	# ( ં → ̇ ) GUJARATI SIGN ANUSVARA → COMBINING DOT ABOVE	#
+0BCD ;	0307 ;	MA	# ( ் → ̇ ) TAMIL SIGN VIRAMA → COMBINING DOT ABOVE	#
 
-0337 ;	0338 ;	MA	# ( ̷ → ̸ ) COMBINING SHORT SOLIDUS OVERLAY → COMBINING LONG SOLIDUS OVERLAY	# 
+0337 ;	0338 ;	MA	# ( ̷ → ̸ ) COMBINING SHORT SOLIDUS OVERLAY → COMBINING LONG SOLIDUS OVERLAY	#
 
-1AB7 ;	0328 ;	MA	# ( ᪷ → ̨ ) COMBINING OPEN MARK BELOW → COMBINING OGONEK	# 
-0322 ;	0328 ;	MA	# ( ̢ → ̨ ) COMBINING RETROFLEX HOOK BELOW → COMBINING OGONEK	# 
-0345 ;	0328 ;	MA	# ( ͅ → ̨ ) COMBINING GREEK YPOGEGRAMMENI → COMBINING OGONEK	# 
+1AB7 ;	0328 ;	MA	# ( ᪷ → ̨ ) COMBINING OPEN MARK BELOW → COMBINING OGONEK	#
+0322 ;	0...
[truncated]

``````````

</details>


https://github.com/llvm/llvm-project/pull/82838


More information about the llvm-commits mailing list