commit | bb11721781f90d81d68a510a30e44aeb9d8dc3e2 | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Wed Nov 27 09:51:59 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 27 00:56:04 2024 -0800 |
tree | b4277117ca615ead66d6fcf62dbbade9c33b039c | |
parent | 4f3a205db5e4cea501fc3385753e469351619178 [diff] |
[lldb] Make sure Blocks always have a parent (#117683) It's basically true already (except for a brief time during construction). This patch makes sure the objects are constructed with a valid parent and enforces this in the type system, which allows us to get rid of some nullptr checks. GitOrigin-RevId: e8a01e75e6b17e84710e7cc3bfb70d95a3a696a2