Jeff Bailey 4bfc9bd4cf
[libc][docs] Add guide for implementing a function (#188499)
Added implementing_a_function.rst providing a checklist for adding a new
function to LLVM-libc.

Updated dev/index.rst to include the new guide in the toctree.
2026-03-25 20:43:49 +00:00

27 lines
477 B
ReStructuredText

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