aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Lexer.mll
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2022-05-09 14:39:51 +0200
committerGitHub <noreply@github.com>2022-05-09 14:39:51 +0200
commit1d572b330362711c808094333134ba94fcd7b768 (patch)
treecc6e0c7fdf4fe12f5e6d5099fa7adf3174a2d862 /cparser/Lexer.mll
parenta4c98b19ccf5a72bfe551fd5b2f8689442a661a6 (diff)
downloadcompcert-1d572b330362711c808094333134ba94fcd7b768.tar.gz
compcert-1d572b330362711c808094333134ba94fcd7b768.zip
Fix the parsing of unprototyped function types in casts (#431)
Before, in casts, `int (*)()` was parsed like `int (*)(void)`. This caused expressions like `((int (*)()) &f)(42)` to be rejected. Declarations were correctly parsed.
Diffstat (limited to 'cparser/Lexer.mll')
0 files changed, 0 insertions, 0 deletions