Array size check: required in stack array, forbidden in parameter declaration
Open
area:compiler
area:standard-support
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
See `TODO[#126]` in the code: array size should be required for stack array local declaration (like `char[100] xxx;`), and should be forbidden (or should it? check with the C standard, please) for a parameter declaration (like `void foo(char[100] xxx);`).
Contributor guide
Assessment
This issue has not been assessed yet.