• Home
Name Date Size #Lines LOC

..--

PrototypeTestGen/03-May-2024-8260

CMakeLists.txtD03-May-2024395 1915

Command.cppD03-May-2024464 164

Command.hD03-May-20241.4 KiB5532

Generator.cppD03-May-20244 KiB12091

Generator.hD03-May-20241.6 KiB6034

IncludeFileCommand.cppD03-May-20241.7 KiB5127

IncludeFileCommand.hD03-May-2024953 3316

Main.cppD03-May-20242 KiB6242

PublicAPICommand.cppD03-May-20244.6 KiB13494

PublicAPICommand.hD03-May-20241.2 KiB4625

README.mdD03-May-2024248 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