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

add_clang_library(clangTidyMiscModule
  ArgumentCommentCheck.cpp
  AssertSideEffectCheck.cpp
  AssignOperatorSignatureCheck.cpp
  BoolPointerImplicitConversionCheck.cpp
  InaccurateEraseCheck.cpp
  InefficientAlgorithmCheck.cpp
  MiscTidyModule.cpp
  NoexceptMoveConstructorCheck.cpp
  StaticAssertCheck.cpp
  SwappedArgumentsCheck.cpp
  UndelegatedConstructor.cpp
  UnusedRAIICheck.cpp
  UniqueptrResetReleaseCheck.cpp
  UseOverrideCheck.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  )
OpenPOWER on IntegriCloud