https://github.com/aschwaighofer closed
https://github.com/llvm/llvm-project/pull/69953
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/aschwaighofer updated
https://github.com/llvm/llvm-project/pull/69953
>From 3dcc80df1acfe192e70f531995dff7518589d1ec Mon Sep 17 00:00:00 2001
From: Arnold Schwaighofer
Date: Wed, 18 Oct 2023 11:44:16 -0700
Subject: [PATCH] SwiftCallingConv: Fix the splitVectorEntry function
https://github.com/rjmccall approved this pull request.
Oops. LGTM.
https://github.com/llvm/llvm-project/pull/69953
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
aschwaighofer wrote:
The failures are not related to this PR / pre-existing.
`clang/docs/ReleaseNotes.rst:` is not touched by this PR.
```
+ echo '*** Checking for trailing whitespace left in Clang source files ***'
--
| *** Checking for trailing whitespace left in Clang source files ***
|
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Arnold Schwaighofer (aschwaighofer)
Changes
When splitting an entry into multiple entries, the indices of the split entries
are a combination of the original split entry's and the number of elements we
split that entry to.
Failure to do
https://github.com/aschwaighofer created
https://github.com/llvm/llvm-project/pull/69953
When splitting an entry into multiple entries, the indices of the split entries
are a combination of the original split entry's and the number of elements we
split that entry to.
Failure to do so resulted