ABataev added inline comments.
================ Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9073 SmallVector<MapData, 4> DeclComponentLists; + if (DevPointersMap.count(VD)) { + // For member fields list in is_device_ptr, store it in ---------------- If VD is nullptr, why do we need this check? ================ Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9080 + DeclComponentLists.emplace_back(MCL, OMPC_MAP_to, + OMPC_MAP_MODIFIER_unknown, true, + nullptr, nullptr); ---------------- comment with the name of parameter, associated with `true` value. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129608/new/ https://reviews.llvm.org/D129608 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits