> In the previous fix that I made, I just caused the missing type, > which was hidden under a macro, to make the match fail.
How do you think about to make this detail configurable? > In this case, though perhaps you would prefer T to be bound to int? Does the C programming language specify that integers are used as the default data type (or if modifiers are used)? http://stackoverflow.com/questions/2099830/unsigned-keyword-in-c#2099873 https://www.cs50.net/resources/cppreference.com/data_types.html http://en.cppreference.com/w/cpp/language/types > That might cause some problemes, though, because it is not a real "int" > in the source code... Does the semantic patch language support to filter for omitted data types? Would you like to distinguish the use case if this item was just forgotten or intentionally omitted? Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
