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

add_clang_library(clangTidyMiscModule
  ArgumentCommentCheck.cpp
  BoolPointerImplicitConversion.cpp
  MiscTidyModule.cpp
  SwappedArgumentsCheck.cpp
  UndelegatedConstructor.cpp
  UnusedRAII.cpp
  UseOverride.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  # Some readability checks are currently registered in the misc module.
  clangTidyReadability
  )
OpenPOWER on IntegriCloud