forked from OSchip/llvm-project
[fuchsia] Enable Clang Static Analyzer
Differential Revision: https://reviews.llvm.org/D72188
This commit is contained in:
parent
4aa7fb7752
commit
0458e63d28
|
@ -25,7 +25,7 @@ if(NOT APPLE)
|
|||
endif()
|
||||
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
|
||||
set(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")
|
||||
set(CLANG_ENABLE_STATIC_ANALYZER OFF CACHE BOOL "")
|
||||
set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
|
||||
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
|
||||
|
||||
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER ON CACHE BOOL "")
|
||||
|
|
|
@ -20,7 +20,7 @@ if(NOT APPLE)
|
|||
endif()
|
||||
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
|
||||
set(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")
|
||||
set(CLANG_ENABLE_STATIC_ANALYZER OFF CACHE BOOL "")
|
||||
set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
|
||||
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
|
||||
|
||||
set(ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER ON CACHE BOOL "")
|
||||
|
|
Loading…
Reference in New Issue