[PATCH] D24561: [clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule

Martin Böhme via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 06:39:44 PDT 2016


mboehme created this revision.
mboehme added a subscriber: cfe-commits.
Herald added subscribers: mgorny, beanz.

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.

https://reviews.llvm.org/D24561

Files:
  clang-tidy/misc/CMakeLists.txt

Index: clang-tidy/misc/CMakeLists.txt
===================================================================
--- clang-tidy/misc/CMakeLists.txt
+++ clang-tidy/misc/CMakeLists.txt
@@ -47,6 +47,7 @@
   VirtualNearMissCheck.cpp
 
   LINK_LIBS
+  clangAnalysis
   clangAST
   clangASTMatchers
   clangBasic


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24561.71345.patch
Type: text/x-patch
Size: 300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160914/80db421b/attachment.bin>


More information about the cfe-commits mailing list