DKLoehr wrote: > I believe this patch will not handle pattern: path "clang\something" agains > patter "src:clang/". > ... > There is llvm/unittests/Support/GlobPatternTest.cpp which should be extended.
Thanks for pointing that out, although it took me a little bit to figure out why it wasn't matching. I've added a unit test to the requested file and fixed the prefix bug. https://github.com/llvm/llvm-project/pull/149886 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
