diff options
Diffstat (limited to 'clang/examples/CMakeLists.txt')
-rw-r--r-- | clang/examples/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/examples/CMakeLists.txt b/clang/examples/CMakeLists.txt index 8c2654840a9..e4fedf3682e 100644 --- a/clang/examples/CMakeLists.txt +++ b/clang/examples/CMakeLists.txt @@ -3,9 +3,6 @@ if(NOT CLANG_BUILD_EXAMPLES) set(EXCLUDE_FROM_ALL ON) endif() -if(CLANG_ENABLE_STATIC_ANALYZER) -add_subdirectory(analyzer-plugin) -endif() add_subdirectory(clang-interpreter) add_subdirectory(PrintFunctionNames) add_subdirectory(AnnotateFunctions) |