blob: 8d576a938678d0beffa33d721c8f4aa6250d9a8a [file] [log] [blame]
set(LLVM_NO_RTTI 1)
add_clang_library(clangAnalysis
AnalysisContext.cpp
CFG.cpp
CFGStmtMap.cpp
FormatString.cpp
LiveVariables.cpp
PrintfFormatString.cpp
ReachableCode.cpp
ScanfFormatString.cpp
UninitializedValues.cpp
)
add_dependencies(clangAnalysis ClangAttrClasses ClangAttrList
ClangDiagnosticAnalysis ClangDeclNodes ClangStmtNodes)