This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from c49d0a322 [Expression] Remove unused header from LLVMUserExpression new afbc4926c [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
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: include/lldb/Utility/CleanUp.h | 42 -------------------- source/Host/macosx/objcxx/Host.mm | 10 +++-- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 45 ++++++++++++--------- .../Process/gdb-remote/ProcessGDBRemote.cpp | 8 ++-- source/Symbol/LocateSymbolFileMacOSX.cpp | 4 +- tools/lldb-test/lldb-test.cpp | 5 ++- unittests/Utility/CMakeLists.txt | 1 - unittests/Utility/CleanUpTest.cpp | 46 ---------------------- 8 files changed, 41 insertions(+), 120 deletions(-) delete mode 100644 include/lldb/Utility/CleanUp.h delete mode 100644 unittests/Utility/CleanUpTest.cpp