From 5a785c8a65e91f5c77e68bb72269f58c1d07b683 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 20 Mar 2024 13:16:06 -0700 Subject: Enable clang-tidy-18 misc checks Enable the checks we pass already. This also removes the commented out misc-no-recursion, considering we don't pass it. Tested: Clang-tidy passes. Change-Id: Ibaed95677aed85188bff483d2cd53605faaf7cc6 Signed-off-by: Ed Tanous --- .clang-tidy | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 14595d8a96..915e3b0250 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -250,13 +250,20 @@ cppcoreguidelines-pro-type-vararg, cppcoreguidelines-slicing, cppcoreguidelines-special-member-functions, google-explicit-constructor, +misc-coroutine-hostile-raii, +misc-header-include-cycle, +misc-misleading-bidirectional, +misc-misleading-identifier, misc-misplaced-const, -#misc-no-recursion, +misc-new-delete-overloads, +misc-non-copyable-objects, misc-redundant-expression, misc-static-assert, misc-throw-by-value-catch-by-reference, misc-unconventional-assign-operator, misc-uniqueptr-reset-release, +misc-unused-alias-decls, +misc-unused-parameters, misc-unused-using-decls, modernize-avoid-bind, modernize-deprecated-headers, -- cgit v1.2.3