[clang-tools-extra] Add clang-tidy check readability-math-missing-parentheses (PR #84481)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 11:54:52 PDT 2024
================
@@ -0,0 +1,20 @@
+.. title:: clang-tidy - readability-math-missing-parentheses
+
+readability-math-missing-parentheses
+====================================
+
+Check for mising parantheses in mathematical expressions that involve operators
----------------
PiotrZSL wrote:
parantheses -> parentheses
mising ->missing
https://github.com/llvm/llvm-project/pull/84481
More information about the cfe-commits
mailing list