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

add_clang_library(clangTidyReadabilityModule
  BracesAroundStatementsCheck.cpp
  FunctionSize.cpp
  NamespaceCommentCheck.cpp
  ReadabilityTidyModule.cpp
  RedundantSmartptrGet.cpp

  LINK_LIBS
  clangAST
  clangASTMatchers
  clangBasic
  clangLex
  clangTidy
  clangTooling
  )
OpenPOWER on IntegriCloud