[NFC] Fix static analyzer concern
Fix static analyzer concern about potential null value dereference. findBackingIvar() dereferences Prop. PR checks that Prop exists before calling the function. Differential Revision: https://reviews.llvm.org/D157429
Loading
Please sign in to comment