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 19d8261 commit 5d37107Copy full SHA for 5d37107
clang-tools-extra/docs/clang-tidy/checks/performance/bool-bitwise-operation.rst
@@ -38,5 +38,11 @@ Options
38
39
.. option:: StrictMode
40
41
- Disabling this option promotes more fixit hints even when they might
42
- change evaluation order or skip side effects. Default value is `true`.
+ Disabling this option promotes more fix-it hints even when they might
+ 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