Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Patch is missing description, and legality reasoning.
Please split each diff hunk into it's own review.
clang-format: please reformat the code
- if (OverflowingBinaryOperator *OBON = dyn_cast<OverflowingBinaryOperator>(Neg)) { + if (OverflowingBinaryOperator *OBON = + dyn_cast<OverflowingBinaryOperator>(Neg)) {