mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38: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.