Mentions légales du service

Skip to content

Support identifiers with the same names as typedefed types

LAWALL Julia requested to merge typedef_typedef into master

The environment of types are different from the environment of identifiers in C. This commit allows to write the SmPL:

@@ typedef ty_id,ty; @@ -ty_id ty_id; +ty ty_id;

Signed-off-by: Keisuke Nishimura mumumu0722@gmail.com

Merge request reports