[PATCH] D159235: 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 554868. kinu added a comment. Add assignment test cases Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159235/new/ https://reviews.llvm.org/D159235 Files: clang/include/clang/Analysis/FlowSensitive/StorageLocati

[PATCH] D159235: 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 doesn't fix the problem of non-populated fields in base classes (even if they are accessed