• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

PrototypeTestGen/H03-May-2022-8865

Command.cppH A D20-Jan-2022464 164

Command.hH A D20-Jan-20221.4 KiB5532

Generator.cppH A D20-Jan-20224 KiB12091

Generator.hH A D20-Jan-20221.6 KiB6034

IncludeFileCommand.cppH A D20-Jan-20221.7 KiB5127

IncludeFileCommand.hH A D20-Jan-2022953 3316

Main.cppH A D20-Jan-20222 KiB6242

PublicAPICommand.cppH A D20-Jan-20224.6 KiB13494

PublicAPICommand.hH A D20-Jan-20221.2 KiB4625

README.mdH A D20-Jan-2022248 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