Michael Jones b89fef8f67
[libc][docs] Update docs to reflect new headergen (#102381)
Since new headergen is now the default for building LLVM-libc, the docs
need to be updated to reflect that. While I was editing those docs, I
took a quick pass at updating other out-of-date pages.
2024-08-21 10:50:39 -07:00

22 lines
371 B
ReStructuredText

.. _developer_guides:
================
Developer Guides
================
Navigate to the links below for information on the respective topics:
.. toctree::
code_style
source_tree_layout
entrypoints
cmake_build_rules
config_options
clang_tidy_checks
fuzzing
header_generation
implementation_standard
undefined_behavior
printf_behavior