Create a simple clange-based linter
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.
Showing
plugins/clang_linter.cpp
0 → 100644
Please register or sign in to comment