mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
Introduces a `member` property to `SBValue`. This property provides pythonic access to a
value's members, by name. The expression `value.member["name"]` will be an alternate
form form of writing `value.GetChildMemberWithName("name")`.