[PATCH] D107325: [clang-tidy] Fix command line is too long issue which breaks test on Windows
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 3 03:51:14 PDT 2021
thakis added a comment.
Thanks!
Since the config file contents are fixed as far as I can tell, maybe we could instead just add a file with the right contents to `clang-tools-extra/test/clang-tidy/checkers/Inputs` and refer to that? (Use `%S/Inputs/myfile.txt`) (Alternatively you could use the `split-file` utility, but putting the file in Inputs is probably easier if you're new, and it's not any worse :) )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107325/new/
https://reviews.llvm.org/D107325
More information about the cfe-commits
mailing list