1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 07:43:56 +02:00
cdt/codan
Alena Laskavaia 3cf5ec86ee Bug 327375 control flow graph regression - dead connector nodes
basically for the code like
if (a) return 1; else return 2;
a++; // this should be a dead code node

but we don't check connector node of "if" and don't add
it to dead nodes graph resulting it this code not being marked as dead,
which can lead to false positives or false negatives for checkers that
use that. Same apply for other control statements...

Change-Id: Iafb4b48ca960f0ffab2c0265285a31cb08eb0d11
2015-02-18 16:42:59 -05:00
..
org.eclipse.cdt.codan.checkers Bug 441714 - Consider spurious semicolons in CaseBreakChecker 2015-02-16 01:48:37 -05:00
org.eclipse.cdt.codan.checkers.ui Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.codan.core Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.codan.core.cxx Bug 327375 control flow graph regression - dead connector nodes 2015-02-18 16:42:59 -05:00
org.eclipse.cdt.codan.core.test Bug 327375 control flow graph regression - dead connector nodes 2015-02-18 16:42:59 -05:00
org.eclipse.cdt.codan.examples Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
org.eclipse.cdt.codan.ui Remove unnecessary .api_filters 2015-02-11 15:48:32 -05:00
org.eclipse.cdt.codan.ui.cfgview Fix a typo in org.eclipse.cdt.codan.ui.cfgview/plugin.xml 2015-02-16 01:45:53 -05:00
org.eclipse.cdt.codan.ui.cxx Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00