From 05cb10f8f7f14703059b957a017922a4b867de52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 13 Dec 2023 17:33:42 +0100 Subject: [PATCH] Enable performance-* checks in clang-tidy --- .clang-tidy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-tidy b/.clang-tidy index 12524da2d..e3ad15e83 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,8 +2,7 @@ # libomp-dev installed (the LLVM implementation of OpenMP) # TODO: add the following check families: -# - performance-* # - bugprone-* # - cppcoreguidelines- -Checks: 'modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call' +Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'