This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2a1900ae5f Closure types have no name (and can't have a typedef name fo [...]
new f87d7f14d4 [clang-format] Ignore case and stable sort using-declarations
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/Format/UsingDeclarationsSorter.cpp | 5 +-
unittests/Format/UsingDeclarationsSorterTest.cpp | 71 ++++++++++++++++++++++++
2 files changed, 74 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 llvm.
from 909d377831a Rename markAsErased to erase, as pointed out in a previous [...]
new d6812a1a39f AArch64: support SwiftCC properly on AAPCS64
new badbc448ca5 bpf: refactor inst patterns with more mnemonics
new e112a2f2368 bpf: refactor inst patterns with better inheritance
new e2a1c4ada18 bpf: add 32bit register set
new 4f849aab610 bpf: initial 32-bit ALU encoding support in assembler
The 5 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/AArch64/AArch64CallingConvention.td | 3 +
lib/Target/BPF/BPFInstrFormats.td | 84 +++-
lib/Target/BPF/BPFInstrInfo.td | 506 +++++++++++-------------
lib/Target/BPF/BPFRegisterInfo.td | 53 ++-
lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 15 +
test/CodeGen/AArch64/swift-error.ll | 18 +
test/MC/BPF/insn-unit-32.s | 53 +++
7 files changed, 427 insertions(+), 305 deletions(-)
create mode 100644 test/CodeGen/AArch64/swift-error.ll
create mode 100644 test/MC/BPF/insn-unit-32.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 clang.
from 7c0a112564 Give external linkage and mangling to lambdas inside inline [...]
new 2a1900ae5f Closure types have no name (and can't have a typedef name fo [...]
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/AST/Decl.cpp | 15 ++++++++-------
test/CXX/basic/basic.link/p8.cpp | 15 ++++-----------
2 files changed, 12 insertions(+), 18 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 8e0325cc [clangd] Fixed crash on MacOS.
new 58dbbd00 [clang-tidy] Fix example in documentation, 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:
docs/clang-tidy/checks/modernize-replace-random-shuffle.rst | 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 32a7bc13e3 Driver: remove support for libstdc++ from CrossWindows
new 7c0a112564 Give external linkage and mangling to lambdas inside inline [...]
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/AST/Decl.cpp | 105 ++++++++++++++-------------
lib/AST/ItaniumMangle.cpp | 8 +-
lib/AST/Linkage.h | 9 ++-
lib/Parse/ParseDecl.cpp | 66 +++++++++--------
lib/Sema/SemaDeclCXX.cpp | 26 +++----
lib/Sema/SemaLambda.cpp | 16 +++-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 +--
test/CodeGenCXX/mangle-lambdas.cpp | 28 +++++--
test/SemaCXX/vartemplate-lambda.cpp | 2 +-
test/SemaTemplate/instantiate-static-var.cpp | 2 +-
10 files changed, 160 insertions(+), 112 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 eb4d985968 Clean up some mistreatment of enumerations.
new 32a7bc13e3 Driver: remove support for libstdc++ from CrossWindows
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/Driver/ToolChains/CrossWindows.cpp | 37 +++-------------------------------
test/Driver/windows-cross.c | 10 ---------
2 files changed, 3 insertions(+), 44 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 ca99adda4e Add test cases that weren't committed in r313945.
new eb4d985968 Clean up some mistreatment of enumerations.
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/Decl.h | 7 +++++
lib/AST/Decl.cpp | 65 +++++++++++++++++--------------------------
lib/AST/Linkage.h | 72 +++++++++++++++++++++++++++---------------------
3 files changed, 74 insertions(+), 70 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 df52f331ed Automatic date update in version.in
new 11bb0c7abc readelf tests
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:
binutils/ChangeLog | 9 ++++
binutils/testsuite/binutils-all/readelf.exp | 83 ++++++++++++++---------------
2 files changed, 49 insertions(+), 43 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 392a9db851 [Analyzer] Static analyzer script for updating reference results
new ca99adda4e Add test cases that weren't committed in r313945.
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/CodeGenCXX/noescape.cpp | 67 +++++++++++++++++++++++++++++++++
test/CodeGenObjC/noescape.m | 71 ++++++++++++++++++++++++++++++++++
test/Sema/noescape.c | 25 ++++++++++++
test/SemaObjCXX/noescape.mm | 90 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 253 insertions(+)
create mode 100644 test/CodeGenCXX/noescape.cpp
create mode 100644 test/CodeGenObjC/noescape.m
create mode 100644 test/Sema/noescape.c
create mode 100644 test/SemaObjCXX/noescape.mm
--
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 164f11b5481 HexagonVectorLoopCarriedReuse.cpp: Apply LLVM_ATTRIBUTE_UNU [...]
new 909d377831a Rename markAsErased to erase, as pointed out in a previous [...]
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/Analysis/LoopInfo.h | 2 +-
lib/Analysis/LoopInfo.cpp | 2 +-
lib/Transforms/IPO/LoopExtractor.cpp | 2 +-
lib/Transforms/Scalar/LoopDeletion.cpp | 2 +-
lib/Transforms/Utils/LoopUnroll.cpp | 4 ++--
unittests/Transforms/Scalar/LoopPassManagerTest.cpp | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.