aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 4033a55..013eda7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,4 +1,4 @@
-# Copyright 2020-2024 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
@@ -11,7 +11,7 @@ Checks: >
-bugprone-macro-parentheses,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
- -llvmlibc-restrict-system-libc-headers,
+ -llvmlibc-*,
-misc-include-cleaner,
-performance-no-int-to-ptr,
-readability-identifier-length,