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

..03-May-2022-

PrototypeTestGen/H03-May-2022-7655

Command.cppH A D09-Dec-2020464 164

Command.hH A D09-Dec-20201.4 KiB5532

Generator.cppH A D09-Dec-20203.9 KiB12091

Generator.hH A D09-Dec-20201.4 KiB5731

IncludeFileCommand.cppH A D09-Dec-20201.7 KiB5127

IncludeFileCommand.hH A D09-Dec-2020953 3316

Main.cppH A D09-Dec-20201.8 KiB5737

PublicAPICommand.cppH A D09-Dec-20209.5 KiB268205

PublicAPICommand.hH A D09-Dec-20202.6 KiB9764

README.mdH A D09-Dec-2020248 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