This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0ee930d61 Replace an accidentally added "break" with an LLVM_FALLTHROUGH. new c69b4161f Make sure DataBufferLLVM contents are writable
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/Interpreter/OptionValueFileSpec.h | 2 +- include/lldb/Symbol/ObjectFile.h | 3 ++ include/lldb/Target/Target.h | 2 +- include/lldb/Utility/DataBufferLLVM.h | 11 +++---- source/Interpreter/OptionValueFileSpec.cpp | 6 ++-- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 22 +++++-------- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 36 ++++++++-------------- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 10 ++---- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- source/Symbol/ObjectFile.cpp | 5 +++ source/Target/Target.cpp | 13 ++++---- source/Utility/DataBufferLLVM.cpp | 28 ++++++++--------- 12 files changed, 61 insertions(+), 79 deletions(-)