llvm-project/libc/utils/HdrGen
Guillaume Chatelet 0c3037dfc5 [libc] Fix prototype_test_gen 2022-07-29 10:18:54 +00:00
..
PrototypeTestGen [libc] Fix prototype_test_gen 2022-07-29 10:18:54 +00:00
CMakeLists.txt
Command.cpp
Command.h [libc][NFC] Add noreturn and constexpr qualifiers where appropriate 2021-07-29 04:50:05 +00:00
Generator.cpp
Generator.h
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp
PublicAPICommand.cpp [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00
PublicAPICommand.h
README.md

README.md

The LLVM libc header generation system

LLVM libc uses a header generation scheme to generate public as well as internal header files. This directory contains the implementation of the header generator which drives this header generation scheme.