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

..--

PrototypeTestGen/23-Nov-2023-8260

CMakeLists.txtD23-Nov-2023395 1915

Command.cppD23-Nov-2023464 164

Command.hD23-Nov-20231.4 KiB5532

Generator.cppD23-Nov-20234 KiB12091

Generator.hD23-Nov-20231.6 KiB6034

IncludeFileCommand.cppD23-Nov-20231.7 KiB5127

IncludeFileCommand.hD23-Nov-2023953 3316

Main.cppD23-Nov-20232 KiB6242

PublicAPICommand.cppD23-Nov-20234.6 KiB13494

PublicAPICommand.hD23-Nov-20231.2 KiB4625

README.mdD23-Nov-2023248 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