[PATCH] D29806: [clang-tidy] Add -path option to clang-tidy-diff.py

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 03:20:36 PST 2017


alexfh requested changes to this revision.
alexfh added a comment.
This revision now requires changes to proceed.

What's your use case? Can it be addressed by just forwarding the -p flag to clang-tidy?

The script shouldn't know anything about implementation details of the compilation database being used (since it can be something other than JSON compilation database).


https://reviews.llvm.org/D29806





More information about the cfe-commits mailing list