This is an archive of the discontinued LLVM Phabricator instance.

Fix run-clang-tidy.py. Do not add "-*" to the list of checks. Make consistent the list of enabled checks and the checks in use. Moreover, removing "-*" makes the behaviour consistent with clang-tidy and allows user to use .clang-tidy configuration...
ClosedPublic

Authored by curdeius on Sep 8 2015, 1:04 AM.

Details

Reviewers
alexfh
Summary

...file.

Diff Detail

Event Timeline

curdeius updated this revision to Diff 34195.Sep 8 2015, 1:04 AM
curdeius retitled this revision from to Fix run-clang-tidy.py. Do not add "-*" to the list of checks. Make consistent the list of enabled checks and the checks in use. Moreover, removing "-*" makes the behaviour consistent with clang-tidy and allows user to use .clang-tidy configuration....
curdeius updated this object.
curdeius added a reviewer: alexfh.
alexfh accepted this revision.Sep 8 2015, 2:59 AM
alexfh edited edge metadata.

LG. Thanks! I'll submit the patch for you.

This revision is now accepted and ready to land.Sep 8 2015, 2:59 AM
alexfh closed this revision.Sep 8 2015, 3:33 AM

Committed revision 247002.