This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b6648311d7d llvm-cvtres: Mention ARM64 as a supported machine type in t [...]
new baca9518bc3 [llvm-cvtres] Update the help test after SVN r326244.
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/tools/llvm-cvtres/help.test | 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 0dacdd09c3 [analyzer] Track temporaries without construction contexts f [...]
new 8465e3a177 [analyzer] Fix trivial copy for empty objects.
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/StaticAnalyzer/Core/ExprEngineCXX.cpp | 11 +++++++++++
test/Analysis/ctor.mm | 20 ++++++++++++++++++++
2 files changed, 31 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 e11b115b52 [analyzer] Don't crash when dynamic type of a variable is se [...]
new 0dacdd09c3 [analyzer] Track temporaries without construction contexts f [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 4 ++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 55 +++++++++++++++++-----
test/Analysis/temporaries.cpp | 17 ++++---
3 files changed, 59 insertions(+), 17 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 gcc.
from 141db77d360 * cp-tree.h: Adjust comment.
new 6e6ee7a0d84 [PR c++/84426] ICE after conflicting member decl
new 5876201b64c PR c++/71546 - lambda init-capture with qualified-id.
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:
gcc/cp/ChangeLog | 21 ++++++++++++
gcc/cp/class.c | 20 ++++++-----
gcc/cp/name-lookup.c | 54 ++++++++++++++++--------------
gcc/cp/name-lookup.h | 3 +-
gcc/cp/parser.c | 6 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp1y/lambda-init17.C | 10 ++++++
gcc/testsuite/g++.dg/lookup/pr84426.C | 9 +++++
8 files changed, 93 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-init17.C
create mode 100644 gcc/testsuite/g++.dg/lookup/pr84426.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 clang.
from 9b8c64d519 [analyzer] Disable constructor inlining when lifetime extend [...]
new e11b115b52 [analyzer] Don't crash when dynamic type of a variable is se [...]
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/StaticAnalyzer/Core/CallEvent.cpp | 10 +++++++++-
test/Analysis/new-dynamic-types.cpp | 28 ++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/new-dynamic-types.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 master
in repository binutils-gdb.
from f6aec96dce ld: Add --enable-separate-code
new e05cac70d8 Update get_args documentation
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:
gdb/ChangeLog | 5 +++++
gdb/compile/compile.c | 22 +++++++++++++++++++---
2 files changed, 24 insertions(+), 3 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 e7253558054 [InstSimplify] add tests for FP with undef operand; NFC
new b6648311d7d llvm-cvtres: Mention ARM64 as a supported machine type in t [...]
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:
tools/llvm-cvtres/Opts.td | 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 lld.
from bb9f186d2 Add missing REQUIRES.
new 5d46c4f86 Put undefined symbols from shared libraries in the symbol table.
new 512ef0792 Add `--dynamic-linker=foo` as an alias for `--dynamic-linker foo`.
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:
ELF/Driver.cpp | 4 ----
ELF/InputFiles.cpp | 5 ++++-
ELF/InputFiles.h | 8 --------
ELF/LinkerScript.cpp | 4 ----
ELF/Options.td | 1 +
ELF/SymbolTable.cpp | 28 ----------------------------
ELF/SymbolTable.h | 1 -
test/ELF/dynamic-linker.s | 24 ++++++++++++++++++++++++
test/ELF/no-dynamic-linker.s | 12 ------------
test/ELF/trace-symbols.s | 2 +-
10 files changed, 30 insertions(+), 59 deletions(-)
create mode 100644 test/ELF/dynamic-linker.s
delete mode 100644 test/ELF/no-dynamic-linker.s
--
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 3c6e03477e5 [ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to lo [...]
new e7253558054 [InstSimplify] add tests for FP with undef operand; NFC
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/Transforms/InstSimplify/fdiv.ll | 18 -------
test/Transforms/InstSimplify/fp-undef.ll | 89 ++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 18 deletions(-)
create mode 100644 test/Transforms/InstSimplify/fp-undef.ll
--
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 f23067b376 [analyzer] Self-debug: Dump dynamic type info and taint with [...]
new 9b8c64d519 [analyzer] Disable constructor inlining when lifetime extend [...]
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 4 ++++
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 12 +++++++++++
.../Core/ExprEngineCallAndReturn.cpp | 5 +++++
test/Analysis/lifetime-extension.cpp | 23 +++++-----------------
4 files changed, 26 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.