-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[2/3] Refactor SourceReferenceFormatter (split-out data extraction & make use of new SourceLocation knowledge) #5554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4e087dd
to
a3ea2aa
Compare
a3ea2aa
to
93078a4
Compare
This comment has been minimized.
This comment has been minimized.
93078a4
to
4b1b9e9
Compare
4b1b9e9
to
fcb6dc3
Compare
fcb6dc3
to
2cca0be
Compare
m_stream << info.first << endl; | ||
printSourceLocation(&info.second); | ||
} | ||
m_stream << endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't understand the change in adding endl
here, but it seems to be correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some small changes.
…al and making use of new SourceLocation's CharStream knowledge
2cca0be
to
073b03d
Compare
this PR is rebased on top of #5537.
That means: only the very last commit belongs to this PR (all prior belong to #5537).