| commit | 27982c70fc349da9e63d44367dd63e66c464bcc3 | [log] [tgz] |
|---|---|---|
| author | Anna Zaks <ganna@apple.com> | Sat Jun 22 00:23:26 2013 +0000 |
| committer | Anna Zaks <ganna@apple.com> | Sat Jun 22 00:23:26 2013 +0000 |
| tree | 8b5e7c2b66ce545ce6ae9c3145450916be885525 | |
| parent | 56b4975badc59e355d0bfb866b689f7131cd66c0 [diff] |
[analyzer] Use output form collections’ count to decide if ObjC for loop should be entered This fixes false positives by allowing us to know that a loop is always entered if the collection count method returns a positive value and vice versa. Addresses radar://14169391. llvm-svn: 184618