hokein accepted this revision. hokein added a comment. This revision is now accepted and ready to land.
Thanks for fixing this! ================ Comment at: clang/lib/AST/ParentMapContext.cpp:231 + template <typename MapNodeTy, typename MapTy> + void MarkChild(MapNodeTy MapNode, MapTy *Parents) { + if (ParentStack.empty()) ---------------- can we make some comments explaining what this method does? I think I have a vague understanding, but would be helpful to have some documentation. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88222/new/ https://reviews.llvm.org/D88222 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits