diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 927909cf8d..6776d86d21 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -46,7 +46,6 @@ Checks: > -cppcoreguidelines-init-variables, -llvm-header-guard, We use #pragma once, -llvmlibc-restrict-system-libc-headers, We want to use glibc, - -misc-header-include-cycle, Looks useful but redundant with IWYU. We may replace IWYU with this one day, -misc-include-cleaner, Looks useful but redundant with IWYU. We may replace IWYU with this one day, -misc-misplaced-const, -misc-no-recursion, |