[PATCH] D44778: [clang-format] Wildcard expansion on Windows.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 22 15:14:02 PDT 2018


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

Use `llvm::sys::Process::GetArgumentVector`, which already does wildcard expansion from what I can see. It works with Unicode command lines and isn't affected by locale.


Repository:
  rC Clang

https://reviews.llvm.org/D44778





More information about the cfe-commits mailing list