This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0874c3d8a Reformat a comment. NFC. new d14dd6846 Add a data formatter for libc++ std::bitset
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 => bitset}/Makefile | 0 .../libcxx/bitset/TestDataFormatterLibcxxBitset.py | 46 +++++++++ .../data-formatter-stl/libcxx/bitset/main.cpp | 20 ++++ source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 11 +++ source/Plugins/Language/CPlusPlus/LibCxx.h | 4 + source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp | 109 +++++++++++++++++++++ 7 files changed, 191 insertions(+) copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp