This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] For `run-clang-tidy.py` do not treat `allow_enabling_alpha_checkers` as a none value.
ClosedPublic

Authored by Abpostelnicu on Jun 29 2020, 9:15 AM.

Details

Summary

allow_enabling_alpha_checkers will never be None, it will be True or False from argparse so threat it accordingly.
The issue has been discovered by felixn

Diff Detail

Event Timeline

Abpostelnicu created this revision.Jun 29 2020, 9:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2020, 9:15 AM
Abpostelnicu edited the summary of this revision. (Show Details)Jun 29 2020, 9:16 AM
This revision is now accepted and ready to land.Sep 10 2020, 2:58 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript