[all-commits] [llvm/llvm-project] 6a4779: [NFC] Fix static analyzer concern
elizabethandrews via All-commits
all-commits at lists.llvm.org
Tue Aug 8 13:28:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a4779cc235c171f7a5049726f58e14a2cc4e6c8
https://github.com/llvm/llvm-project/commit/6a4779cc235c171f7a5049726f58e14a2cc4e6c8
Author: Elizabeth Andrews <elizabeth.andrews at intel.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M clang/lib/Analysis/BodyFarm.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list