This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0269983 Teach ValueObject::ReadPointedString how to read char[] in ho [...]
new f352b1a Add an helper class lldb.formatters.synth.PythonObjectSynthet [...]
new fc7b808 Rename the test 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:
examples/summaries/synth.py | 57 ++++++++++++++++++++++
.../pyobjsynthprovider}/Makefile | 0
.../TestPyObjSynthProvider.py} | 28 ++++++-----
.../main.cpp | 12 ++---
.../data-formatter/pyobjsynthprovider/provider.py | 12 +++++
scripts/Python/finish-swig-Python-LLDB.sh | 1 +
6 files changed, 91 insertions(+), 19 deletions(-)
create mode 100644 examples/summaries/synth.py
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_set_res [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{data-formatter [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{language_categ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/p [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 6923cb9 [zorg] Adding a blank line as a test commit.
new 693ba0a [zorg] Removing the blank line from my test commit.
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:
README.txt | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 4c21100 [zorg] Add a step to run NDK update step to the scripted LLDB [...]
new 6923cb9 [zorg] Adding a blank line as a test commit.
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:
README.txt | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e129378 clang-format: Correctly calculate affected ranges when sortin [...]
new ca4cf14 Driver: use the canonical static library naming
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:
lib/Driver/ToolChain.cpp | 6 +++---
test/Driver/arm-compiler-rt.c | 2 +-
test/Driver/windows-cross.c | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e9f64d4 [ORC][RPC] Fix some bugs in the callB primitive.
new 4cbb126 Add a test file, macho-invalid-dysymtab-extreloff-nextrel, I [...]
new 0887fc5 [codeview] Remove redundant TypeTable lookup
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:
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 18 +-----------------
...ymoff => macho-invalid-dysymtab-extreloff-nextrel} | Bin 108 -> 108 bytes
2 files changed, 1 insertion(+), 17 deletions(-)
copy test/Object/Inputs/{macho-invalid-dysymtab-extrefsymoff => macho-invalid-dysy [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 8d2eecc scripts/MakeRelease.job: Fix copying of manifest.txt
new 4962c3c scripts/TestRelease.job: Make it less verbose.
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:
scripts/TestRelease.job | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5bf234b Add SBType::GetArrayType() such that - given a type - one can [...]
new f2ab72b Fix a typo/thinko - this was generating the wrong kind of array
new 0269983 Teach ValueObject::ReadPointedString how to read char[] in ho [...]
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:
source/Core/ValueObject.cpp | 21 ++++++++++++++++-----
source/Symbol/ClangASTContext.cpp | 2 +-
2 files changed, 17 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b69026b [Modules] Add 'gnuinlineasm' to the 'requires-declaration' fe [...]
new e129378 clang-format: Correctly calculate affected ranges when sortin [...]
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:
lib/Format/Format.cpp | 8 ++++----
unittests/Format/SortIncludesTest.cpp | 16 ++++++++++++++--
2 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from deb6ead llvm-readobj: speculative fix for MSVC
new b8c2c1d Next set of additional error checks for invalid Mach-O files [...]
new 3449d54 [CMake] Ensure that compiler-rt is added first
new e9f64d4 [ORC][RPC] Fix some bugs in the callB primitive.
The 3 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/llvm/ExecutionEngine/Orc/RPCUtils.h | 6 +-
lib/Object/MachOObjectFile.cpp | 105 +++++++++++++++++++--
runtimes/CMakeLists.txt | 15 +++
test/Object/Inputs/macho-invalid-dysymtab-bad-size | Bin 0 -> 112 bytes
.../Inputs/macho-invalid-dysymtab-extrefsymoff | Bin 0 -> 108 bytes
...macho-invalid-dysymtab-extrefsymoff-nextrefsyms | Bin 0 -> 108 bytes
.../Object/Inputs/macho-invalid-dysymtab-extreloff | Bin 0 -> 108 bytes
.../Inputs/macho-invalid-dysymtab-indirectsymoff | Bin 0 -> 108 bytes
...o-invalid-dysymtab-indirectsymoff-nindirectsyms | Bin 0 -> 108 bytes
.../Object/Inputs/macho-invalid-dysymtab-locreloff | Bin 0 -> 108 bytes
.../macho-invalid-dysymtab-locreloff-nlocrel | Bin 0 -> 108 bytes
.../Object/Inputs/macho-invalid-dysymtab-modtaboff | Bin 0 -> 108 bytes
.../macho-invalid-dysymtab-modtaboff-nmodtab | Bin 0 -> 108 bytes
.../Inputs/macho-invalid-dysymtab-more-than-one | Bin 0 -> 188 bytes
test/Object/Inputs/macho-invalid-dysymtab-small | Bin 0 -> 108 bytes
test/Object/Inputs/macho-invalid-dysymtab-tocoff | Bin 0 -> 108 bytes
.../Inputs/macho-invalid-dysymtab-tocoff-ntoc | Bin 0 -> 108 bytes
test/Object/macho-invalid.test | 45 +++++++++
18 files changed, 162 insertions(+), 9 deletions(-)
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-extrefsymoff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-extrefsymoff-nextrefsyms
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-extreloff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-indirectsymoff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-indirectsymoff-nindirectsyms
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-locreloff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-locreloff-nlocrel
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-modtaboff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-modtaboff-nmodtab
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-more-than-one
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-small
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-tocoff
create mode 100644 test/Object/Inputs/macho-invalid-dysymtab-tocoff-ntoc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7c5e085 Fix memory leak by storing returned pointer in std::unique_ptr
new b69026b [Modules] Add 'gnuinlineasm' to the 'requires-declaration' fe [...]
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:
docs/Modules.rst | 3 +++
lib/Basic/Module.cpp | 1 +
lib/Headers/module.modulemap | 1 +
.../Headers/NeedsGNUInlineAsm.h | 1 +
.../GNUAsm/NeedsGNUInlineAsm.framework/Headers/asm.h | 1 +
.../Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map | 8 ++++++++
test/Modules/requires-gnuinlineasm.m | 16 ++++++++++++++++
7 files changed, 31 insertions(+)
create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/ [...]
create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/asm.h
create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map
create mode 100644 test/Modules/requires-gnuinlineasm.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.