================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits