This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Print the source line if we saw unexpected diagnostics in tests.
ClosedPublic

Authored by mboehme on Jul 20 2023, 1:54 AM.

Details

Summary

This makes it easier to determine which line the unexpected happened on; previously, we would only get the line number.

Diff Detail

Event Timeline

mboehme created this revision.Jul 20 2023, 1:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 1:54 AM
mboehme requested review of this revision.Jul 20 2023, 1:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 1:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)Jul 20 2023, 1:55 AM
mboehme added a reviewer: ymandel.
ymandel accepted this revision.Jul 20 2023, 5:20 AM
This revision is now accepted and ready to land.Jul 20 2023, 5:20 AM