This is an archive of the discontinued LLVM Phabricator instance.

Update clang-tidy documentation.
ClosedPublic

Authored by alexfh on May 15 2014, 2:17 PM.

Details

Summary

Updated the help message, updated description of -checks=, removed
mentions of -disable-checks.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 9455.May 15 2014, 2:17 PM
alexfh retitled this revision from to Update clang-tidy documentation..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
alexfh updated this revision to Diff 9457.May 15 2014, 2:28 PM

Added information about -checks='*' to -list-checks help message. Reformatted
option descriptions, so that they fit into 80 columns on the terminal.

klimek accepted this revision.May 16 2014, 12:25 AM
klimek edited edge metadata.

lg

clang-tidy/tool/ClangTidyMain.cpp
38

I think this needs some more explanation of how you decide whether something is positive or negative, whether order is important, how it relates to the default checks, etc.

This revision is now accepted and ready to land.May 16 2014, 12:25 AM
alexfh updated this revision to Diff 9471.May 16 2014, 5:51 AM
alexfh edited edge metadata.

Please take a look if the new description is more clear.

alexfh closed this revision.May 16 2014, 6:14 AM