clang-tidy: remove some performance-* options

This commit is contained in:
fanquake
2026-08-27 16:45:48 +01:00
parent b4bd12d3d5
commit feb3bd46e4

View File

@@ -23,10 +23,14 @@ modernize-use-starts-ends-with,
performance-*,
-performance-avoid-endl,
-performance-enum-size,
-performance-faster-string-find,
-performance-inefficient-string-concatenation,
-performance-no-int-to-ptr,
-performance-noexcept-move-constructor,
-performance-prefer-single-char-overloads,
-performance-string-view-conversions,
-performance-unnecessary-value-param,
-performance-use-std-move,
readability-avoid-const-params-in-decls,
readability-const-return-type,
readability-container-contains,