cchen added inline comments.
================ Comment at: clang/lib/Sema/SemaOpenMP.cpp:3490 + OMPC_MAP_MODIFIER_present); + ImplicitMapModifierLoc[ClauseKind].push_back(SourceLocation()); + } ---------------- ABataev wrote: > Why need to add an empty `SourceLocation`? I'm doing this since there is no actual location for present modifier. Maybe I should just pass llvm::None to ActOnOpenMPMapClause. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92427/new/ https://reviews.llvm.org/D92427 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits