> minus: parse error:

How do you think about results from a smaller test case?

elfring@Sonne:~/Projekte/Coccinelle/Probe> spatch --parse-c unicode1.c
…
parse error
 = File "unicode1.c", line 4, column 14, charpos = 49
  around = ''\0'',
  whole content = char16_t z = u'\0';
badcount: 4
bad: #include <uchar.h>
bad: void xy(void)
bad: {
BAD:!!!!! char16_t z = u'\0';
bad: }
…
char16_t: present in 1 parsing errors
example:
       void xy(void)
       {
       char16_t z = u'\0';
       }
u: present in 1 parsing errors
example:
       void xy(void)
       {
       char16_t z = u'\0';
       }
…


How are the chances for support of Unicode data processing
by the semantic patch language?

Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to