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

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

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  )
OpenPOWER on IntegriCloud