[PATCH] D23093: [clang-tidy] Fix missing dependency to static analyzer

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 15:59:28 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277539: [clang-tidy] Fix missing dependency to static analyzer (authored by etienneb).

Changed prior to commit:
  https://reviews.llvm.org/D23093?vs=66577&id=66583#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23093

Files:
  clang-tools-extra/trunk/clang-tidy/mpi/CMakeLists.txt

Index: clang-tools-extra/trunk/clang-tidy/mpi/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clang-tidy/mpi/CMakeLists.txt
+++ clang-tools-extra/trunk/clang-tidy/mpi/CMakeLists.txt
@@ -12,4 +12,5 @@
   clangTidy
   clangTidyUtils
   clangTooling
+  clangStaticAnalyzerCheckers
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23093.66583.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/77173811/attachment-0001.bin>


More information about the llvm-commits mailing list