Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid...
Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar. Since implicit 'self' no longer has a source location, it's not needed. (plus we also want to check for a 'self' that is visible in source code) llvm-svn: 76296
Loading
Please register or sign in to comment