[PATCH] D142446: [MC] Disable copying and moving of MCInstrDescs the C++20 way
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 03:01:09 PST 2023
barannikov88 added inline comments.
================
Comment at: llvm/include/llvm/MC/MCInstrDesc.h:211
/// directly to describe itself.
class MCInstrDesc {
public:
----------------
Should also be made `final`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142446/new/
https://reviews.llvm.org/D142446
More information about the llvm-commits
mailing list