tree: ac51521a1a45ea5873f6ee0974074bdd2577408f [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.