
This document is based on the RFC posted to discourse: https://discourse.llvm.org/t/rfc-defining-undefined-behavior-in-libc/ Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D152588
23 lines
403 B
ReStructuredText
23 lines
403 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
|
|
clang_tidy_checks
|
|
fuzzing
|
|
ground_truth_specification
|
|
header_generation
|
|
implementation_standard
|
|
undefined_behavior
|
|
api_test
|
|
mechanics_of_public_api
|