================ @@ -1851,6 +1853,18 @@ bool ClauseProcessor::processTo( }); } +bool ClauseProcessor::processEnter( + llvm::SmallVectorImpl<DeclareTargetCapturePair> &result) const { + return findRepeatableClause<ClauseTy::Enter>( + [&](const ClauseTy::Enter *enterClause, + const Fortran::parser::CharBlock &) { + // Case: declare target to(func, var1, var2)... ---------------- skatrak wrote:
Nit: Update comment https://github.com/llvm/llvm-project/pull/72770 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits