dolphin/Source/Core/DolphinQt/Debugger
Martino Fontana 95dec13203 Improve usage of std::move and const references parameters
Accomplished using `run-clang-tidy` with `performance-move-const-arg,performance-unnecessary-value-param,modernize-pass-by-value`.

Changed arguments to const references, removed them where inappropriate (e.g. sink parameters). Same with std::move.

Manually reviewed each change to make sure that it makes sense, and do something more appropriate if possible.
2026-04-17 12:39:46 +02:00
..
AssembleInstructionDialog.cpp
AssembleInstructionDialog.h
AssemblerWidget.cpp
AssemblerWidget.h
AssemblyEditor.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
AssemblyEditor.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
BranchWatchDialog.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatchDialog.h
BranchWatchTableModel.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatchTableModel.h
BreakpointDialog.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BreakpointDialog.h
BreakpointWidget.cpp Merge pull request #14551 from Dentomologist/breakpointwidget_fix_globally_disabled_icon 2026-04-06 12:27:00 +02:00
BreakpointWidget.h DolphinQt: Size adjustments in **Breakpoints** widget based on selected debug font. 2026-04-03 11:00:30 +01:00
CodeViewWidget.cpp Debugger/ BreakpointsWidget: Add option to disable/enable all breaking without affecting individual breakpoint enabled states. 2026-02-19 16:23:42 -07:00
CodeViewWidget.h
CodeWidget.cpp Debugger: Ignore bctr when stepping out 2025-11-04 11:41:48 -05:00
CodeWidget.h
EditSymbolDialog.cpp i18n: Improve EditSymbolDialog's symbol vs note handling for translators 2025-09-17 19:50:08 +02:00
EditSymbolDialog.h i18n: Improve EditSymbolDialog's symbol vs note handling for translators 2025-09-17 19:50:08 +02:00
GekkoSyntaxHighlight.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
GekkoSyntaxHighlight.h
JitBlockTableModel.cpp Jit: Use RangeSet for physical_addresses 2026-02-23 23:01:49 +01:00
JitBlockTableModel.h
JITWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
JITWidget.h
MemoryViewWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MemoryViewWidget.h MemoryWidget: Add symbols and Notes. 2025-07-30 17:40:24 -07:00
MemoryWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MemoryWidget.h Remove unused imports 2026-01-25 16:12:15 +01:00
NetworkWidget.cpp Triforce: Rename IPOverrides to IPRedirections. 2026-02-15 23:13:18 -06:00
NetworkWidget.h Debugger/NetworkWidget: Add Triforce support 2026-02-15 20:14:15 -06:00
PatchInstructionDialog.cpp
PatchInstructionDialog.h
RegisterColumn.cpp
RegisterColumn.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
RegisterWidget.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
RegisterWidget.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ThreadWidget.cpp MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
ThreadWidget.h
WatchWidget.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
WatchWidget.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00