[PATCH] D119562: [clang-tidy] Provide fine control of color in run-clang-tidy
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 20 02:56:56 PST 2022
njames93 accepted this revision.
njames93 added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:69
+ val = val.lower()
+ if val in ['', 'true', '1']:
+ return True
----------------
Didn't even realise an empty string was acceptable in LLVM CLI. Learn something new everyday.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119562/new/
https://reviews.llvm.org/D119562
More information about the cfe-commits
mailing list