When viewing the report in the collapsed mode the label signifying where did the execution go is often necessary for properly understanding the context.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43145
[analyzer] Consider switch- and goto- labels when constructing the set of executed lines ClosedPublic Authored by george.karpenkov on Feb 9 2018, 2:40 PM.
Details Summary When viewing the report in the collapsed mode the label signifying where did the execution go is often necessary for properly understanding the context.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 16 2018, 6:34 PM Closed by commit rL325975: [analyzer] Consider switch- and goto- labels when constructing the set of… (authored by george.karpenkov). · Explain WhyFeb 23 2018, 3:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135718 cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
cfe/trunk/test/Analysis/html_diagnostics/relevant_lines/goto.c
cfe/trunk/test/Analysis/html_diagnostics/relevant_lines/switch.c
cfe/trunk/test/Analysis/html_diagnostics/relevant_lines/switch_default.c
|