C, properly error on keywords as function parameters

This commit is contained in:
Jakob Lykke Andersen
2020-10-11 13:57:04 +02:00
parent 3f4a58b5b4
commit 17337a3257
3 changed files with 8 additions and 0 deletions

View File

@@ -77,6 +77,8 @@ Bugs fixed
with size explicitly set in pixels) (fixed for ``'pdflatex'/'lualatex'`` only)
* #8911: C++: remove the longest matching prefix in
:confval:`cpp_index_common_prefix` instead of the first that matches.
* C, properly reject function declarations when a keyword is used
as parameter name.
Testing
--------