This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77e7778 Replace a report_fatal_error with an ErrorOr.
new a0e0673 [CMake] Make CMAKE_INSTALL_RPATH work again
new 497f200 replace a report_fatal_error with a ErrorOr.
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:
cmake/modules/AddLLVM.cmake | 10 ++++++----
include/llvm/Object/ELF.h | 28 ++++++++++++++++------------
test/Object/invalid.test | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 8 ++++----
4 files changed, 27 insertions(+), 21 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 47592b1 Remove redundant calls to std::string::data()
new 4464581 Support for Python 3 in libclang python bindings
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:
bindings/python/clang/cindex.py | 145 +++++++++++++--------
.../python/tests/cindex/test_translation_unit.py | 8 +-
2 files changed, 97 insertions(+), 56 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-tools-extra.
from b6e80f0 [clang-tidy] Handle data() in readability-redundant-string-cstr
new c3c3ead [clang-tidy] Ignore forward declarations without definitions [...]
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:
clang-tidy/readability/IdentifierNamingCheck.cpp | 3 +++
test/clang-tidy/readability-identifier-naming.cpp | 5 +++++
2 files changed, 8 insertions(+)
--
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 lld.
from f542444 Update for llvm change.
new 67a7933 Update for llvm change.
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:
ELF/InputFiles.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 7450907 Split getStringTableForSymtab.
new 77e7778 Replace a report_fatal_error with an ErrorOr.
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/llvm/Object/ELF.h | 17 ++++++++++-------
include/llvm/Object/ELFObjectFile.h | 4 ++--
tools/llvm-readobj/ARMEHABIPrinter.h | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 7 ++++---
tools/obj2yaml/elf2yaml.cpp | 5 ++++-
5 files changed, 21 insertions(+), 14 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 lld.
from 45aa5a9 Pass the section table around instead of recomputing it.
new f542444 Update for llvm change.
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:
ELF/InputFiles.cpp | 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 gcc-6-branch
in repository gcc.
from 7aee06f 2016-11-03 Richard Biener <rguenther(a)suse.de>
new bd62d8e Create x.gcov file for binary w/o x.gcda file (PR
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:
gcc/ChangeLog | 9 +++++++++
gcc/gcov.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/gcov/gcov-16.C | 10 ++++++++++
gcc/testsuite/lib/gcov.exp | 28 ++++++++++++++++++++++++----
5 files changed, 52 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-16.C
--
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 gcc-5-branch
in repository gcc.
from eb4e298 * explow.c (validize_mem): Do not modify the argument in-place
new 74eba0b Create x.gcov file for binary w/o x.gcda file (PR
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:
gcc/ChangeLog | 9 +++++++++
gcc/gcov.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/gcov/gcov-16.C | 10 ++++++++++
gcc/testsuite/lib/gcov.exp | 28 ++++++++++++++++++++++++----
5 files changed, 52 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-16.C
--
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 fdc348b Split getSHNDXTable in two.
new 7450907 Split getStringTableForSymtab.
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/llvm/Object/ELF.h | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 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 lld.
from 5652177 [ELF] - Accept both "-" and "--" for Ttext/Tdata/Tbss options.
new 45aa5a9 Pass the section table around instead of recomputing it.
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:
ELF/InputFiles.cpp | 28 ++++++++++++++++------------
ELF/InputFiles.h | 7 ++++---
2 files changed, 20 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.