This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9ff97ba Traversing template paramter lists of DeclaratorDecls and/or [...]
new a28ba16 Add a class ObjCProtocolQualifiers to wrap APIs for ObjC prot [...]
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/AST/Type.h | 97 ++++++++++++++++++++++++++++++++----------------
lib/AST/Type.cpp | 9 ++---
2 files changed, 69 insertions(+), 37 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 d9dffbd [ConstantFold] Improve the bitcast folding logic for constant [...]
new 21409db Fix misleading comment for getOrEnforceKnownAlignment
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/Transforms/Utils/Local.h | 13 +++++++++----
lib/Transforms/Utils/Local.cpp | 4 ----
2 files changed, 9 insertions(+), 8 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 binutils-gdb.
from f83683d Automatic date update in version.in
new 7313bce Fix for gdb.server/non-existing-program.exp test case
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/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/server.c | 8 ++++++--
2 files changed, 12 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 master
in repository lldb.
from e6e02d9 MinidumpParsing: pid, modules, exceptions, strings
new a38e2f0 Fix a merge mishap in rL281348
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:
source/Plugins/Process/minidump/MinidumpParser.cpp | 2 --
1 file changed, 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 master
in repository gcc.
from 68ef907 fix-it hints: insert_before vs insert_after
new f9e3d23 * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-na [...]
new eccf371 [PATCH 1/2][AArch64] Add missing support for poly64x1_t
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 | 23 +++++++++++++++--------
gcc/config/aarch64/aarch64-builtins.c | 6 +++---
gcc/config/alpha/alpha.c | 23 ++++++++++++++++++++++-
3 files changed, 40 insertions(+), 12 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 317a2de Daily bump.
new b2ca551 backport "Don't treat array as builtin type in set_underlying_type"
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/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-common.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/pr77427.C | 17 +++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr77427.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 gcc.
from f339fac PR tree-optimization/77536 PR rtl-optimization/68212 * con [...]
new 68ef907 fix-it hints: insert_before vs insert_after
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 | 38 +++++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 7 +-
gcc/c/ChangeLog | 5 +
gcc/c/c-parser.c | 6 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/parser.c | 5 +-
gcc/diagnostic-show-locus.c | 42 ++++--
gcc/diagnostic.c | 2 +-
gcc/edit-context.c | 163 +++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +
.../plugin/diagnostic_plugin_test_show_locus.c | 4 +-
libcpp/ChangeLog | 20 +++
libcpp/include/line-map.h | 101 ++++++++++++-
libcpp/line-map.c | 65 ++++++--
15 files changed, 423 insertions(+), 53 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 988829f Remove MIUtilParse (no longer used)
new e6e02d9 MinidumpParsing: pid, modules, exceptions, strings
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:
source/Plugins/Process/minidump/MinidumpParser.cpp | 141 ++++++++++++++++-----
source/Plugins/Process/minidump/MinidumpParser.h | 23 +++-
source/Plugins/Process/minidump/MinidumpTypes.cpp | 116 ++++++++++++++---
source/Plugins/Process/minidump/MinidumpTypes.h | 102 ++++++++++++++-
unittests/Process/minidump/CMakeLists.txt | 3 +-
.../Process/minidump/Inputs}/fizzbuzz_no_heap.dmp | Bin
unittests/Process/minidump/MinidumpParserTest.cpp | 96 ++++++++++++--
7 files changed, 412 insertions(+), 69 deletions(-)
copy {packages/Python/lldbsuite/test/functionalities/postmortem/minidump => unitte [...]
--
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 68b219e Add new effective target: profile_update_atomic
new 2c24fd5 Don't treat array as builtin type in set_underlying_type
new f339fac PR tree-optimization/77536 PR rtl-optimization/68212 * con [...]
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 | 7 +++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 2 +-
gcc/config/rs6000/rs6000.md | 6 ++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/pr77427.C | 17 +++++++++++++++++
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr77427.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 07ab3a7 Revert accidentally checked in change in r281315.
new 0a23fcc Remove redundant comma around parenthesis in parameter list.
new 9ff97ba Traversing template paramter lists of DeclaratorDecls and/or [...]
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:
include/clang/AST/RecursiveASTVisitor.h | 20 ++++
lib/Format/Format.cpp | 2 +
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 83 +++++++++++++++
unittests/Format/CleanupTest.cpp | 112 ++++++++++-----------
4 files changed, 161 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.