[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the result of an initialization call (e.g. [super init], or [self initWith..]) before using any instance variable or returning 'self'. llvm-svn: 123264
Loading
Please register or sign in to comment