This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9e15ccd Change Property::GetName() and GetDescription() to return StringRef. new f95a049 Fix printf warning I introduced in ModuleSpec.h new 54ab540 Remove TimeValue class
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: include/lldb/Core/ModuleSpec.h | 2 +- include/lldb/Host/TimeValue.h | 112 ----------------------- include/lldb/lldb-forward.h | 1 - lldb.xcodeproj/project.pbxproj | 6 -- source/Commands/CommandObjectTarget.cpp | 20 ++++- source/Host/CMakeLists.txt | 1 - source/Host/common/TimeValue.cpp | 155 -------------------------------- 7 files changed, 20 insertions(+), 277 deletions(-) delete mode 100644 include/lldb/Host/TimeValue.h delete mode 100644 source/Host/common/TimeValue.cpp