This is fix for PR26295. I added configuration option to readability-implicit-bool-cast and readability-simplify-boolean-expr.
Build and regressions were OK on RHEL6.
I think one global option will better then per-check ones, but I'm not aware of examples.
I know you are following the pattern used in the code here, but I think this class needs a storeOptions() function as well. See AssertSideEffectCheck as an example.