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.
27 lines
477 B
ReStructuredText
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
|