This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add documentation for clang-tidy checks.
ClosedPublic

Authored by PaulkaToast on Jun 30 2020, 12:36 AM.

Diff Detail

Event Timeline

PaulkaToast created this revision.Jun 30 2020, 12:36 AM

One inline comment, but overall LGTM.

libc/docs/clang_tidy_checks.rst
32

I think the wording and examples should talk about the general case that all implementation pieces should be under the __llvm_libc namespace.

PaulkaToast marked an inline comment as done.
PaulkaToast added inline comments.
libc/docs/clang_tidy_checks.rst
32

Gotcha, let me know if this is better.

sivachandra added inline comments.Jul 6 2020, 1:24 PM
libc/docs/clang_tidy_checks.rst
32

I think the note about entrypoints is still inaccurate. Just remove it, and the rest will still be OK.

PaulkaToast marked an inline comment as done.
sivachandra accepted this revision.Jul 6 2020, 3:27 PM

OK as we can iterate.

This revision is now accepted and ready to land.Jul 6 2020, 3:27 PM
This revision was automatically updated to reflect the committed changes.