[clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule

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
This commit is contained in:
Martin Bohme 2016-09-14 13:33:11 +00:00
parent 8d78af4bb4
commit cd56273ff1
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ add_clang_library(clangTidyMiscModule
VirtualNearMissCheck.cpp
LINK_LIBS
clangAnalysis
clangAST
clangASTMatchers
clangBasic