/
GitCaptain
/
llvm-project
ОбзорДокументацияВойти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
llvm-project/
libc/docs/
..
CMakeLists.txt

Move LLVM Proposal to doc directory, create index

5 лет назад
README.txt

Move LLVM Proposal to doc directory, create index

5 лет назад
api_test.rst

[libc] Rename libc-integration-test to libc-api-test.

4 года назад
build_system.rst

Illustrate a redirector using the example of round function from math.h.

7 лет назад
clang_tidy_checks.rst

[libc][clang-tidy] fix namespace check for externals

5 лет назад
conf.py

Move LLVM Proposal to doc directory, create index

5 лет назад
entrypoints.rst

Add few docs and implementation of strcpy and strcat.

7 лет назад
fuzzing.rst

[libc][docs] Update the fuzzing doc to better reflect the current state.

4 года назад
ground_truth_specification.rst

[libc] Add a TableGen based header generator.

7 лет назад
header_gen_scheme.svg

[libc] Add a TableGen based header generator.

7 лет назад
header_generation.rst

[libc] NFC: Fix trivial typo in comments, documents, and messages

6 лет назад
implementation_standard.rst

[libc] NFC: Fix trivial typo in comments, documents, and messages

6 лет назад
index.rst

[libc] Add a status page for math functions.

4 года назад
layering.rst

Rewrite much of the index page for libc

4 года назад
math.rst

[libc] Use nearest_integer instructions to improve expm1f performance.

4 года назад
mechanics_of_public_api.rst

[libc] Add a TableGen based header generator.

7 лет назад
redirectors.rst

Move LLVM Proposal to doc directory, create index

5 лет назад
redirectors_schematic.svg

Illustrate a redirector using the example of round function from math.h.

7 лет назад
runtimes_build.rst

[libc] Add a doc describing the current status of libc runtimes build.

4 года назад
source_layout.rst

[libc][docs] Use same formatting for headers in source_layout

4 года назад
stdio.rst

[libc][docs] Add doc for libc stdio functions

4 года назад
strings.rst

[libc][docs] Add doc for libc stdio functions

4 года назад
README.txt
libc Documentation
==================
 
The libc documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.
 
To build the documents into html configure libc with the following cmake options:
 
* -DLLVM_ENABLE_SPHINX=ON
* -DLIBC_INCLUDE_DOCS=ON
 
After configuring libc with these options the make rule `docs-libc-html`
should be available.