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 9a18b6c Fixes for modernize-use-using check: - removed unnessacary na [...]
new d6ca5c0 [clang-rename] Support renaming qualified symbol
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:
clang-rename/CMakeLists.txt | 1 +
clang-rename/RenamingAction.cpp | 42 ++
clang-rename/RenamingAction.h | 22 +
clang-rename/USRFinder.cpp | 3 +-
clang-rename/USRFindingAction.cpp | 4 +
clang-rename/USRLocFinder.cpp | 343 +++++++++++
clang-rename/USRLocFinder.h | 14 +
unittests/clang-rename/CMakeLists.txt | 2 +-
.../{ClangRenameTests.cpp => ClangRenameTest.h} | 55 +-
unittests/clang-rename/RenameClassTest.cpp | 668 +++++++++++++++++++++
10 files changed, 1104 insertions(+), 50 deletions(-)
rename unittests/clang-rename/{ClangRenameTests.cpp => ClangRenameTest.h} (72%)
create mode 100644 unittests/clang-rename/RenameClassTest.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 lld.
from 1c1f8ea [PDB] Save one type record copy
new 79f723c [ELF] Rename ARM Thunks in anticipation of Range Thunks
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:
ELF/Thunks.cpp | 57 ++++++++++++++-----------------
test/ELF/arm-thumb-interwork-shared.s | 8 ++---
test/ELF/arm-thumb-interwork-thunk.s | 64 +++++++++++++++++------------------
3 files changed, 62 insertions(+), 67 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 newlib.
from f70d9ae Use enum __packed in favour of -fshort-enums
new 086730f Rename __sentinel to __null_sentinel
new e0dabc0 Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when [...]
new 84a6dba Fix C++ includability of crypto headers with static array sizes
new 81c121c Addition of clang nullability qualifiers.
new e1563a0 Remove unused __gnu_inline() attribute.
new 7b07f11 Addition of clang nullability qualifiers.
new 3abc66e don't use C99 static array indices with older GCC versions
new d3e919b Renumber copyright clause 4
The 8 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:
newlib/libc/include/sys/cdefs.h | 55 ++++++++++++++++++++++++++---------------
1 file changed, 35 insertions(+), 20 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 975f273 2017-04-04 Richard Biener <rguenther(a)suse.de>
new 2bbfc13 2017-04-04 Richard Biener <rguenther(a)suse.de>
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 | 8 ++++++++
gcc/fold-const.c | 15 ++++++++++++---
gcc/match.pd | 30 +++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr80281.c | 14 ++++++++++++++
5 files changed, 60 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80281.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 255d184 gcc/ Backport from trunk r246084. 2017-03-13 Kyrylo Tkach [...]
new f6c8cc0 gcc/ Backport from trunk r246189. 2017-03-16 Kyrylo Tkach [...]
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/config/aarch64/aarch64-simd.md | 6 +++---
gcc/config/aarch64/iterators.md | 4 ++--
2 files changed, 5 insertions(+), 5 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 096a651 Add buildconfig option for specialized bootstrap builds.
new e1a3e11 abe.sh: Accept --set buildconfig=XXX without bootstrap if no [...]
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:
abe.sh | 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 e793432 Skip three test cases that are asserting on macosx as of r299 [...]
new 01000d8 Enable lldm-mi commands -stack-list-locals -stack-list-variab [...]
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:
.../lldb-mi/lexical_scope}/Makefile | 0
.../lldb-mi/lexical_scope/TestMiLexicalScope.py | 68 ++++++++++++++++++++++
.../lldb-mi/{syntax => lexical_scope}/main.cpp | 24 ++++++--
tools/lldb-mi/MICmdCmdStack.cpp | 6 +-
tools/lldb-mi/MICmdCmdVar.cpp | 2 +-
5 files changed, 93 insertions(+), 7 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_set_res [...]
create mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/lexical_scope/Test [...]
copy packages/Python/lldbsuite/test/tools/lldb-mi/{syntax => lexical_scope}/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 binutils-gdb.
from 4c220b4 Automatic date update in version.in
new db3a1dc Remove MAX_REGISTER_SIZE from frame.c
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/frame.c | 35 ++++++++++++++++++++++-------------
2 files changed, 27 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 624c829 gcc/ Backport from trunk r246419. 2017-03-23 Kyrylo Tkach [...]
new 255d184 gcc/ Backport from trunk r246084. 2017-03-13 Kyrylo Tkach [...]
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/config/arm/neon.md | 50 ++++++++++++++++++++++++++------------------------
1 file changed, 26 insertions(+), 24 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ceed073 gcc/ Backport from trunk r246397. 2017-03-22 Wilco Dijkst [...]
new 624c829 gcc/ Backport from trunk r246419. 2017-03-23 Kyrylo Tkach [...]
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/config/arm/arm.md | 5 +++-
gcc/testsuite/gcc.c-torture/compile/pr71436.c | 35 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71436.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.