Use clang-tidy to simplify boolean conditional return statements
Diff Detail
Diff Detail
Event Timeline
| lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | ||
|---|---|---|
| 228–229 | Indent to start after the opening parenthese on the previous line. | |
| lib/Target/X86/X86ISelLowering.cpp | ||
| 2231 | Push the negate through | |
| 3825 | Push the negate through | |
| lib/Target/X86/X86InstrInfo.cpp | ||
| 2500–2501 | Push negate through and fix indentation on second line. | |
| 4142–4143 | Fix indentation | |
| lib/Target/X86/X86ISelLowering.cpp | ||
|---|---|---|
| 3358 | The curly braces are useless now, you should also remove them. | |
Indent to start after the opening parenthese on the previous line.