This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7cf8dd5 clang-format: [JS] whitespace after async in arrow functions.
new 1741253 [clang-format] Add a NamespaceEndCommentsFixer
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/Format/Format.h | 9 +
lib/Format/CMakeLists.txt | 1 +
lib/Format/Format.cpp | 11 +
lib/Format/NamespaceEndCommentsFixer.cpp | 165 ++++++++++
lib/Format/NamespaceEndCommentsFixer.h | 37 +++
lib/Format/TokenAnnotator.h | 2 +
lib/Format/UnwrappedLineParser.cpp | 3 +
lib/Format/UnwrappedLineParser.h | 12 +-
unittests/Format/CMakeLists.txt | 3 +-
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 350 +++++++++++++++++++++
10 files changed, 590 insertions(+), 3 deletions(-)
create mode 100644 lib/Format/NamespaceEndCommentsFixer.cpp
create mode 100644 lib/Format/NamespaceEndCommentsFixer.h
create mode 100644 unittests/Format/NamespaceEndCommentsFixerTest.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 a3f6850 2017-02-27 Volker Reichelt <v.reichelt(a)netcologne.de>
new e420ba8 * decl.c (expand_static_init): Add missing } in a comment.
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/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 1 +
2 files changed, 5 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 libcxx.
from e891cc8 Revert "threading_support: make __thread_sleep_for be alertable"
new dec9851 Fix cmake dependency for the external-thread-library variant. 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/CMakeLists.txt | 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 release_40
in repository clang-tools-extra.
from 70bc9d1 Docs: drop minor version
new bdbb68c ReleaseNotes: drop in-progress warning
new a54885b RelaseNotes: tweaks
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:
docs/ReleaseNotes.rst | 37 +++++--------------------------------
1 file changed, 5 insertions(+), 32 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 2884ca9 [change-namespace] fix asan failure in r296110.
new 19c0735 [clang-move] Extend clang-move to support moving global variable.
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-move/ClangMove.cpp | 26 ++++++++++++++++++-
test/clang-move/Inputs/var_test.cpp | 6 +++++
test/clang-move/Inputs/var_test.h | 11 ++++++++
test/clang-move/move-var.cpp | 46 +++++++++++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 5 +++-
5 files changed, 92 insertions(+), 2 deletions(-)
create mode 100644 test/clang-move/Inputs/var_test.cpp
create mode 100644 test/clang-move/Inputs/var_test.h
create mode 100644 test/clang-move/move-var.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 6bab88a Simplify sortMipsSymbols function a bit.
new 25b9f24 Add a test we already get right.
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/ELF/icf8.s | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 test/ELF/icf8.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 gcc.
from 7e93a47 2017-02-27 Paolo Carlini <paolo.carlini(a)oracle.com>
new a3f6850 2017-02-27 Volker Reichelt <v.reichelt(a)netcologne.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/cp/ChangeLog | 9 +++++++++
gcc/cp/init.c | 16 +++++++---------
gcc/cp/pt.c | 9 +++++----
gcc/cp/semantics.c | 6 +++---
4 files changed, 24 insertions(+), 16 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 f854325 [DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset l [...]
new 85f508c [DAGCombine] Fix for a load combine bug with non-zero offset [...]
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/SelectionDAG/DAGCombiner.cpp | 4 ++++
test/CodeGen/AArch64/load-combine-big-endian.ll | 23 ++++++++++++++++++++
test/CodeGen/ARM/load-combine-big-endian.ll | 29 +++++++++++++++++++++++++
3 files changed, 56 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 lldb.
from 3b1ebba Fix MinidumpParserTest on 32-bit arches
new 0a9db10 Merge Linux and FreeBSD arm register contexts
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/FreeBSD/FreeBSDThread.cpp | 4 +-
.../Linux/NativeRegisterContextLinux_arm.cpp | 4 +-
source/Plugins/Process/Utility/CMakeLists.txt | 3 +-
.../Process/Utility/RegisterContextFreeBSD_arm.cpp | 97 ----------------------
.../Process/Utility/RegisterContextLinux_arm.h | 62 --------------
...textLinux_arm.cpp => RegisterInfoPOSIX_arm.cpp} | 38 ++++-----
...ontextFreeBSD_arm.h => RegisterInfoPOSIX_arm.h} | 12 +--
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 7 +-
8 files changed, 32 insertions(+), 195 deletions(-)
delete mode 100644 source/Plugins/Process/Utility/RegisterContextFreeBSD_arm.cpp
delete mode 100644 source/Plugins/Process/Utility/RegisterContextLinux_arm.h
rename source/Plugins/Process/Utility/{RegisterContextLinux_arm.cpp => RegisterInf [...]
rename source/Plugins/Process/Utility/{RegisterContextFreeBSD_arm.h => RegisterInf [...]
--
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 7b00fc6 Log: Fix a regression in handling log options
new 57d4416 Remove the callback-based log channel registration mechanism
new 3b1ebba Fix MinidumpParserTest on 32-bit arches
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/lldb/Core/Log.h | 25 ---------
source/API/SBCommandReturnObject.cpp | 1 +
source/Core/Log.cpp | 64 +----------------------
unittests/Process/minidump/MinidumpParserTest.cpp | 5 +-
4 files changed, 5 insertions(+), 90 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.