This makes it easier to determine which line the unexpected happened on; previously, we would only get the line number.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155802
[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 TimelineThis revision is now accepted and ready to land.Jul 20 2023, 5:20 AM Closed by commit rG8b5d3ba829c1: [clang][dataflow] Print the source line if we saw unexpected diagnostics in… (authored by mboehme). · Explain WhyJul 20 2023, 5:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 542458 clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
|