[clang-tools-extra] Add clang-tidy check readability-math-missing-parentheses (PR #84481)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 30 21:17:18 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
----------------
PiotrZSL wrote:
put this before readability-use-std-min-max
https://github.com/llvm/llvm-project/pull/84481
More information about the cfe-commits
mailing list