Having an incorrect type for a cast causes the checker to incorrectly dismiss the operation under ARC, leading to a false positive use-after-release on the test.
rdar://47709885
Differential D57557
[analyzer] [RetainCountChecker] Fix object type for CF/Obj-C bridged casts george.karpenkov on Jan 31 2019, 5:30 PM. Authored by
Details Having an incorrect type for a cast causes the checker to incorrectly dismiss the operation under ARC, leading to a false positive use-after-release on the test. rdar://47709885
Diff Detail
|