Fix static analyzer concern about potential null value dereference. findBackingIvar() dereferences Prop. PR checks that Prop exists before calling the function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D157429
[NFC] [Clang] Fix static analyzer concern eandrews on Aug 8 2023, 12:30 PM. Authored by
Details
Fix static analyzer concern about potential null value dereference. findBackingIvar() dereferences Prop. PR checks that Prop exists before calling the function.
Diff Detail
Event Timeline |
Formatting.