mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00
15 lines
366 B
Diff
15 lines
366 B
Diff
---
|
|
clang/tools/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/clang/tools/CMakeLists.txt
|
|
+++ b/clang/tools/CMakeLists.txt
|
|
@@ -17,6 +17,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()
|
|
|