[all-commits] [llvm/llvm-project] 2d25e0: [clang][OpenMP] Rewrite `getOpenMPCaptureRegions` ...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Jun 28 13:39:30 PDT 2024
Branch: refs/heads/users/kparzysz/spr/c03-capture-region
Home: https://github.com/llvm/llvm-project
Commit: 2d25e0d32672ecae3dc3ad42c50446e651eceb06
https://github.com/llvm/llvm-project/commit/2d25e0d32672ecae3dc3ad42c50446e651eceb06
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths:
M clang/lib/Basic/OpenMPKinds.cpp
Log Message:
-----------
[clang][OpenMP] Rewrite `getOpenMPCaptureRegions` in term of leafs
Replace the switch in `getOpenMPCaptureRegions` with a loop collecting
capture regions based on the constituent directives.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list