From fa31c9c198583cd2de210178d4fe2668d325a711 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 4 Jun 2024 15:03:06 -0400 Subject: Suppress new warnings in clang-tidy 17 --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-tidy') diff --git a/.clang-tidy b/.clang-tidy index 6262c89..4b7a39a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -25,6 +25,7 @@ Checks: > -hicpp-signed-bitwise, -llvm-header-guard, -llvmlibc-*, + -misc-include-cleaner, -misc-no-recursion, -misc-use-anonymous-namespace, -modernize-macro-to-enum, -- cgit v1.2.1