You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
The compiler currently generates warnings about possible invalid bounds declarations when strings with a declared bounds are passed to an argument with count(0). We plan to improve the compiler to eliminate this unnecessary warnings (checkedc/checkedc-clang#599). Once we do that, we should double check that the number of warnings have gone done.
The compiler currently generates warnings about possible invalid bounds declarations when strings with a declared bounds are passed to an argument with count(0). We plan to improve the compiler to eliminate this unnecessary warnings (checkedc/checkedc-clang#599). Once we do that, we should double check that the number of warnings have gone done.