1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/codan
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
..
org.eclipse.cdt.codan.checkers Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.codan.checkers.ui Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
org.eclipse.cdt.codan.core Bug 447486 - codan - CCE is thrown by control flow graph builder 2014-12-14 13:09:13 -05:00
org.eclipse.cdt.codan.core.cxx Bug 447486 - codan - CCE is thrown by control flow graph builder 2014-12-14 13:09:13 -05:00
org.eclipse.cdt.codan.core.test Bug 447486 - codan - CCE is thrown by control flow graph builder 2014-12-14 13:09:13 -05:00
org.eclipse.cdt.codan.examples Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
org.eclipse.cdt.codan.ui Avoid ClassCastException in Codan Run job 2014-12-02 19:38:08 -05:00
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
org.eclipse.cdt.codan.ui.cxx Bug 437392 - Added the Launch Targets View. 2014-08-19 10:22:01 -04:00