summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorTrevor Guidry <trevor.guidry@mongodb.com>2022-09-16 17:22:10 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-16 22:36:58 +0000
commit6da36dce7d1a4fa6c77de6cf8a877d8a58b4f639 (patch)
tree99d0db3a3f2c3c58350ac652b2ad1b811567de87 /.clang-tidy
parentdfe2ef0eb6aac956ccefa16f1a0070e336445ca7 (diff)
downloadmongo-6da36dce7d1a4fa6c77de6cf8a877d8a58b4f639.tar.gz
SERVER-69580 add performance-faster-string-find check to clang-tidy
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index f45cd314ec8..3e0fd446bdc 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -32,6 +32,7 @@ Checks: '-*,
modernize-replace-random-shuffle,
modernize-shrink-to-fit,
modernize-unary-static-assert,
+ performance-faster-string-find,
performance-implicit-conversion-in-loop,
performance-inefficient-algorithm,
bugprone-suspicious-string-compare,
@@ -89,7 +90,6 @@ Checks: '-*,
-modernize-use-emplace,
-modernize-use-noexcept,
-modernize-use-uncaught-exceptions,
- -performance-faster-string-find,
-performance-for-range-copy,
-performance-inefficient-string-concatenation,
-performance-inefficient-vector-operation,