Skip to content

Commit 5d37107

Browse files
committed
change docs
1 parent 19d8261 commit 5d37107

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/performance/bool-bitwise-operation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@ Options
3838

3939
.. option:: StrictMode
4040

41-
Disabling this option promotes more fixit hints even when they might
42-
change evaluation order or skip side effects. Default value is `true`.
41+
Disabling this option promotes more fix-it hints even when they might
42+
change evaluation order or skip side effects. Default value is `true`.
43+
44+
.. option:: IgnoreMacros
45+
46+
Enabling this option hides the warning message in a situation where
47+
it is not possible to change a bitwise operator to a logical one due
48+
to a macro in the expression body. Default value is `false`.

0 commit comments

Comments
 (0)