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 b4917dec [clang-tidy][modernize-raw-string-literal] Don't replace uppe [...]
new 7ba6c9fb Update to match clang r331428.
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/UseNoexceptCheck.cpp | 2 +-
.../performance/NoexceptMoveConstructorCheck.cpp | 23 +++++++++-------------
2 files changed, 10 insertions(+), 15 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 c8752e48960 Daily bump.
new b0fbe7432e0 cmd/go: run tests that require package build IDs
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/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/go_test.go | 2 --
2 files changed, 1 insertion(+), 3 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 e776b8b57b7 [Support] Support building LLVM for Fuchsia
new cfd866304a2 Re-enable "[SCEV] Make computeExitLimit more simple and mor [...]
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/Analysis/ScalarEvolution.cpp | 75 +++++------------------
test/Analysis/ScalarEvolution/exact_iter_count.ll | 34 ++++++++++
test/Transforms/LoopSimplify/preserve-scev.ll | 2 +-
3 files changed, 52 insertions(+), 59 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 lld.
from 54d418680 Updated ThinLTO test to not include forward or backward slash [...]
new db75571ff Update Error Message
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/lto/thinlto.ll | 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 llvm.
from b9e51cf03e5 [ObjCARC] Convert an if to an early continue. NFC
new e776b8b57b7 [Support] Support building LLVM for Fuchsia
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:
cmake/modules/HandleLLVMOptions.cmake | 6 +++---
lib/Support/Unix/Path.inc | 3 +++
2 files changed, 6 insertions(+), 3 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.
from 094219decc [ObjC] Supress the 'implementing unavailable method' warning [...]
new f5b6d5f6bf [Sema] Do not match function type with const T in template a [...]
new e1e48fb15a [CMake][Cache] Stop pretending that Fuchsia is UNIX
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:
cmake/caches/Fuchsia-stage2.cmake | 1 -
lib/Sema/SemaTemplateDeduction.cpp | 6 +++++
test/CXX/drs/dr15xx.cpp | 13 +++++++++++
test/CXX/drs/dr4xx.cpp | 17 +-------------
test/SemaTemplate/function-pointer-qualifier.cpp | 29 ++++++++++++++++++++++++
5 files changed, 49 insertions(+), 17 deletions(-)
create mode 100644 test/SemaTemplate/function-pointer-qualifier.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 llvm.
from 034a688e829 Commit r331416 breaks the big-endian PPC bot. On the big en [...]
new b9e51cf03e5 [ObjCARC] Convert an if to an early continue. 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:
lib/Transforms/ObjCARC/ObjCARCContract.cpp | 58 +++++++++++++++---------------
1 file changed, 29 insertions(+), 29 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.
from 3f205d63b2 [gcov] Make the CLang side coverage test work with the new i [...]
new 094219decc [ObjC] Supress the 'implementing unavailable method' warning [...]
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/DeclBase.h | 7 ++++++-
lib/AST/DeclBase.cpp | 11 +++++++---
lib/Sema/SemaDeclObjC.cpp | 12 +++++++++--
...lable-implementation-warning-in-app-extension.m | 24 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 6 deletions(-)
create mode 100644 test/SemaObjC/avoid-unavailable-implementation-warning-in-app-e [...]
--
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 dc1628b5e70 [gcov] Switch to an explicit if clunky array to satisfy som [...]
new 034a688e829 Commit r331416 breaks the big-endian PPC bot. On the big en [...]
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/Target/PowerPC/PPCISelLowering.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.