[PATCH] D153587: [GlobPattern] Support brace expansions
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 23:30:47 PDT 2023
MaskRay added a comment.
There are some interesting test cases like `{a,b}{1,2}`. If we don't intend to support
% echo {ab\,d}
, a b d
we can probably report an error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153587/new/
https://reviews.llvm.org/D153587
More information about the llvm-commits
mailing list