summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/CMakeLists.txt
blob: 1f2d9960a50259fa9b88baa4b5bbbefcbef0488b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
set(LLVM_LINK_COMPONENTS support)

add_clang_library(clangTidyMiscModule
  ArgumentCommentCheck.cpp
  AssignOperatorSignatureCheck.cpp
  BoolPointerImplicitConversion.cpp
  InaccurateEraseCheck.cpp
  InefficientAlgorithmCheck.cpp
  MiscTidyModule.cpp
  SwappedArgumentsCheck.cpp
  UndelegatedConstructor.cpp
  UnusedRAII.cpp
  UniqueptrResetRelease.cpp
  UseOverride.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  )
OpenPOWER on IntegriCloud