From 8c641e86eb239d88b88187204d66a6215e1a30af Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Thu, 19 Mar 2020 08:50:20 +0000 Subject: [PATCH] install-scan-build-py Gbp-Pq: Name install-scan-build-py.diff --- clang/tools/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 43dfffe14..450bccd3f 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) add_clang_subdirectory(clang-check) add_clang_subdirectory(clang-extdef-mapping) add_clang_subdirectory(scan-build) + add_clang_subdirectory(scan-build-py) add_clang_subdirectory(scan-view) endif() -- 2.30.2