This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d3fcf4dea Revert "[ASTImporter] Add test for IfStmt" new b9f74810e Add libc++ data formatters for std::optional.
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 | 4 + .../libcxx/{iterator => optional}/Makefile | 2 +- .../optional/TestDataFormatterLibcxxOptional.py | 75 +++++++++++++++++++ .../data-formatter-stl/libcxx/optional/main.cpp | 42 +++++++++++ source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 17 ++++- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 28 ++++++- source/Plugins/Language/CPlusPlus/LibCxx.h | 8 ++ .../Plugins/Language/CPlusPlus/LibCxxOptional.cpp | 85 ++++++++++++++++++++++ 9 files changed, 254 insertions(+), 8 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/LibCxxOptional.cpp