dolphin/Source/Core/UICommon
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
..
ResourcePack ResourcePack: Fix loading resource packs 2026-02-02 20:01:58 +01:00
AutoUpdate.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AutoUpdate.h Updater: Add/clarify error messages 2022-10-31 23:36:07 -07:00
CMakeLists.txt Use minizip-ng's CMakeLists instead of relying on our own implementation 2025-11-27 00:18:31 +01:00
CommandLineParse.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CommandLineParse.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DBusUtils.cpp linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DBusUtils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DiscordPresence.cpp AudioPane: Fix WASAPI default device combo selection 2026-03-21 15:07:42 -07:00
DiscordPresence.h UICommon: Include implicit header 2025-05-02 02:03:41 +03:00
GameFile.cpp Added Triforce support 2026-02-15 20:14:14 -06:00
GameFile.h Added Triforce support 2026-02-15 20:14:14 -06:00
GameFileCache.cpp Added Triforce support 2026-02-15 20:14:14 -06:00
GameFileCache.h Common/FileSearch: Refactor DoFileSearch 2026-01-24 16:50:10 +01:00
NetPlayIndex.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
NetPlayIndex.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
UICommon.cpp UICommon: Create User/Logs/ at startup 2026-03-30 20:04:58 +02:00
UICommon.h Core: Add a HookableEvent for UICommon::FlushUnsavedData. 2026-01-19 21:56:09 -06:00
X11Utils.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
X11Utils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00