This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e8fcd2728 [Core] Generalize ValueObject::MaybeCalculateCompleteType new 9b0862360 [ObjectContainerBSDArchive] Simplify a few things (NFC) new 4c980b99d [LanguageRuntime] Move CPPLanguageRuntime into a plugin
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: .../Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 + .../Clang/ClangExpressionDeclMap.cpp | 2 +- source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 + source/Plugins/Language/CPlusPlus/LibCxx.cpp | 3 +- .../LanguageRuntime/CPlusPlus/CMakeLists.txt | 9 +++ .../CPlusPlus}/CPPLanguageRuntime.cpp | 5 +- .../CPlusPlus}/CPPLanguageRuntime.h | 0 .../CPlusPlus/ItaniumABI/CMakeLists.txt | 1 + .../ItaniumABI/ItaniumABILanguageRuntime.h | 3 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 2 +- .../ObjC/AppleObjCRuntime/CMakeLists.txt | 1 + .../RenderScriptRuntime/RenderScriptRuntime.h | 3 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 88 +++++++++++----------- .../BSD-Archive/ObjectContainerBSDArchive.h | 43 +++++++---- source/Target/CMakeLists.txt | 1 - 15 files changed, 93 insertions(+), 70 deletions(-) rename source/{Target => Plugins/LanguageRuntime/CPlusPlus}/CPPLanguageRuntime.cpp (99%) rename {include/lldb/Target => source/Plugins/LanguageRuntime/CPlusPlus}/CPPLangua [...]