[analyzer] ObjCAutoreleaseWriteChecker: Support explicit autoreleasepools.
The checker currently supports only a whitelist of block-enumeration methods which are known to internally clear an autorelease pool. Extend this checker to detect writes within the scope of explicit @autoreleasepool statements. rdar://25301111 Differential Revision: https://reviews.llvm.org/D81072
Loading
Please register or sign in to comment