From: LLVM Packaging Team Date: Tue, 7 Jul 2020 16:18:00 +0000 (+0100) Subject: install-scan-build-py X-Git-Tag: archive/raspbian/1%9.0.1-13+rpi1^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e059b0171a2480f96a90584548fed1263716c79a;p=llvm-toolchain-9.git install-scan-build-py Gbp-Pq: Name install-scan-build-py.diff --- diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 223f1f74f..55fb0007e 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -27,6 +27,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()