[all-commits] [llvm/llvm-project] 02e39a: [libc][docs] split "String Functions" into string....

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Dec 10 13:00:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02e39a13c35722c7f3c7f7f547c3dcb15611187f
      https://github.com/llvm/llvm-project/commit/02e39a13c35722c7f3c7f7f547c3dcb15611187f
  Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M libc/docs/headers/index.rst
    A libc/docs/headers/inttypes.rst
    A libc/docs/headers/stdlib.rst
    A libc/docs/headers/string.rst
    M libc/docs/headers/strings.rst
    A libc/utils/docgen/inttypes.json
    A libc/utils/docgen/stdlib.json
    A libc/utils/docgen/string.json
    A libc/utils/docgen/strings.json

  Log Message:
  -----------
  [libc][docs] split "String Functions" into string.h, strings.h, stdlib.h, and inttypes.h (#118860)

bcmp, bcopy, and bzero should be moved from libc/src/string/ to
lib/src/strings/ in order for docgen to use existing conventions to find
whether we implement a function or not.

We should add support to docgen for mentioning glibc extensions (mempcpy) or
extensions from other libcs.



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