[all-commits] [llvm/llvm-project] 58946e: [libc][docs] start documenting c23 support (#81933)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Fri Feb 16 08:56:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58946ee435dca2071ce8eec1961de29e7378ec03
https://github.com/llvm/llvm-project/commit/58946ee435dca2071ce8eec1961de29e7378ec03
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
A libc/docs/c23.rst
M libc/docs/index.rst
Log Message:
-----------
[libc][docs] start documenting c23 support (#81933)
I've been diffing the c17 vs c23 latest publicly available drafts and think I
have most of the library related differences. I haven't yet annotated what we
actually support or not.
Link: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2310.pdf (C17)
Link: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf (C23)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list