Suppress more Clang-Tidy warnings (#4879)

This commit is contained in:
Niels Lohmann
2025-08-07 06:50:00 +02:00
committed by GitHub
parent e00484f866
commit 32771c5ea3

View File

@@ -45,6 +45,7 @@ Checks: '*,
-hicpp-uppercase-literal-suffix,
-llvm-header-guard,
-llvm-include-order,
-llvm-prefer-static-over-anonymous-namespace,
-llvmlibc-*,
-misc-use-anonymous-namespace,
-misc-confusable-identifiers,
@@ -67,7 +68,8 @@ Checks: '*,
-readability-magic-numbers,
-readability-redundant-access-specifiers,
-readability-simplify-boolean-expr,
-readability-uppercase-literal-suffix'
-readability-uppercase-literal-suffix,
-readability-use-concise-preprocessor-directives'
CheckOptions:
- key: hicpp-special-member-functions.AllowSoleDefaultDtor