mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
17 lines
620 B
Diff
17 lines
620 B
Diff
---
|
|
clang/tools/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_6.0~svn314025.orig/clang/tools/CMakeLists.txt
|
|
+++ llvm-toolchain-snapshot_6.0~svn314025/clang/tools/CMakeLists.txt
|
|
@@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER)
|
|
add_clang_subdirectory(clang-check)
|
|
add_clang_subdirectory(clang-func-mapping)
|
|
add_clang_subdirectory(scan-build)
|
|
+ add_clang_subdirectory(scan-build-py)
|
|
add_clang_subdirectory(scan-view)
|
|
endif()
|
|
|