Use clang-tidy to simplify boolean conditional return statements
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This is not desirable. I guess you somehow need to figure out cases where a bunch of specific cases are checked falling back to a default. Merging one of those cases with the default is generally bad (I'd say).