jyu2 added inline comments.
================ Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9076 + // DeclComponentLists for generating components info. + auto It = DevPointersMap.find(VD); + if (It != DevPointersMap.end()) ---------------- ABataev wrote: > VD is still nullptr here, why do we need to lookup for it? VD is nullptr, it represent of this pointer. And it is DevPointersMap. Thanks. 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