In xml files generated with srcml, we can find the balise '<decl_stmt>.. </decl_stmt>'. Does anyOne know what it represent? Because I have the impression that it represent sometimes a function declaration, But this is not assimilate to a function declaration in CAnalyzer.
this is a program statement. Now I do not know what they put inside that. On Jan 28, 2010, at 2:04 PM, Cyrille Delaunay wrote:
In xml files generated with srcml, we can find the balise '<decl_stmt>.. </decl_stmt>'. Does anyOne know what it represent? Because I have the impression that it represent sometimes a function declaration, But this is not assimilate to a function declaration in CAnalyzer. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On 28 janv. 2010, at 14:18, Stéphane Ducasse wrote:
this is a program statement. Now I do not know what they put inside that.
That's the problem. Cyrille found at least one case where it should be a function declaration. It's not clear why srcMl detects a program statement in this case.
Also maybe we should try srcMl on the preprocessed code, because it seems we have some noise with macro in cairo.
On Jan 28, 2010, at 2:04 PM, Cyrille Delaunay wrote:
In xml files generated with srcml, we can find the balise '<decl_stmt>.. </decl_stmt>'. Does anyOne know what it represent? Because I have the impression that it represent sometimes a function declaration, But this is not assimilate to a function declaration in CAnalyzer. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon