On Tue, 23 Dec 2014, SF Markus Elfring wrote: > Hello, > > I try to extract data and filter on properties from various > function implementations. > Now I would like to clarify consequences from the name resolution > process of the C programming language a bit more for safer > development of semantic patches. > > Implementations from separate directories can provide different properties. > It can occasionally happen that functions from different folders > have got the same name. > > I see that there are some development challenges when I would like > to construct SmPL constraints in the way that they will take the directory > hierarchy for a source file into account. > How can this functionality be achieved?
You always have the file name information available in a position variable. Without knowing concretely what you want to do that is the only suggestion that I have. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
