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 |
| 21 | GRSimpleVals.cpp |
| 22 | GRState.cpp |
| 23 | GRTransferFuncs.cpp |
| 24 | LiveVariables.cpp |
| 25 | MemRegion.cpp |
| 26 | PathDiagnostic.cpp |
Chris Lattner | 488d4b7 | 2009-02-17 07:40:10 +0000 | [diff] [blame] | 27 | RangeConstraintManager.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 28 | RegionStore.cpp |
Chris Lattner | 488d4b7 | 2009-02-17 07:40:10 +0000 | [diff] [blame] | 29 | SimpleConstraintManager.cpp |
Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 30 | SVals.cpp |
| 31 | SymbolManager.cpp |
| 32 | UninitializedValues.cpp |
| 33 | ) |