Files
clang-p2996/libc/utils/docgen/strings.yaml
Nick Desaulniers 98b3191a34 [libc][docgen] regen docgen via cmake (#119628)
Now, `ninja docs-libc-html` will re-run docgen.

Previously, we would run docgen offline, and commit the result.

Now we no longer need to do that; docgen is invoked from the
dependencies of the `docs-libc-html` target on demand. This
commit removes the dynamically generated .rst files (keeping
the static ones that haven't been converted to docgen), and
fixes up some mistakes I failed to cleanup recently since I
didn't have such automation in place to catch such bugs.
2025-01-06 08:52:08 -08:00

27 lines
461 B
YAML

functions:
bcmp:
removed-in-posix-2008: ''
bcopy:
removed-in-posix-2008: ''
bzero:
removed-in-posix-2008: ''
ffs:
in-latest-posix: ''
ffsl:
in-latest-posix: ''
ffsll:
in-latest-posix: ''
index:
removed-in-posix-2008: ''
rindex:
removed-in-posix-2008: ''
strcasecmp:
in-latest-posix: ''
strcasecmp_l:
in-latest-posix: ''
strncasecmp:
in-latest-posix: ''
strncasecmp_l:
in-latest-posix: ''