aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy fixes part-3 / 4, adding Check `performance-*`Sven Gothel2022-11-281-1/+1
| | | | | | | | | | | | | | See also jaulib commit 9160f9a4b74f5e5ae07f715025ea4d3aafdf6ab3 Details: - Using 'const T&' as method argument type where applicable, i.e. not when required to pass value off-thread. - Notable: Can also hold a default value! - Using `const T&` in range-loop where applicable - Drop std::move for trivial types - ...
* clang-tidy and vscode: Provision w/ initial config (tested by jaulib)Sven Gothel2022-11-272-0/+108