This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 59a70fe4b6 Emit warning when throw exception in destruct or dealloc fun [...]
new 26143cdb50 Add test for 306149, warn on throw from noexcept
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/SemaCXX/warn-throw-out-noexcept-func.cpp | 265 ++++++++++++++++++++++++++
1 file changed, 265 insertions(+)
create mode 100644 test/SemaCXX/warn-throw-out-noexcept-func.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 299d0f2388f cmd/go: don't require GOROOT to exist for gccgo
new 8e94e8f9768 runtime: complete defer handling in CgocallBackDone
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/runtime/cgo_gccgo.go | 29 +++++++++++++++++++++++++++--
libgo/go/runtime/panic.go | 17 +++++++++--------
3 files changed, 37 insertions(+), 11 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 a77c3fdb212 [llvm-pdbutil] Dump raw bytes of pdb name map.
new 055ae721289 [llvm-pdbutil] Show what blocks a stream occupies.
new 5c4dd22e835 [CorrelatedValuePropagation] Remove comment about iterating [...]
new a8f03fad1f9 [CorrelatedValuePropagation] Fix typo in comment sense->since. NFC
new 7584e452e62 [APInt] Move the single word cases of countTrailingZeros an [...]
new 1a9610bd3ca [APInt] Use trailing bit counting methods instead of popula [...]
new c8bc59b0b33 [APInt] Make the single word cases of isMaxSignedValue/isMi [...]
The 6 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/ADT/APInt.h | 28 +++++++++---
lib/Support/APInt.cpp | 9 +---
.../Scalar/CorrelatedValuePropagation.cpp | 5 +--
test/DebugInfo/PDB/pdbdump-headers.test | 51 ++++++++++++++--------
tools/llvm-pdbutil/DumpOutputStyle.cpp | 7 +++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 +++
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
7 files changed, 74 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.
from 20e77878ed [MS] Don't statically initialize dllimport member function pointers
new 59a70fe4b6 Emit warning when throw exception in destruct or dealloc fun [...]
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/Basic/DiagnosticSemaKinds.td | 9 ++
lib/Sema/AnalysisBasedWarnings.cpp | 150 +++++++++++++++++++++++++++++
test/CXX/except/except.spec/p11.cpp | 9 +-
3 files changed, 163 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 glibc.
from 48273d42bc Make libm-test-support code clear exceptions after each test.
new 06a5b8f799 Update x86 ulps for GCC 7.
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:
ChangeLog | 3 +++
sysdeps/i386/fpu/libm-test-ulps | 16 ++++++++--------
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 16 ++++++++--------
3 files changed, 19 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 ddb4efa8b2b [opt-viewer] Remove positional arg checks (NFC)
new a77c3fdb212 [llvm-pdbutil] Dump raw bytes of pdb name map.
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/DebugInfo/PDB/Native/InfoStream.h | 4 ++++
lib/DebugInfo/PDB/Native/InfoStream.cpp | 8 ++++++++
test/DebugInfo/PDB/pdbdump-raw-bytes.test | 10 ++++++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 17 +++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 2 ++
tools/llvm-pdbutil/LinePrinter.cpp | 19 +++++++------------
tools/llvm-pdbutil/LinePrinter.h | 3 ---
tools/llvm-pdbutil/llvm-pdbutil.cpp | 3 +++
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
9 files changed, 52 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 glibc.
from 16000c8d04 Avoid localplt issues from x86 fereaiseexcept inline.
new 48273d42bc Make libm-test-support code clear exceptions after each test.
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:
ChangeLog | 9 +++++++++
math/libm-test-support.c | 7 +++++++
2 files changed, 16 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 f6475fc50ea 2017-06-23 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 299d0f2388f cmd/go: don't require GOROOT to exist for gccgo
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/main.go | 9 +++++++--
2 files changed, 8 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 llvm.
from 87f3ec22f79 [llvm-pdbutil] Add the ability to dump raw bytes from the file.
new ddb4efa8b2b [opt-viewer] Remove positional arg checks (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:
utils/opt-viewer/opt-stats.py | 4 ----
utils/opt-viewer/opt-viewer.py | 4 ----
2 files changed, 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.