1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build Fix up API @since tags against CDT 8.6. 2015-02-17 23:43:49 -05:00
codan Bug 327375 control flow graph regression - dead connector nodes 2015-02-18 16:42:59 -05:00
core Fix up API @since tags against CDT 8.6. 2015-02-17 23:43:49 -05:00
cross Bug 458650 - NPE when creating a "C/C++ Remote Application" launch 2015-01-29 09:50:51 +02:00
debug Remove unnecessary .api_filters 2015-02-11 15:48:32 -05:00
doc Add build flag (-DskipDoc) to be able to skip building documentation 2015-01-29 22:07:31 -05:00
dsf Remove dead code 2015-02-13 16:20:47 -05:00
dsf-gdb debug tests: Fix error in SyncUtil.fillMemory doc 2015-02-18 11:35:37 -05:00
jtag Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
launch/org.eclipse.cdt.launch Bug 458650 - NPE when creating a "C/C++ Remote Application" launch 2015-01-29 09:50:51 +02:00
llvm Cosmetics. 2015-01-06 21:02:42 -08:00
lrparser Bug 452416 - Move takesVarArgs() up from ICPPFunctionType to 2015-02-09 16:44:05 -05:00
memory Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
p2 Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
qt Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05:00
releng Add cdt-e4.5.target file 2015-02-18 16:27:49 -05:00
remote Bug 459972 - Update CDT to use o.e.remote 2.0. 2015-02-17 14:48:08 -05:00
testsrunner Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
upc Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05:00
util Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
visualizer Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
windows Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
xlc Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05:00
.gitignore Ignore NFS-created files. 2012-11-08 13:34:54 -08:00
pom.xml Allow for filtering of findbugs 2015-02-18 11:50:43 -05:00