[PATCH] D159248: Fix crash when struct with inheritance is initialized with InitExpr

2023-08-30 Thread Kinuko Yasuda via Phabricator via cfe-commits
kinu updated this revision to Diff 554906. kinu added a comment. updated comment Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159248/new/ https://reviews.llvm.org/D159248 Files: clang/include/clang/Analysis/FlowSensitive/StorageLocation.h cla

[PATCH] D159248: Fix crash when struct with inheritance is initialized with InitExpr

2023-08-30 Thread Kinuko Yasuda via Phabricator via cfe-commits
kinu created this revision. Herald added a reviewer: NoQ. Herald added a project: All. kinu requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This fix still leaves inherited fields from base classes unpopulated (even if they are accessed in t