[clang-tools-extra] Add clang-tidy check readability-math-missing-parentheses (PR #84481)
Bhuminjay Soni via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 1 08:31:12 PDT 2024
================
@@ -129,6 +129,12 @@ New checks
Replaces certain conditional statements with equivalent calls to
``std::min`` or ``std::max``.
+- New :doc:`readability-math-missing-parentheses
----------------
11happy wrote:
done
https://github.com/llvm/llvm-project/pull/84481
More information about the cfe-commits
mailing list