Developer Guides¶
Navigate to the links below for information on the respective topics:
- The libc code style
- LLVM-libc Source Tree Layout
- Entrypoints in LLVM libc
- The libc CMake build system
- Adding new libc configure options
- LLVM libc clang-tidy checks
- Fuzzing for LLVM-libc functions
- Types of fuzz tests
- Generating Public and Internal headers
- Convention for implementing entrypoints
- Defining Undefined Behavior
- Printf Behavior Under All Conditions