Files
llvm-project/libc/docs/dev/index.rst
Jeff Bailey a23ddcd3b2 [libc][docs][NFC] Remove dead files and consolidate check.rst (#194442)
Deleted check.rst, Helpers/Styles.rst, dev/cmake_build_rules.rst, and
dev/clang_tidy_checks.rst. Moved the |check| substitution into
rst_prolog in conf.py so it is available globally without per-file
include directives.

Removed all '.. include:: check.rst' lines from hand-written header docs
and from the docgen.py generator that emits them for auto-generated
header pages.

Merged the clang-tidy checks documentation into code_style.rst under a
new 'Static Analysis & Clang-Tidy' section, preserving the
_clang_tidy_checks label for existing cross-references.

Updated code examples in both libc docs and the upstream clang-tidy
check docs to replace the stale LLVM_LIBC_ENTRYPOINT macro with the
current LLVM_LIBC_FUNCTION macro.

Updated dev/index.rst to drop the two deleted toctree entries.
2026-04-30 18:03:55 +01:00

25 lines
435 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
config_options
fuzzing
header_generation
implementation_standard
undefined_behavior
printf_behavior
syscall_wrapper_refactor
modular_format