aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy4
1 files changed, 4 insertions, 0 deletions
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,