This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2faed1c [c++17] Implement P0522R0 as written. This allows a template [...]
new dbfc80e Fix typo in test case. 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/OpenMP/teams_distribute_parallel_for_simd_collapse_messages.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 llvm.
from 981c811 [ValueTracking] add tests for known-nonnull-at; NFC
new 7fa928a Avoid const_cast; NFC
new f67baf0 Fix an issue with isGuaranteedToTransferExecutionToSuccessor
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:
lib/Analysis/ValueTracking.cpp | 27 +++++++++++++----
unittests/Analysis/ValueTrackingTest.cpp | 51 ++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 6 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 021fcf9 [clang] Fix clean build of generate-order-file
new 2faed1c [c++17] Implement P0522R0 as written. This allows a template [...]
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/LangOptions.def | 1 +
include/clang/Driver/Options.td | 5 ++
include/clang/Sema/Sema.h | 3 +
lib/Driver/Tools.cpp | 7 ++
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Sema/SemaTemplate.cpp | 28 ++++++-
lib/Sema/SemaTemplateDeduction.cpp | 85 ++++++++++++++++++---
test/SemaTemplate/temp_arg_template.cpp | 4 +-
test/SemaTemplate/temp_arg_template_cxx1z.cpp | 102 ++++++++++++++++++++++++++
www/cxx_status.html | 10 ++-
10 files changed, 233 insertions(+), 14 deletions(-)
create mode 100644 test/SemaTemplate/temp_arg_template_cxx1z.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 libcxx.
from 5334ba7 clean up some qualifier casting
new f7e8495 system_error: use strerror_r only for threaded code
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:
src/system_error.cpp | 2 ++
1 file changed, 2 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 glibc.
from fc82b0a CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
new 4f15774 Update DNS RR type definitions [BZ #20593]
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 | 24 +++++++
resolv/arpa/nameser.h | 145 +++++++++++++++++++++++++++----------------
resolv/arpa/nameser_compat.h | 127 ++++++++++++++++++++++++-------------
resolv/res_debug.c | 7 +--
scripts/gen-rrtypes.py | 68 ++++++++++++++++++++
5 files changed, 270 insertions(+), 101 deletions(-)
create mode 100644 scripts/gen-rrtypes.py
--
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 7715d3a Add NEWS item for tunables
new 3c589b1 tunables: Use correct unused attribute
new fc82b0a CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
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:
ChangeLog | 18 ++++
NEWS | 8 +-
elf/dl-tunables.h | 2 +-
include/arpa/nameser_compat.h | 6 +-
resolv/Makefile | 3 +
resolv/nss_dns/dns-host.c | 2 +-
resolv/res_mkquery.c | 4 +
resolv/res_query.c | 6 +-
resolv/tst-resolv-qtypes.c | 185 ++++++++++++++++++++++++++++++++++++++++++
9 files changed, 225 insertions(+), 9 deletions(-)
create mode 100644 resolv/tst-resolv-qtypes.c
--
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 a8cf343 [Inliner] remove unnecessary null checks from AddAlignmentAss [...]
new 981c811 [ValueTracking] add tests for known-nonnull-at; 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/Analysis/ValueTracking/known-nonnull-at.ll | 57 +++++++++++++++++++++++++
1 file changed, 57 insertions(+)
create mode 100644 test/Analysis/ValueTracking/known-nonnull-at.ll
--
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 libcxxabi.
from 6e0f5ef add cxa_demangle_fuzzer
new ed8daea clean up `-Wmisleading-indentation` 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:
src/cxa_demangle.cpp | 4 ++--
1 file changed, 2 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 libcxx.
from c6aee64 remove some inherited attributes on exceptions
new 5334ba7 clean up some qualifier casting
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/__std_stream | 2 +-
include/type_traits | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.