Opened 6 years ago

Closed 6 years ago

Last modified 5 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 by Peter A. Buhr <pabuhr@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In c744563a:

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

comment:2 by Peter A. Buhr <pabuhr@…>, 5 years ago

In c744563a:

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

comment:3 by Peter A. Buhr <pabuhr@…>, 5 years ago

In c744563a:

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

Note: See TracTickets for help on using tickets.