[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / lib / Analysis / FlowSensitive / CMakeLists.txt
blob1a49998c39c202b1c93c774f256c0c5315653ab6
1 add_clang_library(clangAnalysisFlowSensitive
2   ControlFlowContext.cpp
3   DataflowAnalysisContext.cpp
4   DataflowEnvironment.cpp
5   Transfer.cpp
6   TypeErasedDataflowAnalysis.cpp
7   Value.cpp
8   WatchedLiteralsSolver.cpp
9   DebugSupport.cpp
11   LINK_LIBS
12   clangAnalysis
13   clangAST
14   clangBasic
15   )
17 add_subdirectory(Models)