This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6dae4ca453 [clang-scan-deps] reuse the file manager across invocations [...]
new b27d716406 [CMake][Fuchsia] Enable experimental pass manager by default
new d6beacf5d7 [Modules] Make ReadModuleMapFileBlock errors reliable
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 +
cmake/caches/Fuchsia.cmake | 1 +
include/clang/Basic/DiagnosticSerializationKinds.td | 4 ++--
lib/Serialization/ASTReader.cpp | 16 +++++++++-------
4 files changed, 13 insertions(+), 9 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 90f0f97ccb hurd getcwd: Allow unknown root directory
new c3010778d5 hurd: Fix timeout handling in _hurd_select
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 ++++-
hurd/Makefile | 3 +-
hurd/hurdselect.c | 116 ++++++++++++++++++++++++++++++++++++------------------
3 files changed, 87 insertions(+), 41 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 4b068090a0 hurd: Fix _hurd_select for single fd sets
new f0e84494b1 hurd: Fix implementation of setitimer.
new 90f0f97ccb hurd getcwd: Allow unknown root directory
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 | 11 ++++++++++-
sysdeps/mach/hurd/getcwd.c | 12 ------------
sysdeps/mach/hurd/setitimer.c | 20 ++++++++++++--------
3 files changed, 22 insertions(+), 21 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 bc562eec67 Fix silent wrong-code bugs and crashes with designated initi [...]
new 6dae4ca453 [clang-scan-deps] reuse the file manager across invocations [...]
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:
.../DependencyScanning/DependencyScanningService.h | 5 ++++-
.../DependencyScanning/DependencyScanningWorker.h | 3 +++
include/clang/Tooling/Tooling.h | 5 ++++-
.../DependencyScanningService.cpp | 5 +++--
.../DependencyScanningWorker.cpp | 4 +++-
lib/Tooling/Tooling.cpp | 8 +++++--
.../subframework_header_dir_symlink_cdb.json | 12 +++++++++++
test/ClangScanDeps/Inputs/symlink_cdb.json | 12 +++++++++++
.../subframework_header_dir_symlink.m | 25 ++++++++++++++++++++++
test/ClangScanDeps/symlink.cpp | 23 ++++++++++++++++++++
tools/clang-scan-deps/ClangScanDeps.cpp | 7 +++++-
11 files changed, 101 insertions(+), 8 deletions(-)
create mode 100644 test/ClangScanDeps/Inputs/subframework_header_dir_symlink_cdb.json
create mode 100644 test/ClangScanDeps/Inputs/symlink_cdb.json
create mode 100644 test/ClangScanDeps/subframework_header_dir_symlink.m
create mode 100644 test/ClangScanDeps/symlink.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 glibc.
from 23c1c256ae MIPS support for GNU hash
new 4b068090a0 hurd: Fix _hurd_select for single fd sets
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 | 5 +++++
hurd/hurdselect.c | 5 +----
2 files changed, 6 insertions(+), 4 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 f30b6a252e [NFC] Test commit - sorted headers.
new 5de0d302f1 Refactor InitListChecker to make it a bit clearer that hasEr [...]
new dbc57bfc8e Refactor InitListChecker to check only a single (explicit) i [...]
new bc562eec67 Fix silent wrong-code bugs and crashes with designated initi [...]
The 3 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/Expr.h | 2 +
lib/Sema/SemaInit.cpp | 534 ++++++++++++++++---------------
test/Sema/designated-initializers.c | 6 +-
test/SemaCXX/designated-initializers.cpp | 147 +++++++++
4 files changed, 430 insertions(+), 259 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.