This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 42247c2 Remove unused variables. new df42970 Fix an issue where a synthetic child provider could only prov [...] new a53cf24 Add a data formatter for std::function in libcxx
The 2 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/{atomic => function}/Makefile | 0 .../TestLibCxxFunction.py} | 18 ++++++++--------- .../libcxx/{atomic => function}/main.cpp | 21 ++++++++++---------- .../TestDataFormatterSynthVal.py | 12 +++++++++-- .../data-formatter-synthval/main.cpp | 12 +++++++++++ source/DataFormatters/TypeFormat.cpp | 17 ++++++++-------- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 2 ++ source/Plugins/Language/CPlusPlus/LibCxx.cpp | 23 ++++++++++++++++++++++ source/Plugins/Language/CPlusPlus/LibCxx.h | 2 ++ 9 files changed, 76 insertions(+), 31 deletions(-) copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...] copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]