1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/codan/org.eclipse.cdt.codan.ui.cfgview
Alena Laskavaia 24d2e1a4c8 Bug 447486 - codan - CCE is thrown by control flow graph builder
- addOutgoing cannot join JumpNode - block will be added to dead list
instead
- addjusted goto code to not use addOutgoing but using setJump directly
- corrected code that doing fake return to deal jump nodes at the end
- corrected code that marks up dead code to remove jump targets
- corrected code that calculates all nodes in the graph to take into
account dangling labels
- fixed CFG viewer to show unconnected labeled statements

Change-Id: Ie4d9e37678e3ebaae8e9f268e6f37342e14a1444
Reviewed-on: https://git.eclipse.org/r/38189
Tested-by: Hudson CI
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-12-14 13:09:13 -05:00
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
icons - re-wrote to use labeled node instead of decisionArc 2010-04-14 02:55:44 +00:00
META-INF Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
src/org/eclipse/cdt/codan/ui/cfgview Bug 447486 - codan - CCE is thrown by control flow graph builder 2014-12-14 13:09:13 -05:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.project - test view to inspect control flow graph 2010-03-29 02:31:04 +00:00
about.html Bug 348747 - Codan source bundles missing required files 2011-06-08 14:10:28 +00:00
build.properties Bug 348747 - Codan source bundles missing required files 2011-06-08 14:10:28 +00:00
plugin.xml - test view to inspect control flow graph 2010-03-29 02:31:04 +00:00