[PATCH] D49864: [clang-tidy] The script clang-tidy-diff.py doesn't accept 'pass by' options (--)
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 08:14:30 PDT 2018
alexfh added a comment.
This is intended, IIUC. The syntax of the clang-tidy-diff.py mirrors the syntax of clang-tidy itself, and the `--` option is used in the same way as in clang-tidy - to denote the start of compiler arguments (and switch to the fixed compilation database). Do you have a use case that would require passing clang-tidy options beyond the list already supported by clang-tidy-diff.py?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D49864
More information about the cfe-commits
mailing list