[clang-tools-extra] r351929 - [clangd] Link clangTidy into clangd tests
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 23 00:04:17 PST 2019
Author: hokein
Date: Wed Jan 23 00:04:17 2019
New Revision: 351929
URL: http://llvm.org/viewvc/llvm-project?rev=351929&view=rev
Log:
[clangd] Link clangTidy into clangd tests
Patch by Nathan Ridge!
Differential Revision: https://reviews.llvm.org/D57077
Modified:
clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
Modified: clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt?rev=351929&r1=351928&r2=351929&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/clangd/CMakeLists.txt Wed Jan 23 00:04:17 2019
@@ -59,6 +59,7 @@ target_link_libraries(ClangdTests
clangLex
clangSema
clangSerialization
+ clangTidy
clangTooling
clangToolingCore
clangToolingInclusions
More information about the cfe-commits
mailing list