[clang-tools-extra] [clangd] Add tweak to override pure virtuals (PR #139348)
Marco Maia via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 9 17:54:59 PDT 2025
================
@@ -70,6 +70,16 @@ Code completion
Code actions
^^^^^^^^^^^^
+- New ``clangd`` code action: "Override pure virtual methods". When invoked on a
+ class definition, this action automatically generates C++ ``override``
+ declarations for all pure virtual methods inherited from its base classes that
+ have not yet been implemented. The generated method stubs include a ``TODO``
----------------
marcogmaia wrote:
Removed.
https://github.com/llvm/llvm-project/pull/139348
More information about the cfe-commits
mailing list