> > SmPL doesn't support the character constants of the form: > > u'c', U'c', L'c' > > > > nor the string literals of the form: > > u8"", u"", U"", L"" > > What is the type of these things?
I suggest to take another look at known information sources. https://en.cppreference.com/w/c/language/arithmetic_types#Character_types https://en.cppreference.com/w/c/language/character_constant https://en.cppreference.com/w/c/language/string_literal How should literal prefixes be handled by the semantic patch language? Will any additional metavariable types become helpful for this use case? Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
