llvm-project/libc/docs
Michael Jones 155f5a6dac [libc][clang-tidy] fix namespace check for externals
Up until now, all references to `errno` were marked with `NOLINT`, since
it was technically calling an external function. This fixes the lint
rules so that `errno`, as well as `malloc`, `calloc`, `realloc`, and
`free` are all allowed to be called as external functions. All of the
relevant `NOLINT` comments have been removed, and the documentation has
been updated.

Reviewed By: sivachandra, lntue, aaron.ballman

Differential Revision: https://reviews.llvm.org/D113946
2021-11-30 11:44:24 -08:00
..
build_system.rst
clang_tidy_checks.rst [libc][clang-tidy] fix namespace check for externals 2021-11-30 11:44:24 -08:00
entrypoints.rst
fuzzing.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
ground_truth_specification.rst [libc] Add a TableGen based header generator. 2019-11-22 13:02:24 -08:00
header_gen_scheme.svg [libc] Add a TableGen based header generator. 2019-11-22 13:02:24 -08:00
header_generation.rst [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
implementation_standard.rst [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
integration_test.rst [libc] Add documentation for integration tests. 2020-07-06 12:44:32 -07:00
mechanics_of_public_api.rst [libc] Add a TableGen based header generator. 2019-11-22 13:02:24 -08:00
redirectors.rst
redirectors_schematic.svg
source_layout.rst [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00