0.2.5-rc6 has been released. The main improvement is in the parsing of c++, to handle new and constructor definitions (ie things that look like function definitions, but don't have a return type). The next issue seems to be declarations of the form x y(...);. Currently, code like this causes the arguments in ... to be converted to typedefs, because the parser thinks that the whole construct is a function prototype declaration. This then causes parsing of subsequent occurrences of those arguments not to parse.
julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
