[clang] [llvm] Make sanitizer special case list slash-agnostic (PR #149886)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 12:42:13 PDT 2025
vitalybuka wrote:
> I'm sorry I haven't yet read all the recent comments regarding technical issues with supporting both / and , but just want to say my initial impression is that it'd be a massive overkill to force an incompatible format-change here, instead of just supporting both separators on Windows. I'll write a more informed reply later.
Didn't we Regex to Glob recently without issues? This transiton looks even simpler?
https://github.com/llvm/llvm-project/pull/149886
More information about the llvm-commits
mailing list