[PATCH] D116514: [clangd] Add code action to generate a constructor for a C++ class
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 9 16:44:47 PST 2022
njames93 added a comment.
Shouldn't the constructors that need `std::move` also ensure the `<utility>` header is also included, or at least transitively included. We don't want to generate constructors that wont compile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116514/new/
https://reviews.llvm.org/D116514
More information about the cfe-commits
mailing list