This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9bf6e01f42c [gcc]
new d0b3bd12c64 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 754d7e56674 Daily bump.
new bd6a63e9cdb Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 13af3578be5 Daily bump.
new aedbeccfb77 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from c903d6a1a47 Daily bump.
new b00be04fd80 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 854062337d Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
new 4ebcabb38e Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from fb0fab03a5 Automatic date update in version.in
new 18c0a7cd22 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 6d3ac5cd91 Automatic date update in version.in
new 7c0a8295ce Automatic date update in version.in
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:
bfd/version.h | 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 156631723 Skip TestWatchedVarHitWhenInScope on android arm because it t [...]
new b5191df97 [Expression parser] Look up module symbols before hunting globally
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/lldb/Symbol/SymbolContext.h | 23 +++
.../test/lang/c/conflicting-symbol/Makefile | 18 +++
.../test/lang/c/conflicting-symbol/One.mk | 12 ++
.../test/lang/c/conflicting-symbol/One/One.c | 6 +
.../test/lang/c/conflicting-symbol/One/One.h | 4 +
.../lang/c/conflicting-symbol/One/OneConstant.c | 1 +
.../c/conflicting-symbol/TestConflictingSymbol.py | 86 +++++++++++
.../test/lang/c/conflicting-symbol/Two.mk | 12 ++
.../test/lang/c/conflicting-symbol/Two/Two.c | 6 +
.../test/lang/c/conflicting-symbol/Two/Two.h | 4 +
.../lang/c/conflicting-symbol/Two/TwoConstant.c | 1 +
.../test/lang/c/conflicting-symbol/main.c | 11 ++
.../Clang/ClangExpressionDeclMap.cpp | 112 ++-------------
.../Clang/ClangExpressionDeclMap.h | 18 ---
source/Symbol/SymbolContext.cpp | 157 +++++++++++++++++++++
15 files changed, 353 insertions(+), 118 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One.mk
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.c
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/One.h
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One/On [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/TestCo [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two.mk
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.h
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Tw [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/main.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 3f318c863b [index] Avoid another crash that happens when looking up a d [...]
new 90199139dc Fix scope of namespaced DISubprograms when the function defi [...]
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/CodeGen/CGDebugInfo.cpp | 2 +-
test/CodeGenCXX/debug-info-namespace.cpp | 6 ++++++
2 files changed, 7 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 llvm.
from 04d09e9e473 Fix for compilers with older CRT header libraries.
new 6f423313575 [ADT] Fix some Clang-tidy modernize-use-using warnings; oth [...]
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/ADT/PostOrderIterator.h | 33 ++++++-----
include/llvm/ADT/PriorityWorklist.h | 15 ++---
include/llvm/ADT/SCCIterator.h | 10 ++--
include/llvm/ADT/Sequence.h | 21 ++++---
include/llvm/ADT/SetVector.h | 22 +++----
include/llvm/ADT/SmallPtrSet.h | 30 +++++-----
include/llvm/ADT/SmallVector.h | 45 +++++++-------
include/llvm/ADT/SparseBitVector.h | 20 +++----
include/llvm/ADT/SparseMultiSet.h | 39 ++++++------
include/llvm/ADT/SparseSet.h | 22 +++----
include/llvm/ADT/StringExtras.h | 22 ++++---
include/llvm/ADT/StringMap.h | 88 +++++++++++++---------------
include/llvm/ADT/StringRef.h | 20 ++++---
include/llvm/ADT/StringSet.h | 17 ++++--
include/llvm/ADT/TinyPtrVector.h | 14 ++---
include/llvm/ADT/UniqueVector.h | 15 ++---
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 37 +++++++++---
17 files changed, 251 insertions(+), 219 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.