xref: /llvm-project/libc/docs/dev/index.rst (revision 0a94ee694fbe1a17c5a948fbe86b881527f81343)
1.. _developer_guides:
2
3================
4Developer Guides
5================
6
7Navigate to the links below for information on the respective topics:
8
9.. toctree::
10   :maxdepth: 1
11
12   code_style
13   source_tree_layout
14   entrypoints
15   cmake_build_rules
16   config_options
17   clang_tidy_checks
18   fuzzing
19   header_generation
20   implementation_standard
21   undefined_behavior
22   printf_behavior
23