Hello,

I would like to try another source code transformation out with the help of
the semantic patch language.

@addition@
identifier var;
type T;
@@
 T
+const
 * var;


elfring@Sonne:~/Projekte/Coccinelle/janitor> spatch --parse-cocci 
add_const3.cocci
init_defs_builtins: /usr/local/bin/../lib/coccinelle/standard.h
plus: parse error: 
  File "add_const3.cocci", line 6, column 1, charpos = 42
  around = 'const',
  whole content = +const


* How do you think about this test result?

* Can the addition of such a data type property be generally avoided
  if it would be present already?

https://github.com/coccinelle/coccinelle/issues/49

Regards,
Markus
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to