.clang-tidy: add some checks
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 25 Apr 2024 14:56:54 +0000 (14:56 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 25 Apr 2024 17:50:43 +0000 (13:50 -0400)
These checks seem reasonable, enable them.

Change-Id: I4ed416a9deee2385af38c305a125cd616ec94aa0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12482
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
.clang-tidy

index acbb1421c55ea6c46f74ba1033ed57d869e94692..a9d4ceb822d1d653cf322bba503d9e8e155631de 100644 (file)
@@ -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,
This page took 0.02556 seconds and 4 git commands to generate.