Issue 91203
Summary [clang-tidy] Add check option to ignore `readability-math-missing-parentheses` between multiplication (`*`, `/`, `%`) and addiction (`+`, `-`) operators
Labels clang-tidy
Assignees
Reporter zufuliu
    I think most people knows well multiplication has higher precedence than addition, reports warning between them is not much useful compared to warnings on bitwise operators.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to