[PATCH] D140619: ExtractFunction: support extracting expressions and selected part of it

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 00:32:29 PST 2023


nridge added a comment.

By the way, I also got linker errors when trying to build this patch in a shared-libs build. Resolved by adding `clangASTMatchers` to `clang_target_link_libraries` in `clang-tools-extra/clangd/tool/CMakeLists.txt`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140619



More information about the cfe-commits mailing list