diff options
Diffstat (limited to 'debian/patches/install-scan-build-py.diff')
-rw-r--r-- | debian/patches/install-scan-build-py.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/install-scan-build-py.diff b/debian/patches/install-scan-build-py.diff new file mode 100644 index 0000000..95543fd --- /dev/null +++ b/debian/patches/install-scan-build-py.diff @@ -0,0 +1,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() + |