swig/Source/CParse
Olly Betts 7ab24e7e86 Support most cases of sizeof applied to an expression
Previously there was only support for `sizeof(<type>)` and expressions
which syntactically look like a type (such as `sizeof(foo)`).

Fixes #2091.
2022-01-25 23:47:01 +13:00
..
cparse.h new_node refactor 2018-05-19 09:00:06 +01:00
cscanner.c Fix -Wchar-subscripts warning 2021-04-26 22:32:52 +01:00
parser.y Support most cases of sizeof applied to an expression 2022-01-25 23:47:01 +13:00
templ.c Fix few unused variable warnings 2021-03-07 11:20:31 +00:00
util.c new_node refactor 2018-05-19 09:00:06 +01:00