]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
clang-tidy : disable warning about missing math parenthesis (#13091)
authorGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 12:44:05 +0000 (15:44 +0300)
committerGitHub <redacted>
Thu, 24 Apr 2025 12:44:05 +0000 (15:44 +0300)
.clang-tidy

index 310c3d182c8f2ed2c3bc0ddfa9f6fb74f86e39ae..5bc63bc6e27b632a1ada1ee776f5ab560bddb243 100644 (file)
@@ -13,6 +13,7 @@ Checks: >
     -readability-magic-numbers,
     -readability-uppercase-literal-suffix,
     -readability-simplify-boolean-expr,
+    -readability-math-missing-parentheses,
     clang-analyzer-*,
     -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
     performance-*,