From: Georgi Gerganov Date: Thu, 24 Apr 2025 12:44:05 +0000 (+0300) Subject: clang-tidy : disable warning about missing math parenthesis (#13091) X-Git-Tag: upstream/0.0.5185~6 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=572b3141d343d7f947bf53b57513016e90db5680;p=pkg%2Fggml%2Fsources%2Fllama.cpp clang-tidy : disable warning about missing math parenthesis (#13091) --- diff --git a/.clang-tidy b/.clang-tidy index 310c3d18..5bc63bc6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -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-*,