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 fed14e30 [clang-doc] Fix failing tests on Windows
new 5b3c28db [clangd] Implement typeHierarchy/resolve for subtypes
new 480d1d00 [clangd] Mark type hierarchy as a supported feature in the docs
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:
clangd/ClangdLSPServer.cpp | 8 +++++
clangd/ClangdLSPServer.h | 2 ++
clangd/ClangdServer.cpp | 7 ++++
clangd/ClangdServer.h | 5 +++
clangd/Protocol.cpp | 17 ++++++---
clangd/Protocol.h | 23 +++++++++---
clangd/XRefs.cpp | 25 ++++++++++++-
clangd/XRefs.h | 4 +++
clangd/test/type-hierarchy.test | 63 +++++++++++++++++++++++++++++++--
clangd/unittests/TypeHierarchyTests.cpp | 46 +++++++++++++++++++++++-
docs/clangd/Features.rst | 2 +-
11 files changed, 188 insertions(+), 14 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 dd578bb497 clang/test/Driver/fsanitize.c: Fix -fsanitize=vptr using def [...]
new 657b099cc2 [Sema] Diagnose default-initialization, destruction, and cop [...]
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 | 24 +++
include/clang/AST/DeclBase.h | 9 +-
include/clang/AST/Type.h | 45 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 19 +-
include/clang/Sema/Sema.h | 42 ++++
lib/AST/Type.cpp | 60 +-----
lib/Sema/Sema.cpp | 18 +-
lib/Sema/SemaDecl.cpp | 329 ++++++++++++++++++++++++++---
lib/Sema/SemaExpr.cpp | 33 ++-
lib/Sema/SemaType.cpp | 5 +
lib/Serialization/ASTReaderDecl.cpp | 3 +
lib/Serialization/ASTWriterDecl.cpp | 9 +
test/CodeGenObjC/Inputs/strong_in_union.h | 10 -
test/CodeGenObjC/strong-in-c-struct.m | 15 +-
test/PCH/non-trivial-c-union.m | 24 +++
test/SemaObjC/arc-decls.m | 6 +-
test/SemaObjC/non-trivial-c-union.m | 82 +++++++
17 files changed, 611 insertions(+), 122 deletions(-)
delete mode 100644 test/CodeGenObjC/Inputs/strong_in_union.h
create mode 100644 test/PCH/non-trivial-c-union.m
create mode 100644 test/SemaObjC/non-trivial-c-union.m
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 86f93ecc77c Daily bump.
adds 6bab5cac009 Daily bump.
adds a0ca98db700 Daily bump.
adds 375054587c8 PR rtl-optimization/91136 * df-core.c (ACCESSING REFS): F [...]
adds f619debeb7e Turn off ipa-ra in builtins test (PR91059)
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/df-core.c | 6 +++---
gcc/resource.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp | 2 +-
6 files changed, 21 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 07fc9f5 0: update: gcc-86f93ecc77cb0772d6eea2387712baa3ee1596f2: -5
new 26e922e 0: update: gcc-f619debeb7e2602843c3a73a8be4150c6257a833: -5
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (07fc9f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 16 +-
02-prepare_abe/console.log | 146 +-
03-build_abe-bootstrap_ubsan/console.log | 88493 ++++++++++++++--------------
console.log | 88655 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
5 files changed, 88670 insertions(+), 88648 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 e88e617b46c Extend function attributes bitset size from 64 to 96.
new 3c9c8191b03 [Attributor] Only return attributes with a valid state
new 76a1ea9a3c6 [Attributor][NFC] Run clang-format on the attributor files [...]
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:
include/llvm/Transforms/IPO/Attributor.h | 12 +++++++-----
lib/Transforms/IPO/Attributor.cpp | 24 +++++++++---------------
2 files changed, 16 insertions(+), 20 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 a2ee72c80 [builtins] Fix assembly in arm sync-ops.h
new e2e4f5497 [TSan] Tiny cleanup of UnmangleLongJmpSp for Linux/x86_64
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/tsan/rtl/tsan_platform_linux.cc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel
in repository toolchain/ci/interesting-commits.
from c4668c2 Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
new 60f63ae Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
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:
linux | 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 clang.
from 8539d2e033 [DirectoryWatcher][test][NFC] Add information to test failur [...]
new dd578bb497 clang/test/Driver/fsanitize.c: Fix -fsanitize=vptr using def [...]
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/Driver/fsanitize.c | 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 linux.
from 4ce9d181ebe5 Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/s [...]
new bc88ac96a9ac f2fs: link f2fs quota ops for sysfile
new 5dae2d39074d f2fs: fix to check layout on last valid checkpoint park
new 49dd883c421a f2fs: allow ssr block allocation during checkpoint=disable period
new 8648de2c581e f2fs: add bio cache for IPU
new f7dfd9f36144 f2fs: always assume that the device is idle under gc_urgent
new 040d2bb318d1 f2fs: fix to avoid deadloop if data_flush is on
new 4d11d13e2776 f2fs: add missing sysfs entries in documentation
new c854f4d68136 f2fs: fix to do sanity check on segment bitmap of LFS curseg
new 9227d5227b8d f2fs: add error prints for debugging mount failure
new 81621f976176 f2fs: fix f2fs_show_options to show nodiscard mount option
new 36af5f407bbb f2fs: fix sparse warning
new ae4ad7ea09d3 f2fs: Lower threshold for disable_cp_again
new 9a9aecaad92d f2fs: Fix root reserved on remount
new a4c3ecaaadac f2fs: Fix accounting for unusable blocks
new 4d3aed70902f f2fs: Add option to limit required GC for checkpoint=disable
new 176ef3c4dea3 f2fs: replace ktype default_attrs with default_groups
new 360985573b55 f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags
new 5043a9643fe6 f2fs: only set project inherit bit for directory
new 04f0b2eaa3b3 f2fs: ioctl for removing a range from F2FS
new 8740edc3e5cc f2fs: avoid get_valid_blocks() for cleanup
new dcbb4c10e6d9 f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
new 2d821c12176b f2fs: print kernel message if filesystem is inconsistent
new f91108b801ad f2fs: Use DIV_ROUND_UP() instead of open-coding
new 10f966bbf521 f2fs: use generic EFSBADCRC/EFSCORRUPTED
new c83414aedf36 f2fs: set SBI_NEED_FSCK for xattr corruption case
new db6ec53b7e03 f2fs: add a rw_sem to cover quota flag changes
new 56659ce83845 f2fs: fix is_idle() check for discard type
new cad3836f9eb2 f2fs: allocate blocks for pinned file
new 4969c06a0d83 f2fs: support swap file w/ DIO
new b13bdf03bb80 f2fs: allow all the users to pin a file
new 6e0cd4a9dd4d f2fs: fix to avoid long latency during umount
new 56f3ce675103 f2fs: avoid out-of-range memory access
new 2d008835ec2f f2fs: improve print log in f2fs_sanity_check_ckpt()
new a641a88e5d68 Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/l [...]
new d4548543fc4e 9p/virtio: Add cleanup path in p9_virtio_init
new 80a316ff1627 9p/xen: Add cleanup path in p9_trans_xen_init
new 23bbbf5c1fb3 Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
new b355516f4507 dlm: check if workqueues are NULL before flushing/destroying
new a48f9721e6db dlm: no need to check return value of debugfs_create functions
new 964a4eacef67 Merge tag 'dlm-5.3' of git://git.kernel.org/pub/scm/linux/ [...]
The 40 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:
Documentation/ABI/testing/sysfs-fs-f2fs | 8 +
Documentation/filesystems/f2fs.txt | 133 ++++++-
fs/dlm/debug_fs.c | 21 +-
fs/dlm/dlm_internal.h | 8 +-
fs/dlm/lowcomms.c | 18 +-
fs/dlm/main.c | 5 +-
fs/f2fs/checkpoint.c | 107 +++---
fs/f2fs/data.c | 249 +++++++++++--
fs/f2fs/debug.c | 7 +
fs/f2fs/dir.c | 16 +-
fs/f2fs/extent_cache.c | 7 +-
fs/f2fs/f2fs.h | 129 +++----
fs/f2fs/file.c | 302 ++++++++++------
fs/f2fs/gc.c | 196 +++++++++-
fs/f2fs/inline.c | 16 +-
fs/f2fs/inode.c | 78 ++--
fs/f2fs/namei.c | 10 +-
fs/f2fs/node.c | 38 +-
fs/f2fs/recovery.c | 43 +--
fs/f2fs/segment.c | 170 +++++++--
fs/f2fs/segment.h | 16 +-
fs/f2fs/super.c | 610 +++++++++++++++-----------------
fs/f2fs/sysfs.c | 22 +-
fs/f2fs/xattr.c | 10 +-
include/trace/events/f2fs.h | 11 +-
net/9p/trans_virtio.c | 8 +-
net/9p/trans_xen.c | 8 +-
27 files changed, 1438 insertions(+), 808 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.