This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 26bf3fb044 Automatic date update in version.in
new 9e4da51ca5 Automatic date update in version.in
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:
bfd/version.h | 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 0b5957b9212 PR c++/88692, c++/87882 - -Wredundant-move false positive [...]
new a5b1332cae9 Fix location of __cpp_lib_erase_if macro
new 0e8475b7163 2019-01-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 36496c4da54 P0972R0 <chrono> zero(), min(), and max() should be noexcept
new f5480b8c1e5 P0357R3 reference_wrapper for incomplete types
new 656ac8b7f78 Document C++20 library status
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:
gcc/fortran/ChangeLog | 6 +
gcc/fortran/decl.c | 16 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/pr35031.f90 | 10 +
libstdc++-v3/ChangeLog | 25 +
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/index.html | 4 +-
libstdc++-v3/doc/html/manual/intro.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 389 +++++++-
libstdc++-v3/doc/xml/manual/intro.xml | 4 +
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 50 +-
libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 980 +++++++++++++++++++++
libstdc++-v3/include/bits/refwrap.h | 9 +
libstdc++-v3/include/std/chrono | 16 +-
libstdc++-v3/include/std/version | 2 +-
.../20_util/duration/requirements/noexcept.cc | 39 +
.../nullptr.cc => reference_wrapper/incomplete.cc} | 35 +-
.../20_util/time_point/requirements/noexcept.cc | 45 +
18 files changed, 1583 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr35031.f90
create mode 100644 libstdc++-v3/doc/xml/manual/status_cxx2020.xml
create mode 100644 libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
copy libstdc++-v3/testsuite/20_util/{hash/nullptr.cc => reference_wrapper/incomple [...]
create mode 100644 libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
--
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 27e3ee9307 [Darwin][Driver] Don't pass a file as object_path_lto during [...]
new 99a758aff1 [analyzer] Introduce a convenience method for getting a Call [...]
new 6b107ea95b [analyzer] Support for OSObjects out parameters in RetainCou [...]
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:
.../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 7 +
.../StaticAnalyzer/Core/RetainSummaryManager.h | 12 +-
.../RetainCountChecker/RetainCountChecker.cpp | 153 +++++++++++-------
.../RetainCountChecker/RetainCountDiagnostics.cpp | 50 +++++-
lib/StaticAnalyzer/Core/CallEvent.cpp | 52 +++---
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 86 ++++++++--
.../expected-plists/retain-release.m.objc.plist | 8 +-
.../expected-plists/retain-release.m.objcpp.plist | 8 +-
test/Analysis/osobject-retain-release.cpp | 179 ++++++++++++++++++++-
9 files changed, 450 insertions(+), 105 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 compiler-rt.
from ba6006c17 [CMake] Fix standalone build after LLVM exports utility targets
new 276dc3b54 sanitizer_common: Change gen_dynamic_list.py to take a -o arg [...]
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/SanitizerUtils.cmake | 4 ++--
lib/sanitizer_common/scripts/gen_dynamic_list.py | 23 +++++++++++++----------
2 files changed, 15 insertions(+), 12 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 0fdf8340800 compiler: pad structs ending with zero-sized field
new 0b5957b9212 PR c++/88692, c++/87882 - -Wredundant-move false positive [...]
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/cp/ChangeLog | 6 +++
gcc/cp/typeck.c | 5 +-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C | 53 ++++++++++++++++++++++
.../{Wredundant-move3.C => Wredundant-move6.C} | 30 ++++++------
5 files changed, 83 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C
copy gcc/testsuite/g++.dg/cpp0x/{Wredundant-move3.C => Wredundant-move6.C} (68%)
--
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 ed4b90300db gn build: Create a template for unix toolchains.
new 06a887ac8a6 gn build: Add a stage2 toolchain for Android.
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/gn/build/BUILDCONFIG.gn | 7 +++
utils/gn/build/libs/pthread/BUILD.gn | 3 +-
utils/gn/build/toolchain/BUILD.gn | 58 ++++++++++++++++++----
utils/gn/build/toolchain/compiler.gni | 4 ++
utils/gn/secondary/BUILD.gn | 8 +++
.../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 44 +++++++++-------
6 files changed, 96 insertions(+), 28 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 d9dd5c5fb Fix build breaks after the ParseCompileUnit changes.
new 597d25766 [lldbsuite] Skip TestExitDuringStep on Windows
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/functionalities/thread/exit_during_step/TestExitDuringStep.py | 1 +
1 file changed, 1 insertion(+)
--
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 d07c152ba6f PR c++/88312 - pack expansion of decltype.
new 0fdf8340800 compiler: pad structs ending with zero-sized field
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 +-
gcc/go/gofrontend/expressions.cc | 6 ++++++
gcc/go/gofrontend/types.cc | 33 ++++++++++++++++++++++++---------
gcc/go/gofrontend/types.h | 16 +++++++++++++++-
4 files changed, 46 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 82647e1dc56 [AArch64] Improve Exynos predicates
new ed4b90300db gn build: Create a template for unix toolchains.
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/gn/build/toolchain/BUILD.gn | 208 ++++++++++++++++++++------------------
1 file changed, 112 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.