[clang-tools-extra] [clang-tidy][NFC] Enable 'readability-simplify-boolean-expr' check (PR #158706)

Davide Cunial via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 6 10:17:22 PDT 2025


capitan-davide wrote:

> You have to build llvm with assertions enabled/in debug mode for that to happen (most LLVM docs will use Release by default since debug is a large build).

What I mean is that currently, no assertion expression is getting refactored as it's probably not too complex 

https://github.com/llvm/llvm-project/pull/158706


More information about the cfe-commits mailing list