[all-commits] [llvm/llvm-project] 678e3e: [lldb] Fix duplicate word typos; NFC

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Sep 1 21:32:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 678e3ee12351e525fa9d94e7ff68ba7c1a8ca657
      https://github.com/llvm/llvm-project/commit/678e3ee12351e525fa9d94e7ff68ba7c1a8ca657
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
    M clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
    M clang-tools-extra/test/clang-tidy/checkers/modernize/make-unique-inaccessible-ctors.cpp
    M compiler-rt/include/sanitizer/dfsan_interface.h
    M compiler-rt/lib/builtins/arm/udivsi3.S
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    M libc/src/__support/FPUtil/generic/FMA.h
    M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
    M libc/src/stdio/printf_core/parser.h
    M libc/src/stdio/scanf_core/parser.h
    M libc/test/src/math/RoundToIntegerTest.h
    M lldb/include/lldb/API/SBTrace.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Symbol/ObjectContainer.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/TargetList.h
    M lldb/include/lldb/Target/Trace.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Core/DataFileCache.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
    M lldb/source/Plugins/Process/Linux/Perf.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Target/RegisterContextUnwind.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/tools/debugserver/source/MacOSX/MachTask.mm
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/unittests/Interpreter/TestCompletion.cpp
    M lldb/unittests/Process/gdb-remote/PortMapTest.cpp
    M llvm/utils/vscode/llvm/language-configuration-tablegen.json
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/GlobalHandler.cpp
    M openmp/runtime/src/kmp_affinity.cpp
    M openmp/runtime/src/kmp_itt.inl
    M openmp/runtime/src/kmp_lock.cpp
    M openmp/runtime/src/kmp_settings.cpp
    M polly/include/polly/ScopInfo.h
    M polly/lib/Transform/MatmulOptimizer.cpp
    M third-party/benchmark/include/benchmark/benchmark.h
    M third-party/benchmark/test/complexity_test.cc

  Log Message:
  -----------
  [lldb] Fix duplicate word typos; NFC

Those fixes were taken from https://reviews.llvm.org/D137338




More information about the All-commits mailing list