Extended Description
I think will be good idea to output number of return statements in function if readability-simplify-boolean-expr detect expression in return statements.
There are a lot of places in LLVM/Clang code with multiple returns, so fixing readability-simplify-boolean-expr may be unreasonable, since new exit points could be added in future.