[libc-commits] [libc] Add basic char*_t support for libc (partial WG14 N2653) (PR #90360)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Apr 29 11:52:33 PDT 2024


Fabian =?utf-8?q?Keßler?= <fabian_kessler at gmx.de>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/90360 at github.com>


================
@@ -85,5 +85,10 @@ def TimeAPI : PublicAPI<"time.h"> {
 }
 
 def UCharAPI : PublicAPI<"uchar.h"> {
-  let Types = ["mbstate_t"];
+  let Types = [
+    "mbstate_t",
----------------
michaelrj-google wrote:

you should also add these types to the `api.td` for `linux` if you're adding this header to the list of linux headers.

https://github.com/llvm/llvm-project/pull/90360


More information about the libc-commits mailing list