[clang-tools-extra] r318972 - [clang-tidy] Fix link error (http://llvm.org/PR35417).
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 25 00:52:42 PST 2017
Author: alexfh
Date: Sat Nov 25 00:52:42 2017
New Revision: 318972
URL: http://llvm.org/viewvc/llvm-project?rev=318972&view=rev
Log:
[clang-tidy] Fix link error (http://llvm.org/PR35417).
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=318972&r1=318971&r2=318972&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/hicpp/CMakeLists.txt Sat Nov 25 00:52:42 2017
@@ -12,6 +12,7 @@ add_clang_library(clangTidyHICPPModule
clangBasic
clangLex
clangTidy
+ clangTidyBugproneModule
clangTidyCppCoreGuidelinesModule
clangTidyGoogleModule
clangTidyMiscModule
More information about the cfe-commits
mailing list