This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 954bb03f9 Stop building liblldb with CMake's framework functionality new d9d64f663 Recommit [DataFormatters] Add formatter for C++17 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 | 59 +++++++++++++++ .../data-formatter-stl/libcxx/optional/main.cpp | 27 +++++++ source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 9 +++ source/Plugins/Language/CPlusPlus/LibCxx.cpp | 22 ++++++ source/Plugins/Language/CPlusPlus/LibCxx.h | 8 ++ .../Plugins/Language/CPlusPlus/LibCxxOptional.cpp | 85 ++++++++++++++++++++++ 9 files changed, 216 insertions(+), 1 deletion(-) 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