~pali/llvm/lldb-trunk

Viewing all changes in revision 17596.

  • Committer: jingham
  • Date: 2018-07-13 19:28:32 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:lldb/trunk:337035
Fix the libcxx set, multiset, vector and bitset formatters to work on references.

The synthetic child providers for these classes had a type expression that matched
pointers & references to the type, but the Front End only worked on the actual object.

I fixed this by adding a way for the Synthetic Child FrontEnd provider to request dereference,
and then had these formatters use that mode.

<rdar://problem/40849836>

Differential Revision: https://reviews.llvm.org/D49279

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: