[clang-tools-extra] r299070 - [clang-tidy] fix for linker errors in hicpp checks

Jonathan Coe via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 05:31:03 PDT 2017


Author: jbcoe
Date: Thu Mar 30 07:31:02 2017
New Revision: 299070

URL: http://llvm.org/viewvc/llvm-project?rev=299070&view=rev
Log:
[clang-tidy] fix for linker errors in hicpp checks

Speculative fix for linker errors in r299068.

Modified:
    clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt

Modified: clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt?rev=299070&r1=299069&r2=299070&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt Thu Mar 30 07:31:02 2017
@@ -10,5 +10,10 @@ add_clang_library(clangTidyHICPPModule
   clangBasic
   clangLex
   clangTidy
+  clangTidyCppCoreGuidelinesModule
+  clangTidyGoogleModule
+  clangTidyMiscModule
+  clangTidyModernizeModule
+  clangTidyReadabilityModule
   clangTidyUtils
   )




More information about the cfe-commits mailing list