We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aab95 commit e210b4fCopy full SHA for e210b4f
clang-tools-extra/docs/clang-tidy/checks/readability/redundant-parentheses.rst
@@ -21,7 +21,7 @@ Example
21
22
Currently this check does not take into account the precedence of operations.
23
Even if the expression within the parentheses has a higher priority than that
24
-outside the parentheses, in other words, removing the parentheses will not
+outside the parentheses. In other words, removing the parentheses will not
25
affect the semantic.
26
27
.. code-block:: c++
0 commit comments