llvm-project/libc/utils/HdrGen
Siva Chandra Reddy 59f17a7d4f [libc][NFC] Move tablegen indexer class into a util library of its own.
This class is currently used by two tools: HdrGen and PrototypeTestGen.
We will be adding more tools based on this class so it is convenient to
keep it in a util library of its own.
2020-07-28 16:35:19 -07:00
..
PrototypeTestGen [libc][NFC] Move tablegen indexer class into a util library of its own. 2020-07-28 16:35:19 -07:00
CMakeLists.txt [libc][NFC] Move tablegen indexer class into a util library of its own. 2020-07-28 16:35:19 -07:00
Command.cpp [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
Command.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
Generator.cpp [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
Generator.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
IncludeFileCommand.cpp [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
IncludeFileCommand.h [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
Main.cpp [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
PublicAPICommand.cpp [libc][NFC] Move tablegen indexer class into a util library of its own. 2020-07-28 16:35:19 -07:00
PublicAPICommand.h [libc][NFC] Move tablegen indexer class into a util library of its own. 2020-07-28 16:35:19 -07:00
README.md [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00

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.