projects
/
llvm-toolchain-5.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5a413
)
install-scan-build-py
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
committer
Peter Wu
<peter@lekensteyn.nl>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
Gbp-Pq: Name install-scan-build-py.diff
clang/tools/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/tools/CMakeLists.txt
b/clang/tools/CMakeLists.txt
index 4976332b7dbc2866b6373a11149762c82d4f8645..20a310e97aaa187c55927968f1535d233c6b00a1 100644
(file)
--- a/
clang/tools/CMakeLists.txt
+++ b/
clang/tools/CMakeLists.txt
@@
-20,6
+20,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()