[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
Mon Aug 2 23:26:34 PDT 2021
dougpuob created this revision.
Herald added a subscriber: xazax.hun.
dougpuob requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Command line is too long with check_clang_tidy.py program on Windows, because the configuration is too long for regression test. Fix this issue by creating a temporary response file then pass to target program. (error log: http://45.33.8.238/win/43180/step_8.txt)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107325
Files:
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-hungarian-notation-cfgfile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107325.363634.patch
Type: text/x-patch
Size: 38789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210803/47b3df18/attachment-0001.bin>
More information about the cfe-commits
mailing list