Use clang-tidy to simplify boolean conditional return statements.
Diff Detail
Diff Detail
Event Timeline
lib/Target/ARM/ARMFrameLowering.cpp | ||
---|---|---|
113 | This should really be aligned right after the opening parenthese on the previous line. That's really probably true of many of these patches, but it looks particularly bad here. | |
lib/Target/ARM/ARMISelLowering.cpp | ||
4942 | Push negate through | |
4966 | Push negate through | |
10055 | Push negate through and use != and &&. Align second line after the return. | |
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | ||
1263 | Push the negate through this expression and all the similar ones below. |
This should really be aligned right after the opening parenthese on the previous line. That's really probably true of many of these patches, but it looks particularly bad here.