This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2c9709d15 [ProcessGDBRemote] handle result from ConnectToDebugserver new e183ec776 [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: .../libcxx/{iterator => optional}/Makefile | 2 +- .../optional/TestDataFormatterLibcxxOptional.py | 59 +++++++++++++++ .../data-formatter-stl/libcxx/optional/main.cpp | 27 +++++++ .../Plugins/Language/CPlusPlus/LibCxxOptional.cpp | 85 ++++++++++++++++++++++ 4 files changed, 172 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