mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 12:24:04 -05:00
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. |
||
|---|---|---|
| .. | ||
| BranchWatch.cpp | ||
| BranchWatch.h | ||
| CodeTrace.cpp | ||
| CodeTrace.h | ||
| Debugger_SymbolMap.cpp | ||
| Debugger_SymbolMap.h | ||
| DebugInterface.h | ||
| Dump.cpp | ||
| Dump.h | ||
| GCELF.h | ||
| OSThread.cpp | ||
| OSThread.h | ||
| PPCDebugInterface.cpp | ||
| PPCDebugInterface.h | ||
| RSO.cpp | ||
| RSO.h | ||