[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/kparzysz/e02-clause-enum-set'. Changed from 0000000000000000000000000000000000000000 to 1b63b6ee3b4e982b2f5eb1c67459af1685446121 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 8be7044f3792249dd5c681a02d03b9e4a2330916 by Krzysztof Parzyszek on 22/07/2026 at 17:09.. [OpenMP] Implement EnumSet container This is close to flang's common::EnumSet with the difference being that it provides forward iterators. The reason for having an implementation that is separate from common::EnumSet is that this is intended to be shared for all consumers of llvm/lib/Frontend/OpenMP. This class is also planned to be one of the core containers for representing auto-generated OpenMP data in the future. https://invent.kde.org/qt/clang/llvm-project/-/commit/8be7044f3792249dd5c681a02d03b9e4a2330916 Git commit 1b63b6ee3b4e982b2f5eb1c67459af1685446121 by Krzysztof Parzyszek on 22/07/2026 at 17:15.. [flang][OpenMP] Use llvm::omp::ClauseSet instead of common::EnumSet Replace uses of OmpClauseSet (defined in terms of common::EnumSet) with the common llvm::omp::ClauseSet (defined via llvm::EnumSet). https://invent.kde.org/qt/clang/llvm-project/-/commit/1b63b6ee3b4e982b2f5eb1c67459af1685446121