fcd
fcd copied to clipboard
Fcd crashes when parsing a parameterless prototype
Fcd crashes when it tries to parse a C header that contains a function prototype that has no parameters, like int foo();. The proper C syntax to mean that foo takes no parameter is int foo(void);, but this probably should be fixed.
These repro steps are inaccurate. I should take better note next time I see it.