mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Use of this class wasn't making use of the original regex string. Note that `re.Pattern` has a `pattern` property to access the original regex.
Use of this class wasn't making use of the original regex string. Note that `re.Pattern` has a `pattern` property to access the original regex.