[Lldb-commits] [PATCH] D53530: Fix (and improve) the support for C99 variable length array types
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 1 10:19:02 PDT 2018
clayborg added a comment.
The only other thing you would need to change to get the usability back in check when doing things in GetNumChildren() would be to have the function that gets the typename take on optional execution context for dynamic types. The ValueObject can easily pass its execution context when getting the typename. Anyone who doesn't would continue to get the "int []" as the typename which isn't really lying either way. Thoughts?
https://reviews.llvm.org/D53530
More information about the lldb-commits
mailing list