[clang-tools-extra] [clangd] Add tweak to override pure virtuals (PR #139348)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 9 00:12:57 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``
----------------
kadircet wrote:

i think content starting with `The generated method stubs include a ``TODO`` ...` is too much details for release notes, i'd probably drop.

https://github.com/llvm/llvm-project/pull/139348


More information about the cfe-commits mailing list