This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 3134061ce6 Automatic date update in version.in
adds 5f6c22aee7 gold: Get alignment of uncompressed section from ch_addralign
adds b570a287cf Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/ChangeLog | 16 ++++++++++++++++
gold/merge.cc | 8 +++++---
gold/object.cc | 11 +++++++++--
gold/object.h | 8 ++++++--
gold/output.cc | 11 ++++++-----
6 files changed, 43 insertions(+), 13 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 b8d248d06 [lit] Add a generic build script with a lit substitution.
new c02803597 [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
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:
lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp | 20 ++++++++++
lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script | 7 ++++
lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script | 1 +
lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script | 2 +
lit/SymbolFile/PDB/expressions.test | 36 ++++++++++++++++++
packages/Python/lldbsuite/test/lldbutil.py | 2 +
source/Expression/IRExecutionUnit.cpp | 2 +-
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 6 +--
.../Process/Windows/Common/ProcessWindows.cpp | 5 ++-
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 40 ++++++++++++++++----
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 4 +-
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 44 ++++++++++++----------
12 files changed, 136 insertions(+), 33 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest0.script
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest1.script
create mode 100644 lit/SymbolFile/PDB/Inputs/ExpressionsTest2.script
create mode 100644 lit/SymbolFile/PDB/expressions.test
--
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 c4cb9d63ad [Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObject [...]
new 43d57f5da1 [CodeComplete] Cleanup access checking in code completion
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/Sema/Sema.h | 5 +-
lib/Parse/ParseExprCXX.cpp | 27 ++++++-----
lib/Sema/CodeCompleteConsumer.cpp | 3 ++
lib/Sema/SemaAccess.cpp | 29 ++++++++----
lib/Sema/SemaCodeComplete.cpp | 71 ++++++++++++++++------------
test/CodeCompletion/accessibility-crash.cpp | 23 +++++++++
test/CodeCompletion/accessibility.cpp | 73 +++++++++++++++++++++++++++++
7 files changed, 176 insertions(+), 55 deletions(-)
create mode 100644 test/CodeCompletion/accessibility-crash.cpp
create mode 100644 test/CodeCompletion/accessibility.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 gcc.
from 5c3073da6aa PR target/88287 * g++.target/aarch64/sve/vcond_1.C: Adjus [...]
new 074dac96e82 2018-12-03 Richard Biener <rguenther(a)suse.de>
new 7f8a8b158fb PR tree-optimization/71109 * gcc.c-torture/compile/pr7110 [...]
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/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.c-torture/compile/pr71109.c | 31 +++++++++++++++++++++++++++
gcc/tree-vect-loop.c | 7 ++++--
4 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71109.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfig
in repository toolchain/binutils-gdb.
from 3134061ce6 Automatic date update in version.in
adds 5f6c22aee7 gold: Get alignment of uncompressed section from ch_addralign
adds b570a287cf Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/ChangeLog | 16 ++++++++++++++++
gold/merge.cc | 8 +++++---
gold/object.cc | 11 +++++++++--
gold/object.h | 8 ++++++--
gold/output.cc | 11 ++++++-----
6 files changed, 43 insertions(+), 13 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 2264acc64b [AST] Fix an uninitialized bug in the bits of FunctionDecl
new c4cb9d63ad [Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObject [...]
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/Sema/SemaOverload.cpp | 48 +++++++++++++++++++++++------------------------
1 file changed, 23 insertions(+), 25 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 4131999d [clangd] Get rid of AST matchers in CodeComplete, NFC
new 49dabcb7 [clangd] Fix a stale comment, 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:
clangd/index/SymbolCollector.cpp | 2 +-
clangd/index/SymbolCollector.h | 3 +--
2 files changed, 2 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 gcc.
from 6463091bbf5 Repeat jump threading after combine
new 5c3073da6aa PR target/88287 * g++.target/aarch64/sve/vcond_1.C: Adjus [...]
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/testsuite/ChangeLog | 6 +++
gcc/testsuite/g++.target/aarch64/sve/vcond_1.C | 64 +++++++++++++-------------
2 files changed, 38 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.