Eisenwave / cdecl-plus

Similar to cdecl.org, but with broader support for language features. Static web page which supports file protocol. Parsing and to-prose conversion happen in the front-end, resulting in instant feedback.
https://cdecl.plus/
MIT License
32 stars 4 forks source link

specifier conflicts with typedef-name and bool not detected #5

Closed abcq2 closed 1 year ago

abcq2 commented 3 years ago

cdecl+ accepts typedef-name where it shouldn't:

FILE void long FILE unsigned double FILE long

cdecl+ accepts bool almost everywhere:

bool double bool float bool struct foo

Eisenwave commented 3 years ago

bool still needs to receive additional specifier conflicts.