Star81
27
代码介绍
代码
Issues10
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. libc
  4. /
  5. utils
  6. /
  7. HdrGen
GGitHub[libc] support out of tree build with dynlibs (#97959)
f13463ee创建于 2024年7月8日历史提交
文件最后提交记录最后更新时间
PrototypeTestGen
[libc] Mass replace enclosing namespace (#67032)2 年前
CMakeLists.txt
[libc] support out of tree build with dynlibs (#97959)1 年前
Command.cpp
[libc][NFC] Make all top of file comments consistent.6 年前
Command.h
[libc][NFC] Add noreturn and constexpr qualifiers where appropriate4 年前
Generator.cpp
[libc] allow libc-hdrgen to work on windows files (#87292)2 年前
Generator.h
[libc] Add support for creating wrapper headers for offloading in clang2 年前
IncludeFileCommand.cpp
[libc][NFC] Make all top of file comments consistent.6 年前
IncludeFileCommand.h
[libc][NFC] Make all top of file comments consistent.6 年前
Main.cpp
[libc] Add support for creating wrapper headers for offloading in clang2 年前
PublicAPICommand.cpp
[libc] add support for function level attributes (#79891)2 年前
PublicAPICommand.h
[libc] add support for function level attributes (#79891)2 年前
README.md
[libc] Add a README to the sub-directories under the utils directory.6 年前
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.