Mentions légales du service

Skip to content

cocci: parsing: fix cond_expr

DE SOUZA Corentin requested to merge cdesouza/coccinelle:parsing_cocci into master

cond_expr did not follow the C grammar, using eargexpr (which expands to assign_expr) instead of cond_expr after the TDotDot

Because eargexpr is no longer used, the rule has been deleted

Merge request reports