[PATCH] D57077: [clangd] Link clangTidy into clangd tests

Haojian Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 23 00:05:32 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351929: [clangd] Link clangTidy into clangd tests (authored by hokein, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D57077?vs=183018&id=183046#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57077

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


Index: clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
+++ clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
@@ -59,6 +59,7 @@
   clangLex
   clangSema
   clangSerialization
+  clangTidy
   clangTooling
   clangToolingCore
   clangToolingInclusions


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57077.183046.patch
Type: text/x-patch
Size: 391 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190123/e65dda22/attachment.bin>


More information about the llvm-commits mailing list