When run-clang-tidy is given the -quiet flag, do not output the potentially hundreds of enabled check names at the beginning.
Details
Details
- Reviewers
alexfh JonasToth - Commits
- rZORG01ec34f57c2a: [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
rG01ec34f57c2a: [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
rG3cbf3c841289: [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
rCTE360869: [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
rL360869: [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the review. How will the patch be merged? According to https://llvm.org/docs/Phabricator.html#committing-a-change, someone else has to do it for me, because AFAICT, I have no commit rights. As I said: I'm still in the process of learning the workflow here... :-)
Comment Actions
Yes someone has to do it on behalf of you.
I did so for you. After a view good patches you can get commit rights from chris lattner, until then the reviewer can commit for you.
Thank you for the patch!