[all-commits] [llvm/llvm-project] aa500a: [libc] Make hdrgen deduce header type lists from f...

Roland McGrath via All-commits all-commits at lists.llvm.org
Fri Feb 14 12:55:09 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa500a79fcb4caf8fdb782808d2ee3c58fe9a2b6
      https://github.com/llvm/llvm-project/commit/aa500a79fcb4caf8fdb782808d2ee3c58fe9a2b6
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M libc/utils/hdrgen/function.py
    M libc/utils/hdrgen/header.py
    M libc/utils/hdrgen/tests/expected_output/test_header.h
    M libc/utils/hdrgen/tests/input/subdir/test.yaml
    M libc/utils/hdrgen/tests/input/test_small.h.def
    M libc/utils/hdrgen/type.py

  Log Message:
  -----------
  [libc] Make hdrgen deduce header type lists from function signatures (#127251)

With this, the `types` list in YAML files should only be used to
list the types that a standard specifies should be in that header
per se.  All the types referenced in function signatures will be
collected automatically.



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