summaryrefslogtreecommitdiff
path: root/debian/patches/install-scan-build-py.diff
blob: 95543fd0921348951a422609625cf91efc506e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
 clang/tools/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)

Index: llvm-toolchain-snapshot_8~svn350922/clang/tools/CMakeLists.txt
===================================================================
--- llvm-toolchain-snapshot_8~svn350922.orig/clang/tools/CMakeLists.txt
+++ llvm-toolchain-snapshot_8~svn350922/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()