This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from edff0ff39 Remove uint32_t assignment operator from Status new 546a29501 Add data formatter for libc++ std::tuple
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../libcxx/{forward_list => tuple}/Makefile | 0 .../TestDataFormatterLibcxxTuple.py} | 22 +++--- .../data-formatter-stl/libcxx/tuple/main.cpp | 11 +++ source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 8 +++ source/Plugins/Language/CPlusPlus/LibCxx.h | 3 + source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp | 79 ++++++++++++++++++++++ 7 files changed, 112 insertions(+), 12 deletions(-) copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp