vitalybuka wrote: I just realized we missed a trivial solution:
**I think it's reasonable to expect that a single pattern does not mix \ / as a path separator in the same pattern.** So, on windows we match the path as is, and then also match the converted version. Maybe: As a bonus we can add a warning suggesting to convert a suppression file into forward slashes. So in distant future we can keep only / versions. https://github.com/llvm/llvm-project/pull/149886 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
