summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 13:54:56 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commitce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99 (patch)
treeb1186212584e894f9d561ca142d96ae359584f2e /.clang-tidy
parentf1b413575db521af0ad2017bbc4d348495a31d8b (diff)
downloadingen-ce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99.tar.gz
ingen-ce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99.tar.bz2
ingen-ce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99.zip
Use faster variant of std::string::find
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 615e565b..c714a9a4 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -67,7 +67,6 @@ Checks: >
-modernize-use-default-member-init,
-modernize-use-trailing-return-type,
-modernize-use-using,
- -performance-faster-string-find,
-performance-for-range-copy,
-performance-no-automatic-move,
-performance-type-promotion-in-math-fn,