... emitting them. This makes later code easier to understand, since we emit the code snippets line by line anyway. It also fixes the weird underlinig of multi-line source ranges.
Details
Details
- Reviewers
aaron.ballman cjdb tahonermann cor3ntin - Group Reviewers
Restricted Project - Commits
- rG997c2f70c1a2: [clang][Diagnostics] Split source ranges into line ranges before...
rGfc1262bd58ac: [clang][Diagnostics] Split source ranges into line ranges before...
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This looks correct to me, but because it involves things like characters, lines, and output, I'd appreciate if @tahonermann or @cor3ntin could do the final sign-off just in case I missed something.
Comment Actions
@cor3ntin I added changes to the two brackets tests in test/Parser/. They look like an improvement to me, but maybe there's something I'm missing, so please have a quick look.