This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
12ecbb35eb
llvm-project
/
clang
/
lib
/
StaticAnalyzer
/
CMakeLists.txt
4 lines
77 B
CMake
Raw
Normal View
History
Unescape
Escape
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. Eventually there will also be a lib/StaticAnalyzer/Frontend that will handle initialization and checker registration. Yet another library to avoid cyclic dependencies between Core and Checkers. llvm-svn: 125124
2011-02-09 06:30:36 +08:00
add_subdirectory
(
Core
)
add_subdirectory
(
Checkers
)
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. llvm-svn: 125499
2011-02-15 02:13:01 +08:00
add_subdirectory
(
Frontend
)