fhahn added inline comments.
================ Comment at: clang/include/clang/Basic/Module.h:98 public: + Module(const Module &) = default; + ---------------- how is this related? ================ Comment at: llvm/tools/llvm-xray/xray-converter.cpp:161 struct StackIdData { + StackIdData(const StackIdData &) = default; + ---------------- how is this related? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102760/new/ https://reviews.llvm.org/D102760 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits