[PATCH] D49279: Allow SyntheticChildFrontEnd's to request that they always get an object, nor a reference or pointer

Jim Ingham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 12:33:46 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL337035: Fix the libcxx set, multiset, vector and bitset formatters to work on… (authored by jingham, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49279?vs=155425&id=155457#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49279

Files:
  lldb/trunk/include/lldb/DataFormatters/TypeSynthetic.h
  lldb/trunk/include/lldb/lldb-enumerations.h
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/TestDataFormatterLibcxxBitset.py
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/bitset/main.cpp
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/main.cpp
  lldb/trunk/source/Core/ValueObjectSyntheticFilter.cpp
  lldb/trunk/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49279.155457.patch
Type: text/x-patch
Size: 28093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/e2a21186/attachment.bin>


More information about the llvm-commits mailing list