[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 14:44:44 PDT 2024


Fabian =?utf-8?q?Keßler?= <fabian_kessler at gmx.de>,
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>


================
@@ -90,6 +90,19 @@ add_header(tcflag_t HDR tcflag_t.h)
 add_header(struct_termios HDR struct_termios.h DEPENDS .cc_t .speed_t .tcflag_t)
 add_header(__getoptargv_t HDR __getoptargv_t.h)
 add_header(wchar_t HDR wchar_t.h)
+add_header(char8_t HDR char8_t.h)
+add_header(
+    char16_t 
+  HDR 
+    char16_t.h
+  DEPENDS
+    libc.include.llvm-libc-macros.stdint_macros)
----------------
michaelrj-google wrote:

nit: closing parenthesis on its own line

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


More information about the libc-commits mailing list