Details
Details
- Reviewers
sivachandra - Commits
- rGab25ed26c67e: [libc] Add documentation for clang-tidy checks.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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. |
libc/docs/clang_tidy_checks.rst | ||
---|---|---|
32 | Gotcha, let me know if this is better. |
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. |
I think the wording and examples should talk about the general case that all implementation pieces should be under the __llvm_libc namespace.