This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0bc178903 Revert "DWARF: Simplify SymbolFileDWARF::GetDWARFCompileUnit" new e02e322d8 [LanguageRuntime] Introduce LLVM-style casts
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/Target/CPPLanguageRuntime.h | 12 +++++- include/lldb/Target/LanguageRuntime.h | 3 ++ include/lldb/Target/ObjCLanguageRuntime.h | 10 +++++ source/Plugins/Language/ObjC/CF.cpp | 12 ++---- source/Plugins/Language/ObjC/Cocoa.cpp | 44 ++++++---------------- source/Plugins/Language/ObjC/NSArray.cpp | 4 +- source/Plugins/Language/ObjC/NSDictionary.cpp | 4 +- source/Plugins/Language/ObjC/NSError.cpp | 4 +- source/Plugins/Language/ObjC/NSException.cpp | 4 +- source/Plugins/Language/ObjC/NSIndexPath.cpp | 4 +- source/Plugins/Language/ObjC/NSSet.cpp | 8 +--- source/Plugins/Language/ObjC/NSString.cpp | 4 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 2 + .../ItaniumABI/ItaniumABILanguageRuntime.h | 15 ++++++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 2 + .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 16 ++++---- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 2 + .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 15 ++++---- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 2 + .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 15 ++++---- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 38 ++++++++++--------- .../RenderScriptRuntime/RenderScriptRuntime.h | 10 +++++ source/Target/CPPLanguageRuntime.cpp | 2 + source/Target/LanguageRuntime.cpp | 2 + source/Target/ObjCLanguageRuntime.cpp | 2 + source/Target/Process.cpp | 5 +-- 26 files changed, 128 insertions(+), 113 deletions(-)