This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7587c0a09 [target] Fix typo and give bool a default value new a4eb6c250 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
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/OptionValueProperties.h | 2 +- include/lldb/Interpreter/Property.h | 2 ++ source/Core/Debugger.cpp | 3 +-- source/Core/ModuleList.cpp | 3 +-- source/Interpreter/CommandInterpreter.cpp | 3 +-- source/Interpreter/OptionValueProperties.cpp | 6 +++--- .../DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 3 +-- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 3 +-- source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp | 3 +-- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 5 ++--- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 5 ++--- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 3 +-- source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 4 +--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +--- source/Target/Platform.cpp | 3 +-- source/Target/Process.cpp | 3 +-- source/Target/Target.cpp | 6 ++---- source/Target/Thread.cpp | 3 +-- 18 files changed, 24 insertions(+), 40 deletions(-)