rebase of the patch

This commit is contained in:
Sylvestre Ledru 2017-09-22 20:10:22 +00:00
parent 78658c0cd0
commit fc69b870fe

View File

@ -2,11 +2,13 @@
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)
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)