Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#161 closed defect (fixed)

Parsing doesn't handle attributes on new style declaration

Reported by: Thierry Delisle Owned by: pabuhr
Priority: major Component: cfa-cc
Version: 1.0 Keywords: Parsing
Cc:

Description

This doesn't parse :

[int, int] bar(int a) __attribute__((const));

Change History (3)

comment:1 Changed 4 years ago by Peter A. Buhr <pabuhr@…>

Resolution: fixed
Status: assignedclosed

In c744563a:

add attributes on new style function specifier [fixes #161]

comment:2 Changed 4 years ago by Peter A. Buhr <pabuhr@…>

In c744563a:

add attributes on new style function specifier [fixes #161]

comment:3 Changed 4 years ago by Peter A. Buhr <pabuhr@…>

In c744563a:

add attributes on new style function specifier [fixes #161]

Note: See TracTickets for help on using tickets.