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 1debd0a4 [clang-tidy] Add option to export fixes to run-clang-tidy.py
new 54c46b27 [clangd] Replace ASTUnit with manual AST management.
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:
clangd/ClangdServer.cpp | 13 +-
clangd/ClangdUnit.cpp | 629 +++++++++++++++++++++++++++++++++++++-----------
clangd/ClangdUnit.h | 80 +++++-
3 files changed, 577 insertions(+), 145 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 release_50
in repository llvm.
from a0e6d92ef05 Merging r308503: ------------------------------------------ [...]
new 4ed4cde89e6 ReleaseNotes: fix sphinx error
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/ReleaseNotes.rst | 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 ed69aeeaad2 [SystemZ, LoopStrengthReduce]
new 79ce69da4c5 [SystemZ] test update
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:
test/CodeGen/SystemZ/loop-01.ll | 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 clang.
from ba8e7e6c8a Fix another compiler error from r308731
new fb39f0e265 Clang's tests should depend on clang-diff
new 99f3965f2f [clang-diff] Get rid of unused variable warnings in ASTDiff.cpp
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/Tooling/ASTDiff/ASTDiff.cpp | 10 ++++------
test/CMakeLists.txt | 1 +
2 files changed, 5 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 40f4d83d41 Fix tuple construction compiler error from r308731
new ba8e7e6c8a Fix another compiler error from r308731
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/Tooling/ASTDiff/ASTDiff.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 lldb.
from 3366bb801 Fix typo in error message in 'platform status'.
new 97acfd710 XFail TestWithModuleDebugging on linux (bug 33875)
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:
.../Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 2 ++
1 file changed, 2 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 clang.
from 02689b0536 [clang-diff] Add initial implementation
new 40f4d83d41 Fix tuple construction compiler error from r308731
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/Tooling/ASTDiff/ASTDiff.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 hjl/pie/gcc-7-branch
in repository gcc.
at 16987be45f3 Update Add -static-pie to GCC driver for static PIE
This branch includes the following new commits:
new 8a1db1e8209 Fix pr80044, -static and -pie insanity, and pr81170
new 7a960720f7c Add -static-pie to GCC driver for static PIE
new 16987be45f3 Update Add -static-pie to GCC driver for static PIE
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.
--
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 98d12e2907 [clang-format] Fix comment levels between '}' and PPDirective
new 02689b0536 [clang-diff] Add initial implementation
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/clang/Tooling/ASTDiff/ASTDiff.h | 108 +++
include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 192 +++++
lib/Tooling/ASTDiff/ASTDiff.cpp | 912 ++++++++++++++++++++++++
lib/Tooling/ASTDiff/CMakeLists.txt | 11 +
lib/Tooling/CMakeLists.txt | 1 +
test/Tooling/clang-diff-basic.cpp | 78 ++
tools/CMakeLists.txt | 1 +
tools/clang-diff/CMakeLists.txt | 13 +
tools/clang-diff/ClangDiff.cpp | 110 +++
9 files changed, 1426 insertions(+)
create mode 100644 include/clang/Tooling/ASTDiff/ASTDiff.h
create mode 100644 include/clang/Tooling/ASTDiff/ASTDiffInternal.h
create mode 100644 lib/Tooling/ASTDiff/ASTDiff.cpp
create mode 100644 lib/Tooling/ASTDiff/CMakeLists.txt
create mode 100644 test/Tooling/clang-diff-basic.cpp
create mode 100644 tools/clang-diff/CMakeLists.txt
create mode 100644 tools/clang-diff/ClangDiff.cpp
--
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 hjl/pie/static
in repository glibc.
discards 0f02858db8 tunables: Use direct syscall for access (BZ#21744)
discards 9a5bf409e2 Add _startup_sbrk and _startup_fatal
discards 3fd64feae4 Don't compile tst-prelink.c with PIE for GLOB_DAT relocation
discards be71d5eb1f i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
discards 5ec0c780e6 i386: Check PIC in i386 multiarch functions
discards 3a039d2347 i386: Check PIC instead of SHARED in start.S
discards 6ab45e1aca Use hidden visibility for HAVE_STATIC_PIE
discards 0bda3d02c3 Add _dl_relocate_static_pie
discards 0ea66ca202 Define pie-default/default-pie-ldflag for --enable-static-pie
discards 8ecb9aaef5 x86-64: Check if linker supports static PIE
discards f2bd369a93 Add --enable-static-pie
discards 5b4dfb9356 Check if linker supports --no-dynamic-linker
discards c654c40f30 x86-64: Check PIC instead of SHARED in start.S
discards 6f4b694b57 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
discards 12e5220a24 i386: Convert IFUNC selectors to C
discards 0137bd1e00 x86-64: Convert libmathvec IFUNC selectors to C
discards 0b16f5a29c x86-64: Convert libm IFUNC selectors to C
discards 7df10c753e i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
discards 2acd6442f5 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]
new 79a77e1166 tunables: Use direct syscall for access (BZ#21744)
new c274dbd836 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]
new 2bb19bfe62 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791]
new be0774660a x86-64: Convert libm IFUNC selectors to C
new 8cc2d3c298 x86-64: Convert libmathvec IFUNC selectors to C
new 5467dc7f3e i386: Convert IFUNC selectors to C
new f007d0b6e7 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
new 09f0835ca1 x86-64: Check PIC instead of SHARED in start.S
new 3c2e79fcdc Check if linker supports --no-dynamic-linker
new 8a39392af5 Check if -static-pie works
new 1f7a0d1770 Add --enable-static-pie
new 9e2276e1e9 x86-64: Check if linker supports static PIE
new 137985e4e9 Define pie-default/default-pie-ldflag for --enable-static-pie
new 27fea67cb6 Add _dl_relocate_static_pie
new 1db5536d8a Use hidden visibility for ENABLE_STATIC_PIE
new 11058a40bf i386: Check PIC instead of SHARED in start.S
new 696136f9d4 i386: Check PIC in i386 multiarch functions
new 014e14e00d i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC
new 18da3c0dfa Don't compile tst-prelink.c with PIE for GLOB_DAT relocation
new e7fdb051a9 Add _startup_sbrk and _startup_fatal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0f02858db8)
\
N -- N -- N refs/heads/hjl/pie/static (e7fdb051a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 20 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:
Makeconfig | 8 ++++++--
config.h.in | 7 ++-----
configure | 28 +++++++++++++++++++++++-----
configure.ac | 14 +++++++++-----
elf/dl-support.c | 6 +++---
include/libc-symbols.h | 2 +-
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/unix/sysv/linux/i386/Makefile | 2 +-
sysdeps/unix/sysv/linux/i386/startup.h | 2 +-
sysdeps/unix/sysv/linux/not-errno.h | 1 +
sysdeps/x86_64/configure | 7 ++++++-
sysdeps/x86_64/configure.ac | 7 ++++++-
12 files changed, 60 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.