This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy][NFC] Add missing check group docs and order entries
ClosedPublic

Authored by whisperity on Mar 21 2020, 3:32 AM.

Details

Summary

Two directories for Tidy checks were missing the appropriate documentation entries, and the module list in the linker file was out of order.

Diff Detail

Event Timeline

whisperity created this revision.Mar 21 2020, 3:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2020, 3:32 AM
whisperity retitled this revision from [clang-tidy][docs][NFC] Check group doc line was missing from darwin & linuxkernel to [clang-tidy][NFC] Add missing check group docs and order entries.
whisperity edited the summary of this revision. (Show Details)

ClangTidyForceLinker.h also contained the entries without alphabetic order.

Forgive me if I'm wrong, but these kinds of changes typically don't require a review.

This revision is now accepted and ready to land.Mar 21 2020, 10:42 AM

Forgive me if I'm wrong, but these kinds of changes typically don't require a review.

NFC changes don't typically require a review, but you're still welcome to ask for a review just the same.

Forgive me if I'm wrong, but these kinds of changes typically don't require a review.

Ah, pardon me. This is the first time I'm touching the insides of Tidy.

This revision was automatically updated to reflect the committed changes.