This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2dc4d65 remove xfail from TestObjCNewSyntax.py test_expr_gmodules() new 495e24a Revert "Improve the libstdc++ smart pointer formatters"
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: .../libstdcpp/smart_ptr/Makefile | 9 +- .../smart_ptr/TestDataFormatterStdSmartPtr.py | 55 +----- source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 - source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 92 ++++++++++ .../Language/CPlusPlus/LibStdcppSmartPointer.cpp | 200 --------------------- 5 files changed, 108 insertions(+), 249 deletions(-) delete mode 100644 source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp