[all-commits] [llvm/llvm-project] ead9ac: [libc] Remove header templates from several C stan...

Alexey Samsonov via All-commits all-commits at lists.llvm.org
Fri Mar 27 10:56:00 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ead9ac8331fd496ce4c348ab70e3709c68d46d50
      https://github.com/llvm/llvm-project/commit/ead9ac8331fd496ce4c348ab70e3709c68d46d50
  Author: Alexey Samsonov <vonosmas at gmail.com>
  Date:   2026-03-27 (Fri, 27 Mar 2026)

  Changed paths:
    R libc/include/limits.h.def
    M libc/include/limits.yaml
    R libc/include/locale.h.def
    M libc/include/locale.yaml
    R libc/include/time.h.def
    M libc/include/time.yaml
    R libc/include/wchar.h.def
    M libc/include/wchar.yaml
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] Remove header templates from several C standard headers. (#188878)

Switches the following headers to hdrgen-produced ones by referencing
some macro from C standard and the file containing the declarations in
corresponding YAML files:

* limits.h (referenced _WIDTH / _MAX / _MIN families).
* locale.h (referenced LC_ family).
* time.h (referenced CLOCKS_PER_SEC).
* wchar.h (referenced WEOF).



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