Author: aaronballman Date: Sun Aug 12 07:47:16 2018 New Revision: 339517 URL: http://llvm.org/viewvc/llvm-project?rev=339517&view=rev Log: Adding the readability module to the list of dependencies for the C++ Core Guidelines module. Amends r339516 for a failing bot.
Modified: clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt Modified: clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt?rev=339517&r1=339516&r2=339517&view=diff ============================================================================== --- clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt (original) +++ clang-tools-extra/trunk/clang-tidy/cppcoreguidelines/CMakeLists.txt Sun Aug 12 07:47:16 2018 @@ -27,6 +27,7 @@ add_clang_library(clangTidyCppCoreGuidel clangLex clangTidy clangTidyMiscModule + clangTidyReadabilityModule clangTidyUtils clangTooling ) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits