Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangAnalysis |
| 4 | BasicConstraintManager.cpp |
| 5 | BasicObjCFoundationChecks.cpp |
| 6 | BasicStore.cpp |
| 7 | BasicValueFactory.cpp |
| 8 | BugReporter.cpp |
| 9 | CFRefCount.cpp |
| 10 | CheckDeadStores.cpp |
| 11 | CheckNSError.cpp |
| 12 | CheckObjCDealloc.cpp |
| 13 | CheckObjCInstMethSignature.cpp |
| 14 | CheckObjCUnusedIVars.cpp |
| 15 | Environment.cpp |
| 16 | ExplodedGraph.cpp |
| 17 | GRBlockCounter.cpp |
| 18 | GRCoreEngine.cpp |
| 19 | GRExprEngine.cpp |
| 20 | GRExprEngineInternalChecks.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 21 | GRState.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 22 | LiveVariables.cpp |
| 23 | MemRegion.cpp |
| 24 | PathDiagnostic.cpp |
Chris Lattner | 488d4b7 | 2009-02-17 07:40:10 +0000 | [diff] [blame] | 25 | RangeConstraintManager.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 26 | RegionStore.cpp |
Ted Kremenek | b3b7364 | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 27 | SVals.cpp |
Chris Lattner | 488d4b7 | 2009-02-17 07:40:10 +0000 | [diff] [blame] | 28 | SimpleConstraintManager.cpp |
Ted Kremenek | 6c07bdb | 2009-06-26 00:05:51 +0000 | [diff] [blame] | 29 | SimpleSValuator.cpp |
Ted Kremenek | 7cb1bb3 | 2009-05-01 18:43:00 +0000 | [diff] [blame] | 30 | Store.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 31 | SymbolManager.cpp |
| 32 | UninitializedValues.cpp |
Ted Kremenek | cfb361b | 2009-06-23 16:54:53 +0000 | [diff] [blame] | 33 | ValueManager.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 34 | ) |
Douglas Gregor | a393e9e | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 35 | |
| 36 | add_dependencies(clangAnalysis ClangDiagnosticAnalysis) |