Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [analyzer] Retain count checker for OSObject: recognize OSDynamicCast | George Karpenkov | 2018-10-11 | 1 | -1/+29 | |
| | | | | | | | | | | | For now, tresting the cast as a no-op, and disregarding the case where the output becomes null due to the type mismatch. rdar://45174557 Differential Revision: https://reviews.llvm.org/D53156 llvm-svn: 344311 | |||||
* | [analyzer] Preliminary version of retain count checking for OSObjects | George Karpenkov | 2018-08-23 | 1 | -0/+105 | |
Has quite a lot of false positives, disabled behind the flag. Differential Revision: https://reviews.llvm.org/D50880 llvm-svn: 340502 |