[qt/clang/llvm-project]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm-project Pushed by mirror-service into branch 'upstream/users/eas/vplan-based-stride-mv-rt-guard'. Changed from f3424c771cf1073e0a96500e9bd0dc164cc05557 to 894392dec23d7a64e2f7db1e0ec25e232aa8786a Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 41a5357e389b3c04d4c44631360dd3661488c629 by GitHub (on behalf of AZero13) on 27/07/2026 at 17:26.. [clang][Sema] Allow abstract declarators to specify cv-qualified function types as per CWG1417 (#209836) Abstract declarator contexts (specifically `DeclaratorContext::TypeName`) now properly bypass this restricted rule, allowing cv-qualified function types in `__typeof__` while maintaining restrictions in other contexts like `typeid`, `sizeof`, C-style casts, and `new` expressions per CWG1417. https://invent.kde.org/qt/clang/llvm-project/-/commit/41a5357e389b3c04d4c44631360dd3661488c629 Git commit b2f91291a0b9abfbd3828975fc2f15a7846a69d1 by Andrei Elovikov on 27/07/2026 at 18:16.. Merge remote-tracking branch 'origin/main' into vplan-based-stride-mv-rt-guard https://invent.kde.org/qt/clang/llvm-project/-/commit/b2f91291a0b9abfbd3828975fc2f15a7846a69d1 Git commit 894392dec23d7a64e2f7db1e0ec25e232aa8786a by Andrei Elovikov on 27/07/2026 at 18:57.. Outline widenUnitStridedLoadStore helper Reuses it for both normal and speculative unit-strided memaccesses widening. Apparently, I misread `createVectorPointer` interface (or maybe it changed throughout the life of this PR), so this also fixes a bug in the new code. https://invent.kde.org/qt/clang/llvm-project/-/commit/894392dec23d7a64e2f7db1e0ec25e232aa8786a