Skip to content
  • Ben Boeckel's avatar
    clang-tidy: simplify inline conditionals · 029e0db9
    Ben Boeckel authored
    This commit resolves `readability-simplify-boolean-expr` lints where the
    tested expression is not a boolean expression by explicitly comparing to
    0 or `nullptr`.
    029e0db9