ForNeVeR / ForNeVeR/Cesium

Array size check: required in stack array, forbidden in parameter declaration

Open
#126 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.