Name Date Size #Lines LOC

..13-Mar-2025-

PrototypeTestGen/H13-Mar-2025-11687

CMakeLists.txtH A D13-Mar-2025390 1915

Command.cppH A D13-Mar-2025464 164

Command.hH A D13-Mar-20251.4 KiB5532

Generator.cppH A D13-Mar-20254 KiB12091

Generator.hH A D13-Mar-20251.6 KiB6034

IncludeFileCommand.cppH A D13-Mar-20251.7 KiB5127

IncludeFileCommand.hH A D13-Mar-2025953 3316

Main.cppH A D13-Mar-20252 KiB6242

PublicAPICommand.cppH A D13-Mar-20255.2 KiB146105

PublicAPICommand.hH A D13-Mar-20251.2 KiB4625

README.mdH A D13-Mar-2025248 64

README.md

1# The LLVM libc header generation system
2
3LLVM libc uses a header generation scheme to generate public as well as internal
4header files. This directory contains the implementation of the header generator
5which drives this header generation scheme.
6