tree: b92c37c51f39f718a866f43262e417efd83ac6d1 [path history] [tgz]
  1. CMakeLists.txt
  2. Command.cpp
  3. Command.h
  4. Generator.cpp
  5. Generator.h
  6. IncludeFileCommand.cpp
  7. IncludeFileCommand.h
  8. Main.cpp
  9. PublicAPICommand.cpp
  10. PublicAPICommand.h
  11. README.md
libc/utils/HdrGen/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.