History log of /llvm-project/libc/utils/hdrgen/function.py (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 906cbbbd 17-Jan-2025 Roland McGrath <mcgrathr@google.com>

[libc] Fix hdrgen output for no-argument functions (#123245)

The hdrgen output is C, not C++.


Revision tags: llvmorg-19.1.7
# 07e13b76 31-Dec-2024 Roland McGrath <mcgrathr@google.com>

[libc] Remove unnecessary subdirectory layers in utils/hdrgen (#121363)

Two extra layers of subdirectory for a handful of single-symbol
Python source files did not improve anything, and it complicat

[libc] Remove unnecessary subdirectory layers in utils/hdrgen (#121363)

Two extra layers of subdirectory for a handful of single-symbol
Python source files did not improve anything, and it complicated
integration of the hdrgen Python outside the LLVM CMake build.

show more ...