This ASTMatchers-based 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.
Patch by Paul Pelzl!
(who can't participate in the discussion for IRL reasons; i'll address comments)
This looks a bit messy to me, but not critical.