[qt/clang/llvm]: 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 Pushed by mirror-service into branch 'upstream/users/abhinavgaba/attach-maps-in-mappers-2'. Changed from 0000000000000000000000000000000000000000 to 83f9d209739e6e835716b52ae4c4ce85125cf153 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 ce311346af97c8608599fae5fc3373481b53447f by Abhinav Gaba on 17/06/2026 at 21:18.. Merge remote-tracking branch 'origin/main' into add-mapper-tests-that-need-attach-type-codegen https://invent.kde.org/qt/clang/llvm/-/commit/ce311346af97c8608599fae5fc3373481b53447f Git commit 6d1aca816903bc475d108472096f7f972b6eb471 by Abhinav Gaba on 13/07/2026 at 23:26.. Merge remote-tracking branch 'upstream/main' into add-mapper-tests-that-need-attach-type-codegen https://invent.kde.org/qt/clang/llvm/-/commit/6d1aca816903bc475d108472096f7f972b6eb471 Git commit 83f9d209739e6e835716b52ae4c4ce85125cf153 by Abhinav Gaba on 14/07/2026 at 03:15.. [OpenMP] Propagate ALWAYS/DELETE/CLOSE map-type modifiers to mapper entries Per OpenMP 6.0:281:34, when a map/motion clause uses a mapper modifier, any map-type-modifying modifier on that clause applies to each map the declared mapper specifies. Propagate the ALWAYS, DELETE, and CLOSE bits from the outer clause's map type into every entry emitted by emitUserDefinedMapper, except ATTACH entries (ATTACH|ALWAYS is reserved for attach(always), and the other bits have no meaning for an ATTACH entry). PRESENT is intentionally NOT propagated here: it requires distinguishing pointee entries from the struct's own storage and is handled in a follow-up. Co-Authored-By: Claude Opus 4.8 <[email protected]> https://invent.kde.org/qt/clang/llvm/-/commit/83f9d209739e6e835716b52ae4c4ce85125cf153