From ce23400cbd8cbe8c6a8712ae2ecf88d1053ebc99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 13:54:56 +0200 Subject: Use faster variant of std::string::find --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-tidy') 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, -- cgit v1.2.1