cwi-swat / php-analysis

PHP language analyses in Rascal
BSD 2-Clause "Simplified" License
27 stars 8 forks source link

Add closure support for CFG construction #6

Open mahills opened 7 years ago

mahills commented 7 years ago

The current control-flow graph construction algorithm does not yet properly handle control flow in closures. This needs to be added, especially now that more systems are starting to use them.