forked from OSchip/llvm-project
Adding the readability module to the list of dependencies for the C++ Core Guidelines module. Amends r339516 for a failing bot.
llvm-svn: 339517
This commit is contained in:
parent
bc8f5ac754
commit
d824f0cbe3
|
@ -27,6 +27,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule
|
||||||
clangLex
|
clangLex
|
||||||
clangTidy
|
clangTidy
|
||||||
clangTidyMiscModule
|
clangTidyMiscModule
|
||||||
|
clangTidyReadabilityModule
|
||||||
clangTidyUtils
|
clangTidyUtils
|
||||||
clangTooling
|
clangTooling
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue