Skip to content
Snippets Groups Projects
Commit 6bd64624 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[parsing] Allow attributes in declarator lists

Previously, the parser only allowed attributes at beginning of a declaration
(like for `const`, `static`, ...). However, gcc accepts to have attributes
in the rest of the declaration (after the first comma, like for a pointer or
 array declarator).

Fixes #616
parent 9adc1f00
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment