mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +08:00
Previously the IsValid pattern matched only function signatures of
the form:
def IsValid(*args): ...
However under SWIG 1.3.40 on Linux the signature reads:
def IsValid(self): ...
The new pattern matches both signature types by matching only up to
the left paren.
llvm-svn: 132968
8.1 KiB
8.1 KiB