aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-03-26 20:17:46 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-03-26 20:17:46 +0100
commit516b75f66ec3ba7495fc028c750937bd66cc9bba (patch)
tree241cb9a4167cadecf39ecb7b939d8286c942a304 /src/.clang-tidy
parent483fb8d2165bacafe9c12a829afca248feeeb42f (diff)
clang-tidy: Add `performance-faster-string-find` check
https://clang.llvm.org/extra/clang-tidy/checks/performance/faster-string-find.html
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index b2c1b49588..dc26a640b6 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -5,6 +5,7 @@ bugprone-use-after-move,
misc-unused-using-decls,
modernize-use-default-member-init,
modernize-use-nullptr,
+performance-faster-string-find,
performance-for-range-copy,
performance-move-const-arg,
performance-no-automatic-move,