shafik added inline comments.
Comment at: clang/lib/AST/Interp/Descriptor.cpp:126
+ auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase,
+ bool Recurse = true) {
auto *Desc = reinterpret_cast(Ptr + SubOff) - 1;
To recurse or n
tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
As discussed on IRC. This is just the bare minimum