[clang-tools-extra] [clang-tidy] Add check for assignment or comparision operators' operand in `readability-math-missing-parentheses` (PR #141345)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 24 07:20:32 PDT 2025
================
@@ -176,6 +176,11 @@ Changes in existing checks
<clang-tidy/checks/concurrency/mt-unsafe>` check by fixing a false positive
where ``strerror`` was flagged as MT-unsafe.
+- Improved :doc:`readability-math-missing-parentheses
----------------
EugeneZelenko wrote:
Please keep alphabetical order (by check name) in this list.
https://github.com/llvm/llvm-project/pull/141345
More information about the cfe-commits
mailing list