[clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule
authorMartin Bohme <mboehme@google.com>
Wed, 14 Sep 2016 13:33:11 +0000 (13:33 +0000)
committerMartin Bohme <mboehme@google.com>
Wed, 14 Sep 2016 13:33:11 +0000 (13:33 +0000)
Summary:
This is needed for the recently submitted misc-use-after-move check (rL281453).
For some reason, this still built under Linux, but it caused the PPC build bot
to fail.

Subscribers: beanz, cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D24561

llvm-svn: 281460

clang-tools-extra/clang-tidy/misc/CMakeLists.txt

index 0a38b15..12a8c77 100644 (file)
@@ -47,6 +47,7 @@ add_clang_library(clangTidyMiscModule
   VirtualNearMissCheck.cpp
 
   LINK_LIBS
+  clangAnalysis
   clangAST
   clangASTMatchers
   clangBasic