[flang-commits] [flang] [llvm] [clang] [flang][OpenMP] Add semantic check for declare target (PR #72770)

via flang-commits flang-commits at lists.llvm.org
Mon Nov 20 22:51:53 PST 2023


================
@@ -590,6 +590,8 @@ class ClauseProcessor {
   bool processSectionsReduction(mlir::Location currentLocation) const;
   bool processTo(llvm::SmallVectorImpl<DeclareTargetCapturePair> &result) const;
   bool
+  processEnter(llvm::SmallVectorImpl<DeclareTargetCapturePair> &result) const;
----------------
shraiysh wrote:

Thanks for the review @skatrak. I moved it between `processDepend` and `processIf` because `enter` is a repeatable clause.

https://github.com/llvm/llvm-project/pull/72770


More information about the flang-commits mailing list