This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7f52e19f7 Add docs for scripted breakpoint resolvers new 404ac3e36 [DataFormatters] Add formatter for C++17 std::variant
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: lldb.xcodeproj/project.pbxproj | 8 + .../libcxx/{iterator => variant}/Makefile | 2 +- .../variant/TestDataFormatterLibcxxVariant.py | 81 ++++++ .../data-formatter-stl/libcxx/variant/main.cpp | 60 +++++ source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 10 + source/Plugins/Language/CPlusPlus/LibCxx.h | 4 + .../Plugins/Language/CPlusPlus/LibCxxVariant.cpp | 273 +++++++++++++++++++++ .../CPlusPlus/{LibCxxAtomic.h => LibCxxVariant.h} | 18 +- 9 files changed, 447 insertions(+), 10 deletions(-) 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/LibCxxVariant.cpp copy source/Plugins/Language/CPlusPlus/{LibCxxAtomic.h => LibCxxVariant.h} (53%)