From cbf81462fdd3038b7b674b1143d452bdfe0697c4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 7 Sep 2026 10:26:54 +0200 Subject: Exclude static assert check because of clang-tidy bug --- .clang-tidy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 2e01fb3..c5d99db 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -27,3 +27,7 @@ Checks: | -modernize-return-braced-init-list, # False positives: does not see delete inside loop bodies of destructors. -modernize-use-equals-default, + + # llvm/llvm-project#213560: fires on every assert() with glibc's variadic macro. + -misc-static-assert, + -cert-dcl03-c, -- cgit v1.2.3