[all-commits] [llvm/llvm-project] 86f0e6: [libc] Add --json mode for hdrgen (#127847)

Roland McGrath via All-commits all-commits at lists.llvm.org
Wed Feb 19 16:08:06 PST 2025


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

  Changed paths:
    M libc/utils/hdrgen/header.py
    M libc/utils/hdrgen/main.py
    A libc/utils/hdrgen/tests/expected_output/test_small.json
    M libc/utils/hdrgen/tests/test_integration.py

  Log Message:
  -----------
  [libc] Add --json mode for hdrgen (#127847)

This adds a feature to hdrgen to emit JSON summaries of header
files for build system integration.  For now the summaries have
only the basic information about each header that is relevant for
build and testing purposes: the standards and includes lists.



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