This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d0c21a6 [ELF] Correct sh_info for static symbol table
new afa842d [ELF] - Fixed crash after incrementing end iterator.
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/SyntheticSections.cpp | 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 gcc.
from d889d15 Fix typo.
new f5961a2 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): [...]
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 | 5 +++++
gcc/config/microblaze/microblaze.h | 2 +-
2 files changed, 6 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 lldb.
from b7743c6 FreeBSD ARM support for software single step
new faa0ba6 Fix android build for r292935 (personality.h)
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/Host/linux/ProcessLauncherLinux.cpp | 15 ++++++++++-----
1 file changed, 10 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from ebced34 [clang-tidy] Fix NOLINT test
new 8b9a210 [clang-tidy] Don't modernize-raw-string-literal if replacemen [...]
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-tidy/modernize/RawStringLiteralCheck.cpp | 21 +++++++++++++++------
clang-tidy/modernize/RawStringLiteralCheck.h | 3 ++-
.../modernize-raw-string-literal-delimiter.cpp | 2 +-
...modernize-raw-string-literal-replace-shorter.cpp | 13 +++++++++++++
test/clang-tidy/modernize-raw-string-literal.cpp | 2 +-
5 files changed, 32 insertions(+), 9 deletions(-)
create mode 100644 test/clang-tidy/modernize-raw-string-literal-replace-shorter.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 lldb.
from 9be073b android-mips: define PTRACE_GETREGSET in headers don't do it
new b7743c6 FreeBSD ARM support for software single step
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:
.../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 6 +
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 200 ++++++++++++++++++++-
source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 20 ++-
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 18 +-
4 files changed, 237 insertions(+), 7 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 5585626 [PH] Replace uses of AssertingVH from members of analysis res [...]
new eba33ef Improve comment for ISD::EXTRACT_VECTOR_ELT
new bd2bba7 Fix formating in foldSelectCttzCtlz. NFC
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/llvm/CodeGen/ISDOpcodes.h | 3 ++-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 2 +-
2 files changed, 3 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 3418459 Include termios.h for definition of struct winsize
new 8c40f9e include linux/personality.h on android
new 9be073b android-mips: define PTRACE_GETREGSET in headers don't do it
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:
source/Host/linux/ProcessLauncherLinux.cpp | 4 ++++
source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp | 3 +++
2 files changed, 7 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 gcc.
from cf1b1fd PR tree-optimization/79159 * tree-ssa-loop-niter.c (get_cst [...]
new d889d15 Fix typo.
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 | 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 clang.
from 2df9803 [Sema] Fix assumption about typo corrections containing no decl.
new a2f29f7 [CodeCompletion] Ensure that ObjC root class completes instan [...]
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/SemaCodeComplete.cpp | 58 ++++++++++++++++++--------------------
test/Index/complete-objc-message.m | 51 +++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 30 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 2060070 Bug 30863 - Step doesn't stop with conditional breakpoint on [...]
new 3418459 Include termios.h for definition of struct winsize
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/Host/common/File.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.