[PATCH] D99005: [clang] Implement P2266 Simpler implicit move
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 28 16:41:11 PDT 2021
mizvekov added a subscriber: rjmccall.
mizvekov added inline comments.
================
Comment at: clang/lib/Sema/SemaTemplateInstantiateDecl.cpp:1059
+ else if (auto *F = dyn_cast<BlockDecl>(DC))
+ goto unimplemented; // FIXME: get the return type here somehow...
+ else
----------------
@rjmccall Hello! Do you have any tips for fixing this one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99005/new/
https://reviews.llvm.org/D99005
More information about the cfe-commits
mailing list