[PATCH] D49864: [clang-tidy] The script clang-tidy-diff.py doesn't accept 'pass by' options (--)
Jano Simas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 09:04:35 PDT 2018
janosimas added a comment.
To use in a git pre-commit I wanted to use the flags:
-warnings-as-errors=*
-header-filter=.*
I wanted that the script returned an error value for my selected checks, even if they are just warnings.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49864
More information about the cfe-commits
mailing list