Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 1 | set(LLVM_USED_LIBS clangBasic clangAST clangIndex) |
2 | |||||
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 3 | add_clang_library(clangAnalysis |
Daniel Dunbar | a0a2c7d | 2009-07-30 03:55:04 +0000 | [diff] [blame] | 4 | AnalysisContext.cpp |
Ted Kremenek | e41611a | 2009-07-16 18:13:04 +0000 | [diff] [blame] | 5 | CFG.cpp |
Ted Kremenek | 42461ee | 2011-02-23 01:51:59 +0000 | [diff] [blame] | 6 | CFGReachabilityAnalysis.cpp |
Ted Kremenek | a6d6930 | 2010-08-04 18:23:15 +0000 | [diff] [blame] | 7 | CFGStmtMap.cpp |
Ted Kremenek | bb8fef3 | 2010-12-17 05:21:58 +0000 | [diff] [blame] | 8 | CocoaConventions.cpp |
Ted Kremenek | 826a345 | 2010-07-16 02:11:22 +0000 | [diff] [blame] | 9 | FormatString.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 10 | LiveVariables.cpp |
Ted Kremenek | 8f0a1c7 | 2010-01-27 23:43:25 +0000 | [diff] [blame] | 11 | PrintfFormatString.cpp |
Tom Care | db34ab7 | 2010-08-23 19:51:57 +0000 | [diff] [blame] | 12 | PseudoConstantAnalysis.cpp |
Ted Kremenek | 3d2eed8 | 2010-02-23 02:39:16 +0000 | [diff] [blame] | 13 | ReachableCode.cpp |
Ted Kremenek | 826a345 | 2010-07-16 02:11:22 +0000 | [diff] [blame] | 14 | ScanfFormatString.cpp |
Ted Kremenek | 6f34213 | 2011-03-15 03:17:07 +0000 | [diff] [blame] | 15 | UninitializedValues.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 16 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 17 | |
Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 18 | add_dependencies(clangAnalysis ClangAttrClasses ClangAttrList |
19 | ClangDiagnosticAnalysis ClangDeclNodes ClangStmtNodes) |