[clang] [llvm] Make sanitizer special case list slash-agnostic (PR #149886)

Devon Loehr via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 08:45:06 PDT 2025


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


More information about the llvm-commits mailing list