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:
Aaron Ballman 2018-08-12 14:47:16 +00:00
parent bc8f5ac754
commit d824f0cbe3
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule
clangLex
clangTidy
clangTidyMiscModule
clangTidyReadabilityModule
clangTidyUtils
clangTooling
)