After recent changes it is now seems possible to get rid of
printing '\n' before each error and warning. This makes the output
cleaner.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
On the surface, this change looks fine to me. Have you checked that there are no more cases in the code where a warning can be reported in the middle of a line?
Comment Actions
I reviewed them briefly and did not find anything obviously suspicious. Since we are going to switch to reporting unique warnings everywhere (right?),
then any such places will be revealed anyways in case they still are not covered by our tests.