swig/Source/CParse
Vadim Zeitlin c321aca2b4 Fix missing value for first item of enums with trailing comma
The value of the first item of an enum with a trailing comma after its
last item was not correctly initialized to 0 any more after the changes
of 74adaa5738 (see #1515) because "_last"
attribute was not set correctly in this case.

Do set it for the last item when it's followed by a comma too and add
more unit tests checking for this.

Closes #1566.
2019-07-11 17:15:38 +02:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Code formatting fixes in doxygen code 2018-05-25 07:56:39 +01:00
parser.y Fix missing value for first item of enums with trailing comma 2019-07-11 17:15:38 +02:00
templ.c Fix typemap matching to expand template parameters when the name contains template parameters. 2019-02-17 21:38:48 +00:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00