[PATCH] D102760: [llvm] Let SmallVector construct from any Iterable
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 03:35:20 PDT 2021
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
More information about the llvm-commits
mailing list