llvm-project/libc/utils/HdrGen
Tue Ly e35c71493b [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math.
Clean up some warnings from running libc-lint for these folders.

Reviewed By: michaelrj, sivachandra

Differential Revision: https://reviews.llvm.org/D146048
2023-03-15 18:47:31 -04:00
..
PrototypeTestGen [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
CMakeLists.txt [libc] Small improvements to libc cmake 2023-03-08 09:02:02 -03:00
Command.cpp
Command.h
Generator.cpp
Generator.h
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp
PublicAPICommand.cpp [libc] add noexcept to external function headers 2023-01-06 11:43:43 -08:00
PublicAPICommand.h
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.