nridge created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous, 
MaskRay, ilya-biryukov, mgorny.
Herald added a project: clang.
hubert.reinterpretcast added a comment.

Thanks for the prompt response. It seems our fix attempts happened 
"concurrently" and we ended up with pretty much the same fix. I had committed 
rG48121a5743b684def33d158391c5424626de28e2 
<https://reviews.llvm.org/rG48121a5743b684def33d158391c5424626de28e2> before 
seeing this.


This fixes bustage from https://reviews.llvm.org/D75716.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75969

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


Index: clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
===================================================================
--- clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
+++ clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
@@ -29,6 +29,7 @@
   clangAST
   clangBasic
   clangDaemon
+  clangFormat
   clangLex
   clangToolingCore
   clangToolingRefactoring


Index: clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
===================================================================
--- clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
+++ clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
@@ -29,6 +29,7 @@
   clangAST
   clangBasic
   clangDaemon
+  clangFormat
   clangLex
   clangToolingCore
   clangToolingRefactoring
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to