This is an archive of the discontinued LLVM Phabricator instance.

[clang][Diagnostics] Use llvm::raw_ostream::indent()
ClosedPublic

Authored by tbaeder on May 22 2023, 4:07 AM.

Diff Detail

Event Timeline

tbaeder created this revision.May 22 2023, 4:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 4:07 AM
tbaeder requested review of this revision.May 22 2023, 4:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 4:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman added inline comments.May 22 2023, 4:45 AM
clang/lib/Frontend/TextDiagnostic.cpp
1187–1190

This drops the output of | -- is that intentional?

tbaeder added inline comments.May 22 2023, 4:59 AM
clang/lib/Frontend/TextDiagnostic.cpp
1187–1190

No! Looks like I got a bit too excited about removing code.

tbaeder updated this revision to Diff 524253.May 22 2023, 5:35 AM
This revision is now accepted and ready to land.May 22 2023, 5:42 AM
tbaeder updated this revision to Diff 524271.May 22 2023, 6:15 AM
tbaeder marked an inline comment as done.May 22 2023, 6:33 AM
This revision was landed with ongoing or failed builds.May 31 2023, 12:45 AM
This revision was automatically updated to reflect the committed changes.