I’ve just submitted ⚙ D154014 [SpecialCaseList] Use Globs instead of Regex for review which is a breaking change for special case lists (SCL) that greatly improves their usability. Here are the users of SCL that I could find: Sanitizers (AddressSanitizer, ThreadSanitizer, MemorySanitizer, DataFlowSanitizer) Clang and LLVM instrumentation XRay sancov llvm-cov The hope is that most of these uses only need to specify simple source files (*/src/foo.{c,cpp}) or functions (*_unsafe_*) which are...