Skip to content
  • Ben Boeckel's avatar
    clang-tidy: simplify inline conditionals · 0ec33922
    Ben Boeckel authored
    This commit resolves `readability-simplify-boolean-expr` lints where the
    tested expression is already a boolean (or naturally converts into one
    without a cast or additional operation).
    0ec33922