[all-commits] [llvm/llvm-project] 732908: [libc][docs] stub out assert, errno, and locale (#...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Thu Dec 5 14:20:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7329086d4ef7e92103309a2c659bbeabdee9e655
https://github.com/llvm/llvm-project/commit/7329086d4ef7e92103309a2c659bbeabdee9e655
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
A libc/docs/headers/assert.rst
A libc/docs/headers/errno.rst
M libc/docs/headers/index.rst
A libc/docs/headers/locale.rst
A libc/utils/docgen/assert.json
A libc/utils/docgen/errno.json
A libc/utils/docgen/locale.json
Log Message:
-----------
[libc][docs] stub out assert, errno, and locale (#118852)
[libc][docs] stub out assert, errno, and locale
These were the remaining c89 library headers (besides string.h and
stdlib.h; I
will split strings.rst in a follow up commit).
The macro support detection in docgen doesn't quite work for some of
these
headers. Add the stubs for these headers for now, and fix up docgen
later.
See the "NIST publication":
Link: https://www.open-std.org/jtc1/sc22/wg14/www/projects.html
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