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.core.test
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
..
.settings Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
META-INF Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
OSGI-INF/l10n Bug 315439 Fix up copyright 2010-06-03 17:01:53 +00:00
src/org/eclipse/cdt/codan Bug 327375 control flow graph regression - dead connector nodes 2015-02-18 16:42:59 -05:00
.classpath Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
.project - test project for checkers 2009-09-23 18:34:41 +00:00
about.html Add missing about.html files. 2010-06-14 18:35:55 +00:00
build.properties Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
pom.xml Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05:00
test.xml - added test.xml file 2010-03-04 15:06:10 +00:00