-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[libc] add btowc to wchar.h generated header #124152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@llvm/issue-subscribers-libc Author: Nick Desaulniers (nickdesaulniers)
While working on #124150, I noticed that libc/include/wchar.yaml is missing an entry for `btowc`, even though we have it implemented (libc/src/wchar/btowc.cpp). If we don't advertise it in the generated wchar.h, then users will get a diagnostic when calling it.
|
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Nick Desaulniers (nickdesaulniers)
While working on #124150, I noticed that libc/include/wchar.yaml is missing an entry for `btowc`, even though we have it implemented (libc/src/wchar/btowc.cpp). If we don't advertise it in the generated wchar.h, then users will get a diagnostic when calling it.
|
Hi @nickdesaulniers |
While working on #124150, I noticed that libc/include/wchar.yaml is missing an entry for
btowc
, even though we have it implemented (libc/src/wchar/btowc.cpp). If we don't advertise it in the generated wchar.h, then users will get a diagnostic when calling it.The text was updated successfully, but these errors were encountered: