You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang-tidy produces a readability-simplify-boolean-expr warning to simplify expressions with macros using DeMorgan's theorem despite readability-simplify-boolean-expr.IgnoreMacros being set to true.
clang-tidy produces a
readability-simplify-boolean-expr
warning to simplify expressions with macros using DeMorgan's theorem despitereadability-simplify-boolean-expr.IgnoreMacros
being set totrue
.Simplified test case:
.clang-tidy config:
Produces the following:
The text was updated successfully, but these errors were encountered: