From: Aaron Ballman Date: Sun, 12 Aug 2018 14:47:16 +0000 (+0000) Subject: Adding the readability module to the list of dependencies for the C++ Core Guidelines... X-Git-Tag: llvmorg-8.0.0-rc1~11200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d824f0cbe3c43a78f5d6bf4f5e66dba75a48ace9;p=platform%2Fupstream%2Fllvm.git Adding the readability module to the list of dependencies for the C++ Core Guidelines module. Amends r339516 for a failing bot. llvm-svn: 339517 --- diff --git a/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt b/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt index 49fedd6..ceec7aa 100644 --- a/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt +++ b/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt @@ -27,6 +27,7 @@ add_clang_library(clangTidyCppCoreGuidelinesModule clangLex clangTidy clangTidyMiscModule + clangTidyReadabilityModule clangTidyUtils clangTooling )