• Kevin Modzelewski's avatar
    Create a simple clange-based linter · 74f5384f
    Kevin Modzelewski authored
    First job: check for cases where we call isSubclass() when it would
    be faster to call Py*_Check
    
    Probably overkill for this.  Pretty cool though that it found a
    case that would have been impossible to spot textually, where there
    was an implicit this-> member access.
    74f5384f
Makefile 41.4 KB