wesnoth/.clang-tidy
JJ Marr 259160e1e4 Lint for performance-move-const-arg
These are cases in which something is std::moved and no move actually
occurs.
2025-01-25 08:58:45 -05:00

5 lines
248 B
YAML

---
Checks: '-*,bugprone-move-forwarding-reference,bugprone-use-after-move,cppcoreguidelines-rvalue-reference-param-not-moved,modernize-use-nullptr,performance-move-const-arg,performance-unnecessary-value-param'
WarningsAsErrors: true
...