[PATCH] D41535: Add -vfsoverlay option for Clang-Tidy
Vladimir Plyashkun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 24 22:35:11 PST 2017
vladimir.plyashkun added a comment.
@ilya-biryukov
Yes, this is exactly what i need.
Unfortunately, `-ivfsoverlay` in the compile commands works for the compiler invocation, but it doesn't work for tooling.
E.g. this call:
clang-tidy -checks=* <file> -- -ivfsoverlay=<yaml_file>
has no effect.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D41535
More information about the cfe-commits
mailing list