mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 15:37:23 +00:00
13 lines
509 B
Diff
13 lines
509 B
Diff
Index: llvm-toolchain-snapshot_3.9~svn269409/clang/tools/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.9~svn269409.orig/clang/tools/CMakeLists.txt
|
|
+++ llvm-toolchain-snapshot_3.9~svn269409/clang/tools/CMakeLists.txt
|
|
@@ -16,6 +16,7 @@ endif()
|
|
if(CLANG_ENABLE_STATIC_ANALYZER)
|
|
add_clang_subdirectory(clang-check)
|
|
add_clang_subdirectory(scan-build)
|
|
+ add_clang_subdirectory(scan-build-py)
|
|
add_clang_subdirectory(scan-view)
|
|
endif()
|
|
|