Alternate to D155522 based on
https://reviews.llvm.org/D155342#4507805
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Sema/JumpDiagnostics.cpp | ||
---|---|---|
362 | I would indent this at the same level as the case labels, and group it with them, too, but yeah, this is what I was thinking. But the helper function approach looks pretty clean, too. Your choice. |
I would indent this at the same level as the case labels, and group it with them, too, but yeah, this is what I was thinking. But the helper function approach looks pretty clean, too. Your choice.