1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
cdt/codan
Alena Laskavaia db43e03878 Bug 394521 Do Constant folding propagation when building CFG
When building control flow graph we can consider constants
and not add some branches in decisions nodes, that make CFG
more accurate and elimate some false positives

Change-Id: I19c623e1e6d2dc7416a0e796a98168df7a976111
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/28726
2014-06-21 10:57:37 -04:00
..
org.eclipse.cdt.codan.checkers Bug 433357 - Added fix for false positives from GNU 2014-06-19 16:51:14 -04:00
org.eclipse.cdt.codan.checkers.ui Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
org.eclipse.cdt.codan.core Bug 350168 - Return checker won't report errors in dead code 2014-06-16 10:26:43 -04:00
org.eclipse.cdt.codan.core.cxx Bug 394521 Do Constant folding propagation when building CFG 2014-06-21 10:57:37 -04:00
org.eclipse.cdt.codan.core.test Bug 394521 Do Constant folding propagation when building CFG 2014-06-21 10:57:37 -04:00
org.eclipse.cdt.codan.examples Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
org.eclipse.cdt.codan.ui Missing NON-NLS strings 2014-04-09 15:31:42 -04:00
org.eclipse.cdt.codan.ui.cfgview Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00
org.eclipse.cdt.codan.ui.cxx Enabled JDK 1.7. 2014-01-24 13:38:55 -05:00