summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
blob: 1f0ec6e04273ec02e4959bda4e2720b223be7a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangTidyBugproneModule
  BugproneTidyModule.cpp
  SuspiciousMemsetUsageCheck.cpp

  LINK_LIBS
  clangAnalysis
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  clangTidyUtils
  clangTooling
  )
OpenPOWER on IntegriCloud