Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangChecker |
| 4 | ArrayBoundChecker.cpp |
| 5 | AttrNonNullChecker.cpp |
| 6 | BasicConstraintManager.cpp |
| 7 | BasicObjCFoundationChecks.cpp |
| 8 | BasicStore.cpp |
| 9 | BasicValueFactory.cpp |
| 10 | BugReporter.cpp |
| 11 | BugReporterVisitors.cpp |
| 12 | BuiltinFunctionChecker.cpp |
| 13 | CFRefCount.cpp |
| 14 | CallAndMessageChecker.cpp |
| 15 | CallInliner.cpp |
| 16 | CastToStructChecker.cpp |
| 17 | CheckDeadStores.cpp |
| 18 | CheckObjCDealloc.cpp |
| 19 | CheckObjCInstMethSignature.cpp |
| 20 | CheckObjCUnusedIVars.cpp |
| 21 | CheckSecuritySyntaxOnly.cpp |
| 22 | CheckSizeofPointer.cpp |
| 23 | Checker.cpp |
Ted Kremenek | 145308f | 2010-01-27 06:14:12 +0000 | [diff] [blame^] | 24 | CocoaConventions.cpp |
Ted Kremenek | 1309f9a | 2010-01-25 04:41:41 +0000 | [diff] [blame] | 25 | DereferenceChecker.cpp |
| 26 | DivZeroChecker.cpp |
| 27 | Environment.cpp |
| 28 | ExplodedGraph.cpp |
| 29 | FixedAddressChecker.cpp |
| 30 | GRBlockCounter.cpp |
| 31 | GRCoreEngine.cpp |
| 32 | GRExprEngine.cpp |
| 33 | GRExprEngineExperimentalChecks.cpp |
| 34 | GRState.cpp |
| 35 | MallocChecker.cpp |
| 36 | ManagerRegistry.cpp |
| 37 | MemRegion.cpp |
| 38 | NSAutoreleasePoolChecker.cpp |
| 39 | NSErrorChecker.cpp |
| 40 | NoReturnFunctionChecker.cpp |
| 41 | OSAtomicChecker.cpp |
| 42 | PathDiagnostic.cpp |
| 43 | PointerArithChecker.cpp |
| 44 | PointerSubChecker.cpp |
| 45 | PthreadLockChecker.cpp |
| 46 | RangeConstraintManager.cpp |
| 47 | RegionStore.cpp |
| 48 | ReturnPointerRangeChecker.cpp |
| 49 | ReturnStackAddressChecker.cpp |
| 50 | ReturnUndefChecker.cpp |
| 51 | SVals.cpp |
| 52 | SValuator.cpp |
| 53 | SimpleConstraintManager.cpp |
| 54 | SimpleSValuator.cpp |
| 55 | Store.cpp |
| 56 | SymbolManager.cpp |
| 57 | UndefBranchChecker.cpp |
| 58 | UndefResultChecker.cpp |
| 59 | UndefinedArraySubscriptChecker.cpp |
| 60 | UndefinedAssignmentChecker.cpp |
| 61 | VLASizeChecker.cpp |
| 62 | ValueManager.cpp |
| 63 | ) |