We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
performance-*
1 parent 2400437 commit 03ec5b6Copy full SHA for 03ec5b6
src/.clang-tidy
@@ -5,13 +5,11 @@ bugprone-use-after-move,
5
misc-unused-using-decls,
6
modernize-use-default-member-init,
7
modernize-use-nullptr,
8
-performance-faster-string-find,
9
-performance-for-range-copy,
10
-performance-inefficient-vector-operation,
11
-performance-move-const-arg,
12
-performance-no-automatic-move,
13
-performance-type-promotion-in-math-fn
14
-performance-unnecessary-copy-initialization,
+performance-*,
+-performance-inefficient-string-concatenation,
+-performance-no-int-to-ptr,
+-performance-noexcept-move-constructor,
+-performance-unnecessary-value-param,
15
readability-const-return-type,
16
readability-redundant-declaration,
17
readability-redundant-string-init,
0 commit comments