repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang-tools-extra
/
clang-tidy
/
plugin
/
CMakeLists.txt
blob
0b281e0799cf3048d2366e009fc60e6f8603bb29
1
add_clang_library(clangTidyPlugin
2
ClangTidyPlugin.cpp
3
4
LINK_LIBS
5
clangTidy
6
${ALL_CLANG_TIDY_CHECKS}
7
8
DEPENDS
9
omp_gen
10
)
11
12
clang_target_link_libraries(clangTidyPlugin
13
PRIVATE
14
clangAST
15
clangASTMatchers
16
clangBasic
17
clangFrontend
18
clangSema
19
clangTooling
20
)