Skip to content
  • Peter Collingbourne's avatar
    Generalise pattern for matching IsValid signature · 059640b5
    Peter Collingbourne authored
    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
    059640b5
Loading