[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)
commitcd56273ff1e8d4ffaaac12e38b9aadd3d8781687
tree2db3a5e5bf17c0dbf98da1f7ec4adc1f86823c96
parent8d78af4bb4fd27fc6c08bb2445a986c82d7bd6fc
[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
clang-tools-extra/clang-tidy/misc/CMakeLists.txt