dolphin/Source/Core/Core/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
..
BranchWatch.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatch.h Jit: Emit Branch Watch code only if it's enabled 2026-02-15 11:03:02 +01:00
CodeTrace.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CodeTrace.h Common: Move CodeTrace.cpp/.h into Core 2023-04-24 09:10:43 -04:00
Debugger_SymbolMap.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Debugger_SymbolMap.h IOS::HLE::BluetoothEmuDevice: Remove calls to GetPointer 2024-04-06 21:04:54 +02:00
DebugInterface.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
Dump.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
Dump.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
GCELF.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
OSThread.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OSThread.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
PPCDebugInterface.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
PPCDebugInterface.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
RSO.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
RSO.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00