[analyzer] When looking for a known class, only traverse the hierarchy once.
This has a small hit in the case where only one class is interesting (NilArgChecker) but is a big improvement when looking for one of several interesting classes (VariadicMethodTypeChecker), in which the most common case is that there is no match. llvm-svn: 158318
Loading
Please register or sign in to comment