From f79594fd463ed6adb2f2da9a401b6e492c3f3260 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 25 Apr 2024 14:56:54 +0000 Subject: [PATCH] .clang-tidy: add some checks These checks seem reasonable, enable them. Change-Id: I4ed416a9deee2385af38c305a125cd616ec94aa0 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/12482 Reviewed-by: Philippe Proulx --- .clang-tidy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index acbb1421..a9d4ceb8 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -66,8 +66,10 @@ Checks: '-*, misc-misleading-identifier, misc-non-copyable-objects, misc-throw-by-value-catch-by-reference, + misc-unused-alias-decls, misc-unused-parameters, misc-unused-using-decls, + misc-use-anonymous-namespace, modernize-avoid-bind, modernize-concat-nested-namespaces, modernize-loop-convert, -- 2.34.1