This reverts commit 6d7b3d6b3a.
Breaks running cmake with `-DCLANG_ENABLE_STATIC_ANALYZER=OFF`
without turning off CLANG_TIDY_ENABLE_STATIC_ANALYZER.
See comments on https://reviews.llvm.org/D109611 for details.
4 lines
77 B
CMake
4 lines
77 B
CMake
add_subdirectory(Core)
|
|
add_subdirectory(Checkers)
|
|
add_subdirectory(Frontend)
|