[PATCH] D66910: [clangd] Fix ExtractFunction dependencies

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 28 16:18:10 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370273: [clangd] Fix ExtractFunction dependencies (authored by aheejin, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66910?vs=217733&id=217736#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66910

Files:
  clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
  clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
  clang-tools-extra/trunk/clangd/unittests/CMakeLists.txt


Index: clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
+++ clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
@@ -26,6 +26,7 @@
   clangSema
   clangTooling
   clangToolingCore
+  clangToolingRefactoring
   clangToolingSyntax
   ${CLANGD_XPC_LIBS}
   )
Index: clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
+++ clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
@@ -26,5 +26,6 @@
   clangBasic
   clangDaemon
   clangToolingCore
+  clangToolingRefactoring
   clangToolingSyntax
   )
Index: clang-tools-extra/trunk/clangd/unittests/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clangd/unittests/CMakeLists.txt
+++ clang-tools-extra/trunk/clangd/unittests/CMakeLists.txt
@@ -90,6 +90,7 @@
   clangTooling
   clangToolingCore
   clangToolingInclusions
+  clangToolingRefactoring
   clangToolingSyntax
   LLVMSupport
   LLVMTestingSupport


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66910.217736.patch
Type: text/x-patch
Size: 1186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190828/695cca5f/attachment.bin>


More information about the cfe-commits mailing list