mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
It turns out all existing callers of `GetChildMemberWithName` pass true for `can_create`. This change makes `true` the default value, callers don't have to pass an opaque true. Differential Revision: https://reviews.llvm.org/D151966