fcd icon indicating copy to clipboard operation
fcd copied to clipboard

Fcd crashes when parsing a parameterless prototype

Open fay59 opened this issue 8 years ago • 1 comments

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.

fay59 avatar Feb 26 '17 22:02 fay59

These repro steps are inaccurate. I should take better note next time I see it.

fay59 avatar Mar 09 '17 06:03 fay59