[PATCH] D141757: [clangd] allow extracting to variable for complete lambda expressions

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 22 22:42:24 PST 2023


nridge added a comment.

LGTM, thanks!



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:81
 
+- The extract variable tweak gained support for extracting complete lambda expressions to a variable.
+
----------------
Maybe add a "Code Actions" section for this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141757/new/

https://reviews.llvm.org/D141757



More information about the cfe-commits mailing list