[PATCH] D107325: [clang-tidy] Fix command line is too long issue which breaks test on Windows

Douglas Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 3 04:49:54 PDT 2021


dougpuob added a comment.

In D107325#2921844 <https://reviews.llvm.org/D107325#2921844>, @thakis wrote:

> 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 :) )

Hi @thakis:
It's a really good idea, thank you for the suggestion. I just upload the latest diff.


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