[PATCH] D87808: [DebugInfo] Fix bug in constructor homing where it would use ctor homing when a class only has copy/move constructors
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 17 13:26:55 PDT 2020
dblaikie added a subscriber: rsmith.
dblaikie added a comment.
@rsmith What's the deal with these anonymous structs/unions? Why do they have copy/move constructors (are those technically called from the enclosing class's copy/move constructors?) but no default constructor to be called from the other ctors of the enclosing class?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87808/new/
https://reviews.llvm.org/D87808
More information about the cfe-commits
mailing list