[libc-commits] [libc] Add basic char*_t support for libc (partial WG14 N2653) (PR #90360)
Fabian Keßler via libc-commits
libc-commits at lists.llvm.org
Mon Apr 29 14:17:12 PDT 2024
================
@@ -85,5 +85,10 @@ def TimeAPI : PublicAPI<"time.h"> {
}
def UCharAPI : PublicAPI<"uchar.h"> {
- let Types = ["mbstate_t"];
+ let Types = [
+ "mbstate_t",
----------------
Febbe wrote:
For windows and Darwin, the `api.td` does not exist. What about that?
https://github.com/llvm/llvm-project/pull/90360
More information about the libc-commits
mailing list